How do you make something repeat without doing anything

how do you make something repeat an action over and over again without doing anything?

Well, if you want it to happen every frame tick (very fast), then you can use an Always trigger. Otherwise, try a Timer trigger - set the delay you want, and check its “repeat forever” checkbox.

thanks! i was really sad when i couldnt do that