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.