> For the complete documentation index, see [llms.txt](https://docs.vames-store.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vames-store.com/assets/vms_charcreator/compatibility/zsx_multicharacter.md).

# ZSX\_Multicharacter

***

1. Open **framework\_functions.lua** in your **ZSX\_Multicharacter**
2. Search for `Framework.OpenSkinMenu`
3. Replace the function with this one below

```lua
Framework.OpenSkinMenu = function()
    if GetResourceState('ZSX_UI') == 'started' then
        exports['ZSX_UI']:HideUI(false)
    end
    HandleHud(false)
    TriggerEvent('vms_charcreator:openCreator', 0, false, false)
end
```
