So I am trying to edit scripts to be able to make the emoji chat like in Breaking point. If you say : C at : in breaking point, it shows a cat emoji in chat. How can I do this? Multiple Emoji Chat scripts only use normal emojis and cant use images. How can I do this?
To do this you would have to fork the chat scripts. After looking through some of them, I found this module, which seems to handle sending messages to the server.
So, you would put the neccesary code to process the emoji text here
Let me know if this works!
How can I detect if the player says the specific word tho?
Use string.match() look it up on the wiki to see how to use it
1 Like