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

How do You Rescale the Top Bar?

Asked by
INOOBE_YT 387 Moderation Voter
5 years ago

I've seen games where they have rescaled the top bar so that they keep the default message system and leaderstats. I tried making the top bar invisible, but the default things disappeared and I still want to use them.

1 answer

Log in to vote
1
Answered by 5 years ago

Hide the top bar by setting it's transparency to 0.

Local Script:

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

Answer this question