# Server Events

### Opening a clothing store menu:

Event to run the store menu using, for example, npc talk script

<figure><img src="https://3701050178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6y0J5nnTjSyc65fbCvIU%2Fuploads%2FOtbYFjDgGeSnMTeZrQRP%2Fscreenshot.png?alt=media&#x26;token=844d5abc-97d7-4b27-87d2-53a59d89e0e1" alt=""><figcaption><p>The ID in the event is that number marked with a red circle in the screenshot</p></figcaption></figure>

```lua
TriggerClientEvent("vms_clothestore:open", source, ID)
```
