Skip to main content

Has Community Service

This returns true / false, returns true if the player has community service
local hasCommunityService = exports['aliyahs-comserv']:HasComs()
print(hasCommunityService)

Get Community Service Left

This toggles the noclip of the player if the player has permissions
local comsleft = exports['aliyahs-comserv']:comsleft()
print(comsleft)