I’m trying to achieve this fade effect:
Currently, I’m using decals of a fade texture on all sides:
This works visually, but I know it’s not performant.
My main goal is to recreate this effect without decals while still being able to change the color of the fade .
Does anyone know a more efficient method? I have tried other things but nothing seems to work well atm.
1 Like
Tavikron
(Octav)
August 17, 2025, 8:37am
2
You could use vertex transparency, but transparency as a whole is not that optimized for Roblox
2 Likes
I believe this is more optimized than using 4 decals, ty. This is also a very easy way of doing this because earlier I was doing some weird uv texturing.
system
(system)
Closed
August 31, 2025, 8:41am
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.