Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.71 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.71 KB

Roblox Game Joiner

This tool allows you to launch Roblox with custom parameters directly from a website.

Roblox Launch Parameters

Game Parameters

  • placeid: Launches a Roblox game using its place ID.
  • gameInstanceId: Joins a server using its Job ID.
  • linkCode: Joins a server using a private server invite code.
  • launchData: Launches a Roblox game with launch data.
  • accessCode: Joins a server using an access code (this disconnects the player).
  • reservedServerAccessCode: Launches a game using a reserved server access code (this disconnects the player).
  • userID: Follows a specific user into a game.
  • callId: Joins a game using a call ID.
  • eventId: Adds id of an experience event.
  • id: ?

Tracking Parameters

  • joinAttemptOrigin: Indicates the origin of the join attempt.
  • launchtime: The local Unix timestamp at the time of launch.
  • joinAttemptId: A unique UUID identifying the join attempt.

Example URLs

  • Join Crossroads:
    https://returnrqt.github.io/RobloxGameJoiner/?placeid=1818

  • Join Crossroads Server with Job ID:
    https://returnrqt.github.io/RobloxGameJoiner/?placeid=1818&gameInstanceId=6a62d499-b69c-4300-ac3f-ad2f395f4097

  • Follow User ID 1:
    https://returnrqt.github.io/RobloxGameJoiner/?userID=1

  • Join Roblox Call ID 123:
    https://returnrqt.github.io/RobloxGameJoiner/?callId=123