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