ProStore - A small Data Store Library

Hi guys, I came here just to publish a small library that I did today and plan to continue updating on the following days or weeks. Pretty much “ProStore” (the name was based on my roblox name) is a small Data Store Library that helps you setting up a database on Roblox using Roblox’s Data Store Service.

I know there’s already “DataStore2” but I wanted to have a much simpler version for smaller scale stuff. I would highly appreciate if you guys could give me some tips on what kind of stuff could I do to improve it.

Code: prooheckcp/ProStore: Small datastore managing script for roblox (github.com)

You can find all the reference on how to use the code on GitHub.

5 Likes

small update: I added a bunch of functions such as ForceSave, GetOfflineData and SetOfflineData

So does it connect autonatically?

what would you mean with automatically? If you mean connecting to the datastore and load the user data without the need of any extra code then yes. The library pulls the user data when he joins and stores it locally in the module script, you can then pull it as u need from any other script

Ok thanks I’m going to try it out

This library is deprecated and has been replaced for this one: ProStore V2 - A simple DataStore manager - Resources / Community Resources - DevForum | Roblox