How to Move Right or Left between three lanes while running forward?

Hey there, the best solution depends on the configuration of the lanes. If its only forward you can do this with a root motion animation, that way the capsule will move while he’s doing the transition animation. If you want to keep it simple and not have an animation you can do this with a simple VInterp where you get your current location and interpolate it to the position of the new lane. If you have curves you can still use VInterp but you might need to use splines to determine the right position mid curve.