How to Move Origin Position with scripting?

I was wondering how do you do it like move the Origin Position thing on Roblox?

Origin Position cannot be accessed with Scripts.

Use :PivotTo() instead if you want to move PvInstances

And :GetPivot() if you want to get a PvInstance’s Position

1 Like

https://developer.roblox.com/en-us/api-reference/function/Model/SetPrimaryPartCFrame
https://developer.roblox.com/en-us/api-reference/function/Model/MoveTo

The solution has already been provided but here are two additional functions which achieve the same task, albeit slightly differently.