# esx\_multicharacter

1. Open the esx\_multicharacter\server\modules\multicharacter.lua
2. Find this `function Multicharacter:SetupCharacters(...)` and you need to put inside of the `characters[id] = {` the next line:

```lua
v.skin = exports.origen_clothing:getAppearance(v.identifier).skin

skin = exports["origen_clothing"]:GetAppearanceData()
```

3. Enjoy!!! :smile:
