Hi, I’ve recently done a bit of scripting and I’ve created my first ever plugin that helps to save you time coding by allowing users to easily:
Disable Chat, Leaderboard, Emotes, Backpack and the Health Bar
Disable the toggle for Shift Lock Switch
Disable the Reset Character button in the Roblox Menu
I’d like to know what people would think about the plugin. I should mention that this does not have a graphical user interface and the icons for the toolbar buttons currently are placeholders. The plugin is called DisableCoreGUIFunctions and can be found via this link: https://www.roblox.com/catalog/5856823549/Disable-Roblox-CoreGUI-Functions
If you do want to support me, I will be making a donation centre soon
The thing is, all the buttons are using a placeholder icon and even when I do have a proper icon, I will still keep the text below as it generally makes stuff much easier for developers to read and understand.
I thought that was good to when I made my first plugin. However I realized after I surveyed the UX from a data sample of 5 people on my discord server they all said the text isn’t necessary.
I am working on a version with a GUI but ideally I want to make it paid and I can’t make it paid currently (this would be a pro version). For me, it just shows a button which opens a dropdown, guessing it’s because I have a 1366x768 screen.
Yes, I think buttons are problems, I would do 1 single button, when you click on it a GUI is tweened with the other options. Anyway good work, good luck!
You can see how it will be with our screens by getting not your computers aspect ratio but the viewport. Requires a bit of coding to figure out but message me if you want the explanation.
I’ll give you guys a preview of the Pro version, not sure how I’m going to stop duplicate scripts but I’ll end up figuring it out to make a decent GUI system. I’ve not quite got all the features in the standard plugin yet as it’s harder to code with a GUI system.