New and angles not a valid member of cframe?

Hello! So I’m trying to rotate the character with Tween Service and CFrame. If I remove the CFrame.New part of my script it says angles isn’t a valid member of CFrame. And if I keep it new isn’t a valid member of CFrame. Any Fix?

1 Like

This is probably because you’ve a variable called CFrame in your code, if you do then rename the variable to something else. (Probably not, I don’t get errors too much)

Also the first argument of CFrame.new is a Vector3, so use the Position property instead of CFrame.

1 Like

you dont need to do CFrame.new() for a cframe thats already there.

1 Like

Works but I had the vector 3 error as well