Advertisement
Athan_Scripts

[FREE UGC] Just Swing Script

Jul 15th, 2024
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --TANS GUI--
  2. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  3. local Window = Library.CreateLib("Name", "LightTheme")
  4. local Tab = Window:NewTab("Tan's Gui")
  5. local Section = Tab:NewSection("Tan's Gui-BUTTONS")
  6. Section:NewButton("[FREE UGC] JUST SWING SCRIPT", "Hi", function()
  7. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/JustSwing", true))()
  8. print("Clicked")
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement