PlayerLocomotionIsTurnEnabledOn this pagePlayerLocomotion.IsTurnEnabled() Checks if the turning is enabled. Returns true if the turning is enabled. Returns: typeDescriptionbooleantrue if the turning is enabled. Usage ---@type PlayerLocomotionlocal playerlocomotion;local val0 = playerlocomotion.IsTurnEnabled()