Animation Problem

Hi guys, im tryna play an animation for parrying, i don’t want a movement, i just want the arms to instantly go in that position, so i’ve made an animation like that:

The strange thing is that when i play it (looped) is like that:

as i said, i want it to instantly move the arm in that position, and not some movement

They bend backwards as Roblox thinks that’s the fastest way for the motor6ds to reach the desired position. You’d have to add additional keyframes (maybe one per arm) that bend the arms towards the front a bit. If you want the animation to be 100% instant you can use :Play(0) (0 by default is 0.1, which is the transition time of the animation).

2 Likes

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