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

Is there a way to replace the TopBar with a ScreenGui?

Asked by
Kblow1 53
6 years ago

Is there a way to replace the TopBar with a ScreenGui and make it resize perfectly for all resolutions ?

0
I don't think so, since this a default roblox gui Nickelz 37 — 6y
0
I don't think so, but you can hide it: https://devforum.roblox.com/t/hidable-topbar/22349 Leamir 3138 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

If you want to make the topbar completely transparent you can do:

game:GetService('Players').LocalPlayer:WaitForChild('PlayerGui'):SetTopbarTransparency(0)

I recommend putting this in ReplicatedFirst, in a LocalScript.

On the other hand, if you want to replace the TopBar, you have to use a ScreenGui and position it manually.

Ad

Answer this question