Answers for "What is the size of a table in roblox"

2

table.length roblox

local table = {"Hello","World", 1, 5}
print(#table)
--Result: 4
Posted by: Guest on November-21-2020

Code answers related to "What is the size of a table in roblox"

Browse Popular Code Answers by Language