Advertisement
xvc200

Roblox Rejoin Server Script

Jan 19th, 2025
3,996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local teleportService = game:GetService("TeleportService")
  3. local placeId = game.PlaceId
  4. local function rejoin()
  5. teleportService:Teleport(placeId, player)
  6. end
  7. rejoin()
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement