How to make custom fonts like Block Tales "Orange-Kid"?

  1. What do you want to achieve?
    A way to add custom fonts to Roblox Studio

  2. What is the issue?
    I’m not really sure how to approach that

  3. What solutions have you tried so far?
    I’ve watched tutorials but they are all 8-10 years old. All projects are deprecated.

2 Likes

The first that came to my mind is to import the alphabet as images. I’d then make a modulescript that puts the imagelabels next to each other so you can create words/sentences. If you need help with that; reply

2 Likes

i found text+ which already implements this

if you want to do it yourself i think you should put the characters into a grid, and then you can use an imagelabel rectSizeOffset and rectSize to get certain rectangular portions of the grid, each for a different character

1 Like

I forgot to mention i used Text+ yesterday but many things went wrong so i gave up.

I re-tried today. with the help of Gemini 2.5 Pro, which after some minutes told me what were the errors.
image
If you can’t add the fonts, or if they look like this:
image
I’d strongly recommend asking a good AI model (Claude 4 or Gemini 2.5 pro both are free) how to fix it.
Thank you to whoever answered this post!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.