Hi, so i made a Sonic style jump animation for my character. The problem is that it either looks too fast or too slow, and i don’t know how to change it’s speed. I’ve tried changing it in the default Roblox Animate script but i can’t find anyway to do so. Any help?
AnimationTrack has a playback speed attribute you can access by using track:AdjustSpeed(speed) where 1 is the default speed. I suggest just changing the speed in the animation though
I don’t know where to plaxe the AnimationTrack:AdjustSpeed line in the Animate script tho. And, how do you change the animation speed in the animation editor?
The AdjustSpeed() line is something youll have to put it in your own script that plays on jump. This is why I recommend changing the animation speed from the editor. I don’t know if youre using basic roblox, moon animator, or blender but I use moon animator. It has an FPS option that you can change and I think blender does too. If the basic roblox one does not, then you can just move keyframes closer together, will take alot longer though.