Samir Can you provide an example? Im reading the docs but Im still confused.
Code:
local pipe = sys.Pipe("python -V"); print(pipe:read())
Output: Task: 000001EA4F45E380
Edit: I copy and pasted the code from the Pipe:read() example to see what would happen, expecting it to either show the output or show a similar output to above, but instead it actually error-ed instead.
attempt to index a nil value (local 'pipe')
. The only additions i added to the example code was requiring the console and ui, the rest of the code is same. Strange for it to error, so possibly a bug.