Vector4Operator ( - Vector4 )On this pageOperator ( - Vector4 ) Negates a vector. Each component in the result is negated. SymbolRHS TypeResult Type-Vector4Vector4 Usage ---@type Vector4local obj;local result = -obj;