BlendSpace

BlendSpace : Instance

Overview

BlendSpace: A tool for handling blend space animations in Lua scripts.

Description

BlendSpace allows for the seamless blending of animations. It differs from AnimationTrack, which plays whole-body animations directly using its Play() function. The continuous playback of BlendSpace persists until another whole-body animation is initiated through

Properties

AnimationIDs

array

AnimationIDs is a collection of unique identifiers for animations used in the blend space.

Code Samples

BlendByInertialization

bool

BlendByInertialization is a property that determines whether the blend space blends with another animation using inertialization or a conventional method with a default value of false.

Code Samples

BlendTime

number

BlendTime is a number property in BlendSpace that defines the duration for blending an animation with the blend space after the animation has ended

Code Samples

Methods

Events