The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Server Hop script pastebin roblox
By Server Hop on 2024-09-22 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local servers=game:GetService("HttpService"):JSONDecode(game:HttpGet("https://games.roblox.com/v1/games/"..game.PlaceId.."/servers/Public?sortOrder=Asc&limit=100"))
  2. for a,b in pairs(servers.data) do
  3.   if b.playing~=b.maxPlayers then
  4.       game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId, b.id)
  5.   end
  6. end



  • Recent Roblox Scripts