Save GUI to a Datastore

I’ve been trying to save a GUI to a datastore, but all were fails.

A example would be, you get a tutorial frame you click a textbutton and it never appears again because it got saved to a datastore.

If anyone could help me code and set it out i’d be thankful.

For this specific use case, just have a value in the player call it like inTutorial this will be a BoolValue, once the player clicks the button set the inTutorial value to false and save it to a datastore (make sure you change and save it on the server). Then when the player rejoins, load that value and if its true display the UI, if its false then don’t.

1 Like

Ok, thanks ill try to save the boolvalue.

None of my datastore scripts worked.