What do you want to achieve? Keep it simple and clear!
I want to achieve this kind of effect in traffic lights .
What solutions have you tried so far?
The Surface Gui But i can`t make it like neon
i used text label with a frame but the neon effect and texture : is what i can not achieve
thx for the help .
The neon/ lit up effect is achieved by setting the Brightness property of the SurfaceGui.
The texture could just be an image label with its zindex higher than the text/symbol
1 Like
Thx it worked
for people that does not see the brightness property
This property won’t produce any effect in the following scenarios wherein the GUI does not emit light.:
When AlwaysOnTop is true, the color of each pixel is the color shown on-screen.
When LightInfluence is 1, all light from the GUI is reflected from the environment instead of being emit.
system
(system)
Closed
April 23, 2024, 2:28am
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.