how do I make an Event Repeater?

I would like to make an Event that fires 5 times then stops. I have looked around a lot for an answer and could not find one. I know you guys can help me! :slight_smile:

I thought Do N limits the number of times you can execute through it, not actually as a repeater? So it will fire say up to 5 times but it doesn’t fire 5 times per input execution which I believe is what the OP wants.

Or maybe it is what the OP needs… Otherwise look into ForLoops.

ForLoop is exactly what the OP is looking for.

it looks like it should work. thanks a lot Jacky!