# Client Exports

### OpenWardrobe

Export to open wardrobe for another resource such as apartments

```lua
exports['vms_clothestore']:OpenWardrobe()
```

***

### OpenManage

Export to open the clothing management menu in other resources such as apartments

```lua
exports['vms_clothestore']:OpenManage()
```

***

### OpenShare

Export to open menu for sharing saved clothes in other resources

```lua
exports['vms_clothestore']:OpenShare()
```
