I’ve been working on a character and am looking for the best way to make 8 Directional movement (wasn’t sure whether this should end up in Scripting or Animations)
I thought of two ways, one was actually making 4 animations on the right, then mirror them on the left, which works, but only if the animations are on point.
Second was Procedural Animation Movement. I can implement it, but the problem is that you can’t really tweak the animations. All you’ll have are feet going tip tap.
Any way to actually make smooth animations, without putting in the effort of 4 flawless animations?
For the record, this will not work. Once the player opens up the chat while moving and lets go of the keys, the animations will stop playing but the character will continue forward, or whichever direction it was going. I reckon using the humanoid move direction to some extent could work