Back to index...

NameTypeDeprecatedSecureDescription
Inspect.Role.ListfunctionLists the player's roles.

Inspect.Role.List

Lists the player's roles.

Usage:

roles = Inspect.Role.List()
ParameterTypeDatatypeDescription
rolesresulttableA table containing the player's roles. The key is the role ID, the value is the role name.

Back to index...