So i have gpgs working in my current game and everything is fine i can save data to the server and when i check to make sure it’s there it is… but my problem is reading the data back. I opened the snapshot and then when i try to read the snapshot objects contents with object:read() i get nothing? What format is it in? I’ve tried everything i can think of and it’s not nil so i have no idea where the data is. It should be as simple as
local data = object:read()
Right? Or am I missing something? I even tried decoding it like it was a json.
Anyone have a solution to this?