Disable the Emote Menu: A simple script to get rid of the Emotes Menu in your game

Recently, Roblox has implemented emotes and the emote menu. They are enabled by default.
This allows users to do emotes such as this.
However, some people don’t like emotes, and that’s totally fine. They ask themselves, “How do I get rid of emotes and the emotes menu?”

So, I wrote a simple script that allows you to entirely disable it.

But what does it do?
It uses StarterGui:SetCoreGuiEnabled.

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

You can check it out here.

3 Likes

This topic was automatically closed after 13 minutes. New replies are no longer allowed.