how to get length of tabel roblox code example Example: table.length roblox local table = {"Hello","World", 1, 5} print(#table) --Result: 4