Recently I wrote a script which would only allow facial accessories such as beard and mustache and delete everything else that uses FaceFrontAttachment. To do that I was looking for keywords: “Beard” and “Mustache” in the name. But then I noticed that accessories are not named correctly.

to solves this I had to grab the meshid from handle and use marketplaceservice to get the correct name.
I haven’t seen any threads mentioning this problem so I made this post to help others who may have the same issue in the future.