Change colors of the same object to different colors?

Hey, I’m making a painting system, but I have a bit of a problem. The problem is that I don’t know how to change the color of the same object to different colors, and I don’t want all the objects of the same instance to be the same. Anyone have a trick for me to do this?

Hi, it’s that what you are asking for?

Yeah, but it says “Change the Global Color”, but I want to change colors independently

(What I mean is that every object of the same instance is different colors)

Change the global color changes the global color of an instance of an object.
That’s what you need.

Have you already tried?

If it’s confusing for you, think of it as change the “overall” color (of an instance of an object).)

1 Like

Erdo above is correct. What you need to do is target the specific instance of an object you want in the conditions, then use the event Erdo listed to change just that object’s colors.

If you don’t have a way to target specific object instances, you probably need to add some kind of ID variable or something else to specify the object.

1 Like