So basically with a plugin you can create a plugin button.
That appears on the Toolbar
Any how I am wondering if there is any way to change the Text of the button AFTER the button is created.
As you can see this is how you create the button:
local button1 = toolbar:CreateButton(
"THIS IS THE TEXT", -- text that appears below the button, I want to change this
'This reverts the size to the last state. If you wish to update the state. Use "Set Default Size"', -- Text that appears if you hover the mouse on button
"rbxassetid://13814749560" -- button image
)
how do I change it afterwards?