How is this effect achieved?

https://gyazo.com/23e0e9f9386934167718b05ae32fbff9

The black smudge effect?

1 Like

Dunno. Maybe a Tweened ImageLabel of a black stain inside a SurfaceGui

1 Like

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