setRank
Changes a user’s rank in your Roblox group through BloxCord’s authoritative ranking pipeline (Open Cloud + audit log).Parameters
number | string
required
The
UserId of the user whose rank will change. Coerced to a string.string
required
The reason recorded in the audit log for the rank change.
number
required
The target group rank (the rank number, not the roleset name).
Player | table | number
required
Who is performing the change. See the actor object.
Returns
boolean
true if the rank change was accepted and applied. false if the backend rejected it or was unreachable.Example
getUserPermissions
Returns the list of BloxCord permission strings a player currently in the server holds, based on their roles and group rank. Results are cached per player for the duration of their session.Unlike most methods, this takes a live
Player instance (not a UserId), because it caches the result against the player.Parameters
Player
required
The player whose permissions to fetch. Must be an in-server
Player instance.Returns
string[]
An array of permission identifiers the player holds. May be empty if the player has no special permissions.

