As a Roblox developer, it is currently annoying to make typewriter animations with RichText
If Roblox is able to address this issue, it would improve my development experience, because I would be able to easily make typewriter animations in my games.
Adding a feature like “continous properties” in RichText will make scripting for typewriter animaions much easier.
As of now, most of us know that we need to wrap up the RichText properties at the end with a slash (<b>Hi</b>
)
With this feature implemented, we will no longer have to worry about wrapping up the properties at the end.
As of right now:
- Normal TextLabel using RichText (Normal, Bold, then Italic)
- Normal TextLabel not using RichText
With a property called continous properties or something :
This one has no bold wrapped up at the end.
- TextLabel with this property enabled, using RichText (As you can see the bold bleeds over the italic)
- TextLabel with this property enabled, not using RichText
Sorry for the unclear explanation, this was bit of a quick one.