Shows the game you're playing inside Roblox.
Member list
User popout (provides a link to the user's profile)
In-game (avatar thumbnail switches to headshot and provides a link to the game)
This program is kind of unstable and can crash sometimes due to the API timing out randomly. I'm unsure how to fix it, so I am just warning you that this can happen.
You will need to provide your roblox cookie in order to use it. Follow these steps to add your cookie and start using the presence:
- Make sure the repository is cloned locally
- Create the
.env
file and enter your .ROBLOSECURITY cookie, like this:Side note: Do not share the cookie with anyone, keep it only to this .env file, as it is basically your account session which means anyone could access it if they have the cookie!ROBLOX_COOKIE=Your_Roblox_Cookie_Here
- Run the script using
npm start
.
You can configure some parts of the script in the config.js
file. This includes the API polling interval, how detailed the presence should be, and what links to show.