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

Why can't I move a `ScreenGui` into the `TopBar`?

Asked by 6 years ago
Edited 6 years ago

I've seen multiple games do this before such as Jailbreak with the TextLabel in the TopBar that tells the time but how do I do it? I've tried multiple times with the Ui Editor and the Position property, but nothing has happened it's just stayed under the TopBar. I realized it must have to do with a Script or LocalScript. Please provide some explanation or insight if you know any information about how to do this.

Credits for games I mentioned:

Jailbreak

1 answer

Log in to vote
0
Answered by 6 years ago

You don't need a script for it, also, it's not that difficult, people think it's difficult because if you would set the size to 1,0,1,0 you wouldn't cover the topbar, but it's actually pretty easy to do

If you want to cover your complete screen for example, you would set the size to 1,0,1,100 so it's bigger then the screen, you might even want to make it more than 100, you'll notice it still won't cover the screen... what you have to do is just set the position to 0,0,0,-100 and... it works.

You don't need to cover the screen, you can just set the position to '-'... and it will work.

If you have any questions, just ask :)

0
Thank you, again xD! Skepticalitys 31 — 6y
0
Np xD Please set this as best answer :) User#20388 0 — 6y
0
I did. Skepticalitys 31 — 6y
Ad

Answer this question