Whenever I update any plugin using the “Manage Plugins” window, the plugin I’m developing creates an error I don’t fully understand. Once this error shows up, the script immediately stops working.
I’ve tried putting a “wait()” before it creates the buttons, but it’s not helping, no matter how long I set it as. Anyone know why this is happening?
Error Message
This message directs me to the image link used when it creates the button.
local toolbar = plugin:CreateToolbar("Server Protector Tools")
local scanOpt = toolbar:CreateButton(
"Scanning Options",
"Modify scanning options before scanning.",
"http://www.roblox.com/asset/?id=3102243869" -- << Error here
)