[Plugin] StyleEditorV2

StyleEditorV2

About
StyleEditor is a plugin that helps with the replication of styles you make to new or already existing Gui elements.

How to use it
You can select 1 or more Gui elements, choose the slot (from 1-25) and save the style. When loading you choose the elements you want that style to apply to, choose the slot you saved that style in and click load. Note: You can save 1 or all possible Gui elements on one slot.

Video

Properties that get saved
I made my list of properties I wanted to save for each element:

TextButton

TextButton

ImageLabel

ImageLabel

Frame

Frame

ScrollingFrame

ScrollingFrame

ImageLabel

ImageLabel

ImageButton

ImageButton

Plugin
https://www.roblox.com/library/3048571904/StyleEditorV2

15 Likes

You mentioned it in both DMs and in responding to one of my posts - I’m so glad you decided to release it. The minute I get home, I’m gonna check this out!

Edit: For the supported properties, I recommend putting each category into an unordered list, or perhaps a table to hold all of them.

1 Like

Thanks, but I don’t see reason to put each category into an unordered list. Could you explain it a bit more as I didn’t fully understand your suggestion.

1 Like

Sorry about the lack of clarity. What I meant was that you could put the properties in text form, as opposed to image form; the image colors are a bit hard to contrast with the forum in dark mode.

TextButton
  • BackgroundColor3
  • BackgroundTransparency
  • BorderColor3
  • BorderSizePixel
  • Rotation
  • SizeConstraint
  • Style
  • Font
  • LineHeight
  • TextColor3
  • TextScaled
  • TextSize
  • TextStrokeColor3
  • TextStrokeTransparency
  • TextScaled
  • TextWrapped
  • TextTruncate
  • TextXAlignment
  • TextYAlignment
ImageLabel
  • BackgroundColor3
  • BackgroundTransparency
  • BorderColor3
  • BorderSizePixel
  • Rotation
  • SizeConstraint
  • Image
  • ImageColor3
  • ImageTransparency
  • ScaleType
  • SliceScale
Frame
  • BackgroundColor3
  • BackgroundTransparency
  • BorderColor3
  • BorderSizePixel
  • Rotation
  • Style
ScrollingFrame
  • BackgroundColor3
  • BackgroundTransparency
  • BorderColor3
  • BorderSizePixel
  • Rotation
  • BottomImage
  • ElasticBehavior
  • HorizontalScrollBarINset
  • MidImage
  • ScrollBarImageColor3
  • ScrollBarImageTransparency
  • ScrollBarThickness
  • ScrollingDirection
  • ScrollingEnabled
  • TopImage
  • VerticalScrollBarInset
  • VerticalScrollBarPosition
ImageButton
  • BackgroundColor3
  • BackgroundTransparency
  • BorderColor3
  • BorderSizePixel
  • Rotation
  • Style
  • SizeConstraint
  • Image
  • ImageColor3
  • ImageTransparency
  • ScaleType
  • SliceScale

Good point, I will make sure tl update it when I get on pc.

1 Like

Alright! I can’t wait to test this plugin out - I get the feeling it’s gonna save me a lot of time.