Disable the "View" button in the settings menu

There’s a new button on the player list in the settings menu labeled “View” which allows a player to view another player’s clothing. Is there a way to disable this?

(Image Removed)

(Image Removed)

1 Like

Internal Settings


Can’t touch them. Perhaps request a feature for it.

Anything that is CoreGui cannot be touched directly:
https://developer.roblox.com/api-reference/function/StarterGui/SetCore – does not have it

It’s difficult to manipulate that.

4 Likes

No, there is no toggle for this. It’s directly on the settings menu and there are no options which can modify the menu CoreGui. You’re stuck with that option.

Learned it the hard way:

2 Likes

I’d like to notify this thread that you can now diable the view button!

Update Announcement

game:GetService("GuiService"):SetInspectMenuEnabled(false)

There’s your solution, and congrats on getting it added!

@XAXA Beat Me Too It…

1 Like