This seems to only be a visual bug, but when making use of “#table”, it underlines it as if it was nil.
This is a new bug so I thought of reporting it.
1 Like
its a bug report I’m not asking for help
Why are you trying to insert 1 into tbl at index tbl length yosu’ll end up overriding the last value. Instead you could do this
Table.insert(tbl,#tbl+1,1) or just this table.insert(tbl,1)
its an example bruh (keystrokes)
If it’s a bug then this is the wrong category
1 Like