I want to Extract CoreGUIs from separate versions

(#help-and-feedback:scripting-support is the best category i could find for this, comment a better category an i’ll change it.)

Recently, i’ve been trying to make a super-accurate version of 2011 Roblox, and i also have a version of 2011 Studio. I want to extract the CoreGUIs from the 2011 version and insert them into modern-day studio.

I have access to the files from the 2011 version and Modern studio.

I want the GUIs to be visible to everyone playing.

Any advice? Thanks in advance. image

I’m not sure what you want, but if you’re trying to disable the current CoreGuis then use this in a localscript:

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

I’m trying to get the CoreGUIs from an older Roblox Studio version and use them to replace the modern day GUIs.

Then I would do as I said before and disable all current CoreGuis and overlay them with your old ones.

Okay, but how do i get the older ones?

If you are able to recover old versions then that would be the only way. Roblox overwrites the files with each update.

Well, i got an old version from an archive, does that help? I can also access the texture and ui files of that version.

1 Like

Yes, that should work fine.

Okay, so now, what do i do with the textures and ui?

Place them how the old CoreGui was like and script it.