Replicating colours of coregui

So I’m trying to make the rest of my UI elements match the colour, shape, and size of the CoreGui, but because roblox doesn’t allow me to actually inspect the coregui I have no idea how to get the proper color and transparency values needed to get the right effect.

In these two images I compare the core toolbar to a custom weapons gui
image
The box on the left appears the same (or very similar) to the bar on the left, but when I change the background:
image
the bar on the right is far blacker and harder to see that the toolbar gui, so clearly I just can’t get the color and transparency right.

Does anyone know what these values are for the coregui? The top bar, leaderboard, and chat all appear to be the same.

3 Likes

You can explore the CoreGUI’s contents by going to File → Settings → Advanced → Show CoreGUI in Explorer.

You should then be able to explore the CoreGUIs for the color & background transparency values you need.

6 Likes

Got it up, thanks!

3 Likes

Glad I could help! :slight_smile: