How to highlight transparent objects or how to replace highlight with something similiar?

Hello everyone!
So i want to make transparent object be highlighted, but highlight doesn’t support even a bit transparent parts… I want to make something like on this photo (taken from TDS when you trying to spawn tower red zones around tracks appears, that means you can’t place it there)


I could just make red part and choose neon material, but on the photo we can see that there is a brighter outline around red zone, so i want to make something like that!

You can achieve this effect by:

  • Placing the part/s into a Model. Then set the transparency of the part/s to as close to 1 as you can, without it being 1 (e.g. 0.99).
  • Next, add a Humanoid to the model.
  • Finally, add the Highlight to the model.

This should result in the highlight being visible on the (nearly) invisible part.

image

2 Likes

Omg it works! Thank you so much!!!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.