of     1   

TheBluePickles
#183650329Monday, February 15, 2016 5:35 AM GMT

-in seconds time = 600 while time > 0 do script.Parent.Text = time wait(1) end script.Parent.Text = "Owch" script.Parent.Parent.Parent.Parent.Character.Humanoid.Health = 100 -minutes included minutes = 10 seconds = 0 while minutes > 0 and seconds > 0 do if seconds < 10 then script.Parent.Text = minutes .. ":0" .. seconds else script.Parent.Text = minutes .. ":" .. seconds end if seconds <= 0 then seconds = 59 minutes = minutes - 1 else seconds = seconds - 1 end wait(1) end script.Parent.Text = "Owch" script.Parent.Parent.Parent.Parent.Character.Humanoid.Health = 100
Aetheseus
#183650682Monday, February 15, 2016 5:41 AM GMT

This is the "Game Design" section of the forum where people talk about games and share game ideas, you could try asking in the "Scripter" forums for help.
TheBluePickles
#183686139Monday, February 15, 2016 6:42 PM GMT

"this is the forum to get help" is the first thing the description says

    of     1