As Roblox is down, I’m trying to do some stuff in an empty baseplate, such as mess around with GUIs and such.
I’m not going to fork over the CoreGUI, rather edit it using show hidden folders setting (or whatever it’s called). Is it possible to edit some of the CoreGUI icons using that?
Edit: never occurred to me that you couldn’t upload decals when roblox is down Will use the replies in the future though, once it is back up
I don’t see why you can’t fork over some of the elements of the CoreUI and use them but you can’t edit or change the original CoreGui because it’ll just reset itself plus it’s a security risk. You really can only edit the Chat and then you’d need to make the rest on your own.
Specifically for the chat, you’d place them inside of the Chat service for other CoreGui’s that you have forked you would place them inside of the StarterGui.
Usually most GUI scripts have locked editing by the owners, but you can just edit them by selecting the certain thing and dragging it to the workspace, thats how most GUI’s imported into Models work.
Essentially, I want to replace the chat and menu buttons with my own icons, they don’t really fit my games style, not a huge deal if they can’t be replaced, but it would be optimal.