Hello, i’m trying to find a way to fully remove the CoreGui, like no Menu button
There was this method that works by making a LocalScript inside ReplicatedFirst that renames the Player.PlayerGui to anything else, but it looks like it got patched now because the Menu button is visible again after doing that.
I’m want to do this to make my custom Chat, Leaderboard, and Menu so… yeah.
I’ve actually used the method of fully removing the CoreGui on a game i made, it hasn’t been deleted. It was public and can be played for a few months but i privated the game weeks ago due to some exploiting issue, i don’t really know if its ever gonna get deleted and got my account moderated since i just let the game sit on my profile for months.
I’m pretty sure trying to lock players into a game server is against the TOS and will result in a game deletion. There is currently no way to disable the menu button but if you find one it’s most likely a bug and you should report it. Also to answer your question you can approximate not letting players click the menu button by performing actions like changing the menu key bind, locking the mouse in the center when it tries to reach the menu(basically resetting its position), etc. However, I consider this method highly unethical and they will most likely just annoy a player base unless they’re done on purpose in the boundaries of let’s say a quest/mission that showcases Roblox features.
PS: Also I’m pretty sure you can stop CoreUIs from loading or make them invisible/unrendered by messing with the client memory(by messing I don’t mean directly editing it but just suddenly increasing and decreasing it)
Yes exactly, that’s what i want to do.
But from what you guys said that it’s “Too risky”, imma just continue on using SetCoreGuiEnabled to disable chat, leaderboard and backpack
The CoreGUI is extremely annoying when working with fullscreen UI’s and such, especially with the new CoreGUI, which is now almost quadruple the size as the older one.
And adding a little “space” for the CoreGUI is the difference between having your UI look clean, or ugly.
So we cant disable this and give the player a different button to leave the game? Or just make it invisible? I have a healthbar I want to be in the top left corner and this new UI makes it look ugly.
such as this place, the menu is deleted, but its really easy to leave as you just have to go to a game and press join (not to mention alt f4, which just closes roblox)