How would I play both of my animations at once?

I have 2 lifting arm animations, which manipulate the arm, torso, and head. I want both to be able to play at the same time, but I don’t know how to do this. Once 1 animation plays, the arm stays there until the player lets go. I want the player to be able to hold both the arms up. How can I do this?

2 Likes

In the animation editor, you can make an animation “ignore” certain limbs, so they won’t get animated, and you can play other animations with it.

If you, however, want to make two animations sort of “merge” together, you’d have to take a look at AnimationTrack weight.

2 Likes

How would I do that, just set track:AdjustWeight(.5) ???