GetAccessResult
{
value: boolean,
message: string,
matchedRoles: { string }
}
Properties
value
boolean
A boolean value indicating if the player has access to the game
message
string
The message that should be displayed to the player in the kick message
matchedRoles
{ string }
A table of role IDs that the player has in the QA Central Discord server
Last updated
Was this helpful?