I have a custom chat, including chat bar. How can I recover the default emotions. Like /e dance, /e cheer. Etc?
You could modify the Animate script in every character around line 513 to play emotes when someone says the command in your chat bar instead of when someone says the command in the default chat bar. Depending on how your chat bar works, the least it could take would be changing the event on line 514 to a bindable or remote event fired when someone types something in your chat. That, or you could make an entirely different script, but this is easier.