How would i stop the top down character from "sliding"?

i want it to be like solid 4 directional movement without any sliding, like in pokemon

Sliding character video

In the top down movement settings, change deceleration to be a HUGE number. That’s what I do, stops sliding.

Alternative add at the top a no condition event and add an action Player stop all movements and remove forces.
So your Player will always stop before nothing then apply your game logic, Left,right,up,down.