Hey, I was work on a scrip where I create a new text label. I wanted the text in the text label to be BOLD
I tried using TextLabel.FontFace.Bold = true, TextLabel.FontFace.Weight = Enum.FontWeight.Bold but none of them worked. Can anyone help me with this.
Edit: I am aware of using <B>...</B> but I want RichText to be false. So any other method ?
I think you may actually have to put the textlabel in replicatedstorage with Bold set and then clone it. It may have something to do with certain fonts. Can’t recall.
FontFace is readonly, I believe it is not possible to set bold from scripts.
You could try to create a bold label and clone it each time you want to use it.
Roblox is a little bit stupid as you can see in the embedded video