Way to Rip Roblox's Setting GUI or make one from scratch using CorePackages/CoreGui?

I’m not sure if this place is the right place to ask, but I am trying to rip out the code/gui needed to make the roblox’s “settings” page (Settings, Leave, Reset, etc)
I am trying to use the CoreScripts from the RobloxGui (in CoreGui) but it is turning into a hassle due to not having the proper permissions to call from services (CorePackages)

I am either looking for a way to:
Rip an already made GUI from roblox’s scripts.
OR
Manage to have access to the CorePackages so I can reference it.

I have no clue if this is possible at all, but I have some hope.
As always, any help is needed and always appreciated! :slight_smile:

2 Likes

I don’t think that’s possible. This is because I have never seen anyone do this before, even on popular games. And on a different post, someone said this is almost impossible.

1 Like

Do you mind linking the post if you can find it?

I think there’s a chance where it might be possible, I saw on an old post where people can get access into the children of CorePackages (its from 2020 so idk if it works anymore)

And I have access into the script(s) that are able to make the actual page GUI so… I think theres a chance!

Edit: I’m currently stopped by the fact I don’t have access into CorePackages where some theme settings take place
image

1 Like

I did something similar, I rescripted Roblox’s player list from scratch.

You can get the GUI by turning on this setting (it’s under “Studio”), then you can navigate the core GUI service which contains everything relating to the CoreGUI.

image

You will need to rescript it from scratch, this’ll just give you a static copy of the core GUI.

1 Like

I know how to get CoreGui
What I need is core packages

1 Like

Oh got you, my bad. Assuming you’re on windows you can go here to see the CorePackages, replacing VERSION with the relevant version (currently version-d9128aa1071a43de at the time of writing)

C:\Program Files (x86)\Roblox\Versions\VERSION\ExtraContent\LuaPackages

You need to copy them as they aren’t accessible in any way through CorePackages from scripts.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.