MaxproGlitcher

Re connections au servers public

Feb 17th, 2026
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. local ServerType = game.RobloxReplicatedStorage.GetServerType:InvokeServer()
  3. if ServerType == "VIPServer" then
  4. game.Players.LocalPlayer:Kick("Rejoining")
  5. game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
  6. else
  7. game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId, game.Players.LocalPlayer)
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment