This project addresses a common issue with lag in projects. This is an example of how running a wait block inside of a custom block that runs without screen refresh can make the browser tab lag. This is because custom blocks that run without screen refresh delay the screen refresh until either the block has finished executing or a significant amount of time has passed. Note that the same concept can apply to the "wait until <>" block and "repeat until <>" block.