How to use :GetPartsInPart() as an event?

Hi! I’m wondering how to use workspace:GetPartsInPart() as an event, like how .Touched works.
Using things like RunService, Heartbeat, GetTouchingParts(), while true loops, and .Touched are extremely unreliable, as the part will be touched ALOT.

2 Likes

Unfortunately BaseParts only have events that detect collisions physically. So unless you want to go with that then I think you’re out of luck to find a similar one in geometry terms.

2 Likes