Roblox Script Adopt Me | Auto Teleport To Small Server

Roblox Script – Adopt Me | Auto Teleport To Small Server


Features:

  • Auto Find Small Server
  • Teleport To Small Server

Script:

local Http = game:GetService(“HttpService”)

local TPS = game:GetService(“TeleportService”)

local Api = “https://games.roblox.com/v1/games/”

local _place = game.PlaceId

local _servers = Api.._place..”/servers/Public?sortOrder=Asc&limit=100″

function ListServers(cursor)

   local Raw = game:HttpGet(_servers .. ((cursor and “&cursor=”..cursor) or “”))

   return Http:JSONDecode(Raw)

end

local Server, Next; repeat

   local Servers = ListServers(Next)

   Server = Servers.data[1]

   Next = Servers.nextPageCursor

until Server

TPS:TeleportToPlaceInstance(_place,Server.id,game:GetService(‘Players’).LocalPlayer)

Related Posts
Leave a Reply

Your email address will not be published.

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock
X