Hello, anybody know how to save player's GUI even if he leave the game? Seem to me Data Store only save leaderboard, but i need to save player's GUI as well, thanks!
Unfortunately, DataStores cannot directly save instances. But, you can save the names of the Guis inside the Player's PlayerGui when the Player leaves the game.
When the player joins - load the saved names, and clone the guis accordingly.
You must provide an attempt before any code is written for you.