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

there are a whole bunch of ways to approach this, depending on your gameplay… but the simplest way, if the lanes don’t change position, relative to the player and to each other, you could just use Set Location… and use Vinterp (or Finterp) (or a Lerp with Ttimeline) to interpolate move smoothly between the old and new location.