How to move a model in a script?

Is there a way to move a model in a script?

1 Like

Yes.

Model:PivotTo(CFrame.new(12, 0, 15))

You can change the cframe to your preferred position.

2 Likes

I will try this. Thank you!
EDIT: Works : )