MoveTo (Method)/model: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
cool fix
>GoldenUrg
clarification
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]]
|objects = [[Model]], [[Workspace]]
}}</onlyinclude>
}}</onlyinclude>

Revision as of 03:53, 8 September 2011

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