kohls admin
{{'etstart', 'starttimer', 'sbt1'}, {'Starts the timer'}, 2, {},
function(pl, args)
workspace.Scoreboard.Timer.ET.ETPlay.Value = true
end
},
extratime script
while true do
if script.Parent.ETPlay.Value == true then
if script.Parent.Seconds.Value == 60 then
script.Parent.Seconds.Value = 0
script.Parent.Minutes.Value = script.Parent.Minutes.Value + 1
end
wait(0.200)
script.Parent.Seconds.Value = script.Parent.Seconds.Value + 1
else
wait()
end
end
this is my extratimer, how do i make it when a user says :etstart 6
or any number the etplay.value = false as soon as the minutes value becomes 6