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

Im using Bodygyro, and i want a part to face the same way as Player How would i do this?

Asked by 4 years ago
Edited 4 years ago

as the title says, i am using a body gyro inside a part named Noice, however my current code does not work :

wait (0.4)

while true do
    local player = game.Workspace.pokemonzizzle8383 -- this is temporary
    workspace.Noice.BodyGyro.CFrame = player.HumanoidRootPart.CFrame

    wait (0.01)
end

Any help would be Greatly Appreaciated

0
what about it doesnt work do you want it to go to the player's torso or do you just want it to face same direction>? royaltoe 5144 — 4y
0
the same direction pokemonzizzle8383 6 — 4y
0
its a local script? asdfghjk9019 225 — 4y

Answer this question