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

Global Data Store Rest/Value set to 0?

Asked by 10 years ago

Is their anyway to reset the data store by setting the global data store to 0, without starting fresh on a new game?

Mabey something like this? (Located in the workspace with a normal script):

Game:GetService("DataStoreService"):GetGlobalDataStore("KOs"):SetAsync(true, 0)

Answer this question