Tutorials

How to remove player clothing in a different script ?

1.

Remove player clothing:

---@param type string ['mask', 'helmet', 'glasses'...]
TriggerEvent('fivecode_clothing:useOutfit', type)

Last updated