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

Can someone detaily explain data storage and how to use it?

Asked by 6 years ago
Edited 6 years ago

Hey, I was wondering how to use data storage however every time I read it's wiki page I end up scratching my head. I don't really know it just feels like a new language for me. Anyways, I hope someone could explain it in a less confusing way.

Thanks!

0
look at youtube tutorials abnotaddable 920 — 6y
0
Thanks! T0tallyN0tATr0ll -2 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Datastores are basically where you can store all kinds of data. In one place. You can save levels,People who you are going to ban and more. Here is a quick example of using datastore

local ds = game:GetService("DataStoreService"):GetDataStore("MyStorage"..101)

--Basically gets the datastorage. Well that how you get it. You have a maxium of 50 Keys,Name,Scope and 260000 Data.

0
Data? What unit? GB, KB, how are we supposed to know? Its like saying I'm 60 in measurement. You need to say I'm 60 inches in measurement or something. hiimgoodpack 2009 — 6y
0
Developer Kai can you show me how to save and use Scopes T0tallyN0tATr0ll -2 — 6y
Ad

Answer this question