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

Can you help me with DataStore receiving?

Asked by
FOG20 5
8 years ago

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?

Answer this question