PivotTo or Vector3?

What is the difference between these 2 functions? They all seem to do the same thing except one is more targeted for Character Models. If I were to try changing the CFrame of a Character, which one should I use?

PiviotTo() uses CFrame so you should use PiviotTo()

What is the difference between the functions? Vector3 uses CFrame too.

PivotTo uses CFrame
MoveTo (Model Vairant, Not Humanoid) uses Vector3

Vector3 isn’t the same thing as CFrame

Simply:

CFrame is Position and Orientation

Vector3 is just x, y, z (or just Position)

Vector3 is not the same as CFrame. Vector3 is simply the position while CFrame is both position and orientation

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