I’m trying to make a blueprint elevator using timeline instead of matinee.
Everything is working fine except the lift won’t move upwards. For some reason it will only move diagonally away from the start location regardless of what I put in the coordinates.
So the elevator moves when I stand on it and press F. it also returns to the start location absolutely fine if I manage to stay on it during the movement.
The issue is that regardless of the values I enter in the lerp vector box (b values) the lift seems to move diagonally in the same direction.
I basically need a way of setting it an end location directly above the platform.
The reason for why it is moving that weirdly is because you are moving to the location <0, 0, 200>. You need to add that to the start position so instead of putting the <0, 0, 200> vector as the B input, add that vector to the start vector and then plug the resulting vector into the B input pin.