Roblox's new menu and chat buttons

Is there a way to get the old roblox top bar UI? Every game has adapted to their old ui and the new buttons don’t look good in my opinion and its too big. Also I don’t like that the chat being hidden with other buttons that aren’t even being used in my game.

image

Edit: Just found out you can’t even disable it with coregui, this is what you get if you disable everything.

image

The code:

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false) 
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) 
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
1 Like

As someone who dosen’t have access to the new UI, maybe roblox should let people have access to the UI’s design ,transparency ex as this already exists:


I would like that Roblox’s Team adds this setting <3

1 Like

i have no idea what this is, but i’ve got a problem of my own where Studio updated and for some reason i cannot disable the chat bar for the TextChatService, but it works fine on LegacyChatService. game:GetService(“StarterGui”):SetCore(“ChatBarDisabled”,true) is what i’m using - is there a new method?

2 Likes