Vector2()MinOn this pageVector2.Min(Vector2 lhs, Vector2 rhs) Returns a vector that is made from the smallest components of two vectors. Parameters: NameTypeDescriptionlhsVector2rhsVector2 Returns: typeDescriptionVector2Min Usage ---@type Vector2local lhs;---@type Vector2local rhs;local val0 = Vector2:Min(lhs, rhs)