Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AvatarSettingsAnimationClipsMode

Determines whether avatar animation clips are defined by the experience or if they are determined by AnimationPacksMode.

Items 2

HistoryNameValueDescription
672PlayerChoice0

The clips determined by the AnimationPacksMode are used, without experience-level overrides.

672CustomClips1

The experience overrides individual animation clips using the per-clip enabled and ID properties on AvatarAnimationRules (for example, CustomRunAnimationEnabled and CustomRunAnimationId). Only clips whose enabled flag is true are replaced.

Description

Determines whether custom experience-defined avatar animation clips override the clips determined by the AnimationPacksMode setting. This enum is the type of AnimationClipsMode, which defaults to AvatarSettingsAnimationClipsMode.PlayerChoice.

History 3

Settings