Textible
(Text)
April 27, 2024, 2:34pm
#1
Howdy,
I was wondering if theres anyway to use store fonts in scripts. I tried looking around and couldn’t find any topics mentioning store fonts. Any help is appreciated.
This is what I get when I try to use Enum.Font
Error:
Code:
nametag.HatName.Font = Enum.Font["Faster One"]
This is the font in the font picker
Manual:
axcorpio
(axcorpioYT)
April 27, 2024, 2:46pm
#2
I think the problem is roblox reliased this font but forgot to add it to Enum.Fonts because i have the same problem
Textible
(Text)
April 27, 2024, 2:53pm
#3
Couldn’t find the font within Enum.Fonts after checking, it might be somewhere else but I don’t know.
axcorpio
(axcorpioYT)
April 27, 2024, 3:01pm
#4
I thound solution:
script.Parent.FontFace = Font.fromId(12187370928)
Use this and the result will be like this:
1 Like
system
(system)
Closed
May 11, 2024, 3:01pm
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.