#all gui in startergui got deleted

1 messages · Page 1 of 1 (latest)

cyan jay
#

For some reason there's a chance when players join all their gui get deleted I checked the startergui all gui also got deleted, and archived is true, I didn't even use clearAllchildren(), resetonspawn is also true.

and i tried moving all my gui to replicatedstorage, then when the player joined i copied all those gui and put it in their playergui, so i did it manually but for some reason they got deleted again.

sometimes players are able to fix it just by rejoining, or joining a private server, or by waiting a min then rejoining, but now when they encounter it it's permanent, rejoin, waiting, the private server won't work.

and this only happens to some of the players like the startergui is all deleted but only to some players, what makes no sense to me is if all gui in startergui is deleted why only some of those players. If you ask how i check it, using the console i print out every gui in playergui and startergui.

and this also only happens in public servers It never happens in roblox studio, and there's no error in console both client and server, and all script in those gui didn't run, because they also got deleted

Archive=true(if false they literally deleted also in roblox studio)
No clearAllchildren used.
resetonspawn=true

Been coding for years now but it's my first time to see all gui in playergui and startergui magically disappeared, i been trying to fix this for the past 2 to 3 days and can't find an answer.

cyan jay
#

I checked all my script one by one that related to startergui or playergui that could parent it to somewhere or delete or clearAllchildren, i found nothing.

#

Even the localscript and the modulescript.

humble ember
#

send?

cyan jay
#

All scripts? There are at least 40+ scripts, and i can't send right now, been trying to fix it for 12 hours and my desktop is down i be sleeping and try tomorrow.

humble ember
#

I just mean anything that interacts with the gui lol

#

Or things you think could reasonably be doing this somehow

cyan jay
#

I can only provide this, there's no error it only happen in public server not in studio it work perfectly fine in roblox studio, but if player died in public server their magically disappeared.

#

And only happen to some of people, they assume it happen when they kill and npc, or when they started it running or even just respawning

#

This happen to my acc to so i tried using command in private server like this.

for _,v in ipairs(game.StarterGui:GetChildren()) do print(v) end

if i have the bug i won't print out nothing but if i don't have the bug it print all the gui. So the gui don't exist when you joined. But exist to some.

elder pecanBOT
#

studio** You are now Level 1! **studio

humble ember
cyan jay
#

No it happens when the player joins and it deletes all gui after joining it even before the character spawn. And it only happens if you have the bug so it's permanent rejoin won't work.

#

I tried putting those gui in RS then apply it upon respawn, similar how startergui work but again they just disappear.

lilac summit
#

have you used global find all

cyan jay
#

Never tried that but i will have to try it later.

lilac summit
cyan jay
#

this is what happen but it happen only in public server, so i have to manually remove all in the startergui, to replicate the actual bug.

#

and this is the only i find that related to startergui.

#

it just 1 which is the loadingGui, the other is from backgui, that im trying to fix the bug with it.