Tysmaii
(Akayo)
April 5, 2023, 9:01pm
#1
What do you want to achieve? Keep it simple and clear!
Rotate a NPC head by Orientation.
What is the issue? Include screenshots / videos if possible!
Head isn’t rotating.
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
Tysmaii
(Akayo)
April 5, 2023, 9:40pm
#3
Thanks for the answer. Yes, I already understood that. I’m trying to move my head with “Neck, C0”.
1 Like
system
(system)
Closed
April 19, 2023, 9:40pm
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.