I’m trying to weld two different gui together like in the video below. The little icon with 3 lines is always next to the game summary that slides into view. How would I do this?
Would this be the most efficient way to do this? I’m sure that there is an easier way of welding two gui together so I’m writing this post.
Thanks so much!
Edit: If the file I attached is an audio, not a video, then you can go into the original Flood Escape game to see what I’m talking about and clicking on the icon with three lines on the bottom right of the screen.
There is not an easier way. The two best ways are either parenting the welded element to the element you are moving or connecting the element’s position changed event (GetPropertyChangedSignal("Position")) to a function that re-positions the welded element.
There is no video btw so I am not entirely sure what you’re asking.
Now this picture is after clicking on the icon with 3 lines. A GUI with the title “Game Summary” tweens from offscreen and the icon with 3 lines stays attached to it.
If you still don’t know why I’m trying to say, you can go into the original Flood Escape and click on the icon with the 3 lines in the bottom right corner. You’ll see what I’m talking about
The GUI is supposed to be an abnormal, non-rectangular, shape after being pressed on, so I can’t put it into a single frame. You can check the image I posted in response to one of the other comments to see what I mean.