CFrame are NOT Vector3 values. A lot of people who are relatively new to OOP get that mixed up, so it’s definitely normal and thank you for asking
CFrames have their own values. You can apply Vector3 values to CFrame values, but I don’t want to give you the whole API for CFrames. I will provide you with appropriate information if you’d like.
To fix your script, you need to create a CFrame value rather than comparing a CFrame to a Vector3:
Ahh, my bad!! I should’ve paid closer attention to your code. Yes, you would do CFrame.Position to find the position of the CFrame, but I would use the CurrentCamera rather than the camera in the workspace.
Ok, thanks! that worked. I know I told not to use angles in this post but if I tween an angle, it then starts teleporting around everywhere.
Still I know that I didnt say to use angles.
Also, if giving this info helps, i’m trying to make some sort of arm sway by tweening the angle and instantly setting the position. (This is pretty much a first person viewmodel)