Disable report button shortcut?

Is there a way to disable the “report button shortcut” or is the cube ui thing here forever now? I don’t even know what to call it.

Disabling all core gui’s doesn’t affect it, and I thought it’d be something similar to ResetButtonCallback but it’s either undocumented or there’s no way to disable it.

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
game:GetService("StarterGui"):SetCore("ResetButtonCallback", false)


image

1 Like

I don’t think so.

How would people Leave or Reset or adjust Settings?

I’m not talking about the Roblox settings menu, I’m talking about the new cube icon in the screenshot next to the Roblox icon that has a shortcut to the report page inside of Roblox settings. Also you can disable the reset button inside of the Roblox menu with

game:GetService("StarterGui"):SetCore("ResetButtonCallback", false)

At the current time of writing, it is not possible to disable the built-in report feature within the topnav container. All the core types are listed here.

2 Likes