Say I have 2 anchored parts, one of them is moving towards the other one by updating CFrame.
My question is: How do I detect collision when they touch each other?
BasePart.Touched only works physically. I tried using some other basic methods but none of them worked. Any ideas?