local newCFrame = CFrame.Angles(0,math.rad(45),0)
The Part that this script is under does not even move, nor turn 45 degrees.
-- Answer by Bilinear, be sure to thank him and upvote his comment. local part = script.Parent local newCFrame = CFrame.Angles(0, math.rad(45), 0) part.CFrame = part.CFrame * newCFrame
Answer by