A box trigger will work for this. So when you leave the level it unloads and destroys all boxes you’ve created. However, an easier option for you would be putting the boxes in the level to be streamed in instead of spawning them in after load. That way the meshes are contained in the level and will appear and disappear on load and unload. Why did you have them spawn in after load? Is there a specific reason for this?