Working on an animation for my gun, though when i move or when that idle animation that has the player look around the left arm moves. Is there a way to stop this?
Some details,
animations is looping,
animation priority in action.
Working on an animation for my gun, though when i move or when that idle animation that has the player look around the left arm moves. Is there a way to stop this?
Some details,
animations is looping,
animation priority in action.
Try also adding keyframes in the other (Edit: Upper) arm.
Roblox default animations are set to Core/Idle priority, and anything with a higher priority should overrun it. The reason your other arm moves is because it’s not animated, so the running animation takes over instead.
Hope this helped!
@g_captain is correct. If an animation of high priority is being played with no key frame in the arm any animation playing before or after that will take control over the unassigned arm.