math.max(Number:v...)
Return the LARGEST of the arguments.
Example: math.max(1, 5, 3, 2) -> 5