Workshop.codes
Create

Player Look Direction Horizontal Last updated April 27, 2026

Description

Returns the horizontal component of a player's current facing direction as a signed angle in degrees relative to world north. Positive values indicate rightward facing; negative values indicate leftward. Useful for directional triggers and compass-style HUD elements.

Snippet

Player Look Direction Horizontal(Event Player);

Properties

Returns: Number
Parameters: Player

Player
Type: Player, Default: Event Player
The player whose horizontal look angle will be returned.

Workshop.codes