Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I want to make an inventory system that changes the clothing of your avatar but how?

Asked by
Ifesol 4
2 years ago

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

`

Answer this question