How to edit the layering of Multiple Accessories?

I want to know how I can edit the layering order of multiple accessories with a script.


I have already tried to find a documentation about that in the Roblox Docs, but I couldn’t find anything, except of how to create layered clothing.

Use HumanoidDescriptions, specifically “SetAccessories” and “GetAccessories”.

This gives you a list derived from the description’s accessory blob, where you can then edit the puffiness and ordering of that layered accessory.

You can also change the Order property of the accessory’s WrapLayer if you want a quick and dirty approach.

1 Like