Table.insert makes values unable to be saved in a datastore for some reason

noted. I will start using pcalls for data saving

Unless the thing you are trying to add to the table is a number. In that case Lua recognizes it like you want to assign nil to a specific place in that table. It’s nil because you didn’t provide a 3rd argument to the table.

1 Like