If I'm correct, in this code:
ODS:SetAsync("RecurringNightmare", 0)
RecurringNightmare is the key and 0 is the value. If this is the case, then please correct me: else consider the following..
I return this key to a localscript with a remote function and it receives the key correctly. Why does it error when I try to reference key.value? Do I need to return the value too? |