onClothesUpdate
This event is triggered when a player updates their clothes.
Example
engine.localPlayer.events.on('onClothesUpdate', () => {
console.log('Clothes updated');
});
Available on: Client
This event is triggered when a player updates their clothes.
engine.localPlayer.events.on('onClothesUpdate', () => {
console.log('Clothes updated');
});
Available on: Client