Vector2()Operator ( - Vector2 )On this pageOperator ( - Vector2 ) Negates a vector. Each component in the result is negated. SymbolRHS TypeResult Type-Vector2Vector2 Usage ---@type Vector2local obj;local result = -obj;