|
| 19 Oct 2013 10:49 PM |
while true do local msg = Instance.new("Hint") msg.Parent = Workspace wait (10) msg.Text = "Welcome to The end of ROBLOX" wait (10) msg.Text = "Your job is to KILL the hackers :3" wait (5) game.Workspace.Five:Play() msg.Text = "5" wait (1) game.Workspace.Four:Play() msg.Text = "4" wait (1) game.Workspace.Three:Play() msg.Text = "3" wait (1) game.Workspace.Two:Play() msg.Text = "2" wait (1) game.Workspace.One:Play() msg.Text = "1" wait (1) msg.Text = "Get ready!" wait (1) msg.Text = "Go talk to the scared noob... " wait (60) msg.Text = "Go do what he said! Hurry before we all die!" wait (120) msg.Text = "2 mins passed... GO GO GO!!!" wait (5) msg.Text = "Wait! There goes a boat to save us! " wait (5) msg.Text = "Good luck guys! You saved ROBLOX." wait (5) end
I am just checking. I want to do repeat. Is this how you do it? (AKA: At the part "Get ready!", I made people teleport somewhere) |
|
|
| Report Abuse |
|
|
|
| 19 Oct 2013 10:54 PM |
| While true do to while wsit(30) for it to run with a 30 sec intermission |
|
|
| Report Abuse |
|
|
|
| 19 Oct 2013 10:55 PM |
| Yes. That should do it. "while true do" means while the script exists, keep doing everything below. |
|
|
| Report Abuse |
|
|
|
| 19 Oct 2013 10:58 PM |
| Thanks! I am making a "Save ROBLOX from hackers!" game and I am good at building but at scripting, well lets say 50/50 :/ |
|
|
| Report Abuse |
|
|