Frame Rate Drop Issue

I hadn’t used studio for about 2-3 weeks. After updating the studio I experienced a massive frame drop even though I had no other significant application running on background. Playing around with settings, re-installing studio and turning off beta features didn’t help. I even updated my drivers and the issue wasn’t fixed.

At the end I closed all the studio windows (toolbox, explorer, properties, output, etc.) and then my issue was fixed but the thing is I can’t seem to have more than 3 windows at the same time, anything more will result in a frame drop as soon as I start interacting with the windows. I don’t know how to fix this issue.

System Info:
Windows 11 22H2

Lenovo Legion 5 Pro Laptop
Ryzen 7 5800H
16 GB Ram
RTX 3060 Laptop GPU (130W Variant, Driver: GeForce Game Ready Driver Version 526.98)
(I have my power adapter on for better performance)

Video for reference:

2 Likes

Check your plugins for viruses :microbe:
Get your plugin marketplace IDs and put them in this code run in the command bar:


--Simple example to insert plugins from their AssetId, also works for models, decals, meshes
--Note: This can only be run in the command bar; putting in a script will error
for _, object in pairs(game:GetObjects("rbxassetid://ASSETID")) do
	object.Parent = workspace
end

If plugins are not the issue try decreasing your quality in play testing mode (press play and go to the esc menu and decrease your game quality)

1 Like

This just looks like yet another annoying bug from the new UI update. I don’t think there is anything you can do about this except maybe messaging @Bug-Support

1 Like

I tried deleting all my plugins and changing Graphics Quality, no change unfortunately.

Check if you lag in a empty baseplate.

Already did that its the same lag.

It is a issue with studio then.

I messaged them. Guess I just have to wait :man_shrugging:.

Any updates? It has been 15 days

I never got anything from @Bug-Support and the problem is still there for me.

I am currently contacting Roblox Support through emails and hopefully something comes out of it.

I recently encountered a FPS drop when I moved the mouse (in Roblox Studio), and it was fixed when I closed the toolbox widget.

1 Like

Yeah its the same issue that I faced. There are multiple widgets which cause FPS drop for me, Tooblox, Material Manager, Terrain Editor, Asset Manager are some of them which I use. I have to keep them closed in order to have a fluid development session or else its just unusable. Currently I can only use Properties, Explorer, Output and Script Recovery at the same time without dropping FPS.

UPDATE: The issue was most likely happening from G-SYNC. I had G-SYNC on for both windowed and full screen mode before and the issue was occurring, when I turned G-SYNC off the issue stopped happening. From further testing, having G-SYNC on just full screen mode also makes the issue not happen.

I have also emailed this to the Roblox support team.

Yeah, G-SYNC causes some very weird issues performance wise, such as lagging Studio when scripting.

Glad you fixed it :+1:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.