AnimationTrack

extends Instance

Class fields

FieldXML typeValue
NamestringAnimationTrack
summarystringReturned by a call to LoadAnimation. Controls the playback of an animation on a Humanoid.
ExplorerOrderstring22
ExplorerImageIndexstring60

Properties

5
Animation
Object
FieldXML typeValue
NamestringAnimation
IsPlaying
bool
FieldXML typeValue
NamestringIsPlaying
Length
float
FieldXML typeValue
NamestringLength
Priority
AnimationPriority
FieldXML typeValue
NamestringPriority
TimePosition
float
FieldXML typeValue
NamestringTimePosition

Functions

5
AdjustSpeed
(speed: float = …) → void
FieldXML typeValue
NamestringAdjustSpeed
AdjustWeight
(weight: float = …, fadeTime: float = …) → void
FieldXML typeValue
NamestringAdjustWeight
GetTimeOfKeyframe
(keyframeName: string) → double
FieldXML typeValue
NamestringGetTimeOfKeyframe
Play
(fadeTime: float = …, weight: float = …, speed: float = …) → void
FieldXML typeValue
NamestringPlay
Stop
(fadeTime: float = …) → void
FieldXML typeValue
NamestringStop

Events

2
KeyframeReached
(keyframeName: string) → void
FieldXML typeValue
NamestringKeyframeReached
Stopped
() → void
FieldXML typeValue
NamestringStopped
Deprecatedbooltrue
summarystringThis event is never raised