Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AvatarSettingsClothingMode

Determines whether the experience applies a spatial bounding limit to layered clothing on player characters.

Items 2

HistoryNameValueDescription
672PlayerChoice0

No spatial limit is applied to layered clothing; the player's layered clothing accessories deform without a bounding constraint.

672CustomLimit1

Applies a custom spatial limit to layered clothing based on LimitBounds.

Description

Determines whether the experience applies a spatial bounding limit to layered clothing on player characters. Used by ClothingMode to control how far layered clothing accessories can extend from the character body. When set to AvatarSettingsClothingMode.CustomLimit, the engine reads LimitBounds and clips layered clothing deformation to those bounds. Defaults to AvatarSettingsClothingMode.PlayerChoice.

History 3

Settings