This block works for EV3, SPIKE™ Prime and Ruby Robot! 


The Wait block pauses program execution for a defined time. This block does not affect the robot’s current behavior; it merely pauses the program from executing the next commands until the defined time has passed.

Note: the time entered inside the Wait For block is in milliseconds in most courses. A millisecond is a thousandth of a second.
Some courses have the option for seconds or milliseconds in a dropdown menu:
Configuration
| Parameter | Description | Compatible Blocks | Range |
| wait for |
Defines the duration (milliseconds) for which to pause the continuation of the program execution. |
|
0 to ∞ |

Comments
Please sign in to leave a comment.