SetAppearance

local Bridge = exports.community_bridge:Bridge()

---This will set the peds skin data to the specified table. It will also store previous skin in the event it needs returned to original.
---@param data table
---@return boolean

Bridge.Clothing.SetAppearance(data)

Last updated