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

# Client Exports

## openMenu

With following export you can open appearance menu

{% tabs %}
{% tab title="Client Side" %}

```lua
exports['p_appearance']:OpenMenu() -- this export will return true or false
```

{% endtab %}
{% endtabs %}

***

## openShopMenu

With following export you can open shop menu, it can be `clothing` / `barber` / `tattoos`

{% tabs %}
{% tab title="Client Side" %}

```lua
exports['p_appearance']:OpenMenu(nil, 'clothing')
```

{% endtab %}
{% endtabs %}

***

## openOutfits

With this export you can open outfit menu.

{% tabs %}
{% tab title="Client Side" %}

```lua
exports['p_appearance']:openOutfits()
```

{% endtab %}
{% endtabs %}
