Can someone tell me what Cframe interpolation is?
Like can someone give me a example of it with angles of a part where it goes from one angle to another.
Well, that's the only method called interpolation, but any form of 'tweening' is a sort of interpolation. Interpolation is simply providing two points and interpolating between said points, or basically filling in the gap. Formula for very simple CFrame Interpolation: x1 = x + (x2-x1), or x1 = x + DeltaX.saenae318— 9y
0
x1 = x1 + (x2-x1) or x1 = x1 DeltaX* Sorry for the typo.saenae318— 9y