On each client you can open the catalog store, however when you hover your mouse over each item it displays that item on your characters head, I wanted to recreate this, however I’m struggling; How do you show this on the client? I tried using InsertService to add the item but you cannot use InsertService on the client.
My idea was suppose to when the client hovers over, clone the player character and simply add the item, however I’m guessing that’s also not the most opitmal way so if anyone has any ideas for that too, let me know. It needs to support multiple body types.
Actually this might not work as I believe getting meshid from an accessory doesn’t display in either MarketPlaceService or AvatarEditorService - Also it wouldn’t work for character bundles
How does Catalog Avatar creator handle this? anyone know?