Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AvatarSettingsAccessoryLimitMethod

Determines how AvatarAccessoryRules enforces accessory size limits when an accessory exceeds the configured bounds.

Items 4

HistoryNameValueDescription
672Scale0

Scales down rigid accessories that exceed the configured bounds, or removes them if scaling would reduce them below minimum size thresholds.

672Remove1

Destroys any rigid accessory whose bounding box exceeds the configured bounds.

679PreviewScale2

Reports whether an accessory would be scaled or removed for exceeding the configured bounds without actually modifying it.

679PreviewRemove3

Reports whether an accessory would be removed for exceeding the configured bounds without actually destroying it.

Description

Determines how AvatarAccessoryRules enforces accessory size limits when an accessory exceeds LimitBounds. Used by LimitMethod, which defaults to AvatarSettingsAccessoryLimitMethod.Remove. Only takes effect when AccessoryMode is AvatarSettingsAccessoryMode.CustomLimit.

History 5

Settings