#Changing In Game Font
1 messages · Page 1 of 1 (latest)
I don't belive you can change font in studio, i kinad don't see a point either.
If you want change a fonts for game, you simple change the text fonts? 
?
Thats exactly what I am trying to do
I want to change the font for the actual game itself
I dont know how to do that
TextLabel.Font
Im sorry, that i missunderstood you then, since you said studio itself.
** You are now Level 14! **
I dont know how to script
its all good
I use the assistant Ai to do most of my scripting
and its going great
I just cant get it to change the font, and wanted help doing so
what is this
Either There. or you use the script code TextLabel.Font as Zyos73 mentioned
where would I find this?
If u create GUI, and for example TextButton, or TextLabel, you can change fonts under properties
Wait
So I found the piece of code
but its a bit weird
promptGui = Instance.new("BillboardGui")
promptGui.Name = "StatuePrompt"
promptGui.Size = UDim2.new(0, 200, 0, 50)
promptGui.StudsOffset = Vector3.new(0, 5, 0)
promptGui.AlwaysOnTop = true
promptGui.Adornee = adorneePart
local textLabel = Instance.new("TextLabel")
textLabel.Size = UDim2.new(1,0,1,0)
textLabel.BackgroundTransparency = 1
textLabel.Text = "Press E to open menu"
textLabel.TextColor3 = Color3.new(1,1,1)
textLabel.TextStrokeTransparency = 0.5
textLabel.TextScaled = true
textLabel.Parent = promptGui
promptGui.Parent = Workspace
end
** You are now Level 4! **
since you creating with it script, you gotta use textLabel.Font like Zyos73 said.
And how would that work
where would I place the text
and to be fair it would write textLabel.MS Gothic right?
TextLabel.FontFace ig
Its TextLabel, not TextButton
No, i would might recommend you to learn scripting then?
but thats the thing
its TextLabel.FontFace
i dont have the time to be doing all that
repeating the code doesnt show me how im supposed to use it
I dunno where to place the code nor where to type in the literal font I would like to use
bro no one codes a TextLabel
nevermind
game.StarterGui
Excatly, People would just recommend to create GUI instead over Code. Because it kinda make no sense to create it over code.
meh
But as i said, i would reocmmend you to learn scripting, or hiring someone.
As you might ask more later, since you might need to add more stuffs, such clicking button or hiding it or idk.