ModelData:getAnimationName
EditReturns the name of an animation.
name = ModelData:getAnimationName(index)
Arguments
Name | Type | Description |
index | number | The index of the animation. |
Returns
Name | Type | Description |
name | string | The name of the animation. |
Notes
If the animation does not have a name, this function returns nil
.