I need help with a custom chat

**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.

**Question 2.**How can i Disable without disabling the new chat?robloxapp-20201214-1613092.wmv (489.8 KB)

1 Like

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.

1 Like

And how can i make a custom message bar where you can type your message to send into the chat?

You use a TextBox: TextBox | Documentation - Roblox Creator Hub

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.

2 Likes