Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

StarterGui isn't copying over to the players?

Asked by 5 years ago

This is a really weird issue I'm having. when players join it will not register that they have the gui that is in StarterGui, yet they will still be able to see the gui, even though it's not in their PlayerGui??? Basically, the StarterGui isn't giving the players the ScreenGui object that I have in StarterGui; However, the players DO spawn with the gui on their screen. what is up with this!??!

Here's some pictures of my issue and such.

http://cameronschoenecker.com/img1.PNG

http://cameronschoenecker.com/img2.PNG

http://cameronschoenecker.com/img3.PNG

0
This is extremely weird.. SBlankthorn 329 — 5y
1
Probably because you're checking the guis in another player's PlayerGui, which you can't do. The server can't see each clients' PlayerGui, and each client can only see their PlayerGui in the explorer Rare_tendo 3000 — 5y
0
Make sure ResetPlayerGuiOnSpawn is ticked! User#19524 175 — 5y
0
It might be that I can't see them because of that @chexyalani, however even still the GUI aren't there because when I try to reference that GUI in the console it tells me it's not there. Also @incapaz, my players aren't dying, they spawn right off the bat like this, but I'll try. repgainer3 35 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

In Filtering Enabled, startergui is not replicated over the server, if you still dont understand here :

https://devforum.roblox.com/t/accessing-playergui-in-fe/64386

0
Hey, are you trying to tell me that if filtering is enabled, then StarterGui does nothing? repgainer3 35 — 5y
0
Oh wait, I understand, ah, so what you're saying is that I can't edit that kind of stuff ingame because of filtering enabled. repgainer3 35 — 5y
Ad

Answer this question