#Setting Font from assetId
1 messages · Page 1 of 1 (latest)
YOU CAN DO THIS????? SINCE WHEN????
I figured it recently
you can find fonts in toolbox > Fonts
idk how to use it tho
id like to imagine this is very niche, try checking the dev forums
I am rn💀
Developer Forum | Roblox
So I have custom installed font from roblox and I am using it on my textlabels but is there a way to use it with instance.new? local ErrorText = Instance.new("TextLabel", Container.Parent) ErrorText.Position = UDim2.new(0.621, 0,0.462, 0) ErrorText.Size = UDim2.new(0.124, 0,0.047, 0) ErrorText.BackgroundTransparency = 1 ErrorText.FontFace = "Te...
hope?
label.FontFace = Font.new("rbxassetid://12187363616")
``` worked
yay!
Wtf i didnt even know this was in the game