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)
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)