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?