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

[Solved] how to move a players head?

Asked by 4 years ago
Edited 4 years ago

so i need to move a players head and when i do it, it moves their whole body so how do i make it so i can move their head? so i made the head be invisible and cloned there head then i set the cframe to be their head * cframe.Angle(what ever angle you need the head to be at)

1 answer

Log in to vote
-1
Answered by 4 years ago

If you want to move the head with a script, it's very simple. Here's a sample script.

game.Workspace.PlayerName.Head.Position = Vector3.new(4, 1, 2)
Ad

Answer this question