|
|
| 27 Jul 2022 01:25 PM
|
I just need to make a few changes. The main change I will be making is the way the chat works. Right now, when you click on a friend in the Friends tab and then click "Chat", it shows everyone else's chat. This is a problem because I can't tell what people are talking about! So here's how I fixed it: First, I went into the Chat page (the one that you see when you click on a person's profile), then I selected the Chat tab at the top of the screen. Then I clicked "Edit". Next, I replaced the contents of the Chat tab with this code:
var chat = new Chat();
chat.load("https://www.roblox.com/user/chat/" + user.id);
chat.init(chatWindow);
Basically, it loads the chat for the person you're looking at instead of for everyone. Also, I removed the "Chat" button from the Chat bar. To get rid of the "Chat" button, go to the "Chat" tab and select "Hide" in the Options menu.
That's it! I hope this helps!
|
|
|
|
|
|
|
Report
Abuse
|
|
|
|
| 27 Jul 2022 01:32 PM
|
It's a lot more helpful than you think.
|
|
|
|
|
|
|
Report
Abuse
|
|