Horje
lua loop through table Code Example
lua loop through table
local Table = {'Cat', 'Dog', 'Bird'}

for i, v in pairs(Table) do
	print(i .. ' ' .. v)
end




10

Related
lua click detection Code Example lua click detection Code Example
roblox key pressed script Code Example roblox key pressed script Code Example
lua for each in table Code Example lua for each in table Code Example
roblox check if player has gamepass Code Example roblox check if player has gamepass Code Example
continue in lua Code Example continue in lua Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9