How do i change the position of a model. just like a part but with a model
There is a function of model called MoveTo that does the following:
"Moves the center of the PrimaryPart to the given position. If a PrimaryPart has not been specified then the root part of the model will be used. Because the root part is not deterministic, it is recommended to always set a PrimaryPart when using MoveTo."
To use it, use do something along the lines of the following:
workspace.Model:MoveTo(Vector3.new(0, 0, 0))