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

How to put a Gui on the Top Bar?

Asked by
iFlusters 355 Moderation Voter
8 years ago

Not sure if this requires a script, but I was wondering how do you get gui/TextLabel's on this top bar:

http://prntscr.com/9vm8zc

I've tried to set the position to -0.1, instead it just makes the gui 'disappear', i've seen a few games where they've been able to do this.

Any help?

1 answer

Log in to vote
1
Answered by 8 years ago

The TopBar is 36px tall

Set your Y UDim to be {0,-36}, which will align it with the top. Make sure that you set the TopBar to either be disabled or have .5 transparency.


Because you're not allowed to enjoy yourself on SH, I'd advise you to cry when you come onto this site. That way you won't get downvoted.
0
How would you set 'TopBar' to that? iFlusters 355 — 8y
0
What do you mean? CailThePuppy 70 — 8y
0
You say I have to disable/set the transparency, but how do I set the transparency of TopBar to .5? iFlusters 355 — 8y
0
It's defaultly at 0.5 you can only set it to 0 or .5 or disable it. CailThePuppy 70 — 8y
View all comments (2 more)
Ad

Answer this question