rojo-rbx / run-in-roblox

Run a place, model, or individual script inside Roblox Studio, integrating with command line tools
MIT License
53 stars 22 forks source link

Use LogService and local server for communication #1

Closed jeparlefrancais closed 5 years ago

jeparlefrancais commented 5 years ago

So I have an idea about how we could communicate the output from studio to the command line where run-in-roblox was called.

The idea would be that run-in-roblox would add a "master" script to the given roblox place. This script could connect to the MessageOut event or use GetLogHistory to retrieve the output, send it to the server and print it back in the terminal.

jeparlefrancais commented 5 years ago

Hehe I took a deeper look into the project and found out that's how it's actually implemented! You're always one step ahead!