Advertisement
xmaanzach

TeleportService Script

Jan 23rd, 2019
2,607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. local TeleportService = game:GetService("TeleportService")
  3.  
  4. local PlaceId = 1848160191
  5.  
  6.  
  7. script.Parent.Touched:Connect(function()
  8.  
  9. for i, player in pairs(game.Players:GetPlayers()) do
  10.  
  11. TeleportService:Teleport(PlaceId, player)
  12.  
  13. end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement