Wait for specific amount of time

Is it to make a node that allows user to input some amount of time in seconds,then an input to passthrough?

Currently using passthrough rom clockwork ,But its fast.

You could use time.sleep:

10 Likes

How will this affect the perofrmance ( im planning to use it a lot for one script)

Why do you need to delay your graph? In most cases it is not advised, so we might be able to guide you to a better alternative than delaying several time in a graph. :slight_smile: Or at least automate the wait-time :slight_smile:

3 Likes