This plugin allows you to add bevels to a part along a certain axis. All you do is enter a scale amount (Size of bevel) and click one of the buttons corresponding to an axis. It even shows a preview of how much of the corners will be cut off. This creates bevels instantaneously and includes an undo button in case you aren’t satisfied with your result. Here is a video preview Video
I actually just figured out that it hasn’t been able to work for anyone at all except me. I just fixed this though. No wonder it has such little sales. To get it to work I believe you’ll need to uninstall and reinstall the plugin. This time it’s gonna ask for script injection which there’s no other way for me to get it to work without it as of right now. And if you or anyone else is concerned about viruses you can use it in a separate project and copy the parts over.
Stop putting your plugin’s GUI into StarterGui. It’s triggering Studio’s script injection permission which is a permission I should not need to grant to your plugin.
Luckily I’ve skimmed your source code and found nothing malicious, but if a plugin like yours ever asks for script injection perms, I’m going to delete it right away.
After doing some research I found that it is better to parent it in CoreGui instead of StarterGui which I did. Hopefully, It should not ask you for script injection permissions anymore after you update. But just for future reference if you have a fix to an error please say it instead of just pointing the error out