I was wondering how you would change the font of chat messages. My game is a medieval RPG that uses Fantasy font, so I would like the chat messages to match the font of the UI.
VeriBaesix
(veribaesix)
January 10, 2022, 6:03am
#2
There are already multiple videos and posts about this.
Try these out:
Hello! This is my very first tutorial! I will teach you: How to make in-game chat a different font!
Step 1: Making a local script
What you want to do, is make a local script.
How to make a script if you dont know how to. Step 1: Go to the top bar in studio
Step 2: Press view on the top bar
Step 3: Click “Explorer” On the topbar
Step 4: Look at Explorer and go, move your mouse onto workspace
Step 5: Press the “+” Button on workspace
Step 6: Search “Local Script”
Step 7: Press Local Script
S…
Basically, you have to fork the chat modules and change the chat font, I don’t entirely know where it is because im not in studio right now
To fork the chat:
Press play and open the Chat (the service, not the in game chat) and copy all the items inside the Chat, then stop and paste them into Chat
To change the font, fork the chat and go into ClientChatModules and Chat Settings and go to line 39 and 40:
[Chat]
and change both of these to your font
1 Like