> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_tattooshop/developer-api/client-exports.md).

# Client Exports

### reloadPlayerTattoos

If you want to refresh the tattoos on your character, you can use the following export, it is recommended to use this export if you encounter problems with other resources that remove tattoos.

```lua
exports['vms_tattooshop']:reloadPlayerTattoos()
```
