How do i play two R6 animations at once without interfering with eachother

Hi, I’m currently working on a project and I’m stuck on a small part of the game. In this game I need basic combat, punching/pushing and I need that combat to be possible while the player is sprinting, My issue is that I don’t know how I’d play both a punch (or push) animation while my sprinting animation is also playing.

I’ve searched around the devforum for similar topics but I haven’t found any topics that could help me and I’m not aware of a way to do this in roblox. And searching around online only gives me results for completely different game engines.

The combat system is the easy bit here, that’s just a bit of knockback, the only issue I’m having is getting a pushing animation (which literally just animates the arms) and a running animation to play at the same time.

All help is appreciated,
aggressiveclown

1 Like

make one a movement class and the other one an action class

you can set it in the script or,
redo the animation and before you upload it, click the 3 dots in the roblox animator and select “set animation priority” then you can make it movement or action 1-4

4 Likes

i cant believe it’s that simple but it is, thank you very much!

1 Like