Hello!
I’m just wondering if DataStores can be used to save games data
Example
You have a datastore for a bunch of number values banning players
Can you have a datastore in the whole game or can it only be stored in a player?
datastore is simply database where you can store numbers strings and tables,
and of course you can save game data to datastore if you convert parts to strings and numbers like colors, size and other properties of them
when pulling your game data you must convert it to object’s with Instance.new
I mean, you can store anything you want if you know how to use efficently
Yeah. You can save anything (within reason) to a datastore. I mean, your not going to be storing people’s SSN in your datastore, but basically anything else, as long as it doesn’t exceed the Query limit.