How do i add a space effect to my pawn's movement?

Im fairly new and i’m currently making a twin stick shooter, the game is set in space so i wanted to add a space like movement to my pawn. so how do i go about doing it like it slowly drifts when i move the pawn instead of stiff movements?

Thanks in advance.

You’ll want to wire your input to directly increase the pawn’s velocity instead of its location. This way the pawn will retain a velocity after the player has stopped providing input.

Another option is to use Physics simulation and Add Force each Tick.