> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aliyahs.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Client Exports

> This is the client exports for the script

<div style={{height: 1, borderRadius: 10, width: '100%', backgroundColor: 'rgba(255, 255, 255, 0.3)'}} />

<h3>Has Community Service</h3>
This returns true / false, returns true if the player has community service

```lua
local hasCommunityService = exports['aliyahs-comserv']:HasComs()
print(hasCommunityService)
```

<h3>Get Community Service Left</h3>
This toggles the noclip of the player if the player has permissions

```lua
local comsleft = exports['aliyahs-comserv']:comsleft()
print(comsleft)
```
