Ethan er, i dunno what you mean, to be honest. sorry im quite new at this. "scroll to" the player innit what else could i try?
Sorry, i just meant like maybe having the scroll speed ease in as it gets close to the player rather than be constant and suddenly stop. You can use lerp for that.
lerp(screen position, player position, your scroll speed * dt)
Nothing wrong with how you have it now though, just artistic preference.