guy123457

Untitled

Dec 13th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. local teleportservice = game:GetService("TeleportService")
  2. for i,v in pairs(game.Players:GetChildren()) do
  3. teleportservice:Teleport(game.PlaceId,v)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment