NPC Head Orientation not Working

  1. What do you want to achieve? Keep it simple and clear!
    Rotate a NPC head by Orientation.

  2. What is the issue? Include screenshots / videos if possible!
    Head isn’t rotating.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    no errors.

local r6 = workspace.R6
local head = r6:WaitForChild("Head")

tweenService:Create(head, info, {Orientation = Vector3.new(0,180,0)}):Play()
1 Like

Actually, you can’t move a player’s head without him dying.
The server won’t let you change the Orientation.
Use Motor6D instead (Search for “how to make your head follow part”)

1 Like

Thanks for the answer. Yes, I already understood that. I’m trying to move my head with “Neck, C0”.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.