I know about dataStores, but I barely know how to use them. If you want to observe my code, here you go:
DDS = game:GetService("DataStoreService") DDS:GetDataStore("MyDataStore")
I think that Is how you get a DataStore. If not, can anybody alert me?
It's honestly better to just read the official roblox tutorial on this:
https://developer.roblox.com/en-us/articles/Data-store
If you're looking for an already pre built DataStore system that can easily be edited you can just use my library: https://github.com/prooheckcp/ProStore