Hello everyone! I’m having a lot of trouble with this.
I am making an Outfit Loader that loads all accessories and clothing and I want it to include layered clothing. I know how to get the outfits and the humanoid descriptions from them, however I can’t figure out how to get the Layered Clothing asset Ids.
The Roblox API site doesn’t even show where the Layered Clothing would be listed at in the HumanoidDescription.
I did find something called an “AccessoryBlob” which is supposed to list Layered Clothing information, but that info is not accessible via Lua code unfortunately.
Does anyone know how I can derive Layered Clothing from a HumanoidDescription? I need to do this to allow players to try and buy layered clothing items. Thanks!