F3XTeam / RBX-Building-Tools

A set of powerful, easy building tools for ROBLOX.
41 stars 22 forks source link

Provide a "tool restart" in the plugin #39

Closed AnonymousPrayers closed 7 years ago

AnonymousPrayers commented 10 years ago

When using the tools in-game, and the tools break, you can just hit backspace and pick them back up, which reloads all the LocalScripts in the tool. What we need to be able to do is reload the plugin in some way, so that when a fatal error occurs, we don't need to go through and save it to roblox, then close it and open it again, then be able to build more, especially when you're forgetful like me and do things like #38.

GigsD4X commented 10 years ago

Great point; will add.

AnonymousPrayers commented 10 years ago

Thanks

Zenon Sent from my iPhone

On Oct 28, 2014, at 10:08 AM, Robert notifications@github.com wrote:

Great point; will add.

— Reply to this email directly or view it on GitHub.

AnonymousPrayers commented 9 years ago

Something in a separate script that goes through and disables & reenables each script (via the property "Disabled") would work.

GigsD4X commented 7 years ago

It seems that this isn't possible from plugin scripts due to the way they're loaded 🔍 Will focus on improving robustness to make up for this 👍