OogaBoogaNoob

request

Apr 24th, 2022
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. for a= 1,999999999 --[[time to do]] do
  2.  
  3. local teleport = true
  4.  
  5. if teleport == true then
  6. wait(10) --delay
  7. local p1 = game.Players.LocalPlayer.Character.HumanoidRootPart
  8. local p2 = "InsertPlayerHere"
  9. local pos = p1.CFrame
  10.  
  11. p1.CFrame = game.Players[p2].Character.HumanoidRootPart.CFrame
  12. end
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment