How I place different backgrounds in top of another, when the camera should render it?

Hello,
I am working on an infinite jumper game. I place one background when the level starts. I want to render a infinite sky when the player is jumping higher. My problem is that I want to render the next background when the camera should be see it. I tried a lot of solution but it don’t worked. I hope you can help me.

Dear Justin

hey ; you should Create a new sky on top of the old one when the player jump;
search and watch tutorials about “Instantiating objects” ;