Jump to content

oop for events


CrosRoad95

Recommended Posts

Posted

example

button=guiCreateButton(...)
button:on("click",function()
outputChatBox("lel")
end)
button=guiCreateButton(...)
button:on("change",function()
outputChatBox("lel")
end)
  • Like 2
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...