LynXS_

Untitled

May 19th, 2024
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. game.Players.PlayerRemoving: connect (function (plr)
  2. if plr == game.Players.LocalPlayer then
  3. game:GetService('TeleportService'):Teleport(game.PlaceId)
  4. end
  5. end)
Add Comment
Please, Sign In to add comment