hello, this is the first time I’m posting something in Devforum, I don’t know if I posted my request in the right place, but well, I’m making a shield effect that blinks on the player’s body.
This is what it looks like:
https://gyazo.com/6ea4f0f74e66e1095a948e8730ab54e9
I create parts for each part of the body with a SpecialMesh inserted in it. Then I make them flash with math.Noise and with Lerp. Pretty straightforward. But well, in the gif the Parts are made of a material that doesn’t interest me at all, I tried to use MeshParts to realize that it wouldn’t work, because I can’t change the MeshID of them during the code execution. So I did some other research, unfortunately I didn’t find anything. So here I am, asking for some help to solve my problem, I’m looking for a way to change the material of the Parts to make the effect more attractive and more beautiful. Is there a way to do it?