JoinRBX

Roblox Game Instance Redirector

โšก What is this?

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.

๐Ÿ“ How to use

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)

๐Ÿ”— Example

๐Ÿ“Œ 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

๐Ÿ’ก Used in:

โ€ข GlobalMeow - A discord bot I made

โ€ข OysterDetector - An app I made for Sol's RNG