ChatBarFont Font Not Changing

Can someone please help me? The defaultfont works fine, but the chatbarfont font is not changing.

local chatSettingsModule = require(game:GetService("Chat"):WaitForChild("ClientChatModules").ChatSettings)

chatSettingsModule.DefaultFont = Enum.Font.GothamSemibold
chatSettingsModule.ChatBarFont = Enum.Font.GothamSemibold
1 Like

Hi, is your bubblechat script from roblox itself disabled? Else it will just reset the bubblechat settings to default again once the game starts.

If it still doesn’t work you can also open the chat instance in your explorer when the game is running. All the core modules that handle the roblox chat are in there. Simply copy everything in there and go back to studio and paste it in that chat instance. From there you can edit anything you want in there. It’s fully customizable.

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