Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for a= 1,999999999 --[[time to do]] do
- local teleport = true
- if teleport == true then
- wait(10) --delay
- local p1 = game.Players.LocalPlayer.Character.HumanoidRootPart
- local p2 = "InsertPlayerHere"
- local pos = p1.CFrame
- p1.CFrame = game.Players[p2].Character.HumanoidRootPart.CFrame
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment