Depriven
|
  |
| Joined: 08 Jul 2012 |
| Total Posts: 1979 |
|
|
| 14 Dec 2014 10:35 AM |
| When an event is completed in my holo training, the message at the end goes on and on forever until I shutdown the server. |
|
|
| Report Abuse |
|
|
| |
|
Depriven
|
  |
| Joined: 08 Jul 2012 |
| Total Posts: 1979 |
|
|
| 14 Dec 2014 10:39 AM |
How can I fix this error?
I have tried everything. I do not want to remove these maps, though. |
|
|
| Report Abuse |
|
|
Bitwyl
|
  |
| Joined: 15 Nov 2014 |
| Total Posts: 7276 |
|
| |
|
Depriven
|
  |
| Joined: 08 Jul 2012 |
| Total Posts: 1979 |
|
| |
|
SLY3
|
  |
| Joined: 10 Jul 2008 |
| Total Posts: 1700 |
|
|
| 14 Dec 2014 10:50 AM |
Depends whether the message is an Instance.new("Message") or a gui.
If it's a message, just scan Workspace for any messages and remove like this:
for _,i in pairs(game.Workspace:GetChildren()) do if i.ClassName == "Message" then i:remove() end end |
|
|
| Report Abuse |
|
|
Bitwyl
|
  |
| Joined: 15 Nov 2014 |
| Total Posts: 7276 |
|
|
| 14 Dec 2014 10:51 AM |
| :Destroy() would work too c; |
|
|
| Report Abuse |
|
|
SLY3
|
  |
| Joined: 10 Jul 2008 |
| Total Posts: 1700 |
|
|
| 14 Dec 2014 11:07 AM |
| Yay for my out dated remove script ;D |
|
|
| Report Abuse |
|
|