Emotes Menu Not Appearing

I want to enable the emotes menu in my game, but for some reason it’s not appearing. I set StarterPlayer.UserEmotesEnabled to true and I even have game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.EmotesMenu, true) in a local script. However, it still doesn’t want to appear.

Anyone know whats going on?

2 Likes

Make sure your game is not in R6? Also it should be on by default for R15 games.
Is there any error in the output?

My game is R15, and no there is no error. Its still not working for whatever reason.

Do you have any local scripts that disable the Emotes Menu at any point? If so, that may be conflicting with how it can’t be enabled.

No, I don’t remember writing a script that disables it. Also I disabled all my scripts and it still didn’t want to appear

1 Like