Any Tips for making tooltip box? (+ and how do you guys do that?)

Hello, I want to make a tooltip (info) box like this
image

How to make the box scale with text length like longer text line will display longer box?
& How to make some texts in the box appear in different colors

Hey RedMuffin,

  1. You can make the width of that box according to the width of that text when the box is created. Such as Text.Width() + 150, replace 150 with your custom amount of padding.
  2. Coloured text can be done with BBText, I think there’s an example project somewhere.
1 Like

@reina Thanks for the tips, I’ve never used BBText Before, I just checked it out and I think it’s what I was looking for.
Thank you!

1 Like