of     1   

Cheeso135
#141826732Monday, July 28, 2014 9:57 AM GMT

not get to close. Say follow you but be 10 bricks away form you.
phoenix53124
#141826818Monday, July 28, 2014 9:59 AM GMT

while wait() do distance = (player.Character.Torso.CFrame.p - script.Parent.Torso.CFrame.p).magnitude if distance > 10 then --Following code elseif distance <= 10 then --Stop following code end end
Cheeso135
#141827166Monday, July 28, 2014 10:12 AM GMT

Ok. I put that into a part. It does not follow. Do I have to make a model?
AnonyAnonymous
#141827485Monday, July 28, 2014 10:24 AM GMT

You could utilize Magnitude with the Humanoid WalkToPoint property.
cody123454321
#141828903Monday, July 28, 2014 11:12 AM GMT

You need to use magnitude to find the distance away from. Along that you need to move the humanoid to a point. Humanoid:MoveTo(Vector3.new(), Humanoid.Parent.Torso) Use lerp.

    of     1