Advertisement
kentho9

Untitled

Aug 22nd, 2022
1,713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(k)
  2. if k == "e" then
  3. for i, v in pairs(game:GetService("Players"):GetPlayers()) do
  4. function tp()
  5. v.Character.HumanoidRootPart.CFrame = game.workspace["Guest 666"].HumanoidRootPart.CFrame
  6.  
  7. end
  8. pcall(tp)
  9. wait()
  10. end
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement