GrooveypenguinX

basalttest

Jan 6th, 2025 (edited)
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local basalt = require("basalt")
  2. local main = basalt.createFrame()
  3. local aButton = main:addButton():setText("Click me"):setPosition(3,3):onClick(function() basalt.debug("Click me baby one more time!") end)
  4.  
  5. basalt.autoUpdate() -- this starts the event listener
Add Comment
Please, Sign In to add comment