Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

How can i get rid of that ugly top bar?

Asked by
Teeter11 281 Moderation Voter
8 years ago

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!

3
Lol yeah. ROBLOX has obviously never heard of the term "if it ain't broke, don't fix it." yumtaste 476 — 8y

2 answers

Log in to vote
5
Answered by
woodengop 1134 Moderation Voter
8 years ago

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.

5
You can place a frame behind it so you can have it a different color YellowoTide 1992 — 8y
3
roblox is retarted sometimes Teeter11 281 — 8y
2
Can't you just do game:GetService("StarterGui"):SetCoreGuiEnabled("Topbar", false)? If not, it's stupid. EzraNehemiah_TF2 3552 — 8y
1
ROBLOX loves to keep crap sometimes. woodengop 1134 — 8y
Ad
Log in to vote
0
Answered by 6 years ago
game.Players.LocalPlayer:WaitForChild("PlayerGui"):SetTopbarTransparency(1)

This makes the top bar transparent without hiding any of the CoreGui Items EG. Backpack, Chat etc.

Answer this question