Yeah, as chimmihc linked, using tables is your best option with DataStores. But you can't save instances with it; you can only save basic datatypes. In order to do so, you will have to "serialize" your instances, which is a process of translating an object into something that can be saved and later reloaded. |