The question is up there...
Pros and cons?
I've heard SetPrimaryPartCFrame()
moves everything to keep offset, while PivotTo()
calls itself on descendants... Would one be slowers?
It does not really matter what one you use as long as it works, :PivotTo() is in my opinion, easier and shorter to use. It is better for keeping the lines shorter. SetPrimaryPartCFrame is old and depreciated while pivotto is more new.
The main difference to think about whether or not you want to use a primary part, because :PivotTo() requires no primary part, when SetPrimaryPartCframe() does.
I do not believe one is slower than the other.