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

Screen Gui Size?

Asked by 10 years ago

I'm making an Intro Gui, and it's meant to cover the whole screen, how would I make cover the whole screen? Is there a way to make it ALWAYS cover the whole screen, no matter what screen size?

3 answers

Log in to vote
4
Answered by
Mauvn 100
10 years ago

Yes there is go on your starter GUI or whatever the name is, then go to insert basic object select "frame" drag it to your gui, search size in you're frame property the put these numbers in the brackets: [1,0],[1,0]

Hope it help!

Ad
Log in to vote
0
Answered by 10 years ago

All you need to do is find the size property of a text label. You then put in {1,0} {1,0}, this covers the entire screen. Hope this helps.

Log in to vote
-3
Answered by 10 years ago

Actually there is a way! Make sure your gui is selected then open up the properties tab. After that scroll down until you see properties and size. Just fiddle around with that and your done! If you want to insert text into that box all you need to do is make sure that the gui is selcted and go to insert, objects then click text label. Also resize that with properties and there you go. Hoped it helped

Answer this question