What would be the most officiant way to save 7 verying types of values with a data store(s).
In my first game I used a free model to save my data.
In my second I had values made then put into separate folders then I would save it whenever one of those values changed.
My third game didn’t have a save system.
And my currently working on game I made a folder in backpack named SaveDataFolder with all of the values of the thing I want to save. Then I have a script that saves them all in a table in one DataStore. But tha seems like not the way to take. Plus it’s not saving them.
Exactly this. The question is extremely confusing.
There are plenty of god awful ways to store data, why not store your coins in terms of the smaller number in a product of two prime numbers, then brute force find it? Ask the question you actually want to know.
If you feel you are challenged by the data store wiki tutorial. It shows that you need to learn more of the foundations.
I hope I have been of assistance
Yes I have read the data store wiki page. Several times, in fact. There is no more basic way to explain it. If you don’t understand it, you’re not ready for data stores yet.
Alright, why don’t you actually link the wiki page instead of leaving obvious, dismissive replies?
Not everyone has used the wiki and not everyone is the best scripter. The least you can do is actually pull up the correct information OP can use.
It’s called “Scripting Support” for a reason, not “tell them to just go to the wiki support”.
He told us that he has already reviewed the wiki article which tells us that he is entirely aware of every resource available on this topic. We are informing him that he can not dismisss that resource. Furthermore his question is far too general to warrant a specific reply, further supporting our point that the wiki is his best bet here.
I learnt DataStores from watching a YouTube video and copying what they did. Then as I did it myself I began to understand how it worked, and that ended up helping me learn to read the wiki.
For you to reproduce this, I recommend you use a simpler data saving model (e.g. how they do it in the videos). This will help you understand how DataStore actually works before you try and use a complex system.