Lerp does not work with timeline

You’re getting the world location and rotation during the timeline. You have to put the current location and rotation in variables, same with the targets you’re going for. Then run the timeline with the lerp just taking in those variables.