Questions about GUI design

I have a few questions regarding GUIs on Roblox. The questions are below

How do you make a GUI fill up the screen if a player and automatically center it?

How do you load/create objects on the GUI in a up and down tween motion (something on how Arsenal does it when you go on the badge page)

How do you automatically make the text in a text label/text box make a new line before it reaches the end of the box/label?

If anyone can help me on this, please do, I have no idea how to implement this successfully

1 Like

I’m assuming that this is a scripting thing, so that’s why I’m posting it here

This is about UI designing, should probably be moved to Help and Feedback > Art Design Support

Set the size to 1,0,1,0

Rich Text?
I believe eppobot made a tutorial on that.

I’ll try these when I get home as I’m on phone right now, though thanks

I should most likely rephrase my question. What I want the text to do is as soon as it’s about the reach the end of the text box, it makes a new line automatically, not stick out of the text box, similar to Google slides when you reach the end of the text, it makes a new line

I believe this happens automatically depending on the Size property of your TextLabel/Button/Box. I just tested this out on Studio and it seems to work like that.

I found it, I needed to enable the TextScaled property! Now I need help with this

@RealisticWaves When I try to set the size to 1,0,1,0 it doesn’t fill up the whole screen

Could you show me some screenshot’s?

Here you go: https://gyazo.com/1985ea3538e3937cf0f020d97708cdc9

Could you show me the the properties of the UI, you may have put the wrong number’s in.

Only thing I changed was the size

I get that, could you just show me the properties of it?

https://gyazo.com/2678938afa9014a382f7f36e65463500 and https://gyazo.com/e9db28150153d43220ad04f1f5f65700

I did move it from it’s original starting position, was that gonna affect it or?