So, I have a problem with tables (again) I’m trying to add a value to a table which is empty, but there a problem, the second value needs to be a number form what I understand, but it will not let me add the value, here’s the relevant code:
table.Insert(levels, 1, level)
To add the value
local levels = {
}
The table, if you need anything more just ask
The error:
attempt to call a nil value