If I understand your capx correct, at the moment your laser stops after overlapping one instance. So the maximum will be one.
Edit: Ahh now I get it. You can multiply the Laser. The solution with PickedCount should still work.
To look how many times an object overlap an other you could use 'pickedcount'.
Sprite2| Is overlapping laser -> Set text to sprite2.PickedCount.