Vector3Operator ( Vector3 / number )On this pageOperator ( Vector3 / number ) Divides a vector by a number. LHS TypeSymbolRHS TypeResult TypeVector3/numberVector3 Usage ---@type Vector3local lhs;---@type numberlocal rhs;local result = lhs / rhs; -- result is Vector3