Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i change the position of a Model?!

Asked by 8 years ago

How do i change the position of a model. just like a part but with a model

1 answer

Log in to vote
3
Answered by
Validark 1580 Snack Break Moderation Voter
8 years ago

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))
0
Thx and its so obvious i cant believe i didnt know that xD space1177 7 — 8y
0
Just look on the wiki page and browse it for the functions available to you. Also, if my answer was what you were looking for, please hit "Accept Answer" Validark 1580 — 8y
Ad

Answer this question