I'm currently working on a level generator, and I need to detect how many blocks an object is colliding with. So for example, if it's colliding with 2 objects on one loop I need to set a counter to "2" and if it's overlapping 4 on the next loop I need to set the counter to "4"