Custom run animation is a lot slower than the normal run animation without anything equipped. How can i make the leg speed of both animations be consistent with eachother?
Custom run animation is a lot slower than the normal run animation without anything equipped. How can i make the leg speed of both animations be consistent with eachother?
Was this done with the animation editor, in a script, both?
The custom run animation while holding the tool is through the animation editor. Maybe i can script it to make his legs move faster?
AnimationTrack:AdjustSpeed(4) -- 4x faster
2 Likes
Yeah, this is one method of doing it. Or as an alternative you could adjust the space between each keyframe.
1 Like