roblox
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

Allows animations to be played on joints of the parent object. This class was added on November 20, 2013.

Methods

GetPlayingAnimationTracks(): Array

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
This class member is missing documentation. Create or add to its subpage at Class:AnimationController/GetPlayingAnimationTracks.
  • Thread safety: unsafe

LoadAnimation(animation: Animation): AnimationTrack

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
animationAnimation
  • Thread safety: unsafe

Events

AnimationPlayed(animationTrack: AnimationTrack)

  • DeprecatedThis member will be phased out and should be avoided while it is still available.
Parameters
NameType
animationTrackAnimationTrack
  • Thread safety: unsafe

External links