Reference API Roblox

Engine API

Website

Related

Reference API Roblox

OutfitSource

Filters which outfits are returned by AvatarEditorService:GetOutfitsAsync() based on how they were obtained.

Items 3

HistoryNameValueDescription
481All1

Return all outfits regardless of whether they were created or purchased.

481Created2

Return only outfits that the user created themselves (editable outfits).

481Purchased3

Return only outfits that the user purchased (non-editable outfits).

Description

Specifies whether AvatarEditorService:GetOutfitsAsync() should return all of a user's outfits, only outfits the user created themselves, or only outfits the user purchased. Pass this value as the outfitSource parameter of AvatarEditorService:GetOutfitsAsync().

History 4

Settings