Timer going faster for each player

Oh I see why now, It is because of how the if statement works and all, you should changed

if script.Parent.Players.Value >= 1 then

to

if script.Parent.Players.Value == 1 then