sleitnick
(sleitnick)
October 10, 2018, 8:25pm
#23
Please note that an existing issue with PluginGuis is also causing massive FPS drops. I’ve documented that issue here:
Having multiple PluginGuis in an instance of Studio causes enormous lag (and even more lag if it’s in Run mode).
It does not matter what is in the PluginGui, or if they are enabled. In fact, this is reproduced by instantiating a bunch of disabled/childless PluginGuis.
Repro code below. Instantiates 20 PluginGuis. Run on the command bar:
for i = 1,20 do
local plugin = PluginManager():CreatePlugin()
local name = "Test_" .. game:GetService("HttpService"):GenerateGUID(false)
local widget = plu…
Has any progress been made on this? This is still an issue for me and now I’m starting to get jealous of those people who can see the new lighting updates
Subcritical_alt
(Subcritical_alt)
Split this topic
October 4, 2019, 5:25pm
#26
2 posts were merged into an existing topic: Consistent lag spiking in studio