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

Possible to Split GUI in half?

Asked by 5 years ago
Edited 5 years ago

I have a Frame and a TextButton inside of a Frame inside of a ScreenGui inside of StarterGui. I have coded the TextButton to tween the size and position of the frame to go up from the bottom of the screen, increasing size, and to go out to the bottom of the screen, decreasing size. Is it possible to make one frame on the left and one frame on the right in such a way that they both meet in the middle and create one single frame?

Note: I want there to be some buttons and text boxes inside the composite frame.

I have done a lot of research on this topic, but so far to no avail. I want to know if this possible, and if so, how?

(bump)

0
No, however you can create the illusion of this. What you do is first create the two frames next to each other as one, and record their positions. Tween their positions to meet, and then either have an invisible fame appear where they meet, or create a new frame where they meet. Hopefully you understand what I am saying? TiredMelon 405 — 5y
0
Yes, I do; but I am wondering if I should just put an image on both frames simulating each half of the Gui? and then when they meet, put the actual frame there. Zenith_Lord 93 — 5y

Answer this question