I am trying to make a realistic holes, for a pool game. What I would like to do is find out if the center of a ball intersects with the holes shape (which is also a circle) and so count it as potted. I can find the center of a ball using ball.position, but can't figure out a way of finding out if it that is within the holes shape. How would I do that?