Block on Load does not mean to use collision to “block”. It is referring to utilizing the game thread so that the level can load synchronously, which will make the game freeze (in most cases), basically “blocking” all blueprints from utilizing the CPU until the level is loaded. This will allow the level to load much faster than if it was loading asynchronously in a background thread.