Can you add your own Text Font to Roblox games?

I have a font in my game that I use but that font isn’t in Roblox. Can I add it if I can how? I searched google for answers but they were outdated.

1 Like

I am unsure about downloading fonts into roblox studio, I suggest just making an image / decal of the text in the select font with a program or something. If you don’t already have a free online program to do this with you can use a online program called Pixlr which can be located Here.

I want to give the text a typing effect that’s why I can’t do this.

Oh, in that case I am unsure if you can somehow download a font into RobloxStudio Sorry.

1 Like

You can use a spritesheet with every letter on it and use ImageRectSize and ImageRectOffset to have each letter as a separate ImageLabel, but that’d be a bit of a hack.

Alternatively, you could look into resizing a frame with ClipDescendants and the image of the text inside so that you can try and mimic the typing effect.

6 Likes