Hello, i am developing a customization menu and you can choose your hair,eyes,acessories but i don't have idea about how to remove player currently acessories and hair.
Who can help me? PLZ :D
PS: R15 Version / Sorry... bad english.
You could do this:
for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v:IsA("Accessory") then v:Remove() end end