I don't know if this is possible but i saw somewhere where you could change the bars transparency.
But how can I make that ugly bar on the top of my roblox game go away?
Thanks for the help!
Do you mean SetTopbarTransparency
, This gives you access to the New topbar on ROBLOX. Sadly though, you only have two options 0
or 0.5
.
game.Players.LocalPlayer:WaitForChild("PlayerGui"):SetTopbarTransparency(1)
This makes the top bar transparent without hiding any of the CoreGui Items EG. Backpack, Chat etc.