So for some reason only recently I’ve found out that :SetPrimaryPartCFrame is deprecated and has been replaced by some space alien technology called :PivotTo
I’ve always been using the deprecated method, because i just find it more optimal instead of some weird thing called “PivotTo”
Are there any downsides to using SetPrimaryPartCFrame??
Edit:
After bench marking it
SetPrimaryCFrame is considerably faster than PivotTo almost 3x
so I guess in the end it’s your choice on if you want to switch over. Personally I would use whatever’s not deprecated but than again this is coming from the person that references Lighting service with game.lighting which is deprecated