# Client-Side

{% tabs %}
{% tab title="vms\_clothestore" %}

```lua
if Config.Clothing ~= 'vms_clothestore' then
    return
end

function OpenWardrobe()
    exports['vms_clothestore']:OpenWardrobe()
end
```

{% endtab %}

{% tab title="qb-clothing" %}

```lua
if Config.Clothing ~= 'qb-clothing' then
    return
end

function OpenWardrobe()
    TriggerEvent('qb-clothing:client:openOutfitMenu')
end
```

{% endtab %}
{% endtabs %}
