MoveTo (Method)/model: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
cool fix
>JulienDethurens
The Workspace IS a Model...
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|name = MoveTo
|name = MoveTo
|arguments = [[Vector3]] '''destination'''
|arguments = [[Vector3]] '''destination'''
|description = Moves the object and all children to the destination.
|description = Moves the object and all children instantly to the destination.
|objects = [[Model]], [[Workspace]]
|object = Model
}}</onlyinclude>
}}</onlyinclude>



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