how to make infinite addition with while, without event tick and timeline and print?

Hi there friend,

What is it you’re adding? An infinite loop is usually a bad thing, so I want to make sure I understand what you mean.

Why do you need while? How about a timer:

image

This would add 1 four times per second indefinitely. You can pause the timer, or use a boolean to gate it off if needed.

1 Like