Tweening Orientation using cframe

I’m trying to tween an object’s rotation using CFrame, but for some reason it’s not spinning (tweening orientation works but i need to tween orientation through cframe so the y axis is relative to the object itself).

TS:Create(v, TweenInfo.new(4, Enum.EasingStyle.Linear), {
						
     CFrame = v.CFrame * CFrame.Angles(0, math.rad(-300), 0);

}):Play()

I suggest you read this, Introduction to Tweening Models → Made by @colbert2677.

Didn’t work, still doesn’t spin