> 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-talking-on-radio.md).

# Player Talking On Radio

⚠️ **Note:** This statebag is available from version **1.5.0+** only.

This statebag allows you to detect whether a player is currently talking over the radio.

It can be useful when building features such as radio UIs, voice indicators, or integrations with dispatch and menu systems. It provides a simple and reliable way to track radio activity in real time.

### Usage Example

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