|
| 17 Jul 2014 12:02 AM |
| I need to make a script that copies that output as things are printed ,and as errors are made, if that is possible, if anyone knows how please reply. Thanks. |
|
|
| Report Abuse |
|
|
| |
|
KEVEKEV77
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 6961 |
|
|
| 17 Jul 2014 12:07 AM |
for errors, do this
local m = Workspace:FindFirstChild("Hint") if not m then m = Instance.new("Hint",Workspace) m.Name = "Hint" end game:GetService("ScriptContext").Error:connect(function(message,argtwo,argthree) m.Text = message end) |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 12:09 AM |
| Thanks, this will be useful. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 17 Jul 2014 12:33 AM |
| need more help, if it isn't possible to copy the output pls reply. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 12:35 AM |
| bump plox tell me if it is impossible or possible ,but you don't know how. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 12:43 AM |
| Need help badly, working on something ,and i'm stuck here is it possible???? |
|
|
| Report Abuse |
|
|
KEVEKEV77
|
  |
| Joined: 12 Mar 2009 |
| Total Posts: 6961 |
|
|
| 17 Jul 2014 12:43 AM |
| how the HECK did this get so many views? |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 12:46 AM |
| oh my god, there is something wrong with the thread, probably glitched it when I bumped it. more views than the rules lolololo. |
|
|
| Report Abuse |
|
|
Xnite515
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 22763 |
|
| |
|
| |
|
| |
|
| |
|