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:
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 :)