Accessories
You can see some accessories functions
PLAYER:AASEquipAccessory(uniqueId, noNotify)
Equip the accesorry
Types
Arguments
Descriptions
Optional
uniqueId
The item uniqueId to equip
❌
noNotify
If you don't want to notify the player
✔️
PLAYER:AASUnEquipAccessoryById(uniqueId)
Unequip an accessory by item uniqueId
Types
Arguments
Descriptions
Optional
uniqueId
The item uniqueId to unequip
❌
PLAYER:AASUnEquipAccessories(category)
Unequip the accesorry
Types
Arguments
Descriptions
Optional
category
The category of the item you wish to unequip
❌
PLAYER:AASUnEquipAllAccessory()
Unequip all player accessories
PLAYER:AASSendAllAccessory()
Send all accessories of all players to a specific player
PLAYER:AASSaveModelItem()
Save the player last model and all equiped items
PLAYER:AASReloadModelItem()
Reload the player last model and all last equiped items
Last updated
Was this helpful?