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