Is it possible to hide or move the mute microphone button to a different place? Or is it possible to remove the button above the player and use a GUI button in a ScreenGui instead? Thanks.
Reference:
Is it possible to hide or move the mute microphone button to a different place? Or is it possible to remove the button above the player and use a GUI button in a ScreenGui instead? Thanks.
Reference:
no i don’t think you can use a gui button instead or configure it however you can remove the ui by :
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.SpatialVoice,false)
i just tried that and it didn’t work
Did you try it in a local script or a server script?
Make sure thats a localscript.
it was a module being executed on the client, does it only work on a local script? I assumed that it would work because the other coreguitypes work on modules.
edit: I just tested it on a normal local script also and still doesn’t work, I think it’s not possible.
instead of . i typed , mb fixed now
yeah ik you meant that, still didn’t work
well unfortunately, Currently, they didn’t add that feature yet.