Vector4ProjectOn this pageVector4.Project(Vector4 a, Vector4 b) Projects a vector onto another vector. Parameters: NameTypeDescriptionaVector4abVector4b Returns: typeDescriptionVector4Returns a projected onto b. Usage ---@type Vector4local a;---@type Vector4local b;local val0 = Vector4:Project(a, b)