Vector2()Operator ( Vector2 * number )On this pageOperator ( Vector2 * number ) Multiplies a vector by a number. LHS TypeSymbolRHS TypeResult TypeVector2*numberVector2 Usage ---@type Vector2local lhs;---@type numberlocal rhs;local result = lhs * rhs; -- result is Vector2