Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Config = {
- WindowName = "Name--",
- Color = Color3.fromRGB(255,0,0), --color
- Keybind = Enum.KeyCode.RightBracket
- }
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexR32/Bracket/main/BracketV3.lua"))()
- local Window = Library:CreateWindow(Config, game:GetService("CoreGui"))
- ----------Text1----------
- local Tab1 = Window:CreateTab("Text")
- -----------Button-----------
- local Tab1 --when have 2 Tab change Tab1 is Tab2-- = Window:CreateTab("Name of Tab")
- local Toggle1 --when have 2 Toggle change Toggle1 is Toggle2-- = Section1:CreateToggle("scirpt Name", nil, function(State)
- shared.toggle = State
- if shared.toggle then
- --Script--
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement