Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CreateOutfitFailure

Indicates why a AvatarEditorService:PromptCreateOutfit() call failed.

Items 3

HistoryNameValueDescription
482InvalidName1

The outfit name provided by the player was rejected as invalid.

482OutfitLimitReached2

The player has reached the maximum number of saved outfits.

482Other3

The outfit creation failed for an unspecified or unrecognized reason.

Description

Indicates the reason a AvatarEditorService:PromptCreateOutfit() call did not successfully create an outfit. The failure code is surfaced through the AvatarEditorService.PromptCreateOutfitCompleted event alongside an AvatarPromptResult.Failed result.

History 4

Settings