MoveTo (Function): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
m MoveTo moved to MoveTo (Function)
>Mindraker
mNo edit summary
Line 4: Line 4:
|returns = n/a
|returns = n/a
|description = Moves the object and all children to the destination
|description = Moves the object and all children to the destination
|object = [[RBX.Lua.Model (Object)|Model]], [[RBX.Lua.Workspace (Service)|Workspace]]
|object = [[RBX.lua.Model (Object)|Model]], [[RBX.lua.Workspace (Service)|Workspace]]
|}}
|}}


Line 17: Line 17:
|returns = n/a
|returns = n/a
|description = Causes the character of the humanoid to the location <!-- I don't know why a Part is needed -->
|description = Causes the character of the humanoid to the location <!-- I don't know why a Part is needed -->
|object = [[RBX.Lua.Humanoid (Object)|Humanoid]]
|object = [[RBX.lua.Humanoid (Object)|Humanoid]]
|}}
|}}

Revision as of 04:33, 31 October 2008

MoveTo( Vector3 Destination )
Returns n/a
Description: Moves the object and all children to the destination



There is also a separate MoveTo function exclusively for the Humanoid object.

MoveTo( Vector3 location, Instance part )
Returns n/a
Description: Causes the character of the humanoid to the location