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)
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)
Can’t touch them. Perhaps request a feature for it.
Anything that is CoreGui cannot be touched directly:
StarterGui | Documentation - Roblox Creator Hub – does not have it
It’s difficult to manipulate that.
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:
I’d like to notify this thread that you can now diable the view button!
game:GetService("GuiService"):SetInspectMenuEnabled(false)
There’s your solution, and congrats on getting it added!
@XAXA Beat Me Too It…