I have been trying to move the chat to the bottom right of the screen. It is NOT going well at all. I have tried mobile and PC (Thanks Jake for helping me test on PC)
The position of the chat is dynamic as far as I am aware. Depending on your screen size this will change. Theres only so much you can do from the ClientChatModules module, without making your own custom chat.
Well, I want to keep the default chat. I just want to modify the font, make the background transparent and be on the bottom right. The problem is the BOTTOM RIGHT issue. I will not be customizing the UI (like create a whole new GUIScreen). Any help with that?
P.S I’m using the chat modules. I got them by going on test mode, grabbing all the folders and scripts from the chat in explorer and pasted them into my workspace after I left test mode.
I would LOVE to do that. Thing is, I incredibly suck at scripting. AND i’m also on a low-budget. I cannot afford paying anyone (except my employees) to make it for me.
(all of my employees are builders. only one is a scripter but he works on other social platforms too in my group so I can’t assign him alot of stuff)
You could try making a frame in a ScreenGui and then placing it to the bottom right corner of the screen. When done, use the position values of the frame for the chat.
You need to additionally modify the anchor point
This is not a setting that you can get to through the chat settings script, so you will actually need to fork the chat local script and edit in ChatWindow