Even after doing this, directly calling humanoid:PlayEmote() on a workspace rig may still fail. A workaround is to fire a to the client and have the client play the emote instead.
Place this code in a under StarterPlayerScripts . fe all r15 emotes script fix
This error occurs when the emote name you're passing doesn't match what's in the player's HumanoidDescription . Make sure you're retrieving the emote names correctly: Even after doing this