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 --teleport else print("level up dude") end end