Hey there! I’m a little confused regarding how to accomplish this. I know how to get the asset IDs of a player’s classic shirt, classic pants, hats, etc. via their humanoid description using player:GetHumanoidDescriptionFromOutfitId(userId)
. However, this humanoid description doesn’t give me much regarding the new layered clothing. In fact, this chart from the API site doesn’t even show where it’d be stored.
How can I get the asset IDs of all the layered clothing a player is wearing? Including the shirt, pants, and jacket. I need their asset IDs so that I can script it to where players can try and buy other people’s layered clothing. Thanks!
P.S. I have looked into utilizing the AccessoryBlob of the HumanoidDescription but this is impossible because according to the API site, I can only use this within Studio - I cannot access it via Lua code.