Reference API Roblox

Engine API

Website

Related

Reference API Roblox

OutfitType

Categorizes a saved player outfit by its content type, used to filter or specify outfit type in AvatarEditorService methods.

Items 5

HistoryNameValueDescription
539All1

Returns outfits of every type, with no filtering applied.

539Avatar2

A full-body avatar outfit.

539DynamicHead3

An outfit containing a dynamic head.

689Shoes4

An outfit consisting of a pair of shoes.

723Makeup5

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.

History 6

Settings