Hello, I have an animation I want to play with a gear, but I can't figure out why the arm the gear is in won't move or be animated. Here is my code
local idleAnim = humanoid:LoadAnimation(anims:WaitForChild("idleAnim"))
Maybe try making it's priority higher..
anims.IdleAnim.Priority = Enum.AnimationPriority.Action
It’s an idle animation, will it change it if I do set the priority to action?