My script that moves humanoids doesn't error but doesn't work too

image

You can’t use MoveTo on a humanoid-- they don’t even have positions. Just do v:MoveTo

1 Like

Use v.Humanoid:Move() exchange of v.Humanoid:MoveTo()

1 Like