Is there a way to use inside a Lua table?
Since Lua 5.4, the <const>
syntax lets us set const variables. I noticed that this doesn’t transitively affect fields inside a table.
table keeps returning “Nil” not sure why
enter image description here
enter image description here
i have my table “playerstats” and it keeps returning with this error message, ive tried making it global, switching the format of the table, and even remaking the table. I have been trying to get this to work for a couple hours now but I can’t seem to find a way around it and would not be posting here if I found another solution/figuring it out myself.