i dont want the limbs to smoothly move downwards when transitioning from jump to fall
1 Like
m I think you can right click on the animation editor somewhere (I forgot where sorry) and change the easing style to constant.
1 Like
wait nvm that was the solution to another issue i had but nonetheless thank you
1 Like
If it wasnt the solution to this problem, you can unmark it. does the animation still act the same even after you make it constant?
mb i forgot to mention that it still was thats why i left the solution thing checked
1 Like
oh wait its this thing that you change in animate on lines 350 ish you change the second value from 0.1 to 0
ex:playAnimation(“fall”, 0.1, Humanoid)
change the 0.1 to 0
and on line 187
local fallTransitionTime = 0