Can HTTP/other method be used to get a Catalog Accessory's Mesh and Texture?

I know it can be done with library assets, so I suppose it can be done with catalog items too? If so, how?

example code from the link above

    local assetId = 257489726
    local InsertService = game:GetService("InsertService")
    local model = InsertService:LoadAsset(assetId)
    model.Parent = workspace
2 Likes