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)
Check your plugins for viruses
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)
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
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.