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

How do I stretch a frame or edit the roblox top bar so it's not transparent?

Asked by
Lualaxy 78
5 years ago
Edited 5 years ago

So I want to make the entire screen grey but the bar on the top is always showing the world.

https://gyazo.com/636fd7a33d7fa4a1b1c7499f083683a9

Anyone know how?

If you do can you also tell me how people add categories to the top bar?

2 answers

Log in to vote
0
Answered by
Donut792 216 Moderation Voter
5 years ago
Edited 5 years ago

Here you go. https://developer.roblox.com/api-reference/function/PlayerGui/SetTopbarTransparency Enjoy

0
Thank you Lualaxy 78 — 5y
Ad
Log in to vote
0
Answered by 5 years ago

This will make your top bar transparency = 1. Place in a LocalScript

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

Source: https://developer.roblox.com/api-reference/function/PlayerGui/SetTopbarTransparency

Answer this question