Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer or game.Players.PlayerAdded:Wait()
- local valor = game.Workspace.Tiempo.PantallaMenu
- local texto = script.Parent
- local jugadores = game.Workspace.Jugadores
- texto.Text = "" .. valor.Value .. " SEGUNDOS"
- valor:GetPropertyChangedSignal("Value"):Connect(function()
- texto.Text = "" .. valor.Value .. " SEGUNDOS"
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement