I’m relatively new to all of this and recently I’ve decided to make a game,(round based) for the round teleporter I wanted to blackout the players screen with a gui, the problem is that topbar of the screen is still showing and it looks kind of ugly, anyway to somehow alter the Topbar transparency ?
It’s actually easier than you think:
Make sure it’s a Local Script:
game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"):SetTopbarTransparency(TheTransparency)
Thanks, I didn’t know something like that existed.
Wow didn’t even know that I needed to know that.
You can do what @VegetationBush stated, however SetTopbarTransparency
will soon be depreciated, here’s some info about it: New In-Game Topbar
There is a propriety for Screen Gui’s also, called IgnoreGUIInset. You could enable that, so the GUI would just cover that part of the screen
Oh that’s also pretty helpful thanks
I know this conversation is now really old, but for anyone out there who’s reading this right now,
:SetTopbarTransparency()
Is completely obsolte with the “new” topbar
Yes, I was scrolling through my replies, when I saw this and decided to update it. I know it’s not exactly new
With the new toolbar, you can now add a blackout over the topbar