[Solved] How to make Camera center on side of the player, and also follow player movement with lerp?

Right now camera is on center of the player, but I want camera to look upwards of the player, so that player on bottom of the screen at all time

This should also work

Just add a certain amount of number to your Y event.

So it’d be your lerp()+50, or whatever.

1 Like