Optional settings
Points
This setting controls your voting system. Each number in this setting is a point given out by each country. For example, if your voting system is 2, 4, 6, 8 and 10 points, then the setting should look like this:
Points = { 2, 4, 6, 8, 10 },
PointColors
This setting allows you to override the colour of some points. Each entry looks something like this:
[12] = Color3.fromRGB(255, 157, 0),
In this case, 12
is the point you that you want to recolour and Color3.fromRGB(255, 157, 0)
is the new colour
TelevoteMultiplier
If you're using the in-game televoting, this setting allows you to decide how many points one vote is worth. You can also choose to use a 50/50 system on the panel itself.
Sequence
This is an advanced setting
The sequence setting contains information about the sequence of the scoreboard. You can edit it to change how the board behaves. By default it uses the Eurovision style of revealing results.
CameraOffset
This setting controls the camera offset used for the juries during the jury section of the voting sequence. The numbers inside of CFrame.new
are the position offset and the numbers inside of CFrame.Angles
are the rotation offset. The default position is inside of the player's torso, pointing towards where they'll looking.