> For the complete documentation index, see [llms.txt](https://docs.menanak47.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.menanak47.com/qbcore/ak47_qb_clothing/triggers.md).

# Triggers

### Open Character Creation Menu

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

```lua
TriggerEvent('qb-clothes:client:CreateFirstCharacter')
```

{% endtab %}

{% tab title="Server" %}

```etlua
TriggerClientEvent('qb-clothes:client:CreateFirstCharacter', source)
```

{% endtab %}
{% endtabs %}

### Open Outfit Menu

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

```lua
TriggerEvent('ak47_qb_clothing:openOutfit')
```

{% endtab %}

{% tab title="Server" %}

```lua
TriggerClientEvent('ak47_qb_clothing:openOutfit', source)
```

{% endtab %}
{% endtabs %}
