Due to how roblox is setup, I have decided I would like to recreate how animations are loaded (E.g. Animator:LoadAnimation(AnimationId)).
Except I would like to just use Keyframe sequences as I’ll be able to organize them much better.
I was curious on how I could go about doing this, I dont need all the fancy features like different easing styles, or anything complicated like that.
Im trying to make it at the minimum run about as well as robloxs default system, and yeah.
I’ve considered using Tweens, but I figured that probably wont work well with blending animations, so I take it I should probably use like lerps or something?
Also any ideas on how to make animation blending would be great ![]()
No Im not asking you to right code for me, all I want is some advice and/or ideas to point me in the right direction!
Thanks in advanced!