Advertisement
XxMarioEspinal749xX

VM260621

Apr 4th, 2022
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. wait()
  2. local Servers = game.HttpService:JSONDecode(game:HttpGet("https://games.roblox.com/v1/games/3101667897/servers/Public?sortOrder=dsc&limit=100"))
  3. for i,v in pairs(Servers.data) do
  4. if v.playing ~= v.maxPlayers then
  5. wait()
  6. game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId, v.id)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement