Comment vérifier si la table est claire

local Table = {}

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