Vector3Operator ( - Vector3 )On this pageOperator ( - Vector3 ) Negates a vector. Each component in the result is negated. SymbolRHS TypeResult Type-Vector3Vector3 Usage ---@type Vector3local obj;local result = -obj;