So there is only one laser on the map? ohh right… yeah the reason for why you get both true and false is because your script checks all the boxes on the map per tick… so if you got 3 boxes and you place 1 infront of the laser then 1 will be true and the remaining 2 will be false. You understand?
That’s why you should use one of the methods I sent you instead of the old method because my method checks what is overlapping the laser while your method checks if any of the boxes on the map is overlapping the laser…