how to put a delay between things
Solved
ScriptAPI
-
tryna make a script that vclips up 0.5 blocks every 2 ticks when the jump key is held
-
@Player mc.thePlayer.ticksExisted % 2 == 0
-
@Plumer-Man tried that but it clips 2.5 blocks for some reason
-