It would be great if I could paste a hex code into a property in studio, and have it automatically convert into its respective RGB value.
Would make my life easier because when I go searching for colours on colour palette websites, they’re usually in hex format and I have to convert them before I paste them into my GUIs.
10 Likes
Whilst it still isn’t quite that easy, you can now paste hex codes into the expanded color selection window.
But yeah, we should just be able to copy and paste into the property.
2 Likes
Interestingly you can already do this but the values are divided by 255 when they are parsed. So entering #FFFFFF creates the Color3 value 1, 1, 1
1 Like
Yeah that’s been happening for a while:
Submitted a fix for this, should be released in around two weeks.
7 Likes
This is live now.
10 Likes
Thanks for the effort Nice to see you fix tiny things like this that do make ROBLOX Studio more convenient.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.