Temporary Studio Tools/Plugins
Last Updated 12/07/21(post in progress)
Do any of the following apply to you?
-
you wanna make a plugin for yourself such as a tool for your game.
-
you wanna mess around with plugins and what they can do.
-
you want to learn Roblox’s plugin API quickly without having to publish a plugin update each time you change something small.
If you answered yes to any of the above scenarios, then this post might be what you’re looking for.
To solve some of these problems, I created a studio plugin extender. Basically the plugin shares the plugin keyword with other scripts in studio.
This allows any script in your studio session to access the plugin keyword so you can create things faster, which is really helpful for prototyping plugins and their elements (Toolbars, Buttons)
Did something break?
Feel free to ask for help here, and I'll try to help. Sometimes it might be better to reset the plugin completely. You can do this by disabling the plugin, delete/rename the "StudioExtender" folder, and then turn it back on again.Examples:
Plugin Mouse Cursor Example gif
PluginMouseCursorExample.rbxl (37.2 KB)
Plugin Extender:
To read more about Plugins:
https://developer.roblox.com/en-us/api-reference/class/Plugin