Starting a Studio playtest in a voice-enabled experience consistently produces this CoreScript error:
CoreGui.RobloxGui.Modules.Settings.Pages.Players:1931:
attempt to index nil with ‘Parent’
Stack:
- Players:1931 - layoutMuteAll
- Players:2155
- Players:2323
No experience script accesses this CoreGui module.
Expected behavior
- Open a voice-enabled experience in Roblox Studio.
- Ensure VoiceChatService.EnableDefaultVoice is enabled.
- Start a Play Solo test using a voice-eligible Studio account.
- Wait for the client CoreGui to initialize.
- Observe the error in Output.
Reproduction rate: 100%
Expected Behavior
The Players settings page initializes without producing a CoreScript error.
Actual Behavior
The voice-chat Mute All layout attempts to access the Parent property of a nil shareGameButton.
A private message is associated with this bug report




