wait(milliseconds)

Pauses execution for a certain number of milliseconds.

# Wait for 500 milliseconds
fb.wait(500)

What’s next?