Posts by MultiKirin • 1 point
1 post
-
0
votes1
answer50
viewsA: How to get index in an array list?
I’m not sure if this solution works with normal Lua, but I’m pretty sure it works with rbx. Lua: for i,v in pairs(Config.Homes) do if i == 'nome' and v == "FH02" then print("true") else…