Dialog Dialogchoice text being cut short missing not working

Summary

I’ve searched for similar recent issues, but wasn’t able to find anything Please accept my apologies if this is already a known/solved issue, unfortunately as a new developer I don’t have the lexicon to expediate effective searches.

I want a couple of static tutorial NPCs explaining some basics of my game using simple dialog

Lengthier dialog are being cut short. The dialog isn’t too long. The bubble looks like it is resizing to be large enough for multiple lines of text, but something is making the last line get skipped.
image

You can see in the above example, for the longer text the bubble has automatically adjusted to be larger, yet the text still only displays (centred) as a single, cut short, line.
I suspect Roblox is unsuccessfully trying to make two lines of text show up in the bubble.

I have tried creating a new place from scratch to test if I had broke a setting somewhere, but the same problem occurred (just a spawner, baseplate and a part containing dialog).
I tried reducing each reply to fit to a line, but that is not satisfactory.

I’m trying to keep to the basic dialog system. Are there presets hidden somewhere I can tweak to ensure the lines of text aren’t too large to fit the space Roblox has allocated for the lines in the bubbles?

It is very important to me that these NPCs are able to say what they have to say and ensure players know exactly what the game is meant to be, especially as one of the first players of my game told me it looked like a scam.

3 Likes

I think it’s a bug because other games have this issue too. It’s similar to the bubble chat cutting off long texts.