(tank controls) keeping forward orientation after releasing fwd button but turning

Thanks for the response. The way I
have set up my controls is that I’d
need to hold w key to keep going
forward. This also accelerates the
character forwards until I reach max
speed.

Makes sense.

It’s a bit unclear to me how the input is applied in your example. Technically, if you released forward input, the Pawn should stop immediately. Perhaps you’re using Floating Pawn Movement for this?

Do you apply something during Tick?