I have a rotation from a character that I put in a variable and I’m trying to subtract an amount of degrees so that I can the rotation of the character. How do I do that?
I toke the rotation from the character then split it from the z axis so now its a float.
I tried using the subtract float from float node, but it didn’t work
Any help is appreciated, thanks