How to change the chat icon?

So i want to change the normal chat image, im trying to change it to a custom one wich in my case is gonna be the old logo. ive tried some things but nothing works. How do i change it?

1 Like

You can use [v3!] TopbarPlus v3.0.0 | Construct intuitive topbar icons; customise them with themes, dropdowns, captions, labels and much more to create a new top-bar button that opens the chat.

1 Like

Yeah but i don’t want a new one but i just wanna change the current one so it looks like old roblox, any tips?

1 Like

That’s not possible, sorry. That would require changing CoreGui which is inaccessible for Developers.

2 Likes

Can i remove the basic chat icon? can u tell me how cause chat gpt isnt working and youtube tutorials arent showing up lol

1 Like

You cannot change the CoreGui icons. The only way of changing them is if you modify certain Roblox files, but that would only change the icon for you. The best course of action would be to create a new top bar button with the resource I provided to open and close the chat, they’re nearly identical anyway.

1 Like

I’m really late. but I think you need to create an custom chat

No it actually just isn’t possible to do. You can’t modify certain things in the CoreGUI, including adding, removing, or modifying them. Unfortunately the buttons in the top left, including the chat button, cannot be changed, regardless of creating your custom chat or modules you can find out there

I mean like recreating the chat. disabling the default chat and using the custom one with the custom button.

Again, you can’t disable the default chat button

local StarterGUI = game:GetService(“StarterGui”)
StarterGUI:SetCoreGuiEnabled(Enum.CoreGuiType.Chat,false)