Roblox API Reference

AnimationTrack On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.

Tags: [NotCreatable]

Inherits (1)

Member index (19)

Type Member History
Animation Animation 204 329
bool IsPlaying 202
float Length 202
bool Looped 280
AnimationPriority Priority 202
float Speed 299
float TimePosition 206
float WeightCurrent 299
float WeightTarget 299
void AdjustSpeed (float speed = 1)
void AdjustWeight (float weight = 1, float fadeTime = 0.100000001)
RBXScriptSignal GetMarkerReachedSignal (string name) 366
double GetTimeOfKeyframe (string keyframeName) 206
void Play (float fadeTime = 0.100000001, float weight = 1, float speed = 1)
void Stop (float fadeTime = 0.100000001)
DidLoop () 280
Ended () 550
KeyframeReached (string keyframeName)
Stopped () 48 248
51 members inherited from Instance

History

Members

AdjustSpeed On DevHub

Name Type Default
speed float 1

AdjustWeight On DevHub

Name Type Default
weight float 1
fadeTime float 0.100000001

Animation On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

DidLoop On DevHub

Name Type Default
No parameters.

History

Ended On DevHub

Name Type Default
No parameters.

History

GetMarkerReachedSignal On DevHub

Name Type Default
name string none

History

GetTimeOfKeyframe On DevHub

Name Type Default
keyframeName string none

History

IsPlaying On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

KeyframeReached On DevHub

Name Type Default
keyframeName string none

Length On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

Looped On DevHub

History

Play On DevHub

Name Type Default
fadeTime float 0.100000001
weight float 1
speed float 1

Priority On DevHub

History

Speed On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

Stop On DevHub

Name Type Default
fadeTime float 0.100000001

Stopped On DevHub

Name Type Default
No parameters.

History

TimePosition On DevHub

This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [NotReplicated]

WeightCurrent On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

WeightTarget On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

Relevant classes (1)

Relevant enums (1)

Relevant members (10)