AABB Collision A very simple program to test for aabb collision for general use. This program will still work with backwards boxes and offscreen coordinates. If you want to use this code, please click "see inside" and drag the aabb collision custom block into your backpack. Give credit to @MathPuppy314 if you do use it. Any Questions? Contact me in the comments. Axis-Aligned-Bounding-Box == Box without rotation AABB is used to find if objects could be colliding, before doing the more computational exact collision. #aabb #collision