game.GameId is returning 0 when running a local test with 2 clients

After initiating a local test with 2 clients, the second client returns 0 for game.GameId. If you initialize a third client while the test is running, the game.GameId returns correctly. It is consistently reproducable under these instructions.

This is a headache for testing and it appears to have rolled out with the most recent studio update.
No beta features are enabled. This has been reproduced on Windows 10 and Windows 11.

4 Likes

In order for us to be able to review your issue, please update your topic following these guidelines: How to post a Bug Report

1 Like

Hey OP - closing this out. Thanks so much for the report. Would you mind posting again with a bit more info? Details on system, screenshots, anything necessary. See above.

Edit: opening back up! Sorry about that.

Hi, Staff here, providing more clear repo!

  1. Open up Roblox Studio
  2. Create a new game
  3. Publish it
  4. Click on “Start server” with “2 players”
  5. Check game.GameId by using a print statement print(game.GameId) in each window
  6. Click on “start server” on the server with 1player selected to get a 3rd client.
  7. Check the print statement

Note: This is my interpretation from the above post here.

Can you still reproduce this? I cannot reproduce.