**Question 1.**So i already did make a custom chat but i can’t find how to make a box where you can Insert messages in cause i need it cause the chat will look ugly if i can’t do that cause now i have 2 chat’s.
So you may need this for disabling the chat, about the box you can use a ScrollingUi and a UiListLayout for making a list that snaps automatically and is scrollable, then mess with sizes and positions and you should obtain a nice result.
You can use a TextBox and use the FocusLost event or use the Chatted Event of players and when that happens make the script filter the message with this function and for ending fire all clients to display the message on their own chat.