How to choose which scene is first displayed when the game is loaded?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Cakee

I currently have two scenes (Home and Game).
I created Game first, however I want the player to load on the Home scene first.
I went to do get_tree().change_scene("Home.tscn") however once I press a button to go back into the game, it will no longer allow me to (as that line is constantly running).
Is there a way to possibly get that to cancel after one use or to choose which scene loads first?

:bust_in_silhouette: Reply From: Mxt08

Go to project drop-down menu > project settings > run > main scene and choose it in its file browser.