TestService no longer executes scripts with ExecuteWithStudioRun property

Reproduction Steps

  1. Open up a new or existing Roblox place in Studio
  2. Put a Script into TestService with a simple Hello World program
  3. Set TestService.ExecuteWithStudioRun to true
  4. Run the game
  5. Notice that the script did not run

Expected Behavior
After following the repro steps, the script in TestService should run because the ExecuteWithStudioRun property is set to true.

Actual Behavior
The script does not run as expected.

Workaround
Calling TestService:Run() explicitly will run the script.

Issue Area: Engine
Issue Type: Other
Impact: Low
Frequency: Constantly
Date First Experienced: 2022-01-13 00:01:00 (-05:00)
Date Last Experienced: 2022-01-14 00:01:00 (-05:00)

6 Likes

Thank you for your report! I have submitted an internal ticket.

3 Likes