OutfitType
Categorizes a saved player outfit by its content type, used to filter or specify outfit type in AvatarEditorService methods.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 539 | All | 1 | Returns outfits of every type, with no filtering applied. | |
| 539 | Avatar | 2 | A full-body avatar outfit. | |
| 539 | DynamicHead | 3 | An outfit containing a dynamic head. | |
| 689 | Shoes | 4 | An outfit consisting of a pair of shoes. | |
| 723 | Makeup | 5 | An outfit consisting of makeup items applied to the avatar's face. |
Description
OutfitType is an enum used with AvatarEditorService to distinguish
saved player outfits by their content. It is accepted by
AvatarEditorService:GetOutfitsAsync() and
AvatarEditorService:GetOutfits() as a filter.
The most common values are OutfitType.Avatar (a full-body outfit) and OutfitType.Makeup (a makeup-only configuration). Passing OutfitType.All to a query method returns outfits of every type with no filtering applied.