When I use this... table = {} function UpdateData(player) DataService:SetAsync(table[player]) end print(table{}) I get the Hexadecimal "0DC6345" something similar to that. I don't know what I'm doing wrong, but how would I receive my value in datastore from a table. I need to access the table by keys and get the value? Is this possible?