Vector4Operator ( Vector4 - Vector4 )On this pageOperator ( Vector4 - Vector4 ) Subtracts one vector from another. LHS TypeSymbolRHS TypeResult TypeVector4-Vector4Vector4 Usage ---@type Vector4local lhs;---@type Vector4local rhs;local result = lhs - rhs; -- result is Vector4