I have some trouble with removing keys from tables. t = {a = 10} How can I remove these kind of table keys? I tried many table.remove() variations of course but none worked. Is it possible to remove this kind of key at all?