How to Travel Left and Right (Y Axis) a Set Distance Using the Default ThirdPersonBP

I’m trying to make a blueprint that, when “A” or “D” is pushed the character will travel 250 units in that desired direction (Y-Axis), no more and no less, while not limiting the characters forwards and backwards movement along the X-Axis. How am I able to do this?

Below is an attachment of the default movement blueprints that I’m going off of.

Bonus: Any way to disable multi-directional movement so that you can only go forwards, backwards, left or right without combining them for diagonal movement?

Thank you!

this should do it

for the addActorOffset, you can right-click the vector pin and say “split pin”

I tried this to exclude diagonal movement, mayby you can use it