Hello!
Currently, I’m working on a map submission for the Roblox game, Randomizer. In this map, however, there are some lights that I feel look too meh.
(some headlights without lens flare)
To fix this, I added a BillboardGui onto each of these headlights, containing a lens flare image.
(some headlights with added lens flare effect, AlwaysOnTop = True)
The thing is, if I turn off the AlwaysOnTop property, it looks a lot worse.
(some headlights with added lens flare effect, AlwaysOnTop = False)
Obviously, I can’t keep that property on. Since this is a map submission, though, I can’t use any scripts for a solution.
Is there some workaround that I don’t know of?
Some other things
It isn’t too necessary that I find a solution to this, as it’s only a very minor detail. I’d still appreciate it if somebody were to help.
I did a little looking around before making this post and I found these:
https://devforum.roblox.com/t/lens-flaring-for-multiple-objects/12337
How can I make a 'dynamic' headlight lens flare? - #10 by JamieBlakeston
The thing is though, I don’t know if any of the proposed solutions in any of these would work. (Using ParticleEmitters, plugins, beams, many images, etc)
btw, first time posting on devforum, sorry if i poorly explained this topic