Delay

The Delay block is used to pause the execution between two blocks. The time is measured in milliseconds, and it can be set as either a fixed value or a random range to make the script behave more naturally. For example, when liking, commenting, or clicking buttons.

Note: 1,000 milliseconds = 1 second


Setting a Fixed Delay Time

You can enter the exact delay time you want for this block. Once the value is entered, the block will pause for the specified amount of time (in milliseconds).


Setting a Random Delay Time

You can enter a minimum and maximum value to allow the block to randomly select a number between the two. Use a comma (,) to separate the lowest and highest values.

Last updated