So I've been trying to fix this for more than a hour and still haven't fix this yet. So can I ask a question about this project I'm currently working on that I can't remove an item from a table IDK why but help me fix this please.
table: 13411d36
Code
participator = {"Zeroo#7497"}
for i, v in pairs(participator) do
table.remove(participator, i)
end
Output
Runtime Error : org.luaj.vm2.LuaError: Zeroo#7497.lua:488: invalid key to 'next'
Can somebody please help me why is this happening and how to fix it?