Scoreboard Script
Customize your variables, then fill in the blanks!
Your Custom Settings
LocalScript (inside TextLabel)
This script updates the scoreboard display. Create a ScreenGui with a TextLabel and add this LocalScript inside.
while (1) do
local score1 = game.Teams.Blues.Goals.
local score2 = game.Teams.Reds.Goals.Value
script.. = score1 .. " - " .. score2
end
