Started by
maybemalicious
on
Topic category: Troubleshooting, bugs, and solutions
I have this issue where I'm trying to make a charge mechanic where you have particles behind you and you cannot turn during the charge, however the wait () ticks block doesn't work correctly, and instead waits 20 ticks THEN runs all 1200 times in 1 frame. I want it to repeat 1200 times, with each time waiting 20 ticks before running the blocks that spawn the particles and correct the angle the player is looking.
Edited by maybemalicious on Wed, 04/03/2024 - 20:31
put 10 tick delay in the repeat so it waits 10 tick before doing the thing
i meant 20 i am dumb
I have it like that already, with 2 blocks inside a wait 20 which is also inside the repeat; but instead it waits 20 then repeats all at once.