> For the complete documentation index, see [llms.txt](https://docs.biyei.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biyei.net/scripts/safezones/statebags.md).

# Statebags

## Client side

<pre class="language-lua"><code class="lang-lua"><strong>LocalPlayer.state.inSafeZone -- return boolean (true or false)
</strong></code></pre>

## Server side

```lua
Player(ID_HERE).state.inSafeZone -- return boolean (true or false)
```
