Hello, i need help making data store for my GUI’s, because the game is gonna have a lot of features, and the game im working on is ONLY gui. The game is called Image Clicking Simulator, and my issue is that i dont know how to do datastore on GUI’s. This is the game inside:
You can’t save instances to a datastore. Instead, you can save things like the text, image link, and click count, and then create a new textlabel with those properties when you load the data.
Also can i make something like a “Current Image” leaderstat? so if the upgrade is successful, and the image upgrade to level 2 and the leaderstat changes, so i can make it save and the image will be the same as before!