I want to click on a button that changes my avatar clothing. Not morphing or anything like that. something like these
local classNames = {"Accessory", "Shirt", "Pants", "ShirtGraphic", "BodyColors"}
I dont know how to script but how the idea.
Like using descendant and clone e.g
if table.find(classNames, descendant.ClassName) then descendant:Clone().Parent = plr.Character
`