Humanoid Animation List

A component for registering humanoid animations that can be used from Items.

Animations registered with HumanoidAnimationList can be used from the script beta API.
See Script Reference for details.

properties

propertiesfunction
Humanoid AnimationsA list of animation data. You can specify the number of settings.
-IdSpecify a string to reference from a script. The ID can be up to 64 characters, and only alphanumeric characters and some symbols (apostrophe, comma, hyphen, period, and underscore) can be used.
-AnimationSpecify the AnimationClip file to use as humanoid animation.

Other points to note

  • Only animations for humanoid bones, RootT, and RootQ are reflected. Animations for other properties are ignored.
  • All animation curve completion methods are treated as Linear.