When is this going out of Beta?
Found a bug with RichText, with blank lines:
With the text
test
test2
When RichText is enabled, it becomes
test
test2
Which as you can see demonstrated below, isnāt correct. (the darker text is RichText = false
, the lighter text is RichText = true
)
The text in the above image (for both) is:
test
This isnāt working in game, I believe itās because its still in beta but is there a way to have it enabled in game?
No, beta features live in studio are not live in-games unless specified otherwise.
I can see bots creating fake login links in games that will look much more believable now, but what can you really do besides banning their games before too many people get scammed? Bots are sadly probably going to be inevitable on roblox at this point.
When will this beta become public so it works in game?
I unfortunately will not be able to use this until TextScaled is supported. Hopefully that is prioritized as it is important for games with properly scaled UI!
I can see why its not supported right now though. The actual text (for instance) is ā<b>TEXT</b>
ā
But the text that is shown to players is just TEXT, so I guess its kinda hard to estimate the perfect text size to fit a textlabel
But there is alternatives to TextScaled, for instance I do label.TextSize = label.AbsoluteSize.Y + 5, and it works fine for the most part
pretty cool update, sadly it doesnt really work with the typewriter text effect
Hmm. This Rich Text thing looks a lot like HTML.
richtext also doesnt work with text scaled for some reason
You donāt know how much Iāve been waiting for this. Hopefully most of the major problems will be resolved and rich text will exit beta state.
This is extremely useful. As an idea, why donāt you work on a text editor, such as the one here?
Make sure to read the entire announcement before replying as your problem or question may have already been addressed.
At this time, TextScaled is not supported. However, it is already on their roadmap for this quarter to add support for text scaling when using rich text.
I love how many possibilities there are with RichText. For example, I just made this wavy rainbow text using RichText and string patterns.
Hereās how I accomplished it but for chat. I donāt recommend using it for a chat system since it wonāt get filtered but with a little editing, you can use the same algorithm for your in-game text.
The reason it doesnāt work is because itās typing each character individually.
For instance, if Iām telling it to type
<b>Foo</b> <i>Bar</i>
The bold tag wonāt be completed and Foo wonāt be bold until the entirety of the closing tag is typed.
If you want it to work, youāll have to implement an edge case for when it is typing tags, just have it type all tags instantly, without delay, and if a tag is open, close it until it gets closed by the typewriter.
This is one of the best if not the best update about the TextGuis, its really helpfull, i even made a plugin based on this beta (spoiler: heavy inspired by @JohnnyMorganz)
This would help a lot, hope this will come out.
Thanks Roblox, thanks
Itās very nice, just tested it in Studio! But one issue which is kinda huge for me is that you cannot have TextScaled on if you use RichText, for me this feature is very needed.
I am happy with the feature, before, I used to get frustrated at UI limitations, with this, UIgradient and
UI corner this is no longer the case.
Are the fonts such as ArialBold, SourceSansBold, GothamBold or Semi-bols & Black going to be removed?