Bagaimana cara memeriksa apakah tabelnya jelas

local Table = {}

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