Idle animation plays over walk animation

I have a paintball gun weapon in my Roblox game, and I want to make it so the idle animation plays over the core animations? The idle animation has no leg keyframes so that the walk animation still plays. The animation priority of all the core animations are Movement, and the paintball gun idle animation is set to Action.

Are you using the built-in animation script, or did you create one yourself?

I created one myself. Do I provide the script?

this may or may not be useful, but you can set the animation priority to Action 4, or anything above movement. Tiy can also try make the paintball gun a tool, and the Toolnone animation to your desired hold animation

I already do have the idle animation’s priority set higher than the core animations.

you could also turn it into a tool.

you can also try make the paintball gun a tool, and the Toolnone animation to your desired hold animation

1 Like

Try changing Animation Priority to Action with walking animation in Animation Editor.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.