Answers for "roblox table"

2

table.length roblox

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

how to make a table in roblox studio

-- tle is table

local tle = {--stuff here}
Posted by: Guest on September-30-2020

Browse Popular Code Answers by Language