|
| 15 Jul 2013 07:59 PM |
That would override any other hints?
Siggy Not Found. Error ID=17 |
|
|
| Report Abuse |
|
|
| 15 Jul 2013 08:02 PM |
bump
Siggy Not Found. Error ID=17 |
|
|
| Report Abuse |
|
|
| 15 Jul 2013 08:02 PM |
function hint(msg, duration) --msg parameter needs to be a string if workspace:findFirstChild("Hint") then workspace.Hint:remove() end local h=Instance.new("Hint",workspace) h.Text=msg wait(duration) h:remove() end
hint("Hello World",5) --call it using hint(MSG IN STRING, TIME). |
|
|
| Report Abuse |
|