Which Is Better MoveTo or CFrame?

I am making a portal system, and as I was writing the code, an AI suggestion popped up. It suggested using Hit.Parent:MoveTo(Part.Position). Is this better than using Hit.Parent.CFrame?

This is something you can look up yourself on the documentation instead of wasting time asking about it on the forums. :MoveTo() has collision detection.

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