ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
local Http = game:GetService(\"HttpService\")\r\nlocal TPS = game:GetService(\"TeleportService\")\r\nlocal Api = \"https://games.roblox.com/v1/games/\"\r\n\r\nlocal _place = game.PlaceId\r\nlocal _servers = Api.._place..\"/servers/Public?sortOrder=Asc&limit=100\"\r\nfunction ListServers(cursor)\r\n local Raw = game:HttpGet(_servers .. ((cursor and \"&cursor=\"..cursor) or \"\"))\r\n return Http:JSONDecode(Raw)\r\nend\r\n\r\nlocal Server, Next; repeat\r\n local Servers = ListServers(Next)\r\n Server = Servers.data[1]\r\n Next = Servers.nextPageCursor\r\nuntil Server\r\n\r\nTPS:TeleportToPlaceInstance(_place,Server.id,game.Players.LocalPlayer)
Password
Anyone with the link will still need this password to view.
Self Destruct
5 minutes
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel