Outfit Mannequin
This easy to implement outfit mannequin uses a UI to prompt players to buy or try on a piece of clothing, an accessory, or a face.
Get the mannequin here
How to use
Inside of workspace you will find a dummy. Find the dummy’s humanoid, and then a script called “Description”. This is where you will edit which items go onto the mannequin.
Open the script and you will find a section with item IDs. For accessories, separate IDs using a comma, otherwise the mannequin won’t work.
Make sure that you have all components in the correct spots in your explorer tab.
Dummies should be in workspace, productList remote should be in ReplicatedStorage, TryOn script should be in ServerScriptService, and ItemList UI should be in StarterGui.
Now you should have your mannequin set up! You can easily change the mannequin’s clothes and accessories, and easily add more mannequins (Just copy and paste!)