full doc
This shows you all you need to know about Stitch's UI Library
Load the base
This loads the UI so make sure to put that above anything else
Main
This creates the frame. Make sure to put this second (after the loadstring) to change the name of your gui, change text to whatever you would like! draggable means you can move the gui across the screen. Example:
Label
this creates a label, text is the text of the label, make sure to put ' infront and after your text. textScaled means if you want the text to be on multiple lines and scale to fit (true/false) Example:
Button
once again, text is the text shown on the button and textScaled makes the text fit. Example:
Toggle
For the toggle, you can use the script above. toggled is true or false. so if you would do print(toggled) it will say true or false, which you can use to make things toggleable Example:
Dropdown
The dropdown can be a useful feature if you want to have multiple user selections but dont want to use multiple buttons. arg is used to get the current selected option. You can add more options by just adding 'option name' in the table Example:
Full Example
Here's all you've learned in 1 script.
Ending
Thats all! if you need questions, join the discord below and ask away. ill respond asap (ask in #script-help tho!)
if the discord link doesnt work, please add stitch the elite#9709 on discord, thanks in advance
Last updated
Was this helpful?