Any way to get CFrame from any object

I’m looking for a command(or whatever it is called in scripting) that does something similar to PivotTo(), but that does the opposite, PivotTo() can change the CFrame of any object (im pretty sure) like models, parts, meshparts, unions, etc. Is there a way to get the CFrame of any object with similar behavior to PivotTo()?

For example, object.CFrame doesn’t work with all objects, so PivotTo() fixes that, but I tried searching for something that does the opposite and I didn’t find

Pretty sure you are looking for GetPivot()!

2 Likes

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