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

How would I go about to change the colors of a wig?

Asked by 5 years ago

I have been able to only change the color of one wig with the following script :

local function onClicked(playerWhoClicked) playerWhoClicked.Character.Hat.Part.Mesh.VertexColor = Vector3.new(0.05, 0.412, 0.67) end

script.Parent.ClickDetector.MouseClick:connect(onClicked)

But that only changes one of the wigs I have tried it with.

0
maybe you can replace it witha wig that is a diffrent color? Fad99 286 — 5y
0
Making sure the mesh of the wig have no textures? So you can change the color. FadedJayden_Dev 118 — 4y

Answer this question