> For the complete documentation index, see [llms.txt](https://lt-studios.gitbook.io/lt-studios/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lt-studios.gitbook.io/lt-studios/assets/editor/api-for-developers/useful-statebags/player-callsign.md).

# Player Callsign

An easy way to get a player's callsign using a server sided state bag. Btw it works on ESX too if you enabled our [Callsign Handling](/lt-studios/assets/editor/user-guide/how-to-use-our-callsign-handling-esx.md).

### Usage Example

```lua
Player(source).state.callsign
```
