MoveTo (Method)/model: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>GoldenUrg
clarification
>JulienDethurens
The Workspace IS a Model...
Line 3: Line 3:
|arguments = [[Vector3]] '''destination'''
|arguments = [[Vector3]] '''destination'''
|description = Moves the object and all children instantly to the destination.
|description = Moves the object and all children instantly to the destination.
|objects = [[Model]], [[Workspace]]
|object = Model
}}</onlyinclude>
}}</onlyinclude>



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