How do I change materials?

How am I supposed to make this StarterCharacter’s head look neon when the material is neon, but it only shows Plastic?

Some may think this is easier than it looks, but I can’t figure it out…

When you select the part, you should be able to select a material in the properties tab.

Alternatively, you can select the head, and then open the materials drop down and select neon from the top bar.

Alright, though did you read my post fully.

Try adding some point light to it, and make the lighting property really bright while the range not much.

I believe this is because the head is a SpecialMesh object. Unfortunately, you can not apply the default roblox preset materials to SpecialMesh’s. Only MeshPart’s have this capability.

https://developer.roblox.com/en-us/api-reference/class/SpecialMesh
https://developer.roblox.com/en-us/api-reference/class/MeshPart

2 Likes

Hi, I have some suggestions…

So, check if this mesh is not united with any other parts, if yes and if you want to keep it like that, first separate it, change the material and then you make it an union.

If that doesn’t fix it, you should also try importing the mesh again. Try doing this and tell me how it goes.

Great proven explanation.

Thanks.

1 Like