Studio freezes everytime i test

im trying to make an auto-updater for my roblox game so i dont update the source with every subplace.

heres what happens when i test:

so if any, are there any solutions to this fix? i tried running it in a baseplate and a classic baseplate, and it STILL freezes. i can still edit the topbar and the other stuff but, why does it keep doing this?

the only script i have in the empty baseplate is just a modulescript with literally nothing in it but just scripts that moves scripts to a service
image

1 Like

Hove you tried restarting studio, then try your computer if that doesn’t work

i’ve restarted it like 3 times, it still does it. it doesn’t do it on any other game, just does it on the baseplate with the only scripts in it.

Is this something you’ve been working on or is it currently empty?

im making a script that basically clones all of my scripts to services. the empty baseplate is just something im trying to test, using the mainmodule.

i edited the post too, can you also take a look at the edit?

it could be a script that’s freezing it

let it be frozen and eventually studio will kill whatever script is causing it to freeze and show a message similar to this, where you can see the stack trace of whatever is freezing your studio if it’s some kind of infinite loop

image

if you dont see this kind of message then it might be something creating an absurd amount of objects so i’d ctrl + shift + f for “while” and look for any while true do

1 Like

Maybe too much stuff is to handle when a player joins a game?

this is the code of “WAREBLOX by Cuke / Malte - Server Setup”

-- CoreGui Remover (DO NOT REMOVE OR TOUCH THIS)

local CoreGui = script.CoreGuiRemover:Clone()

CoreGui.Parent = game.StarterGui

-- Versions:

-- 2011

local v2011 = script.v2011:Clone()
v2011.Parent = game.ServerScriptService

is that too much code? this model is also in progress, which is only supposed to clone the gui to startergui

Maybe update your roblox studio version

it stopped freezing. i left my pc on while i went to bed and all of my programs had crashed, probably from roblox studio. ill reply in this post when this happens again