[DiscordArchive] self.scoreText = self.panel:CreateFontString(nil, "OVERLAY", "GameFontNormalHuge")
[DiscordArchive] self.scoreText = self.panel:CreateFontString(nil, "OVERLAY", "GameFontNormalHuge")
Archived author: Shako • Posted: 2025-08-20T17:40:39.687000+00:00
Original source
self.scoreText = self.panel:CreateFontString(nil, "OVERLAY", "GameFontNormalHuge")
self.scoreText:SetPoint("CENTER", 0, -40) -- dead center
self.scoreText:SetFont("Fonts\\Friends.TTF", 120, "OUTLINE")
self.scoreText:SetTextColor(1, 0.5, 0)
self.scoreText:SetShadowColor(0, 0, 0, 1)
self.scoreText:SetShadowOffset(2, -2)
Hi Guys, I have this kind of script, I need to increase text size but it has some limits, how can I increase it without limit?