so i want to make a system that rotates the Humanoid root part (or anything that will rotate the character) relevant to the camera only problem is that cframe is sometimes weird and dosent register movement which could acidently kill the character so what ways are there?
x:SetPrimaryPartCFrame(x:GetPrimaryPartCFrame()*CFrame.Angles(0,math.rad(10),0))
x being a model