So ive worked on creating a sort of custom movement. I had to change it from WASD to more of a fps contol for gameplay reasons, so wherever your mouse is is where the character faces, and WASD is subject to the characters angle unlike the '8 direction' pluggin. Im in need of it being smoother though, I tried using 'custom movement' for it, didnt work out. So I use a variable, its the 'step' in which the character moves. My events are set to when W is down move forward at 'step' every so and so seconds
That left... An unnecessarily complicated method of movement, acceleration and deceleration. Does anyone know of a plugin that does what I'm looking for or just a better method of doing so?