of     1   

OrganicLifeForm
#191200382Tuesday, June 14, 2016 11:22 PM GMT

Should ROBLOX implement a WYSIWYG feature for GUI's? I hate having to go in my game and changing GUI's position because I thought of something new.
Superdestructo09
#191201255Tuesday, June 14, 2016 11:37 PM GMT

define WYSIWYG
championbuilder
#191201391Tuesday, June 14, 2016 11:39 PM GMT

Changing UI Positions is one of the easiest things to do.
OrganicLifeForm
#191201597Tuesday, June 14, 2016 11:43 PM GMT

What you see is what you get. Changing the positions may be easy, but it gets tiring having to go to each thing changed and insert new numerical values for positions. If I have a GUI with many buttons, I would have to individually go into each button position and change them. While with WYSIWYG I could just select the buttons and move them all at once to add new buttons.
championbuilder
#191201907Tuesday, June 14, 2016 11:49 PM GMT

If it's buttons like in a grid or list, it's easily scriptable.
OrganicLifeForm
#191202498Tuesday, June 14, 2016 11:57 PM GMT

No, it's buttons in a frame. Shop gui for example. And hile it's easily scriptable, I still thing WYSIWYG would be much more efficient.
championbuilder
#191202719Wednesday, June 15, 2016 12:01 AM GMT

Yeah, so a grid or a list. Those are easily scriptable and automatic.
OrganicLifeForm
#191203052Wednesday, June 15, 2016 12:06 AM GMT

It'll be more efficient to have WYSIWYG. Someone saw my post and is going to try and work on something like this.
championbuilder
#191203215Wednesday, June 15, 2016 12:09 AM GMT

Not really. Using an automatic script makes it so you only have to move the shop frame, not each shop item. With WYSIWYG, you'll need to alter each shopitem less efficiently than a script.
OrganicLifeForm
#191203692Wednesday, June 15, 2016 12:15 AM GMT

The problem for me is that I don't want to move the shop frame, I want to move the buttons inside the frame.
championbuilder
#191205169Wednesday, June 15, 2016 12:37 AM GMT

Then it's less work using a script.
OrganicLifeForm
#191206609Wednesday, June 15, 2016 12:58 AM GMT

It would be less work with WYSIWYG because drag and drop.
championbuilder
#191210701Wednesday, June 15, 2016 1:55 AM GMT

But in a script, you can literally change a number and change the shop from a 5*5 grid to a 10*10 grid, or 3*3 grid.
OrganicLifeForm
#191214966Wednesday, June 15, 2016 2:57 AM GMT

Say I have 5 buttons, I wanted to move two below the other three so I could insert two new buttons without having to change the position of both of them. Drag and drop would be easier.
championbuilder
#191216734Wednesday, June 15, 2016 3:26 AM GMT

Or just add 2 lines to a table in a script, and walla.
FPSPwnz0r
#191218061Wednesday, June 15, 2016 3:46 AM GMT

But I stink at scripting :( R$0

    of     1