A simple Roblox Discord Rich Presence
In order to install MarcRoPresent, you would need to download it's latest release.
Those are the following supported Versions, please download the one compatible with your OS:
MarcRoPresent-linux(For Linux)MarcRoPresent-macos(For MacOS)MarcRoPresent-win(For Windows)
Create a new directoryand move the downloaded file into it.
Create a new file called: config.json within the same directory.
Within that file, you can configure how MarcRoPresent should display your Status.
Here is the default config.json template:
{
"player" : true,
"studio" : true,
"website" : true,
"roblosecurityToken" : "<Token>"
}After editing, you may save the file and run it.
player => Whether it should display activity when playing a Roblox Game or not. (true or false)
studio => Whether it should display activity when editing a Roblox Game within Studio. (true or false)
website => Whether it should display activity when browsing the Roblox Website or not. (true or false)
roblosecurityToken => Your .ROBLOSECURITY Cookie. (.ROBLOSECURITY)
MarcRoPresent does need access to your .ROBLOSECURITY-Cookie in order to display more details about your activity (egg. Game Name Editing/Playing)
You can optrain your .ROBLOSECURITY-Cookie by:
- Visiting Roblox's Website
- Clicking Right Click -> Inspect Element(s)
- Going to
Application->Cookies - Searching for the Cookie called:
.ROBLOSECURITYand copying it's value
MarcRoPresent DOES NOT use your Cookie in any malicious ways. If you don't trust MarcRoPresent with your Cookie, you are free to look through the code MarcRoPresent provides, to see if it's really getting used for anything malicious. - MarcRoPresent is open-source, and it will always stay like that.