Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local teleportService = game:GetService("TeleportService")
- local placeId = game.PlaceId
- local function rejoin()
- teleportService:Teleport(placeId, player)
- end
- rejoin()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement