Accessibility

Roblox URL Launcher

2.9
22
12459
21

Let’s user safely launch Roblox application ( Client / Studio ) via url using native Roblox functions.

Source code available at https://github.com/DevKurka/RobloxURLLauncher

Note: This extension was NOT made to bypass Roblox security. For instance – you won’t be able to join game you don’t have access to or join a player you can’t follow into game (same if player is in game you don’t have access to).

For example (contains complete list of possibilities):
– https://www.roblox.com/home?followUserId=1 – would make client follow user id 1 into the game the user is playing
– https://www.roblox.com/home?editPlaceId=920587237 – would try to open place with that id in studio (won’t work if you don’t have permissions to edit that place)
– https://www.roblox.com/home?placeId=920587237 – would open the client and join that place
– https://www.roblox.com/home?placeId=920587237&gameId=8c7024c6-e89d-4bd1-977b-2c21fd8ed793 OR https://www.roblox.com/games/920587237/NAME?gameId=8c7024c6-e89d-4bd1-977b-2c21fd8ed793 – would open the client and join server with that identifier.
– https://www.roblox.com/home?privatePlaceId=920587237&privateId=efa67300-c5a1-47e6-a3d8-a9af904e6993 – would open the client and join private server with that identifier (only works if you normally see the server under “Servers” tab. If you want to let any person to join use method based on invite link shown below)
– https://www.roblox.com/home?privatePlaceId=920587237&code=wlH1zTFR3s3ZRNTbwzVL3530tVh2aHl1 – joins a private server using private server link (code comes from “privateServerLinkCode” parameter of Roblox’s private server link)

Additionally “dontClose=1” parameter may be added in the link to not automatically close the tab after Roblox is launched.

(Presented examples use “https://www.roblox.com/home”, but “https://www.roblox.com/groups/*” and “https://www.roblox.com/games/*” work correctly too)

Roblox URL Launcher
Related posts
Accessibility

Stylus (beta)

Accessibility

PocketOption BOT

Accessibility

Multi Layout Manager

Accessibility

VeilDuck

21 Comments

Comments are closed.