Skip to main content

Settings

The model contains a Settings script which holds a couple settings that you should customise, especially the Whitelist setting

Whitelist

The Whitelist setting contains a list of usernames of people who should be able to use the Host GUI. Each username should be in its own quotes. For example, if you wanted to add 3 people as the "admins" of the Host GUI: gabys2005, idezye and GiorgioworldcupTEMP, then the setting would look like this:

Whitelist = {"gabys2005", "idezye", "GiorgioworldcupTEMP"};

Names

This setting contains the name overrides shown on the GUI. If a player on the left uses the GUI, their name on it will be replaced with the name on the right.

For example, if you wanted to change the name of gabys2005 to Announcer and of GiorgioworldcupTEMP to Producer, then the setting would look like this:

Names = {
["gabys2005"] = "Announcer";
["GiorgioworldcupTEMP"] = "Producer";
};

RichTextEnabled

If you enable this setting (change false to true), then the GUI will use a rich text system that allows for per-letter animation and more control over NPC text. The only noticeable difference will be that the text will fade in letter-by-letter instead of all at once.