https://gyazo.com/23e0e9f9386934167718b05ae32fbff9
The black smudge effect?
Dunno. Maybe a Tweened ImageLabel of a black stain inside a SurfaceGui
I’m mainly a programmer but I also do UI
the black smudge is an image with an empty background
a tween (or lerp alpha) is used to set a uigradient’s transparency
example
image.uigradient.transparency = numbersequience.new{
numbersequencekeypoint.new(math.clamp(alpha - 0.1, 0, 1),
etc
}
essentially the uigradient effect the images transparency making it look like the smudge rolls out