Hello,
Text scalling is not working!
See yourself here
local BRO = Instance.new("ScreenGui")
BRO.Parent = game.Players.LocalPlayer.PlayerGui
local TextLabel = Instance.new("TextLabel")
TextLabel.Parent = game.Players.LocalPlayer.PlayerGui.ScreenGui
TextLabel.TextScaled = true
TextLabel.Text = "fferfggtrhtyhjhujutjujtj"
TextLabel.Position = UDim2.new(0.683, 0, 0.493, 0)
1 Like
local BRO = Instance.new("ScreenGui")
BRO.Parent = game.Players.LocalPlayer.PlayerGui
local TextLabel = Instance.new("TextLabel", BRO)
TextLabel.TextScaled = true
TextLabel.Text = "fferfggtrhtyhjhujutjujtj"
TextLabel.Position = UDim2.new(0.683, 0, 0.493, 0)
in a local script and put the script inside the StarterGui folder
im glad it worked for you !!
Have fun developing!!
Hey! Can I ask you something? I am looking for a group that needs a programmer. Do you know where to look on the devforum for that? I know it is off topic but it would mean a lot to me.