Oh! Thanks so much for the ideas! I will definitly implement font-family and color!
(the plugin already has ‘background-color’ it’s just ‘bg’ for short.)
- I will try to implement most of the CSS tags!
Oh! Thanks so much for the ideas! I will definitly implement font-family and color!
(the plugin already has ‘background-color’ it’s just ‘bg’ for short.)
I would prefer if you do make bg and background-color do the same thing as otherwise I’ll get confused.
Okay, I will do that. Thanks for the feedback!
I can’t remember fully but I believe there is a text-align tag in CSS as well. Obviously it would have to work differently as we have X and Y alignments in Studio. I should also mention that there is sizing tags such as width and height in CSS plus there is positioning ones like right, left, bottom, top. (correct me if the positioning tags are wrong)
Yeah, I want to implement the text-align-x and text-align-y property.
It would be hard to make a height and a width property. So, there will be a
‘scale-size’ and ‘offset-size’ property for changing the size of elements.
And there will be a similar ‘scale-position’ and ‘offset-position’ property too!
Thanks for the ideas! ^^
Technically height/width is done in percentage or pixels amount so it would be possible.
Yeah, but my code isn’t prepared for this type of properties.
Now I’m just going to add ‘scale-size’ and ‘offset-size’ and ‘scale-position’ and ‘offset-position’
as Vector2 values.
Oh and also a font-size option would be useful, I was just looking through one of my GitHub repos for tag ideas.
Haha, I implemented it at the moment!
Guys! I added a lot of new properties! They are in the guide, but I will post them here too!
RGB value syntax: (r(0-255),g(0-255),b(0-255)) (for any color modification)
Vector2 value syntax: (x,y) (for size, position and anchor modification)
Okay, everybody can install the update now!
In this update I added a lot of new properties!
I fixed a BIG transition bug!
Added Vector2 values for some new properties!
Should background-transparency map to BackgroundTransparent and not BackgroundColor3.
Oops, bug fixed! I didn’t see that! Thanks for warning me!
I miss-spelt it. I meant BackgroundTransparency.
Can you give some examples of how to use it? I am a bit confused.
I don’t see any button up here
Seems like you accidentally overwrote over it with your DataStore plugin. When I disable the plugin, this button goes away.
I also looked through the code, and yes it is.
![]()
Try reverting your version to the one that isn’t overridden.
Sounds nice, is there any syntax highlighting?
Edit: submitted to your GitHub repository as an issue.
There is no syntax highlighting.
I saved the wrong plugin.
Lemme fix this!
Edit: thanks for the report! fixed!
Thank you! I will try this out now
It is pretty good! I was a bit confused how to add transitions with easing though.
One thing I noticed was that if you have scale position set to something other than 0, and then you set position-px then it also will set the scale position to 0. Vice versa.