So, i am using this type of movement for the camera, basically a zelda/metroid style zone based movement.
construct.net/en/tutorials/zone-based-camera-movement-467
youtu.be/S81AdR4ElfY
The issue i am dealing with at the moment is that i have no clue about how to make the camera go to the player instantaneously at the start of the layout if the player is at the very bottom of the layout and not on the initial viewport position. Because of the lerp used for this camera, the camera moves gradually to the player, so at the start of the layout you can see the camera scrolling through the layout to get to the player.