GetAccessForPlayer()

This function requires HTTP Service access to be enabled.

If the module is not able to interact with the remote QAC API or receives an error, it will return false, causing the player to be kicked with an "Unable to verify access" error.

Check if a player is allowed to play based on Roblox group roles or Discord roles requirements.

GetAccessForPlayer(player: Player): GetAccessResult

Parameters

player Player A player instance to get access permission for

Returns

GetAccessResult A table containing the result of access validation for a player

Last updated