Overhead Gui error

Hello devs! I have been working on a camping inspired game for months and I have finally completed it.
But my only income is repawns and not a lot of people buy them. So I decided to make an overhead gui
so people would get it if they win a game or buy with robux,etc.

So I researched on how to make a overhead gui and finally I made it.But my problem is the overhead gui is not there when I teleport the player to the main game.

Could someone help? It would be a big help :pleading_face:

Hope you understood what I meant.

sending you’re code will make us help you alot easier.

The Overhead GUI disappears because you’re switching games and the main place doesn’t know if the player won or not or spent robux. You can use a datastore to save if the player won or spent robux and then check the datastore in the main game.

You should show us your code, have you tried a DataStore?