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

How to make a Humanoid follow a player's Torso?

Asked by 2 years ago

Hello! I was wondering how to make a Humanoid follow a player's torso but I have found many problems with trying. I got the Humanoid to follow a Part, but could not with a player's torso. This is what I've got so far

char = script.Parent

torso = game.Players.LocalPlayer.Character.Torso.Position

wait(5)

while true do
    torso = game.Players.LocalPlayer.Character.Torso.Position
    char.Humanoid:MoveTo(torso)
wait()
end

0
Is this a script or a localscript? AProgrammR 398 — 2y
0
It's supposed to be a script because the humanoid i'm trying to move is on server side leapachoYT 0 — 2y

Answer this question