How can I get all accessory IDs of a Rig?

Hello developers, I’m currently working on listing the player’s Humanoid Description in my game. While I have successfully retrieved the accessories, I am encountering some issues with the AccessoryBlob. Please refer to the image below for reference:

image

As you can see, the accessories are displayed properly, but I’m facing difficulty with the AccessoryBlob.

I have tried using the Humanoid:GetAccessories() function, but unfortunately, it doesn’t return the accessory IDs as needed.