PlayerLocomotionIsWalkModeEnabledOn this pagePlayerLocomotion.IsWalkModeEnabled() Checks if the walk mode is enabled. Returns true if the walk mode is enabled. Returns: typeDescriptionbooleantrue if the walk mode is enabled. Usage ---@type PlayerLocomotionlocal playerlocomotion;local val0 = playerlocomotion.IsWalkModeEnabled()