I'm currently using LocalPlayer():EyeAngles() to paint some text facing the player in Cam2d3d. When players enter cars, they can go into third person, so the camera and eye angles no longer match up. As a result, the text aligns based on the eyes, and looks wrong from the players' cameras.
How can I get camera angles instead? I couldn't find a function to do this in the wiki.
Thanks