dummycide
(dummycide)
August 19, 2021, 4:13pm
#1
So I’ve been working on a game and I came across a problem. I’ve been trying to make a ui where there is a black gradient and fades into white and then blends into the background.
This is the reference image
If anyone can tell me how I can do this please tell me. I’ve already tried changing the transparency but it doesn’t blend in.
2 Likes
XENSOR1
(xensor)
August 19, 2021, 4:33pm
#2
You can use UIgradient to reproduce this effect
dummycide
(dummycide)
August 19, 2021, 5:02pm
#3
I tried using UI gradient but it came out with this:
frrazers
(Frazer)
August 19, 2021, 5:10pm
#4
You can use a white image fade like this: (but only fades on the right)
Then add a UIGradient with your colors to the image label
If I remember correctly, I think you can achieve a similar effect to what you want to do with UIGradients, I’ll have a look at trying to create a fade with UIGradients
dummycide
(dummycide)
August 19, 2021, 7:24pm
#6
Is it possible that it is just a smart use of gradient? Cause I looked closely and see a line that shows the ui separated.
1 Like
XENSOR1
(xensor)
August 19, 2021, 9:37pm
#7
You can change the color and transparency in the properties
dummycide
(dummycide)
August 19, 2021, 11:16pm
#8
Yes I have tried that already like in my 2nd latest post
OffxLies
(thug)
August 19, 2021, 11:23pm
#10
I really doubt this will work, but try rotating the ui in the properties?
XENSOR1
(xensor)
August 20, 2021, 11:56am
#11
I tried and it looks like this
fade.rbxm (1,9 Ko)
subsarius
(frankensub)
August 20, 2021, 1:30pm
#12
1º:
You gotta add an UI Gradient to your Gui
2º:
You go to the UIGradient and press the “…” in Transparency
3º:
You put the line like this:
and boom ,you have a gradient
1 Like