Hello! So I’m trying to code a fps ( My 1st game away from courses ) and I’m trying to make zooming in. If I understand lerp correctly you put the original value in and then the new value and then it gradually changes from the original value to the value to the new value?( Hope that made since ) Here’s my code. I have 2 game objects with my zoomed and non zoomed in position and I’m grabbing there position threw the variables.