MoveTo (Method)/humanoid: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
example
>ArceusInator
example
(No difference)

Revision as of 04:14, 30 December 2010

MoveTo( Vector3 location, Part part )
Returns nil
Description: Causes the character of the humanoid to walk to the location.
Member of: Humanoid









Example
This Script will make the LocalPlayer's Character walk to the origin.
game.Players.LocalPlayer.Character.Humanoid:MoveTo( Vector3.new( 0, 0, 0 ) )