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 nil

Bridge.Clothing.SetAppearance(src, data)

Last updated