When I have a script draft, it does not apply to a local test server. I am using a studio file with Team Create enabled. I also have drafts enabled
Reproduction Steps
- Make sure you are in a studio place with drafts enabled.
- Create a new script and add something simple like some print statements.
- Start a Local Server test session, and the print statements won’t print (as it is not taking the draft script).
- End the local test session and commit the draft.
- If you start a new Local Server test session, the print statements will work properly. This shows that the local server test system is not properly using drafts, which makes it much harder to test changes while working with a team.
In my case, I am using a local server with 2 players.
Expected behavior
Drafts should be used in test environments, like Local Server tests. This is how it has worked previously.