How to access MeshID?

I am trying to load the player’s avatar hair onto the startercharacter by trying to grab the ID of the mesh from their hair. This is the code I have but it only produces the ID of their hair. Is there a way of grabbing the ID of the mesh from the hair?

local HairID = game:GetService(“Players”):GetHumanoidDescriptionFromUserId(player.UserId).HairAccessory

2 Likes