Client Exports
openMenu
With following export you can open appearance menu
exports['p_appearance']:OpenMenu() -- this export will return true or false
openShopMenu
With following export you can open shop menu, it can be clothing
/ barber
/ tattoos
exports['p_appearance']:OpenMenu(nil, 'clothing')
openOutfits
With this export you can open outfit menu.
exports['p_appearance']:openOutfits()
Last updated