| |
Voidion
|
  |
| Joined: 01 Aug 2011 |
| Total Posts: 2668 |
|
|
| 06 Jun 2013 07:58 PM |
msg = Instance.new("Message") msg.Parent = Workspace msg.Text = "daefvrgdtrhbytj" wait(x) msg:Destroy()
Change x to however many seconds. |
|
|
| Report Abuse |
|
|
| 06 Jun 2013 07:59 PM |
--function here(touched, clicked, whatever) message = Instance.new("Message") message.Text = "put what you want the message to say here" message.Parent = game.Workspace wait(3) --thats three seconds, you can change it message:Remove() --end if you need it --connect if you need it
This should work unless I made a typo |
|
|
| Report Abuse |
|