****IGHT ITS REALLY SIMPLE
Part.CFrame = CFrame.new(Part.CFrame.Position) * CFrame.Angles(0,math.rad(90),0)
Basically I am trying to make it so that the CFrame is set exactly to 90 in radians in the Y Axis
because of this
I can't just multiply the CFrame altogether like
Part.CFrame = Part.CFrame * CFrame.Angles(0,math.rad(90),0)
Because I need to set the angle exactly 90 degrees
Basically by doing this it will rotate 90 degrees from its original cframe meaning its either gonna go 90 or 180
but I just want 90