Hey!
I’m making a Town of Salem based game, and we use Defaultio’s Rich Text Module for dialogue.
Except in some rare cases, generally on Mobile devices, this occurs:
While it’s supposed to look like
I have removed and installed Roblox on my phone and it’s still occuring.I even resorted to preloading all the text that gets generated, with no success.
Anyone knows how one would fix this and/or make it less?
We are trying to make our game accessible to people with mobile devices aswell, and this will definitely
ruin their experience.
Sincerely, VirtualButFake
Edit:
Code I’m using to make the text is:
local textObject = richText:New(textFrame, text, {ZIndex = 100,Font = Enum.Font.Cartoon})