Link the Host GUI to a tool
You can make Host GUI show up whenever someone has a specific tool equipped. For example, you can make it so when someone holds a microphone, their messages will appear on the Host GUI.
Open the HostGui
folder and double click the Settings
script. Locate the Tools
setting, it should be at or around line 20.
The setting contains one tool (Microphone
) as an example. If you do not want to have more than one tool that controls the Host GUI, you can just change that name. Otherwise you can add more tool names, the same way you add players to the whitelist.
For example, this setting with a single tool could look like this:
Tools = {"Microphone"};
And with multiple tools it could look like this:
Tools = {"Microphone", "Headset"};
Now whenever someone equips one of the tools in that setting, their messages will appear on the Host GUI. This will force their messages to appear, they do not get to decide.