Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to make a DataStore? Server-Sided

Asked by 3 years ago

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?

0
There’s a post on the blog about how to make one btw abstractedfrostbite 110 — 3y
0
That is how you use datastores, you're correct. Here is the wiki: https://developer.roblox.com/en-us/articles/Data-store Omq_ItzJasmin 666 — 3y
0
It's good that you're asking, but stop asking so many questions! 6 out of 20 questions on the front page are yours and most of them have trivial answers. radiant_Light203 1166 — 3y
0
Sorry ;-; I just want to learn a lot about scripting Finty_james 269 — 3y

1 answer

Log in to vote
1
Answered by 3 years ago

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

Ad

Answer this question