For eazy example, CFrame named as “A” looking random direction. for example, 50°.
From angle “A”, I need to subtract angle “B”, which has an angle of 30° for example
both have Position (0,0,0)
for result, we can get 20°
But, how to subtract two 3D CFrame Rotation?
for harder example,
Subtract
CFrame.new(0, 0, 0, 0.931248188, -0.346774906, 0.111910142, -0, -0.307120293, -0.951670706, 0.364385366, 0.886241734, -0.286005229)
and
CFrame.new(0, 0, 0, 0.985184252, 0, -0.171499282, 0, 1, 0, 0.171499282, 0, 0.985184252)