StarJ3M
(StarJ3M)
July 7, 2022, 10:25pm
#1
Im trying to learn how the Roblox datastore works, its functions, and how you can make your own. So is their any topics or documentations offsite that I can use to learn this?
Med_App
(MedApp)
July 7, 2022, 10:36pm
#2
Have you read this?
It sums up the basics to data stores.
This is also good:
Hey!
This tutorial will teach you about regular DataStores (I won’t include OrderedDataStores, but they are pretty similar). DataStore Version 2.0 won’t be included in this tutorial either.
Over the course of this, we will script a DataStore (that will hopefully be safe).
Important:
This won’t be as safe as DataStore2 or ProfileService, as both are heavily tested. So just use them if you need a safe DataStore, I only made this for showing you some ideas that can be applied to DataStores. Bug…
1 Like