Advertisement
SomeoneInsane

UI Library - Documentation

Nov 15th, 2019
1,701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Documentation:
  2. Notes: If using the paid exploit library, make sure to put library: in front of all the functions, the 'library' part being the name of the variable you assigned as the library.
  3. Anything in <> is defining the parameter, do not leave that in when making your script
  4.  
  5. Lets get started!
  6.  
  7. Settings:
  8. _G.breatherate = <Number> - Changes the speed of the rainbow, the lower the number the slower it is, the bigger the number, the faster it is. 0.005 the default
  9.  
  10. Functions:
  11. @Method {CreateTab}
  12. @param {String} tabName
  13. @param {Boolean} enableRainbow
  14. @param {Color3} rgbColor - this is optional
  15. @Method {MakeButton}
  16. @param {CreateTab} tabObject
  17. @param {String} buttonText
  18. @param {Function} function
  19. @Method {MakeToggle}
  20. @param {CreateTab} tabObject
  21. @param {String} buttonText
  22. @param {Boolean} isActive
  23. @param {Function} function
  24. @Method {MakeLabel}
  25. @param {CreateTab} tabObject
  26. @param {String} labelText
  27. @Method {MakeBox}
  28. @param {CreateTab} tabObject
  29. @param {String} TextBoxText
  30. @param {String} defaultTextBoxText
  31. @param {Function} function
  32. @Method {MakeDropdown}
  33. @param {CreateTab} tabObject
  34. @param {String} title
  35. @param {Table} table
  36. @param {String} dropdownTitle
  37. @param {Function} function
  38.  
  39. Changelog:
  40. 11/16/19:
  41. 7:23 PM EST:
  42. - Library released to the public!
  43. ======================================================================================================
  44. 11/17/19:
  45. 12:55 AM EST:
  46. - Removed functions from documentation (Still in module however)
  47. - Added a custom draggable function! (Smoother)
  48. 5:45 PM EST:
  49. - Changed UI Colors (Looks a TON better)
  50. - Edited Documentation (Rainbow Breathe-Rate)
  51. ======================================================================================================
  52. 11/18/19:
  53. 4:50 PM EST:
  54. - Updated documentation (Ty LaziestBoy#3065)
  55. ======================================================================================================
  56. 11/19/19:
  57. 4:20 PM EST:
  58. - Updated documentation again
  59. - Hehe 420
  60. ======================================================================================================
  61. 11/24/19:
  62. 5:35 PM EST:
  63. - Updated documentation again
  64. ======================================================================================================
  65. 12/10/19:
  66. 4:30 PM EST:
  67. - Dropdown options automatically close upon selection
  68. - Dropdown options now tweens when being toggled
  69. - Added debounce to minimizing tabs & dropdowns
  70. ======================================================================================================
  71. 12/16/19
  72. 9:11 PM EST:
  73. - Anti-Detection implementations:
  74. - Randomized UI names
  75. - Uses game:GetService("CoreGui") now (Shhh)
  76. - 9:11 bruh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement