How to make topbar opaque?

How to make the topbar opaque? I tried this code:
game:GetService('Players').LocalPlayer:WaitForChild('PlayerGui'):SetTopbarTransparency(0)
but it doesn’t work - it use too.

THANKS

With the new topbar you don’t have to make it transparent. Check this artikel for more info New In-Game Topbar.

1 Like

:SetTopbarTransparency() has been depreciated I believe. See this post

If you want to manually produce the same result, I would suggest creating a GUI with a width of 36 pixels with the .IgnoreGuiInset value set to false