How would i make a object look in the same direction as the player's head?

Hey so im confused on how to make a object point in the same direction as the player’s head

1 Like

You can apply head’s orientation to the object.

1 Like

Yeah but i forgot lookvector code at the worst moment

Object.Orientation = Head.Orientation.
Unless you’re talking about making object look at players head, then you should use Object.CFrame = CFrame.new(Object.Position, Head.Position) instead.

2 Likes

This worked wonders!
Very clean code