You can’t use delays in loops
It’s because the moment the system sees this
( the latency indicator ), it immediately goes to the next index in the loop.
If you really want a loop with a delay in, you have two options
- Make a copy of the loop macro ( this one, you can double click it to see inside, don’t edit the engine version )
and edit it.
- Do something like this