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