Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a chat with a resize tool?

Asked by
AlphaY7 -3
4 years ago

I've seen some games that have little arrows in the bottom right of the chat and when you drag it the chat gets resized. I have recently tried this but I was wondering if I could get some help. When I made my script there were a ton of errors that I wouldn't even be able to fit in this question. This is not a script request, I'm just wondering how the chat would get resized.

0
Sorry, but this is not a request site. alexfinger21 341 — 4y
0
I said I wasnt looking for a request, I am wondering how I would be able to resize the chat AlphaY7 -3 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

This is usually done with editing the chat scripts.

  1. Play the game
  2. Copy game.Chat children
  3. Stop the game
  4. Paste into the game.Chat
  5. Edit the ChatSettings under game.Chat.ClientChatModules.ChatSettings Line 15 specifically module.WindowResizable = false

Doing so will enable the default chat window to be resizable.

Ad

Answer this question