@gandalfwisdom/richbuddy
v1.0.2
Published
A rich text system for Roblox
Readme
RichBuddy
A simple rich text display class for Roblox.
Requirements
This module requires Quenty's Nevermore engine to function.
Features
Convert any TextLabel object to a rich text capable label with features such as:
- Standard Roblox richtext implementation.
- Typewriter effects and styles such as "fade" and "drop".
- Shake, wave, and other animated text options.
Usage
Initialize your RichBuddy object:
local RichBuddy = require(path.to.richbuddy);
local rich_display = RichBuddy.new(text_label, `<write speed="0.05" style="drop"><b>Example text!</b></write>`);Installation
StackBuddy supports Nevermores npm package installation method.
Simply type npm install @gandalfwisdom/richbuddy in your CLI on your project to install.
