Quick question, so I have a folder that holds players' Stats in my game. If I were to ONLY save the folder, would all the data that is in that folder be saved with it?
Or do I have to save each data value individually in that folder? Thanks.
In Roblox datastores will only accept VALID UTF-8 Encoding, to answer your question you will have to save the data individually because datastores won't store instances. Correct me if I'm wrong you can Only store Tables, Strings, Numbers, Booleans etc...
If this helped I would appreciate an upvote and a solve