You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if v.Character and workspace:FindFirstChild(v.Name) and workspace[v.Name]:FindFirstChild("Humanoid") and not (v.Name == "MusicColors") and not (v.Name == "Eligamingninja") then
local A_1 = workspace[v.Name].Humanoid
for i = 5,2,-1 do wait() lp.Character:MoveTo(A_1.Parent.Head.Position+Vector3.new(math.random(1,10),math.random(1,10),math.random(1,10))) end
local A_2 = lp.Character:FindFirstChildOfClass("Tool")
local Event = game:GetService("ReplicatedStorage").RemoteTriggers.SellItem
wait(0.3) for i = 5,1,-1 do Event:FireServer(A_1, A_2) end