Rotate CFrame to position by just a few degrees?

Lets say I have a CFrame at Position 0,0,0,

and a Vector3 Position at 10,10,10,

If I wanted to rotate my CFrame towards this position for just a few degrees, how would i do this?

I don’t know if this is what you meant but I got something similar to the description you gave.

script.Parent.CFrame = script.Parent.CFrame:Lerp(CFrame.new(script.Parent.Position,game.Workspace.part2.Position),0.1)

The main issue is how to do it by a specific amount of degrees, though.

I can’t help you there.
No luck browsing posts on google?