Quick Datastores
Model by GAME SCAPE ✓ · 0 upvotes
Free
Get on Creator Store →
This is an official Roblox Creator Store asset. The button opens its page on create.roblox.com, where you get it into your inventory or Studio. Roblox Modules does not sell, host or redistribute Roblox assets.
Quickly manages your datastores! Uses easy and robust functions to quickly edit and view your datastores! QuickData:GetDataStore(name:string) -- Returns DataObject DataObject:Set(key:DataStoreKey, value:any) -- Sets the value of a certain key in your datastore DataObject:Get(key:DataStoreKey) -- Returns the value of the key DataObject:Clear(key:DataStoreKey) -- Completely deletes a key from a datastore QuickData:Set(name:DataStoreName, key:DataStoreKey, value:any) -- Same as DataObject:Set() QuickData:Get(name:DataStoreName, key:DataStoreKey) -- Same as DataObject:Get() QuickData:Clear(name:DataStoreName, key:DataStoreKey) -- Same as DataObject:Clear() QuickData.cfg.Debug -- Boolean, set to false by default, if set to true you need to use DataObject:Get().Value and DataStore.Get().Value in order to read a value opposed to just using the function.
| Type | Models |
|---|---|
| Creator | GAME SCAPE ✓ |
| Price | Free |
| Rating | 0 upvotes |
| Contains scripts | No |
| Category | Gameplay › Utilities |
| Published | 2023-12-30 |
| Updated | 2025-03-27 |
| Roblox ID | 15812628472 |
| Last checked | 2026-09-13 |