What is the best way to show a model in green/red version?

I’m working on a tycoon game and I need help on how exactly I would implement versions of a model (1 green and 1 red) to show the user if it’s placeble or not. If the user can’t place it then the model should be semi-transparent and have a red box around it. The difficult part is that I also want the model’s parts to look kind of red to more easily identify that something’s wrong.

How should i approach this?
What kind of parts and properties should I change to achieve this effect as easily as possible.

Look at these might help.

Why can’t you just use the method :GetTouchingParts?

1 Like