Advertisement
HowToRoblox

SoftShutdownPlace2

Jan 15th, 2022
2,561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. local tps = game:GetService("TeleportService")
  2. local placeId = 8548383601
  3.  
  4.  
  5. local tpOptions = Instance.new("TeleportOptions")
  6. tpOptions.ShouldReserveServer = true
  7.  
  8. wait(20)
  9.  
  10. tps:TeleportAsync(placeId, game.Players:GetPlayers(), tpOptions)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement