MathfAbsOn this pageMathf.Abs(number value) Returns the absolute value of f. Parameters: NameTypeDescriptionvaluenumbervalue Returns: typeDescriptionnumberthe absolute value of value. Usage ---@type numberlocal value;local val0 = Mathf:Abs(value)