Attach a snap of my theme.
I need to "autoadjust" the wide of my text and I don't know how I can do it?
This is the code I'm using
local textoJuego = fe.add_text("[Title]", 65, 640, 900, 45 );
textoJuego.align = Align.Left;
textoJuego.style = Style.Bold;
textoJuego.set_rgb(77,134,241);
Thanks in advance.