MoveTo (Method)/humanoid

From Legacy Roblox Wiki
Revision as of 04:14, 30 December 2010 by >ArceusInator (example)
Jump to navigationJump to search
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 ) )