|
| 20 Feb 2013 03:27 PM |
This script will not work. I had written a working script, but then dumb roblox studio did not save it and I lost all my work. Now that I have started over, this is what I came up with, but it won't work.
What am I doing wrong?
local h = Instance.new("Hint") h.Parent = game.Workspace wait(10) h.Text = "Palladins have 5 minutes to catch Jumpers!" wait(60) h.Text = "4 minutes left!" wait(60) h.Text = "3 minutes left!" wait(60) h.Text = "2 minutes left!" wait(60) h.Text = "1 minute left!" wait(30) h.Text = "30 seconds remaining!" wait(30) h.Text = "GAME OVER!!" wait(10) h:remove()
end
|
|
|
| Report Abuse |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 20 Feb 2013 03:59 PM |
| You don't need an end because you have no control structure. |
|
|
| Report Abuse |
|
|
| 20 Feb 2013 04:04 PM |
| Thank you so much. Such an easy fix. It works great now! |
|
|
| Report Abuse |
|