i dont know how to script telekinesis for my game could you help me?
function hit(hit) local z = hit.Parent:FindFirstChild("Humanoid") local b = z.leaderstats.Points.Value if b = 500 then if z~=nil then z:MoveTo(script.Parent.Parent.Tele2.Position) script.Parent.Parent.Tele2.Script.Disabled = true wait(5) else print("level up dude") end end