Hi, I used a playerBox that is bound to my player all the time. It has platform behavior.
I don't want the acceleration and deceleration and I want a uniform or constant speed always.
For example, the Max speed is 200 and acceleration and deceleration are both 100. The player speeds up and slows down due to the acceleration/deceleration.
I want the speed to be always 200 from start to finish.
I set the acceleration and deceleration to both 0 but the player did not move at all from the start.
How can I do that?