Answers for "Roblox get the certain index of a value in roblox"

0

Roblox get the certain index of a value in roblox

local F = {"Food","Stones","Candy","November",}

for i, v in pairs(F) do
	print(tostring(i).." is the index of: "..tostring(v))
end

--Lua Script Language
Posted by: Guest on November-10-2020

Code answers related to "Roblox get the certain index of a value in roblox"

Browse Popular Code Answers by Language