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

Is it possible to disable the top bar Roblox has in everyone's game?

Asked by 7 years ago
Edited 7 years ago

Pretty short question, so I'll sum it up in a couple words (If you don't know what I am talking about, it's the bar on the top of the screen that has three buttons up there signaling chat, menu, etc.) Is it possible to disable the bar, and if so how?

1
No, but you can make it invisible. Try searching SetTopbarEnabled on the wiki. Here is a link I found: https://www.reddit.com/r/roblox/comments/45c5yw/finally_you_can_disable_the_topbar_with_a_catch/ TheDeadlyPanther 2460 — 7y

1 answer

Log in to vote
1
Answered by 7 years ago

TheDeadlyPanther is right, however you can set its transparency.

local playergui = game.Players.LocalPlayer:WaitForChild("PlayerGui"):SetTopbarTransparency(1) --number 0 to 1.

This must be a local script, and has to be in StarterGui or StarterPack to work!

Ad

Answer this question