🔧 SDK ReferenceManagersPlayerManagergetFacingAnglegetFacingAngleSets the player's facing angle.Syntaxplayer.getFacingAngle();Returnsangle - The angle the player is facing.Exampleconsole.log('Player is facing ' + player.getFacingAngle() + ' degrees');Available on: Client Server