Vector3DotOn this pageVector3.Dot(Vector3 lhs, Vector3 rhs) Dot Product of two vectors. Parameters: NameTypeDescriptionlhsVector3rhsVector3 Returns: typeDescriptionnumberDot Product of two vectors. Usage ---@type Vector3local lhs;---@type Vector3local rhs;local val0 = Vector3:Dot(lhs, rhs)