im trying to create a for loop with a start index of zero, an ending index of 360, and an increment of 20, but I see no option to set the increment
Develop games in your browser. Powerful, performant & highly capable.
You could do a loop with 18 repeats and increment it yourself with a local variable (or multiply the loopindex by 20)