How do i move a model to the origin point

i have a model that i want to move to the origin point because i am making a gfx and in the properties tab there is nothing for position

I think the only way is to create a centerpoint to your model using an individual part. With that single part positioned in the center of the model, you’ll then be able to see in the properties tab how far away in each direction the entire model is from the center.

1 Like

Model:MoveTo(Vector3.new(0,0,0))

This will move the model’s primary part to 0,0,0

1 Like