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

Will my DataStore corrupt if I do this?

Asked by 6 years ago

If I go into a game (we'll call it the main game) and publish it to a different game place so I can test and edit without affecting the main game will it affect the DataStore at all? I haven't really tried this in fear of corrupting the players data.

0
Yeah, all the datastores will keep in the previous game. Anyway, I heard you somehow can transfer data stores from one game to another. Not sure how, but i think you actually can. Aimarekin 345 — 6y
0
Oh, damn. Alright, thanks for the response. gmatchOnRoblox 103 — 6y
0
A data store is shared in a universe ie the main game.You can enable or disable api access stopping changes from replicating to your live game. Though most ppl just use a test data base. User#5423 17 — 6y
0
It's actually possible to transfer your stats into another place. The game, "Elemental Battlegrounds" has the ability to do so. Jxemes 75 — 6y
View all comments (3 more)
0
Yeah, it's possible... But how? I can't seem to find anything... Aimarekin 345 — 6y
0
the other place is in the same universe so the data gets shared Operation_Meme 890 — 6y
0
lmao just use the same input game:GetService("DataStoreService"):GetDataStore("Global_Input") if u use that on a couple of games, it can be transferred to multiple universes greatneil80 2647 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

For this, you should use GetGlobalDataStore. The word says it all. Global Datastore. If you use Global Datastores, as long as you use the same datastore key, your data will async across multiple places. You can use this to transfer your old data.

Ad

Answer this question