The table.remove doesnt work and it cleary prints out that the bomb didnt get removed from the table
and i dont know what is the issue can someone help me?
table.remove(Bombs, otherTile.Name)
if table.find(Bombs, otherTile.Name) then
print(otherTile.Name .. " Didnt get removed")
end