Problem
Ever since the update last night, I’ve noticed that the default chat icon on the new CoreGui UI does not get removed when starterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
is executed from a script in game.ReplicatedFirst
. This is happening in both Studio and the live game. The Roblox chat interface itself is removed though. This JUST started happening.
Additional Information
Parameter | Value |
---|---|
Problem Area | Engine |
Problem Component | UI |
First Noticed | 19 April 2025 |
Priority | Medium |
Impact | HIgh |
Annoyance Level | High |
The beta features that I have enabled are as follows:
- Assistant Preview
- Texture Generator
As for plugins, I have a bunch that are installed, but very few are enabled. The ones that are enabled are listed below with links to their details page on the Roblox store website:
Expectations
What I expect to happen is that when the aforementioned statement is executed, all aspects of the default Roblox chat are removed.
Visuals
Reproduction
To reproduce the issue, perform the following steps:
- Create a new baseplate in Studio.
- Create a local script in
game.ReplicatedFirst
that contains the aforementioned statement. - Play test
- Observe results