How could i detect the position that something hits another thing, can be imaginary boxes too

I’m doing a script that if a part or a imaginary box hits another part, the part will break there, but i want to use subtractions and parts to create this effect

image

how could i do comething like that, like the yellow part being the detected position one?

1 Like

if you want to know if a part hit a radius or another part and also its position, use GetPartsInPart or GetPartsInRadius methods and use part.Position.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.