AllowGroupRoles()
Calling this function when the game is not owned by a group will cause an error.
This method is indemponent, which means that if you call it multiple times, only the roles specified will be updated and roles set in previous calls that are not included in the call will stay unchanged.
Set Roblox group roles that are allowed to join.
Parameters
roles
{ number }
A table of Roblox group role IDs to be whitelisted
Last updated