Switch between two widget in gamemode

hi,

what i’m doing wrong? I want to switch between two widget. So remove first from FirstScreen widget and then display SelectRoom in the same level with different variables.

My case not working?

Hmm I could be wrong but I am not sure if the game mode persists between level changes. Maybe if you used streaming levels but since every level could have different game modes I don’t think that will work.

If you open level it will basically remove everything, so the functions called after open level probably don’t matter. It’s generally async, it opens the level then executes them then deletes everything