I’ve been trying to make a simple GUI for a game I’m making; however, the GUI that I make in Roblox Studio looks very different from the GUI that appears in-game. I find it really inconvenient that I have to go in-game every time I make an edit to the GUI to see if it is in the correct position.
Here are the images of how the GUI looks after doing all the trial-and-error:
So far, I’ve tried to remove all the Roblox Studio tabs like the output, toolbox, etc. because I assumed it was a problem with a difference in screen-size, but that did not solve the issue.
Sorry, my bad on the wording. I think you misunderstood my question. When dealing with UDim2 positioning, you can position the gui using scaling, which will change depending on the resolution, or offset, which is the amount of pixels it takes up. Why I asked this is because if you use scaling, then it wouldn’t matter what resolution your screen was, it would be in the correct positioning.