It doesn't specify which function, so but here i got the only two possible functions causing this problem.
local function addPlayer(addedPlayer) table.insert(queque, addedPlayer) end ------------------------------------------------------------ local function removePlayer(player) for i,l in pairs(queque)do if l.addedPlayer == player then table.remove(queque, i) end end 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