|
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. |
|
|
KEVEKEV77Join Date: 2009-03-12 Post Count: 6961 |
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) |
|
|
Thanks, this will be useful. |
|
|
|
|
need more help, if it isn't possible to copy the output pls reply. |
|
|
bump plox tell me if it is impossible or possible ,but you don't know how. |
|
|
Need help badly, working on something ,and i'm stuck here is it possible???? |
|
KEVEKEV77Join Date: 2009-03-12 Post Count: 6961 |
how the HECK did this get so many views? |
|
|
oh my god, there is something wrong with the thread, probably glitched it when I bumped it. more views than the rules lolololo. |
|
SignallerJoin Date: 2011-02-18 Post Count: 22765 |
nice F8 |
|
|
|
|