Emote Remover - Stop Players From Using Unwanted Emotes

DISCLAIMER: Yes, this is “vibe-coded AI slop.”

…Though, I still thought it would be useful for developers who own R15 games and don’t want players using specific, inappropriate emotes, like “fling” or “needy.” This iterates through your character’s HumanoidDescription and uses string.find(string.lower(name, “bad_thing”)) to ensure emotes named “Fling” or “Needy” (Examples) will be detected regardless.
DEMONSTRATION VIDEO REMOVING “Sit” EMOTE:


ROBLOX marketplace/library link:
https://create.roblox.com/store/asset/90763276346618/AntiFling-Emote

I don’t ever really post resources, so if you guys think I just blew up the entire Earth by doing this, then I can take this post down.

4 Likes

i like the concept of this idea, but here are 2 suggestions:

  • you should add more entries to the table like belly, shake, cute, zero two, rose, hug, hip, and etc

  • i would clear every emote on the player even if there is a single emote that is inappropriate incase the script fails to find some other emotes

keep it up though

The script itself is easy to customize, so you can actually add those entries yourself.