Loading screen not working properly

could you teach me how to do it ?

Can you confirm this with a console output please?

I do not understand what you say

Also please look at what DevForum provides with properties.

UDim2.new ( number xScale, number xOffset, number yScale, number yOffset )

You can find the properties under scale, it provides 4 properties you enter into UDim2.

The problem is that I don’t know what to do (forgive me but I’m new with the scripts)

1 Like

Try google searching about TweenSize, the UDim2 should be set to what you want the final size to be as.

Well, i can explain how i would do it.
Step 1: So for an example instead of doing .3,1,1,1 just drag the frame to the size u like, and take it’s position and set it into the brackets. Don’t forget to drag the frame back to its normal size.
Step 2: Set the anchor point to 0.
So u do: script.Parent:TweenSize(UDim2.new(0,160,0,60), “Out”, “Linear”, 2, true)
This should work

1 Like

I warn you if it works for me. thank you for your patience. They are a great support

So size it to the final size you want it as, get the 4 properties under size and set that in the UDim2 without the brackets, after this undo the size and it should work?

Keep in mind you only need 1 tweensize

If he want it to look more like realistic, he would do more than one

1 Like

If u do it right it should look like this
https://gyazo.com/55a6add4d844a5299962a756065d96bd

2 Likes

It doesn’t work, I don’t know that I hurt badly. I think I put it wrong but I know what they told me.
I don’t know what to do (I’m desperate)

Like i said before, you do not need a script to change the anchor point. If you do not have the properties panel. Just simply go to the top bar in studio, and then go to view, and the click on properties. Once you did that, click on the bar in your gui. And then go to the properties panel, and then change the anchor point to (0, 0.4). If you do that, it should work. if not, you have done something to your gui.

1 Like

@ALANWAL44 I had checked your file, and it as @Ethanthegrand14 told you, its because of the anchor point. Just change it to 0, 0.4 also The Title of the Game is in a TextBox and is editable might need to change it a Text Label

I thought I had to change the script, thank you later I tell you how it went

thank you very much it worked for me, thank you all for your help. to @Ethanthegrand14 thanthegrand14, @Andueey, @WolfieTheDino
, @Ethanthegrand14, @dadysherwin2 , @Benified4Life . thank you all for this great help

4 Likes

Maybe mark one of our answers as the solution then? cause people may still be coming here thinking that your issue is still going.

2 Likes