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

Saving two datastore scopes at the same time one cannot fail?

Asked by 1 year ago

So I ran into a very complicated issue of saving datastore scopes

so basically I got 2 datastore scopes

so saving all of them in a table is impossible to do

if you wanna know why I need to have both of them seperate

I have two main datas one is the player build and the other is the player build secondary version

so anyways just know that I cannot combine them into a table becaue they all each have a different key from different scopes

so I need to call update async twice without any of them erroring

does anyone have a better solution than this?

Answer this question