Skip to main content

Important settings

Admins

The Admins setting contains a list of players who are able to control the scoreboard. Each player should be in their own quotes and separated by a comma. For example, if you wanted to allow 3 people to control the scoreboard: gabys2005, idezye and GiorgioworldcupTEMP, then the setting would look like this:

Admins = { "gabys2005", "idezye", "GiorgioworldcupTEMP" },

Countries

The Countries setting contains a list of countries that will show up on the scoreboard. It's different depending on the scoreboard you inserted

Without flags

This setting is filled out the same way as the Admins setting, just for country names.

With flags

Instead of just being names of countries, each country is represented like this:

{"Japan", "rbxassetid://49616533"},

In this case, Japan is the name of the country and rbxassetid://49616533 is the image ID of the flag. Please make sure to use image IDs and not decal IDs, they are two different things. If you're uploading the flags yourself, then you can find all of your images at https://create.roblox.com/dashboard/creations?activeTab=Image

JuryVotes

This setting is a list of all of your jury votes. One jury vote looks like this:

{
["Country"] = "Poland",
["Name"] = "gabys2005",
["Background"] = "rbxassetid://6125858438",
["12 points"] = "United States",
["10 points"] = "Italy",
["8 points"] = "Japan",
["7 points"] = "Brazil",
["6 points"] = "Turkey",
["5 points"] = "South Africa",
["4 points"] = "India",
["3 points"] = "Finland",
["2 points"] = "Sweden",
["1 points"] = "Cuba",
};

You can edit the information on the right side of = if you want to add a new vote.

note

If you edited the Points setting then you need to edit this template as well