Blocks
Controls
Loop

This block allows you to repeat an execution flow a given number of times (defined by the point count). For each iteration, the loop point will be called, then the finished point will be called.

You can use the index point to know the current index (starting from 0).