DevHub article: Using Animations | Roblox Creator Documentation
The tile pretty much says it all. Humanoid:LoadAnimation()
was deprecated (Deprecating LoadAnimation on Humanoid and AnimationController) at the start of this month. Although it still works, Roblox strongly discourages it’s use.
The script in that article still uses the deprecated method of Humanoid
and I think it should probably be updated to use Animator
instead.