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

How to remove the top bar?

Asked by 7 years ago

So in some games, I see that the owners and developers were able to remove the top header black bar that you see with all the details such as the backpack icon, chat icon, and player information. I know how to remove all of the icons, but I am not sure to remove the bar it self. How do I remove that bar? (Such as making it non-visible or transparency of 1)

1 answer

Log in to vote
0
Answered by 7 years ago

In a localscript:

local startergui = game:GetService("StarterGui")
startergui:SetCore("TopbarEnabled", false)
0
That removes the TopBar as well as all the buttons, they wants to make it completely transparents, with all the buttons still visible. Mayk728 855 — 7y
0
Did you just assume their gender thehybrid576 294 — 7y
0
Also that isn't possible, you would have to disable topbar (including all buttons) and implement your own custom buttons thehybrid576 294 — 7y
0
Yes i know, but you should have said that in your answer because it looks like you misread the question. Mayk728 855 — 7y
View all comments (2 more)
0
Fixed my comment btw. xD Mayk728 855 — 7y
0
l0l thehybrid576 294 — 7y
Ad

Answer this question