I want to do copy the client messages in the output. Are there examples of this?
Are you wanting to output the newly added console logs somewhere else when something else gets outputted?
If so, you can use LogService.MessageOut
for that, it’ll fire everytime a new message has been added to the output/console, along with the type of message it was, (error, warning, print, etc).
If you’re referring to something else, I think you may need to describe what you’re wanting
I want to copy what is written in output but only client messages.
I think then you can just use the event I mentioned in a localscript if you just want the messages outputted to the client, although I haven’t tested that so you may have to try it out