Is there anyway of changing roblox in-game ui?

So basically a recent Roblox update changed the fonts (like for inventory and chat). Is it possible to change the fonts, like for my futuristic game with a sci-fi font?
The recent changes to the roblox ui

1 Like

You can create a custom inventory or chat, design it however you like, and even change the font to whatever you want.

2 Likes

Thanks for the reply, one quick question though, where do you do that at?

You can disable the default inventory or chat by doing

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

And then create a custom one on StarterGui.

But by the way, if you only want to change the chat’s font, you can change it in the TextChatService.

1 Like

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