Chat and chat bubbles sometimes get cut off and don't show whole sentence

Its happen every time. Its a common thing.

1 Like

Thank you so much, I cannot express the appreciation enough.

1 Like

I donā€™t see the fix anymore, and I still have the problem with an NCP chat. Iā€™ve noticed this in other games using the same NCP chat system as me.

2 Likes

Yeah, this bug is back. It looks like it might be an issue with text metrics, because Iā€™m even seeing it cut things off in regular chat. Bubble chat is worse; itā€™s not just a single word, but an entire line sometimes.

3 Likes

Sorry, iā€™m a bit late to the party, but this is a HUGE problem in my game. There are npc chat bubbles are are essential for gameplay using chat:Chat() and the player may only see them once. They always seem to be cut off if they are longer than a certain length no matter how I change around the string. I noticed roblox has a new (kind of ugly imo but thatā€™s a topic for another day) chat bubble design that seems to fix this problem (mostly) but it only shows up in new games and mine was created before they changed this so itā€™s not effected (I guess thatā€™s a bad thing?).


(This is supposed to say ā€œIā€™m trying to start an art show but I donā€™t have any paintingsā€, ā€œSay, do you have any, I can give you something in returnā€, and the last one is fine.)

2 Likes

I think the new bubble chat is suppose to fix this. I have seen this issue in many games I play, and itā€™s made progressing in them impossible.

Yes, I mentioned that but my game doesnā€™t have the new bubble chat, I think only new ones do or the ones which are made with baseplate 2021, Iā€™m not sure which.

You can active it by yourself if you go to
game > Chat > BubbleChatEnabled > True
or
game.Chat.BubbleChatEnabled = true

1 Like

Yeah, but Iā€™m pretty sure that the NEW version of the bubble chat thing thatā€™s all nice and round is only available for new games, otherwise it just shows the same bubbles we all know and love, that also happen to cut off.

1 Like

image
If you make the value true it uses the new version of bubble chat even in old games. This value is just true by default in old games. But you can easily enable it mid-game and it would instantly update for new messages.

If you donā€™t like how it looks you can customize it as well since it does have a customization feature.

3 Likes

Alright, Iā€™ll see if that works.

Edit: Oh great it does thank you!

1 Like

This is still an issue in 2023

1 Like

I mean, this is the legacy chat system very unlikely itā€™ll be receiving any future updates.

1 Like

Thank you so much for this workaround.

As of 4/16/2023, the script that one needs to copy over is actually BubbleChat, and itā€™s on line 58 now.

Cheers, this bug has been driving me crazy!

1 Like

Hi, we are no longer supporting this and are migrating people to use the new TextChatService based in-experience chat. Is there a reason why youā€™re still using legacy chat system?

1 Like

Iā€™ve found that the legacy chat system is an easy, built-in way to create the specific dialogue style I want to achieve.

Since the legacy chat system is no longer being supported, Iā€™ll search for a user-created custom dialogue system- one which will be easy to implement without prior programming knowledge.

Thanks for replying.

2 Likes