The best way by the book is to load it into the Animator instance of the humanoid, due to the fact Humanoid:LoadAnimation() is considered deprecated.
Character:WaitForChild("Humanoid"):WaitForChild("Animator"):LoadAnimation(my_anim)
The best way by the book is to load it into the Animator instance of the humanoid, due to the fact Humanoid:LoadAnimation() is considered deprecated.
Character:WaitForChild("Humanoid"):WaitForChild("Animator"):LoadAnimation(my_anim)