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:
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).