How can i change character speed immediately?

Hello guys, in my game i need to change character speed immediately instead of smooth set of speed, how i must configure character movement component to do this? thanks in advance

Set Acceleration to much higher values

Thanks, that worked

Odd, I’ve been at this for hours trying to find an answer… and nothing worked, including increasing max acceleration.
Of course I’m using a third person character at around 3000 velocity, but it doesn’t slow down for anything, even collision sometimes.

Never mind. I was using a timer at .01 to attempt the moveTo, so the cumulative input was in the millions.