PlayerLocomotionToggleTurnOn this pagePlayerLocomotion.ToggleTurn(boolean value) Enables or disables turning for the player. Parameters: NameTypeDescriptionvaluebooleanTrue to enable, false to disable. Usage ---@type PlayerLocomotionlocal playerlocomotion;---@type booleanlocal value;playerlocomotion.ToggleTurn(value)