Add a "reload" button to play mode for Rojo/external code editing workflows

I write all of my code in VSCode and sync it to studio with Rojo. Right now my workflow is:

  1. Write code
  2. Hit play
  3. Playtest, make edits
  4. Hit stop, wait around for Studio to teardown
  5. Hit play again, wait for Studio to startup

A button that lets me combine steps #4 and #5 and simply hit Reload with the current Rojo synced code would save me a meaningful amount of time when testing. This is especially true when I’m doing multiplayer tests and need to use “Server & Clients” mode, since that mode takes a significant amount of time to teardown/startup again.

2 Likes