Camera Movement

I have a timeline setup to lerp the player camera up and down with SetRelativeLocation when I’m pressing the forward input axis.
But why does it wait for me to release the forward axis input to execute ?

axis values are called repeatedly when held, think like on tick. this may be causing your timeline to have issues such as being called many times or affecting your location references. without seeing the script itself its hard to say for sure.