Hey there!
I am trying to check some data in my game, and for some reason it won’t work!
I am just using printing as an example
I try doing these lines
print(nameData:GetAsync(itemKey))
print(nameData:GetAsync(itemKey[1]))
the first line prints
which makes sense, because it is supposed to print a table
but then I get this when I try to do the second line
I don’t know why that is, because calling the “1” should just be the Time25 right?
Could someone enlighten me on why this isn’t working?