Roblox beta users in my game have a yellow BETA button blocking the topbar buttons

Hello developers! I recently got voice chat enabled onto my Roblox account and now I have a yellow BETA button near the top left corner of the screen always. My game has some custom top bar buttons, however I am trying to figure out a way to detect if the user in the game is using beta because the button on the top bar is blocked by the beta button.

Most games with custom top bar buttons that I have seen prevent this by just moving the buttons:
image

Without beta in my game or in studio, you would see this:

1 Like

i fixed it using game:GetService("VoiceChatService"):IsVoiceEnabledForUserIdAsync()

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.