Advertisement
fxdogxd

build gui for you

Oct 10th, 2023 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. local Config = {
  2. WindowName = "Name--",
  3. Color = Color3.fromRGB(255,0,0), --color
  4. Keybind = Enum.KeyCode.RightBracket
  5. }
  6.  
  7.  
  8.  
  9. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexR32/Bracket/main/BracketV3.lua"))()
  10. local Window = Library:CreateWindow(Config, game:GetService("CoreGui"))
  11.  
  12. ----------Text1----------
  13.  
  14. local Tab1 = Window:CreateTab("Text")
  15.  
  16.  
  17. -----------Button-----------
  18.  
  19. local Tab1 --when have 2 Tab change Tab1 is Tab2-- = Window:CreateTab("Name of Tab")
  20.  
  21.  
  22. local Toggle1 --when have 2 Toggle change Toggle1 is Toggle2-- = Section1:CreateToggle("scirpt Name", nil, function(State)
  23. shared.toggle = State
  24. if shared.toggle then
  25.  
  26. --Script--
  27.  
  28. end
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement