of     1   

DreamlandFire
#214245428Thursday, April 13, 2017 4:40 PM GMT

Datastores are cool and all; you can store values in there for each player, create, edit, and save under certain conditions. That's very useful! But I'm kind of at a loss for how to use it in my game. How do I edit the values in the store from outside the store? For instance, if I want a shop and I want someone to be able to buy a car or something, how do I look in the datastore and edit the values from outside of it? How do I change the cash value and the bool value for the item being bought if I'm not doing it in the DataStore script? A good decision is based on knowledge and not on numbers. -Plato
DreamlandFire
#214256165Thursday, April 13, 2017 7:39 PM GMT

Bump
litecoin
#214256550Thursday, April 13, 2017 7:46 PM GMT

You have to use SetAsync and GetAsync, usually through a remote function, thats just how i do it. http://wiki.roblox.com/index.php?title=Data_store#GetAsync

    of     1