> For the complete documentation index, see [llms.txt](https://highqez.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://highqez.gitbook.io/docs/resources/crawl-dead/api/server.md).

# Server

{% hint style="success" %}
Exports are used to sync the zone script with the addon script
{% endhint %}

## IsCrawling

Check if the player is crawling

Attribute:

* Integer:
  * `playerid`: server id of the player

Return:

* &#x20;Boolean:
  * `true`: the player is crawling
  * `false`: the player is not crawling

{% code title="Usage" %}

```lua
exports['highqez_crawldead']:IsCrawling(playerid)
```

{% endcode %}

***
