Humanoid Animation List component
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
properties | function |
---|---|
Humanoid Animations | A list of animation data. You can specify the number of settings. |
-Id | Specify 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. |
-Animation | Specify 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.