idk if im being stupid but is there a way I can sync a dictionary with an unknown amount of keys/values?
for example {a = 0, b = 0, c = 0, abc = 3}. the key name would always be a string, and the value would always be a number, but the k/v pairs would be unknown (e.g. one time it may be {a=0}, another time it may be {b=0,c=0}, etc) & therefore i'd be unable to type each one out