Playing two animations at once?

Hi,

I’m attempting to run 2 animations at once, a tool animation and a walking/running/player animation.

I have been attempting to use the normal humanoid animation playing function.
How am I able to achieve this?

8 Likes

This is easy, simply have the tool animation overlapping the other animations. Set to the correct priority of each animation and it should do the trick.


More information here:
https://developer.roblox.com/en-us/api-reference/property/AnimationTrack/Priority

9 Likes

Thank you for your help!
Im not very experienced with animations

Wait, so you just set the first animation to a lower priority than the second?

2 Likes