Forest Logo
search
package_2

pluginessentials

By @aloroid

Roblox

Mirrored

PluginEssentials

GitHub Issues GitHub Stars License: MIT

This is a repository with components that I find essential to making plugins with Fusion. You'll find in the src folder that there's two folders. Each one has a specific set of components which you can learn more about below.

There's no documentation at the moment, but each component has a property type that should give you an idea of what it expects for the properties.

PluginComponents

These components use specific properties to create their corresponding plugin object. Afterwards, they use Hydrate on the created object and return it. You don't need to use these components, but the most useful one by far is the Widget component.

ComponentDescriptionReturns
WidgetA PluginGui that displays its contents inside a dockable Roblox Studio window.DockWidgetPluginGui
ToolbarAn object used to create PluginToolbarButtons.PluginToolbar
ToolbarButtonAn object that allows the user to initiate a single, one-off action in Roblox Studio through the Click event.PluginToolbarButton

StudioComponents

This is a Fusion port of StudioComponents by sircfenner. This is by no means a 1-1 port, but it's close enough to where you should be able to port over a plugin that uses StudioComponents with ease. There is bound to be mistakes, but hopefully those can be ironed out in the future.

ComponentDescriptionReturns
BackgroundA borderless Frame with a background color that matches the user's current theme.Frame
LabelA simple text label following Studio style guidelines for body text.TextLabel
TitleA simple text label following Studio style guidelines for title text.TextLabel
BaseButtonA TextButton that reacts to different states like hover, press, and disabled.TextButton
ButtonBaseButton, but with a different name.TextButton
MainButtonBaseButton, but uses the style of a main button, which is usually a blue background color.TextButton
IconButtonA button with an image on it instead of text.TextButton
CheckboxA checkbox that reacts to different states like hover, checked, indeterminate, and disabled.Frame
ClassIconAn image of a given ClassName from the user's installed Studio icon set.ImageLabel
ShadowA subtle shadow positioned on the side of your choosing.ImageLabel
LoadingAn animated component to display whilst something else loads.Frame
DropdownA button that shows the selected item and a list of items in a dropdown when clicking on it.Frame
ColorPickerAn HSV color picker that uses a value slider.Frame
BaseScrollFrameA custom scrolling frame that uses Roblox's ScrollingFrame for input and padding.Frame
ScrollFrameSame as BaseScrollFrame, but has properties that will determine the CanvasSize for the BaseScrollFrame.Frame
SliderA slider that reacts to being dragged.TextButton
ProgressBarA bar that fills up with an accent color.TextBox
TextInputA TextBox that reacts to states like hover, focus, and disabled.TextBox
LimitedTextInputTextInput, but contains properties for limiting the length of input to the TextBox.TextBox
VerticalExpandingListA Frame that uses AutomaticSize for the Y axis and contains a UIListLayout.Frame
VerticalCollapsibleSectionA frame that contains a header and a content frame. The content frame can be collapsed by clicking on the header.Frame

Package Details

Install command (Click to copy)


Version

0.1.2

License

MIT

check_circle

Safe for commercial use

Automated license review — not legal advice.