Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AvatarSettingsAccessoryMode

Determines whether AvatarAccessoryRules enforces custom size limits on rigid accessories worn by player avatars.

Items 2

HistoryNameValueDescription
672PlayerChoice0

No custom size limits are applied to rigid accessories; the player's own accessory choices are displayed without modification.

672CustomLimit1

The experience enforces custom size limits on rigid accessories using the LimitBounds and LimitMethod properties of AvatarAccessoryRules.

Description

Determines whether AvatarAccessoryRules enforces custom size limits on rigid (non-layered) accessories worn by player avatars in the experience. Used by AccessoryMode, which defaults to AvatarSettingsAccessoryMode.PlayerChoice. When set to AvatarSettingsAccessoryMode.CustomLimit, the engine evaluates each rigid accessory against LimitBounds and applies the enforcement strategy in LimitMethod.

History 3

Settings