Mesh wont tween

I have a simple rotating tween for a regular part that works fine, but the code won’t work on a mesh part for some reason. Is there any reason why this is happening?

TweenService = game:GetService("TweenService")

info = TweenInfo.new(2,Enum.EasingStyle.Linear)

Spin1 = TweenService:Create(script.Parent,info,{CFrame = script.Parent.CFrame * CFrame.Angles(0,math.rad(-25),0)})

Spin1:Play()

Could you show the script you used to preform this?

Yeah, sorry I forgot to put that in earlier.

TweenService = game:GetService("TweenService")

info = TweenInfo.new(2,Enum.EasingStyle.Linear)

Spin1 = TweenService:Create(script.Parent,info,{CFrame = script.Parent.CFrame * CFrame.Angles(0,math.rad(-25),0)})

Spin1:Play()

is there any errors in the output?

Nope

30 rebgrebtirgbetig chars