EOASTUDIO
(EOASTUDIO)
April 13, 2022, 1:27pm
#1
I tried to store a Intvalue to datsatore2 but I don’t know how to script it.
I have a DataStore plugin by Xsticcy, if that helps.
Datastoreservice:GetDataStore("MoneyStore"):SetAsync(UserId, 5)
Something like this works…?
EOASTUDIO
(EOASTUDIO)
April 13, 2022, 1:37pm
#3
could you describe a bit more pls?
Simple search for how to use datastores, and all this information pops up. Maybe read existing resources before asking pointless questions that has been answered in each of the links, pretty early on in them as well.
https://developer.roblox.com/en-us/onboarding/intro-to-saving-data/1
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…
Hey amazing developers! I’ve created a tutorial for new people regarding the datastore and how to save multiple/singular data. This tutorial will cover alot of things so if you’re new make sure you have your water ready!
In this tutorial im gonna try my best to explain every single line as possible assuming that you’re really new to coding, but if you already know some basic stuff, This tutorial is gonna go faster for you!
For any improvements for this topic/thread please comment down below so…