Hello,
I am currently creating a plugin and I require a plugin button to be pressed in the toolbar. I expected this api reference article to work but I don’t know if I’m not doing it right or if I’m using the wrong command.
These are some scripts I tried:
PluginButton.Click(function()
print(“Clicked”)
end)
PluginButton:Click(function()
print(“Clicked”)
end)
Thank you in advance for any help. ICrann