Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you change the Text Size?

Asked by
PixelYT 30
9 years ago

I mean in GUIs.

Heres what I tried.

local Example = Instance.new("TextLabel")
Example.Parent = ScreenGUI
Example.Text = "Hello!"
Example.TextSize = 18

****Please Help!****

1 answer

Log in to vote
1
Answered by
Kryddan 261 Moderation Voter
9 years ago
local Example = Instance.new("TextLabel")
Example.Parent = ScreenGUI
Example.Text = "Hello!"
Example.FontSize = Enum.FontSize.Size18 

Here you go!

This links can help:------------------------------------------------------------------------------------------ http://wiki.roblox.com/index.php?title=API:Class/TextButton/FontSize http://wiki.roblox.com/index.php?title=Enum

0
Please edit the links to look like this. [Font Size](http://wiki.roblox.com/index.php?title=API:Class/TextButton/FontSize ) EzraNehemiah_TF2 3552 — 9y
Ad

Answer this question