Its happen every time. Its a common thing.
Thank you so much, I cannot express the appreciation enough.
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.
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.
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.)
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
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.
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.
Alright, Iāll see if that works.
Edit: Oh great it does thank you!
This is still an issue in 2023
I mean, this is the legacy chat system very unlikely itāll be receiving any future updates.
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!
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?
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.