How Do I Changes The Angles of a CFrame?

I am trying to change the angles of the tool grip (as seen circled in the first picture), but I cannot seem to get it to work, it is pretty late albeit. Please help!

Current code:


Error:

With CFrame.Angles you must use radians. So do math.rad(50)

2 Likes

Now that I look at the error, I cannot understand where it occurs. The Grip propertly of a tool is a CFrame, where is it expecting a Vector3?

The error occurs because you are using the addition operator when you are supposed to use the multiplication operator. Also, as @SomeFedoraGuy said, you should use radians.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.