How to apply material to avatar head?

So I am trying to apply a material to an avatars entire body, but it looks like the head isn’t a regular meshpart? All parts here have the concrete material applied, but the head wont show it

Any ideas how I can do this via a script?

I believe you’ll need to create a meshpart with the head mesh (which you can’t do in a script unfortunately). Then you can clone that meshpart and use it as the visual head and set its material. This will be problematic if the head can be any head, though. Or maybe you could add a concrete texture to the head mesh.

1 Like