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

Ordered Data Store is not saving values! How to fix?

Asked by 5 years ago

I am trying to save an ordered data store to try to make a global leaderboard. However the saving is not working. Does anyone know what it means and how to fix it?

The error that is coming up is:

17:21:03.997 - 508: Exhausted all retries for key: %s Array

Script:

    local OrderedLoad = {GodPower.Value}
    OrderedDataStore:SetAsync(key,OrderedLoad)
0
Ordered datastores can only save numbers, remove the { and }. RubenKan 3615 — 5y
0
Thanks ^^ justintubba123 6 — 5y

Answer this question