Hello, I’m a bit curious and want to know; is there a way to find something in output?
For example, if one script prints: “abc”, and another script has a while loop that checks if there is “abc” in the output.
Is there any way to do this?
Hello, I’m a bit curious and want to know; is there a way to find something in output?
For example, if one script prints: “abc”, and another script has a while loop that checks if there is “abc” in the output.
Is there any way to do this?
Try looking at LogService but it’s extremely unreliable and can be exploited very easily if someone gets their hands on it with their injector. I’d highly suggest trying something else though since this isn’t very secure. Could you describe your problem? Maybe there is a workaround.
There is no problem. I am just curious if there was a way.
I could help you further if you describe what the issue is. Although from a first glance, I’d suppose you could fire a BindableEvent and passing the print message each time you print something.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.