Vector4DotOn this pageVector4.Dot(Vector4 a, Vector4 b) Dot Product of two vectors. Parameters: NameTypeDescriptionaVector4abVector4b Returns: typeDescriptionnumberDot Product of two vectors. Usage ---@type Vector4local a;---@type Vector4local b;local val0 = Vector4:Dot(a, b)