EOASTUDIO
(EOASTUDIO)
April 12, 2022, 3:34pm
#1
Hello dev comunity,
I’ve been recently working on a game with THE BUDS, basiclly the game is THE BUDS office game.
I need to store a 2 IntValues to DataStore, (preferablly DataStore2 if possible).
How would I do that?
The opening deadline for the game is Thursday 15 April 2022, 13:30 (spain time) so pls if you know how to do it, pls show me
1 Like
Valkyrop
(JustAGuy)
April 12, 2022, 3:40pm
#2
Hello
Maybe one of these might help you :
Hello,
So I am doing a Open-World Type racing game, and was wondering how can I save multiple values into one database.
I have figured out the buying/spawning system of cars, and all works fine but the thing that I am stuck on is the color saving (since I am thinking of adding a customization garage where you can modify your car to the bolts). I have tried creating color DataStores for every single car that a player can buy, but since I plan to add a lot of cars, LIKE a looot of cars, I was th…
Hello,
I’m very new to backend programming and I have an issue that I can’t seem to get my head around.
In my game, I have 3 developer products that gives players a speed boost. The difference between the products are the timers. Meaning the first product can have a 30 seconds timer, second product can have 1 minute timer and the third can have a 2 minute timer.
The point of me trying to save these products in a datastore is so players can purchase the developer products and use them whenever…
found a way that makes sense to me. i’ll put a reply.
Orbular3
(Orbular3)
April 12, 2022, 3:55pm
#3
Just store the value of the IntValue to the datastore?
Ben10Tam
(tamzino)
April 12, 2022, 4:37pm
#4
put the values in a table and save the table to the data store
like this:
datastore:SetAsync(key,{value1.Value, value2.Value})