Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can i make these npcs turn slower? [closed]

Asked by 5 years ago
Edited 5 years ago
C = game.Workspace:GetChildren()
    for i = 1,#C do
        if C[i]:FindFirstChild("Humanoid") and C[i].Name ~= character.Name then
            if C[i].Humanoid.Health ~= 0 then
    if C[i]:FindFirstChild("Torso") then
        if (C[i].Torso.Position - character.Chest.Position).Magnitude <=400 then
            character.Humanoid:MoveTo(C[i].Torso.Position)
        end

i have a script set up that detects players when they are nearby. here is the script

how can i make it so the npc turns slower?

0
post. the. script. DinozCreates 1070 — 5y
0
Need a little more context to help. Post the scipt VoltiCoio 19 — 5y

Closed as Too Broad by DinozCreates and User#6546

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 5 years ago

I dont really know, i'm kinda new.. But don't you have to do something with the properties?, I think you have to click the humanoid, than click Properties (hotbar ''View'') scroll down in properties and change the speed of the npc.

Ad