> 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-mugshot.md).

# Player Mugshot

This state bag can be useful for developers who need to work with player mugshots, such as in ID card systems or similar features.

By using LT-10System on your FiveM server, mugshot handling becomes much simpler and more streamlined.

**Note:**

1. You should wait approximately **5000ms (5 seconds)** before accessing this state bag, as this is the time required for the mugshot data to initialize.
2. The mugshot will only update when the player triggers a **Reload Image** action or when the image update event is fired.

### Usage Example

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