This script has a warning but it doesn’t show me, but theres a mark on the same line as line 23. What causes this?
sorry for mistake on line 31, ignore it
Change
Character.Humanoid.HumanoidRootPart.Position
to:
Character.HumanoidRootPart.Position
Add a wait()
right after your while true do
.
Also, on line 23, try swapping for _, Player in pairs(game.Players:GetChildren()) do
for for _, Player in pairs(game.Players:GetPlayers()) do
.
theres a delay when it is moving, your solution does not work but your second solution still works
theres still the orange though
What does the orange error message say?
nothing, just none
wasdwasdwasdwasdwasd
Can you send a screenshot? I am very confused.
by the way theres this weird script timeout too
That script timeout is because you aren’t putting a wait() after your while true do. Without a wait(), it will keep repeating at a very fast rate, causing the error to occur.
Also, I’m pretty sure it stops the script’s functionality after that
i already said that, it would delay how the zombie would move, and it will be annoying in the future + the script timeout for load is this:
also i just found out the orange problem was on line 41, its probably because of the character[_]