Limiting speed in certain axis directions

It’s hard to tell what is to the right of that, but you may want to make left shift press/release toggle a bSprint variable and then, in the InputAxis MoveForward execute path only, set the Max Walk Speed to 1200 if bSprint is true, 220 if false. Give InputAxis MoveRight its own execution path that is not connected to the InputAxix MoveFoarward execution path and always only with a Max Walk Speed of 220.