Can't Disable Emotes

  1. What do you want to achieve?
    To disable emotes. For example: when a player used “/emote [emote or /e [emote]”, a text in the chat should say, “You Can’t Use Emotes Here.”

  2. What is the issue? Include screenshots / videos if possible!

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Yes, But whenever I tried the solution, it doesn’t work.

Help Would Really Be Appreciated, Thanks!

1 Like

put it in startercharacterscripts, not starterplayerscripts

if you look at the last line of the solution it’s written there How to disable /e emotes

1 Like

Yeah put what? I’m not using a script, the local script is for TopbarPlus v3.

1 Like
1 Like

Yeah uh… It doesn’t work lol.

image

1 Like

what i want is something like this:

image

Note: it says: “You Can’t Use Emotes Here”

1 Like

Did you do then second part involving the ClientChatModule in my most recent response? It worked fine for me when I tested it.

1 Like

yea client chat module isn’t there

nor does game.chat exist either.

In the post I responded to you with, there is a file called “DisableEmotes.rbxm”. Download that and insert it into TextChatServices. Then you can leave the ClientChatModules in TextChatServices and move the Animate into StarterCharacterScripts.
image

(What he means by game.Chat is the TextChatService.)

yea no way this will work. i tried and it just didn’t work, no error at all

Can you show me a photo of your explore tab, more specifically the StarterPlayer and TextChatService?

i found my issue, apparently the file got corrupted… somehow. i dunno why but there’s nothing in the folder.

the reason why this got corrupted is beyond me.

I think my roblox studio rejected some files. Apparently this stuff is depreciated.