Scrollto is a behavior. You should know if you added it.
If it doesn't scroll to the camera's x axis, then don't worry about it.
Otherwise look under the system object to get to the action to scroll y.
Ok, I got it, kind works. The only problem now I have that the camera positioning everything to the middle of the screen.
I am using this: lerp(scrolly, player2.Y, dt)
So everything is now shifted up by default. Is there a way to make it more static and move it only with the jump?