Trying to follow a gnomecode video for tower defense path finding and the guy just likes to get stuck on the first waypoint please help
Code:
local normal = script.Parent
local waypoints = workspace.Waypoints
for waypoint=1, #waypoints:GetChildren() do
normal.Humanoid:MoveTo(waypoints[waypoint].Position)
normal.humanoid.MoveToFinished:Wait()
end
** You are now Level 1! **