UI Disable Help

Hello,

I am wondering if there is a way where I can disable the Roblox icon next to the chat icon in my game using the script below.

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

Is there a way to remove it or no?

The ESCAPE Menu toggle? Yeah, that is a CoreGui button which cannot be tampered with, even on the client. Unless you have some hacky method to hide it. But even then, I don’t think hiding that is allowed, because for mobile players that’s the only helpful way to close the game and return to the home menu.

Ah! Alright. Thank you! I thought there was a way to hide it

I remember one of my programmer friends had made one to hide that CoreGui. But ROBLOX keeps patching them when the exploit is found.

No. It’s essential for Roblox to allow players to leave, change settings, and everything else in that menu.

Makes sense, Is there a way to move it at least or no

No.

You cannot modify the escape menu button.