I want to make a game where you have pets, and each has multiple values like randomized traits and skin, name, things like that. Problem is I’m not sure what the best way to do this is. I’ve looked into table datastores but they confuse me so I can’t tell if they’re going to limit what I want to do. I want to know if theres a better way to do this or if tables are the best way.
1 Like
I recommend checking out ProfileStore or the older ProfileService.
These are great tools that assist beginners in making datastores and have a bunch of useful functions.
Also yes, tables/dictionaries are your best bet. Before using datastores: familiarise yourself with how tables and dictionaries work outside of them.
Hope this helps.