Drinking Animation Won't Play

  1. What do you want to achieve? My animation to play upon the player clicking with the tool being held out.

  2. What is the issue? The player is able to hold the item out, however when clicking nothing plays.

  3. What solutions have you tried so far? I used a RoScripter tutorial for the Script, and have looked on the Developerforum for help but haven’t found anything yet.

1 Like

You’ve misspelled Humanoid. You also don’t need both .Equipped and .Activated connections, just use .Activated and it will only fire if the tool is equipped.

1 Like

I am literally so embarssed with myself that it was a misspelling. Thank you very much!

1 Like

also, humanoid:LoadAnimation() is deprecated, use Humanoid.Animator:LoadAnimation to avoid any issues with animations showing to others.

1 Like

Thanks for the heads up! Integrated that and it’s still going just fine, thanks for your help!

1 Like