> For the complete documentation index, see [llms.txt](https://plug-and-play.gitbook.io/plug-and-play/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plug-and-play.gitbook.io/plug-and-play/scripts/pap_admin/exports.md).

# Exports

## Client Export

<details>

<summary>Props</summary>

{% code fullWidth="false" %}

```lua
local Props = exports.PAP_admin:GetProps()
```

{% endcode %}

*Retourne tous les props posés du menu*

```lua
local Props = exports.PAP_admin:GetPropsIdentifier(identifier)
```

*Retourne tous les props posés d'un joueur*

</details>
