Author Topic: How do I make guis?  (Read 3517 times)

Thanks, now how do I make that command appear in the gui
What do you mean? As text on the GUI? A button that makes it echo the console?
how do I make it so I can move my camera when the gui is up?
You'd need to add your GUI to the playGui and people would need to toggle their mouse to click things on your GUI.
I'd suggest putting everything into a swatch control and then do playGui.add(MySwatchControl); after it's created.

What do you mean? As text on the GUI? A button that makes it echo the console?
I'd suggest putting everything into a swatch control and then do playGui.add(MySwatchControl); after it's created.
As a text on the GUI.
And thank you
I'd suggest putting everything into a swatch control and then do playGui.add(MySwatchControl); after it's created.
How do I do that?
« Last Edit: July 24, 2015, 07:02:56 PM by Bow »

You're gonna need to add that gui to PlayGui. However, then you won't be able to interact with it.

You're gonna need to add that gui to PlayGui. However, then you won't be able to interact with it.
The type of GUI im making doesn't really need interaction.
Also, how do I package it, you know, like make it into a mod so other people can download it, im saying this because the GUI is part of the PlayerGui instead of its own canvas.
« Last Edit: July 24, 2015, 08:15:41 PM by Bow »

Most of these questions you could answer yourself by searching. People here aren't payed to give coding help, you should respect that and only create help topics here as a last resort.

Here's a tutorial I found by spending 10 seconds to search. Its not hard. http://forum.blockland.us/index.php?topic=174198.0

aGlassofMilk also made a nice tutorial

aGlassofMilk also made a nice tutorial
Link please.
Most of these questions you could answer yourself by searching. People here aren't payed to give coding help, you should respect that and only create help topics here as a last resort.

Here's a tutorial I found by spending 10 seconds to search. Its not hard. http://forum.blockland.us/index.php?topic=174198.0
I already found a tutorial. I know how to make a gui. Now im just asking help on how to keep a function running with out interaction. And how to make a command appear on my gui
« Last Edit: July 25, 2015, 11:41:23 AM by Bow »

Now im just asking help on how to keep a function running with out interaction.

Then search for the answer.

Then search for the answer.
I searched how to keep a function running without interaction (On BL fourms). Nothing.

I searched how to keep a function running without interaction (On BL fourms). Nothing.
What do you mean by that?

What do you mean by that?
Like, so you dont need to press a button for it to work.

Parent PlayGui::onWake(%this) and run the function you need to run.

Why don't you just tell us what kind of GUI you want to make and what you want it to do? Then we can know how to help you better.

Why don't you just tell us what kind of GUI you want to make and what you want it to do? Then we can know how to help you better.

He kind of did. He wants a display on PlayGui. So he needs to open up the GUI Editor, navigate to the PlayGui, and place his element on the screen.

Do you mean like a schedule?