Having problems with Holding Gun Idle Animation

I am trying to create an Idle animation that is suppose to play when holding the gun. But it seems that it can’t, it is playing but the Roblox default holding animation is preventing the whole animation to play. This also happens with other animations.

I haven’t tried anything as I don’t know what to do to attempt fixing.

Anyways, this is the problem.

I want to play this animation while holding the gun
https://gyazo.com/921cfe00f0af7e9d79b1f4e8fad5cb84
But it’s mixed with the Roblox Holding Animation
https://gyazo.com/e287a374eb24269c29e808c5dc908bf1

if you have any solutions I beg you to comment them down below.
Thanks!

3 Likes

Hi there,

Simply set the priority of your animation higher than that of Roblox’s idle animation and your animation will override Roblox’s animation.

DevHub article

4 Likes

Thank you so much! You’re helping out my game <3

2 Likes