So überprüfen Sie, ob die Tabelle klar ist

local Table = {}

if #Table == 0 then
	print("This table is empty!")
end
MarkedThing