Weird bug when coping and pasting gui from other game

Hello, Developers!

Ever since I transitioned from Windows 10 to Windows 11, I’ve been experiencing numerous challenges with Roblox Studio. Initially, I had a big performance issue, which was strange given that my computer is quite capable. Fortunately, I managed to navigate around that glitch.

Now, I’m faced with a significant issue: GUI positioning and sizing. I had commissioned someone to develop a GUI for me. However, when I attempt to copy and paste it from one game to another, the positioning and sizing get completely distorted. Some parts of the GUI even vanish off the screen.

At first, I suspected the problem lay within that particular GUI. However, I soon noticed that even minor changes or reversions (using CTRL+Z) to my self-created GUI resulted in similar disruptions. Consequently, I find myself forced to manually readjust everything from scratch - a rather time-consuming and frustrating process.

If anyone has encountered this issue before or has any suggestions on how to resolve it, I would greatly appreciate your insights. Thanks in advance.


after

(post deleted by author)

1 Like

Initially it seems like the gui were built using offset instead of scale, but looking closer it might be that some gui constraints have not copied over, such as AspectRatioConstraint. Can you verify that the gui is built using scale, and that the original constraints if any have also copied over?