| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:37 AM |
While true do Wait() M = Instance.new("Message") M.Parent = workspace end
Add in your settings and viola it's done. |
|
|
| Report Abuse |
|
|
| |
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:41 AM |
| Wait() is one frame as stated above, inside the ()'s put your number of seconds, and then just do m.Text = bla bla bla |
|
|
| Report Abuse |
|
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:43 AM |
Nothing because nothing in Insert is called hey will this work. And your ahving it wait one frame which is the same as wait(). |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:44 AM |
| But he wants a message not a hint. |
|
|
| Report Abuse |
|
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:45 AM |
| And doesn't know anything about scripting. |
|
|
| Report Abuse |
|
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:47 AM |
while true do Wait(60) M =Instance.new("Message") M.Text = "next time go on the correct forum if you want someone to build you a script." M.Parent = workspace wait(15) M:Remove() end |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:48 AM |
| Well the black bar is a hint not a message. Next time be more specific, just change where it says message to hint, I would but I'm on from my iPad and it's hard. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:50 AM |
| This is for HELP itch scripts, if you do not know how to script go to the bargaining section and ask for a script there or just grab a free model. |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
| |
|
| |
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 27 Oct 2011 07:53 AM |
| That means after fifteen seconds it removes the message or hint if you change th script. |
|
|
| Report Abuse |
|
|
| |
|
7SDD0108
|
  |
| Joined: 06 Jan 2010 |
| Total Posts: 391 |
|
|
| 27 Oct 2011 07:54 AM |
SwirlingStorms is cool so I'll do all the work for you I'm assuming you want the black bar, not the big message on the screen. Tell me if I'm wrong.
--If you want it to keep doing it while true do wait(10) m=Instance.new("Hint") m.Text = "Insert your text here." m.Parent = game.Workspace wait(15) m:Remove() end
--If you want it to only happen once m=Instance.new("Hint") m.Text = "Insert your text here." m.Parent = game.Workspace wait(15) m:Remove() end
--There you go buddeh |
|
|
| Report Abuse |
|
|
1WOOF1
|
  |
| Joined: 03 May 2009 |
| Total Posts: 20682 |
|
| |
|