I’m trying to remove something from a table that is a table or a variable inside the table, if you don’t understand, here’s an example:
local stuff = {["Hello"] = "goodbye"}
local spot = table.find(stuff, "Hello") -- Find the variable
table.remove(stuff, spot) -- Remove it from the table