I'm trying to figure out how to move an objects y axis in relation with another objects y axis. I've been trying to use lerp to do it but I can't get it to work properly. What I'm trying to do is if object 1 Y is 310 then object 2 Y is 1250. And if object 1 Y is -1800 then object 2 Y is 410. That part is easy enough to get to work but I'm having trouble with the math to get everything in between to move correctly. Any help would be much appreciated.