Hello thank you for clicking this
I wanted to open the chat window by pressing the Enter key, But the default chat window did not support opening with the Enter key.
So I started to make Custom Chat System, But I don’t know if this is against Roblox rules.
so I’m wondering:
Is it okay to make Custom Chat System?
If it is not okay to make this, how can I make the enter to chat system?
I’m not sure if this post should be in this category. if you tell me right category then I will move it to there. Thank you!
Just to add on to @GamEditoPro 's reply, you can use the TextService:FilterStringAsync method to pass strings from the Player to be filtered, and return the final result.