How to make a circa 2013 chat bubble

Hey everyone! This is my first post, so apologies if this is in the wrong topic.

I’ve been messing around with this for weeks now, trying to get my Bubble Chat to look like the old one from 2013-14, iirc.

Example, ignore the tail.

Example of what I want to achieve.


Screenshot taken from something evil will happen

vs

What’s happening:

The reason why my chat bubble looks like this is because I tried using 9-slice scaling. I couldn’t find too many guides on how to use it properly, and the ones I found were quite vague.

My image 250x250:

I set the SliceCenter to 80, 60, 90, 70. I’m about 90% sure those values are wrong. Is there a better way to do this without relying on SliceCenter?

If anyone’s figured out the right way to set this up or has tips, I’d really appreciate the help!

1 Like

I’ve used the exact same settings you have and it works perfectly fine for me. I’ve uncopylocked the place I used if it would help at all. Could it be a result of some lighting settings you have?

1 Like

Chat bubbles that use a 9-slice image tend to have this issue because of the UICorner instance inside of BubbleChatConfiguration. I found that setting the CornerRadius to (0, 0) helps

1 Like

I don’t know why but this issue only appears on ChatBubbles, BillboardGuis are fine.

Woah dude, it worked! Thank you so much!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.