I am making bunch of HumanoidDescription instances for characters in my game and a lot of them use layered clothing. My question is where should I put the ID of the clothing?
AccessoryBlob is a JSON table, just use the right format. You don’t have to use scripts for this. Equip some layered accessories and see how AccessoryBlob changes. Use that format when adding new accessories manually.
desc.AccessoryBlob -When trying to get the HumanoidDescription to return the AcessoryBlob, I get the error “AcessoryBlob is not found in the class HumanoidDescription” as if you were to do desc.Shirt it returns all the shirt ID’s on the character. Is there a way to return Layered clothing ID’s such as Jackets, shirt etc. from a Humanoid Description?