---
name: AccessoryType
last_updated: 2026-07-02T02:14:38Z
type: enum
summary: "A subset of AssetTypes which are relevant to only accessories."
---

# AccessoryType

A subset of AssetTypes which are relevant to only accessories.

**Type:** enum

## Description

AccessoryType is a subset of AssetTypes which are relevant to only
accessories.

To get the AccessoryType of an accessory, see the Type on the accessory's web
page. For example, see
[Yi the Art Teacher - Hair](https://www.roblox.com/catalog/5911063681/Yi-the-Art-Teacher-Hair).

AccessoryTypes are mainly used in the AccessoryBlob of HumanoidDescription,
and to specify the type in Accessory.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Unknown` | 0 | If the accessory type is not known. |
| `Hat` | 1 | A hat accessory (may be a rigid or layered accessory). |
| `Hair` | 2 | A hair accessory (may be a rigid or layered accessory). |
| `Face` | 3 | A face accessory (may be a rigid or layered accessory). |
| `Neck` | 4 | A neck Accessory (may be a rigid or layered accessory). |
| `Shoulder` | 5 | A shoulder accessory (may be a rigid or layered accessory). |
| `Front` | 6 | A front accessory (may be a rigid or layered accessory). |
| `Back` | 7 | A back accessory (may be a rigid or layered accessory). |
| `Waist` | 8 | A waist accessory (may be a rigid or layered accessory). |
| `TShirt` | 9 | A layered clothing T-Shirt accessory. |
| `Shirt` | 10 | A layered clothing shirt accessory. |
| `Pants` | 11 | A layered clothing pants accessory. |
| `Jacket` | 12 | A layered clothing jacket accessory. |
| `Sweater` | 13 | A layered clothing sweater accessory. |
| `Shorts` | 14 | A layered clothing shorts accessory. |
| `LeftShoe` | 15 | A layered clothing left shoe accessory. |
| `RightShoe` | 16 | A layered clothing right shoe accessory. |
| `DressSkirt` | 17 | A layered clothing dress or skirt accessory. |
| `Eyebrow` | 18 |  |
| `Eyelash` | 19 |  |