In top-down mode, if the value of the player's Speed value is changed while the player is moving, the top speed of the player will not update until the up arrow is released.
For example, if I'm moving right at speed 4 and a script changed Qwertygiy.Speed to 10, I'll keep moving at maximum velocity 4 until I let go of the up arrow key, at which point pushing it again will make me move at maximum velocity 10.
For example, if I'm moving right at speed 4 and a script changed Qwertygiy.Speed to 10, I'll keep moving at maximum velocity 4 until I let go of the up arrow key, at which point pushing it again will make me move at maximum velocity 10.