What's a reliable way to create 2d hitboxes that touch consistently?

The most reliable way would probably be using Region3 (with parts if you choose)
Region3s are much more reliable as compared to using a touched event.

1 Like