I am trying to constantly repeat code but I can’t figure out how.
You can use timers if you want something executed every N (mili)seconds. You can use Loop to execute something X times as fast as possible. You can use Tick to execute something every frame.
It depends on what is needed. Show us / describe an example of what you’re trying to do.
1 Like