ChatGGPT
(Chat GPT)
February 11, 2025, 3:15pm
#1
I know this has been asked many times before, but both the methods that were used to do this have been patched
game:GetService("Players").LocalPlayer.PlayerScripts:Destroy()
for _, v in game:GetChildren() do
pcall(function()
v.Name = "CoreGui"
end)
end
Is there a new way of doing this? Thanks
3 Likes
ChatGGPT
(Chat GPT)
February 11, 2025, 3:29pm
#3
That’s what they all say‮‮‮‮‮‮
2 Likes
Why would you need this though there’s literally no reason unless you are trying to make one of those “THIS GAME IS IMPOSSIBLE TO LEAVE” games
2 Likes
ChatGGPT
(Chat GPT)
February 11, 2025, 3:43pm
#5
I am literally trying to make a 2006 roblox game and the coregui is ruining my game
1 Like
Just destroy the core gui
check the starter player for the gui instances, then make a script to delete them.
1 Like
Either way even if there is a way it will be patched real quick and your game will stay ruined so don’t bother
2 Likes
Core gui has a specific service which is undeletable and unaccessible by scripts so it won’t work
1 Like
AexesDev
(AexesDev)
February 11, 2025, 4:49pm
#9
If there was a way Super Nostalgia would have done it.
Your best option is to just recreate your own ui as best as possible to the 2016 theme there is no other solution
ps - I don’t know if you are using backpack but Satchel is very customizable
2 Likes
The start menu is locked within the CoreGUI in Roblox, which is designed to be part of the Roblox client UI,
it can’t be directly destroyed or modified by scripts in the game. This includes things like the Roblox menu, settings, and other client-specific elements.
also im just thinking why would you even need to do this?
what are you planning to make with this?
1 Like
oh i see well you could make like a fake menu instead of the real menu.
like for example you click e to bring up the fake menu and then you click leave and it kicks you or something or takes you to like a fake roblox menu.
2 Likes