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

Add functionality to run model inside place #10

Closed LPGhatguy closed 4 years ago

LPGhatguy commented 4 years ago

Some projects like rbx-dom need to send a more complicated script to run inside the place. Instead of generating the place with all of that code, it would be useful to generate a model whose top-level instance is a ModuleScript and have run-in-roblox execute that script.

Alternatively, we could have the run-in-roblox runtime search the model for all Script instances and run them?

LPGhatguy commented 4 years ago

I don't know if this feature is super valuable since it makes run-in-roblox much more confusing.