It doesn't specify which function, so but here i got the only two possible functions causing this problem.
01 | local function addPlayer(addedPlayer) |
02 | table.insert(queque, addedPlayer) |
03 | end |
04 | ------------------------------------------------------------ |
05 |
06 | local function removePlayer(player) |
07 | for i,l in pairs (queque) do |
08 | if l.addedPlayer = = player then |
09 | table.remove(queque, i) |
10 | end |
11 | end |
12 | end |
That isn't your scripts doing that. I was testing a game without any of my code in it and it prints that error. It's something roblox did and it will hopefully be fixed soon. I haven't noticed anything not working from it besides it spamming the output.
Just ignore it