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:
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:
With CFrame.Angles you must use radians. So do math.rad(50)
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.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.