How to make Timeline finish

But actually, I think you’re on to something because for the Lerp to work, you need to use the starting location, not the current one. The timeline goes from 0->1 so it should be driving the value between start position and end position – not current position and end position. Using a current value is for the “Interp To” functions.