How to achieve this outline effect

image

Hey everyone i would like to hear some opinions about that outline effect and how it can be achieved thanks

Do you mean like those UGC hats? Cartoony Santa - Roblox

kindoff, but im looking to something like the pic i showed above

Are all the Parts just yellow Neon, and the Texture applied covers them up except for the edges?

1 Like

i think thats the thing, really thanks!

Sweet! Sometimes the simplest answer is the best.

1 Like

I think thoose are MeshParts with inverted normals, if you use a regular MeshPart that their normals are pointing outside, the mesh could look something like this, like a regular mesh:

imagen

However, if normals are pointing inside, and the mesh is SingleSided, you may get something like this model, but remember to make the MeshPart glow (changing material to neon):

SingleSided:
imagen

1 Like