I ve heard that you can tilt a part by a precise amount using the .CFrame
property. However, I m unclear on how to use it. The following code does not work:
Workspace.Part.CFrame = CFrame.new(90,0,45)
It is not rotating the part by 90 degrees and 45 degrees. What am I doing wrong?