My game is a top down game where you go through randomized layouts... but sometimes it can go to the same layout and the layout is empty because the player defeated all the monster.... is there a way to make it if you play through again it has the first state layout?
Develop games in your browser. Powerful, performant & highly capable.
Do you use On Start of Layout: Restart Layout in each one or do you just use Go to Layout?
Just make sure none of your layouts you reload initialize any variables you need kept persistent throughout the game.
Or in the command when you leave, you could do > Restart Layout> Go to layout "Next Level"