Best way to use a data store?

Hey! I was just wondering if the way I have set up my datastore is okay.

I’m not asking on how to set up a datastore because I understand how to. My datastore works just fine!

The way it is set up is its all in one script… so far there’s no issue with it but its already super big and I have not saved that much data, my question is, is having my whole datastore in one single script okay? Or should I have it a different way?

Thanks for taking the time to read this!

Having your whole data store in one script is completely fine. Just use module scripts to organize your code, if needed.

2 Likes

Thanks! I just wanted to make sure :slight_smile:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.