So I have been trying to fix the chat UI. It was too boring and I don’t like the default chat anymore. So I tried making it my own style. The problem is, I want the input bar (where people talk in) to be on top instead on the bottom. This is the chat at the moment:
You’ll have to change the ZIndex property of either your GUI, or the Chat bar, so that the ZIndex of the Chat is above the ZIndex of the Buttons.
You can also change the DisplayOrder of the Chat GUI container to be greater than that of the Buttons. Which ever you want to choose is up to you. The ZIndex method gives you the ability to move certain objects under the GUI above or below the chat, whilst DisplayOrder is universal for that GUI.