of     1   

HadenTheCreeper
#223636899Monday, August 14, 2017 3:26 AM GMT

Alright so... certain people join and then get kicked when the playergui loads. Even when there are no scripts at all in the game. When this happens, there is a coregui error in the clientlogs. What do I do? D:
iiNemo
#223636978Monday, August 14, 2017 3:28 AM GMT

Whats the error?
Soybeen
#223637011Monday, August 14, 2017 3:29 AM GMT

This happened to me because there was just too much to load inside of the PlayerGui. To solve this, I fed it to them slowly, using :WaitForChild() to collect a list of all the GUIs and work with them from there.
HadenTheCreeper
#223637273Monday, August 14, 2017 3:36 AM GMT

So just delay the time for a script to do anything?
HadenTheCreeper
#223637582Monday, August 14, 2017 3:43 AM GMT

I think I fixed it, I did :WaitForChild("PlayerGui") on every script that accesses it
HadenTheCreeper
#223638202Monday, August 14, 2017 4:01 AM GMT

Nope, it still kicks me. I edited every script in the game to fix it, even tried deleting every script, still get kicked.
Skylake_X
#223638219Monday, August 14, 2017 4:01 AM GMT

new place? R$30,841
HadenTheCreeper
#223638331Monday, August 14, 2017 4:04 AM GMT

I cant make a new place because it has so many side games, it'd be a lot of reuploading images
Soybeen
#223676184Monday, August 14, 2017 10:48 PM GMT

"there was just too much to load inside of the PlayerGui" I'm talking content wise, images, gui objects, etc

    of     1