How do i execute action constantly?

I want to make it so the action in a rule is e xecuted over and over again at all times. How can i do that?

wait(1 second)

put everything here

loop

2 Likes

thanks! it worked pretty well, although i noticed that the wait time can be as low as 0.001 seconds for this to work even better (my mode needed constant updating of the action)

try not to add too much loop with short wait tho, it can increese the chance that the server crash with error and sent you back to lobby.

Yeah don’t do that. If at all possible avoid having a constant loop at all times or you’ll crash the server. Especially if you’re using “create effect”.