-- 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)
Essentials: Sent the message "Viewing the shop" to Bloxstrap
Parameters
message:
The status you want to set for the Discord Rich Presence.
Sends an output log to your output window and developer console.