Is it possible to move the chat bar?

I’m using a developer’s Chat-UI. Trying to get the chat bar to the bottom of the screen and make the words non-visible in the actual chat. Anybody know’s how to do so? The arrow’s represent what I want to be deleted and the chat to be moved.

A post was merged into an existing topic: Off-topic and bump posts

Yes, it’s possible. I’m not sure if copying the default chat from play solo and manipulating it in studio and put it in starter GUI will work, because I don’t know if this can override the default chat ui.

If not, you’re gonna have to manipulate it with a script and make the chat messages frame invisible

Don’t think you can physically move the default chat, but you may be able to create a replica of it, and just place it as you choose. There are many tutorials out there on how to create a custom chat.

I don’t know myself if it’s possible to manipulate the chat.

Do you mind linking me a tutorial?


The only issue I see with these are they are not properly filtered, so you will have to filter them using FilterStringAsync

So you can use them as a guide.
Useful Links:
https://developer.roblox.com/articles/Lua-Chat-System
https://developer.roblox.com/api-reference/function/Chat/FilterStringAsync

6 Likes

Thank you very much!

1 Like