Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AvatarSettingsScaleMode

Determines whether the experience enforces a custom height range on player characters or allows players to spawn at their natural avatar height.

Items 2

HistoryNameValueDescription
672PlayerChoice0

Characters spawn at their natural avatar height without any experience-level height override. This is the default value.

672CustomScale1

The experience clamps the character's height to the range specified by CustomHeight, overriding the player's natural avatar height.

Description

Determines whether the experience overrides player character height with a creator-defined range or leaves it at the player's own avatar height. Used by ScaleMode. When set to AvatarSettingsScaleMode.CustomScale, the engine clamps character height to CustomHeight and applies layered clothing bounds from the resulting body extents. Defaults to AvatarSettingsScaleMode.PlayerChoice.

History 3

Settings