MoveTo (Method)/humanoid: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
added
>Camoy
fixed
Line 1: Line 1:
{|
<onlyinclude>{{Method||name = MoveTo
|<onlyinclude>{{Method||name = MoveTo
|arguments = [[Vector3]] '''location''', [[Part]] '''part'''
|arguments = [[Vector3]] '''location''', [[Part]] '''part'''
|returns = [[nil]]
|returns = [[nil]]
|description = Causes the character of the humanoid to walk to the location.
|description = Causes the character of the humanoid to walk to the location.
|object = [[Humanoid]]
|object = [[Humanoid]]
|}}</onlyinclude>
}}</onlyinclude>
|}
[[Category:Methods]]

Revision as of 16:06, 30 August 2010

MoveTo( Vector3 location, Part part )
Returns nil
Description: Causes the character of the humanoid to walk to the location.
Member of: [[RBX.lua.Humanoid (Object)|Humanoid]]