Is it possible to change material without changing other objects?

I know that this is a feature but I’d like the same object with a different material. Such as when I have two or more of the same object, I would change one and the rest would follow as normal. But is it possible to have a copy of an object with a different material at the same time? Thanks a billion!

Yes. That’s the difference between renderer.sharedMaterial (changes affect all instances) and renderer.material (changes affect only this instance).