Like the title says I want to figure out how to make part of a text have a gradient.
I do know how to do this with 2 instances, but is there a way to do this with only 1 TextLabel instance (for the sake of less instances to work with and hopefully have a tiny bit more performance)?
I recently just learned about RichText and when I tested something out through a script, I wasn’t able to get part of a text have a gradient.
Also tried to look for an answer on here but I wasn’t able to find a wanted result.
Put the gradient on the text and make sure the text is white, then use richtext.
Sadly that was already turned on but it doesn’t seem to be working
Here is an example of what it looks like:
notification.Text = 'Item Recieved: <font color="#FFFFFF"> Test </font>'
Works only if I use complete black, but that’s not what I want
notification.Text = 'Item Recieved: <font color="#000000"> Test </font>'
use roblox ui gradient, its very simple
I was, and I was doing it the entire time throughout this post
So is it or is it not possible to make a part of a text into a gradient or do I have to use 2 TextLabel’s ?
It is possible.
character limit
lemme do it
what color do you need?
e
e
send model
That seems like the easiest way, but, in my game, not every item name will have the exact same amount of characters.
Alr
Also how do you type like that without it showing that you edited your comment
(roblox studio decided to update right after I sent this message)
use three - then start a new line
I think I’m blind since I can’t see this line that you’re talking about
- boblox wont allow
- veri hard
0 voters
(-) you see that line, just start a new line that write that line 3 times
yea no don’t see any line like you described
also roblox studio is almost done with updating so I’ll send the file soon
I think I’m doing something wrong
But this is besides the point, and it won’t get me a fix for my post
Yes I am
Also the problem with this is that it isn’t exactly what I want
What If I want, let’s say, a rainbow gradient on the “Item” text while everything else is a solid white?
An example being is this item notification from GPO
Unsure if this can be done with just 1 TextLabel