> 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/arenas-pvp/statesbags.md).

# Statesbags

## Client

<pre class="language-lua"><code class="lang-lua"><strong>LocalPlayer.state.InMatch -- Boolean
</strong>LocalPlayer.state.InPreMatch -- Bolean
LocalPlayer.state.InRankedMatch -- Bolean
</code></pre>

## Server

```lua
Player(ID_HERE).state.InMatch -- Boolean
Player(ID_HERE).state.InPreMatch -- Bolean
Player(ID_HERE).state.InRankedMatch -- Bolean
```
