SetBloxstrapPresenceStatus
This function allows you to set a custom message to the Discord Rich Presence of Bloxstrap.
Example Usage:
-- Getting ReplicatedStorage service
local ReplicatedStorage = game:GetService("ReplicatedStorage")
-- Referencing Essentials
local Essentials = require(ReplicatedStorage.Essentials)
-- Referencing the message to send and set as the status
local message = "Viewing the shop"
-- Setting the status of the Discord Rich Presence
Essentials.SetBloxstrapPresenceStatus(message, true)
Parameters
message: string
The status you want to set for the Discord Rich Presence.

debugging: bool
Sends an output log to your output window and developer console.
References
Last updated