Release Notes for 655

First 2025 update to Studio has landed! Happy creating and developing!

IgnisRBX

75 Likes

Nice!!!

25 Likes

This is good ^^ Is there any behind the scene about this or more information like other developer posts?

21 Likes

Sooo what’s up with the new story book plugin?

14 Likes

EDIT:
Rendering issues FIXED, I had a silly setting on.
I had the Level 04 selected for Mesh Detail Level thinking it would render everything without lods, like at highest possible, but it just rendered everything how it would it being far away. So anything close up got decimated. I just turned it back to Distance-Based and it fixed. Nice!

22 Likes

Are you seeing the Storybook plugin? It should only be available to Roblox staff. It’s not new. TL;DR: It lets us quickly prototype Lua UI code for Studio.

Hoarcekat is the equivalent community tool: GitHub - Kampfkarren/hoarcekat: A Storybook-like plugin that makes it easy to preview individual UI elements. Especially useful with Roact.

26 Likes

i’ve had a similar issue where i have to scale things i want to union up by like 15x the actual size so it doesn’t come out like what you’re showing

16 Likes

Well strvan- I mean tnavarts, I am not the only one.

And yea, I am seeing it. It’s pretty cool because of the color palettes.

I assume Release 655 accidentally enabled it for everyone.

Also, guess I am a roblox staff now.

18 Likes

wasnt it intended to eventually become public?

8 Likes


The one where it jams the button and you have to open the menu to stop jumping?

12 Likes

Pretty please fix highlights for VR as well~ I have noticed they have a tendancy to look correct on the left eye, and on the right one they are very broken. They look backwards, or something of the sort

Regardless, great update!!

13 Likes

So, this?

9 Likes

I updated studio about 5 minutes ago, and the Storybook plugin appeared
image

11 Likes

im also seeing the Storybook plugin
image

12 Likes

So when will I be able to use the three-dot menu thing on games and local files on studio’s start page while in list view? And what about being able to use that menu with right click? (I was forced to upgrade my studio to the version with a new start menu)

9 Likes

did you make resizealign tnavarts

7 Likes

what do you mean by this

8 Likes

did tnavarts make resizealign plugin he sounds like stravant

9 Likes

tnavarts is stravant backwards, so maybe?

9 Likes

Sorry for the long post, I just wanted to document what I discovered in case they do remove this plugin!!

(P.S If any of these images look blank, they were either deleted or you gotta click them!)

I looked into storybook. It looks like some kind of development tool for coreUI, or something of the sort. A Storybook is some tree, and it looks like it works kinda similarly to making UI.

Clicking through these on the left shows a lot of UI you can find around studio, and roblox mayhaps as well I assume.
image

And yes, this plugin does appear to be internal. They seem to have not heeded the warning…

And on the right, you can find some sort of test field where it may show this GUI type, or something of the sort

Selecting “View Source” seems to open the ModuleScript that is associated with the Storybook you are previewing-- In this case, the ColorSystem

Clicking “Run Tests” seems to fail. (At least on this story book) with an error like this.
image

Lastly (What I found most interesting) is when you click “Explore”. It doesn’t do anything visually, but if you have the Properties window open, you will see it selected an invisible frame.

I found when it is selected, you can hit Ctrl + C to copy it, and paste it into a screenGui, which looks interesting.

Spam right-clicking and selecting “Go to reference object” on the parent of the selected invisible frame, and copying it into a screen GUI also lets you copy the entire storybook plugin UI

These properties here…

Look like they are testing configs, that emulate settings you can configure yourself in the roblox settings. Things like “Preferred Transparency” and “Reduced Motion” are both settings you can use.

Going through all the Storybooks I can is fun. There are a lot of interesting things to find! (all of the images below are what the story book looks like default. They have some interesting placeholders!!)


image
image
image
image
image
image

image

image
image
image

I clicked on this
image
And got this popup. Some assets, and a username. Maybe someone can look into the users if interested.

Once again, apologies for the long post~ You can find the plugin yourself in studio as of today, so feel free to look through it! It is very interesting.

26 Likes