|
| 20 Jun 2014 03:32 AM |
This script is suppose to make an npc walk to a certain part but I don't know anything about WalkToPart so I made this script can some one fix it.
me = script.Parent if me ~= nil then me.Humanoid:WalkToPart(Vector3.new(game.Workspace.Statue.Torso.Position)) end |
|
|
| Report Abuse |
|
|
|
| 20 Jun 2014 04:02 AM |
OkieDokie I edited it now it walks to x 0 z 0 not to the parts position :(
me = script.Parent Doh = game.Workspace.Statue.Torso.Position if me ~= nil then me.Humanoid.WalkToPoint = Vector3.new(Doh) end |
|
|
| Report Abuse |
|
|
|
| 20 Jun 2014 04:12 AM |
It starts moving to it then suddenly stops
me = script.Parent Doh = game.Workspace.Statue.Torso.Position if me ~= nil then me.Humanoid.WalkToPoint = (Doh) end |
|
|
| Report Abuse |
|
|
badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 20 Jun 2014 04:35 AM |
http://wiki.roblox.com/index.php?title=MoveTo_(Method)/humanoid try this
-- Scripter of Off-Topic -- |
|
|
| Report Abuse |
|
|
|
| 20 Jun 2014 12:18 PM |
| Does the same thing mine does. |
|
|
| Report Abuse |
|
|
| |
|