This service creates deep links that automatically launch Roblox and join a specific game server instance. When a user visits your link, they're redirected to a page that triggers the roblox:// protocol, instantly opening Roblox to the specified place and server.
Make a GET request to /public with two parameters:
https://join-rbx.vexsys.site/public?placeId={placeId}&gameInstanceId={gameInstanceId}
Parameters:
โข placeId โ The Roblox place/game ID (e.g., 15532962292 for Sol's RNG)
โข gameInstanceId โ The specific server instance UUID (e.g., 1cca5e6c-b360-47fc-bb56-de16fa13592a)
๐ Try this link:
/public?placeId=15532962292&gameInstanceId=1cca5e6c-b360-47fc-bb56-de16fa13592aโ Opens a page that auto-launches Roblox into the specified Sol's RNG server.
๐ง Deep link format (what the page triggers):
roblox://experiences/start?placeId=15532962292&gameInstanceId=1cca5e6c-b360-47fc-bb56-de16fa13592a
โข GlobalMeow - A discord bot I made
โข OysterDetector - An app I made for Sol's RNG