MoveTo (Method)/model: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
fixed
>JulienDethurens
The Workspace IS a Model...
 
(6 intermediate revisions by 3 users not shown)
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 instantly to the destination.
|object = [[Model]], [[Workspace]]
|object = Model
}}</onlyinclude>
}}</onlyinclude>
{{clear floats}}
{{clear floats}}
== Description ==
 
The Model's [[PrimaryPart]] is moved to Destination. The remaining parts maintain there relative positions.
[[Category:Methods]]

Latest revision as of 09:44, 21 January 2012

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