Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AvatarSettingsCustomClothingMode

Determines whether an experience overrides a player's classic 2D or layered 3D clothing with creator-specified assets or preserves the player's own clothing choices.

Items 2

HistoryNameValueDescription
672PlayerChoice0

Players keep their own clothing selections. The experience does not override clothing assets. This is the default value.

672CustomClothing1

The experience enforces creator-specified clothing assets from AvatarClothingRules, overriding each player's own equipped clothing.

Description

Determines whether the classic 2D clothing or layered 3D clothing worn by player avatars in an experience is controlled by the creator or left to each player's own selection. Used by AvatarClothingRules.CustomClothingMode within AvatarSettings.

When set to AvatarSettingsCustomClothingMode.CustomClothing, the engine applies the asset IDs from the AvatarClothingRules custom clothing properties to each player's HumanoidDescription on join, replacing the player's equipped clothing.

History 3

Settings