@nofascist @taart There are types of Accoutrements that are worn on the Face, and some on the Shoulders, or Back, or Waist, etc
Those are all uniquely classified in the Catalog, but to determine what type of accessory you are dealing with in a place is a little less straightforward.
Still, you can get the type easily by looking into the Accoutrement for the name of its Attachment. Hats are "HatAttachment" while Neck items are "NeckAttachment" and so on.
It would look something like
local attach = Accessory:FindFirstChildWhichIsA("Attachment")
print(attach.Name)
end |