Home > server > Vector3 > max Vector3.max() method Sets each component of the vector to the maximum of the current vector and another vector. Signature: max(vector3: Vector3): Vector3; Parameters Parameter Type Description vector3 Vector3 The vector to compare to. **Returns:** Vector3 The current vector.