Like Region3s but at angles.
There is no solid API for angular regions. One thing you can do is create an invisible part with the desired size and cframe, then use Part:GetTouchingParts(). This only works if the part is cancollide true, and only returns cancollide true parts. So it has problems. Besides this, you would have to do some hard math yourself.