I found the problem, there were 2 instances of the box in the world, so one would read true and the other would read false (as I’m only colliding with one of the boxes). I should have thought about printing the bool in the first place…thanks @ThompsonN13.