Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to save Player's Gui after he leaves the game?

Asked by 7 years ago

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!

1 answer

Log in to vote
1
Answered by
Goulstem 8144 Badge of Merit Moderation Voter Administrator Community Moderator
7 years ago
Edited 7 years ago

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.

Ad

Answer this question