so my code is basically if object one is not overlapping group 1 if object two is not overlapping group 1 and if object one is not overlapping group 2 set Boolean true. else set false. but the part were it detects if object one is not overlapping group 2 is not doing anything it does not affect the code for some reason. I have tried separating that code from the others and making it do something else and it works fine. just wondering what I am doing wrong.