I need to get the, I think, Z rotation of an object so I can rotate the player precisely on the relative X axis. Basically I want to get the left, right rotation specifically, so I can face the player down based on that instead of where the player currently is, rotation and all. %obj.getPosition(); works but it doesn't include the left, right rotation.