Zach Gates
0
Q:

lua how to make a loop

for init,max/min value, increment
do
   statement(s)
end
4
for startValue, EndValue, [increments] do
        --code to execute
end
--The increments value is optional.  If it isn't defined, it is assumed to be "1"
4

New to Communities?

Join the community