Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.PlayerAdded
- local valor = game.Workspace.Tiempo.PantallaJugador
- local texto = script.Parent
- local playerr = script.Parent.Parent.Parent.Parent.Parent
- local jugadores = game.Workspace.Jugadores
- texto.Text = "Iniciando en " .. valor.Value .. " segundos..."
- valor:GetPropertyChangedSignal("Value"):Connect(function()
- texto.Text = "Iniciando en " .. valor.Value .. " segundos..."
- end)
- while wait(1) do
- if jugadores.Value >= 1 then
- script.Parent.Parent.TextLabel.Visible = false
- script.Parent.Visible = true
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement