How can I update my Local Plugin in Roblox Studio Automatically without having to use “Save as Local Plugin…” each time to test my plugin
This is so I don’t have to test my code changes by clicking the “Save as Local Plugin…”.
How can I update my Local Plugin in Roblox Studio Automatically without having to use “Save as Local Plugin…” each time to test my plugin
This is so I don’t have to test my code changes by clicking the “Save as Local Plugin…”.
You could make a plugin that loads your code using loadstring and .Source
and runs it.
I see I can make it so when I click on the button of plugin it runs the code in script with the way you mentioned.