Configuration
Page dedicated to how to configure our Skin Menu [V2]
Configuration Guide (config/config.lua)
config/config.lua)Config.Target = {
ox_target = true, -- Preferred method
useE = false, -- Legacy fallback
}Config.ShopCategories = {
['clothing'] = { 'clothes', 'addons' }, -- Only apparel and props
['barber'] = { 'dna', 'face' }, -- Hair, makeup, and facial features
['tattoo'] = { 'tattoos' }, -- Exclusive to tattoo parlors
['surgeon'] = { 'dna', 'face' }, -- Plastic surgery (parents, structure)
}Config.PhotoStudio = {
coords = vector3(617.6306, 2766.3438, 42.0881),
heading = 182.6283,
}Last updated

