"Easy UI Tools" Plugin by JameDev

Easy UI Tools

This is a free plugin made by JameDev - Roblox to make the process of creating UI easier and faster. It is avialable for free on the Developer Marketplace under this link:
https://create.roblox.com/store/asset/17386354664/Easy-UI-Tools

If you encounter any bugs or wish to share some feedback, make sure to leave a comment.

Thank you for using it!

Functions of the plugin:

image
Insert UI: Directs to a insert UI Menu
Position UI: Directs to a position UI Menu

Quick Actions:
Fast Scale: Changes the size and position to scale instead of offset
Fit Parent: Changes the size to fit the parent (1,0,1,0)
Transparent: Make the background transparent
Constraint: Adds a constraint to keep the ratio between the X and Y Scale
Bevel: Add rounded corners (Border Radius Preference)
Square: Add a ratio, that makes the element squared

image
Quick Position:
Position and Anchor an UI Element at these Positions:

  • Top Left
  • Top Center
  • Top Right
  • Middle Left
  • Middle Center
  • Middle Right
  • Bottom Left
  • Bottom Center
  • Bottom Right

image
Quick Text:
Dark: White text, dark background, apply FontFace preference
Light: Black text, white background, apply FontFace preference
Scaled: Activate scaled text
Stroke: Add a stroke to your Text (Stroke Thickness preference)

Quick Reclass:
Coming Soon

Edit Preferences:
FontFace: Change the standard Font Face
Stroke Thickness: Change the standard Stroke Thickness
Border Radius: Change the standard Border Radius (in scale)
Show Tool Tip: Disable or Enable the Tool Tip displaying informations for a function

Tool Tip:
The Tool Tip currently needs you to click in the plugin to position itself correctly.

Overview:

Insert UI Layout:
image

Position UI:
image

To head back from one of the 2 menus above to the main menu, click on the title:
image

Version Log

v1.0.0:

- Global Release
	- Main
		- Added Insert UI and Position UI
		- Added Quick Actions
			- Fast Scale
			- Fit Parent
			- Transparent
			- Constraint
			- Bevel
			- Square
		- Added Quick Position
			- Top Left
			- Top Center
			- Top Right
			- Middle Left
			- Middle Center
			- Middle Right
			- Bottom Left
			- Bottom Center
			- Bottom Right
		- Added Quick Text
			- Dark
			- Light
			- Scaled
			- Stroke
		- Added Quick Reclass Coming Soon Text
		- Added Edit Preferences
			- FontFace
			- Stroke Thickness
			- Border Radius
			- Show Tool Tip
			
	-Insert UI
		- Added Insert UI Layout
			- Simple
			- Extended
		- Added Insert UI Elements
			- Frame
			- TextButton
			- TextLabel
			- ImageButton
			- ImageLabel
			- ScrollingFrame
			- TextBox
			- ViewportFrame
			- VideoFrame
			
	- Position UI
		- Added Position Presets
			- Top Left
			- Top Center
			- Top Right
			- Middle Left
			- Middle Center
			- Middle Right
			- Bottom Left
			- Bottom Center
			- Bottom Right
		- Added Custom Anchor

v1.0.1:

- Fixed a few bugs and made it work without Beta Feature "UIListLayout Flex Features"

v1.0.2:
- Made Fast Scale work, when the GuiObject is in another GuiObject (didn't work properly before) - Made Constraint work, when the GUiObject is in another GuiObject (didn't work properly before) - Made Inserting UI have white background, a normal size (not 0,0,0,0) and no border - Removed "Reclass UI" and its "Coming Soon" text, because it was useless and probably not coming to soon, since this isn't a priority

If you want to support me feel free to purchase one of the gamepasses on this game (trough the roblox shop, not in-game):

4 Likes

Could you show what it does? :sweat_smile:

1 Like

Done! I was already editing it when u replied that, just didn’t want to upload all at once. Sorry!

needed to take it offline, theres a major bug, updates soon!

okay problem found, it was this beta feature
image

it needs to be enabled to use it

Meanwhile:
U need to enable the Beta Feature called “UIListLayout Flex Features” to use it properly!!!
Need to redo the layout because i didnt realise it was a beta feature!

This is the case for one of my plugins too. I’m going to keep using it, though.

1 Like

Version v1.0.1 is out!
Now works without enabling the beta feature.

Fixed it by switching to uigridlayouts instead of uilistlayouts