1. Hey,

    its possible to type a line break in cui Label?

    \n doesnt work for me

    Code:
                    var welcometext = new CuiLabel
                    {
                        RectTransform =
                        {
                            AnchorMin = "0.3 0.05",
                            AnchorMax = "0.95 0.85"
                        },
                        Text =
                        {
                            Text = "Test\nTest2",
                            Align = TextAnchor.UpperLeft,
                            FontSize = 20,
                            Color = "255 255 255 1"
                        }
                    };
     
  2. Calytic

    Calytic Community Admin Community Mod

    New Lines (\n) work with Rust GUIs.

    Make your your label and parent containers are big enough to hold the text or the text will disappear.