I write all of my code in VSCode and sync it to studio with Rojo. Right now my workflow is:
- Write code
- Hit play
- Playtest, make edits
- Hit stop, wait around for Studio to teardown
- 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.