MoveTo (Method)/model: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
fixed
>Camoy
cool fix
Line 1: Line 1:
<onlyinclude>{{Method|name = MoveTo
<onlyinclude>{{Method
|arguments = [[Vector3]] '''Destination'''
|name = MoveTo
|returns = [[nil]]
|arguments = [[Vector3]] '''destination'''
|description = Moves the object and all children to the destination.
|description = Moves the object and all children to the destination.
|object = [[Model]], [[Workspace]]
|objects = [[Model]], [[Workspace]]
}}</onlyinclude>
}}</onlyinclude>
{{clear floats}}
{{clear floats}}
== Description ==
 
The Model's [[PrimaryPart]] is moved to Destination. The remaining parts maintain there relative positions.
[[Category:Methods]]

Revision as of 21:12, 23 January 2011

MoveTo( Vector3 destination )
Returns nil
Description: Moves the object and all children to the destination.
Member of: Model, Workspace