I got ripped off recently (it was my fault dw) so I just decided to make my Anime Movement System Open Source, instead of letting it wither away as I don’t use it now. It’s written in Knit Framework, but pretty much all the code is in
game > ReplicatedStorage > Controllers > MovementController
Movement: Q to Dash (4 Directional) and Double W to Run
I would treat it as a starting template for an anime game, because I’ve built the system to allow in more features, however that isn’t going to happen, as I am abandoning this project F
if you delete the ui and the server script, you’ll only have the movement system. Also this wasn’t intended to be made open source before, so I didn’t make it that way.
Would you happen to know how to fix the bug that makes you go in one direction if only Q is held. The Error is “ReplicatedStorage.Controllers.MovementController:205: attempt to call a nil value”.