Hello! I was curious to know if there is any way to remove the Top-Right button from the CoreGui of Roblox ( )
It’s nothing too important; just wanted to add a little text showing the player the version of the server in that spot.
Hello! I was curious to know if there is any way to remove the Top-Right button from the CoreGui of Roblox ( )
It’s nothing too important; just wanted to add a little text showing the player the version of the server in that spot.
As far as I know, it’s not possible - it’s a CoreGui which can only be manipulated by CoreScripts, which are scripts exclusive to the staff at roblox
The only way I was able to disable it was to disable the whole playerlist.
game:GetService('StarterGui'):SetCoreGuiEnabled('PlayerList',false)
I am unsure if there is a way to specifically remove just that piece, however.
I already had the playerlist disabled; The button gives you access to the backpack, so I guess it’s not possible without disabling that too.
fun fact, you can disable all the features that that button will display even the emotes, but it will still show you the button that leads to open the emote wheel, only to tell you in the emote wheel that the experience has the emotes disabled.
so hey roblox, how about you just don’t display the damn thing in the first place?
~ a frustrated guy between his chair and his keyboard