Client Exports
openMenu
With following export you can open appearance menu
exports['p_appearance']:OpenMenu() -- this export will return true or falseopenShopMenu
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