fork-K

Untitled

Jan 20th, 2024
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2.  
  3. local Window = Library.CreateLib("T", "DarkTheme")
  4.  
  5. local Tab = Window:NewTab("TabName")
  6.  
  7. local Section = Tab:NewSection("Section Name")
  8.  
  9. Section:NewDropdown("DropdownText", "DropdownInf", {"Option 1", "Option 2", "Option 3"}, function(currentOption)
  10. print(currentOption)
  11. end)
  12.  
Advertisement
Add Comment
Please, Sign In to add comment