Gui's not being copied to PlayerGui

So when I play test my game, the gui I have inside StarterGui doesn’t get copied over to PlayerGui.
Here’s my layout in the explorer tab:
image

The only other thing that could be affecting it is this line:

game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.All,false)

But I took this part out for a test and it didn’t change anything, the gui still didn’t show up.
Any help is appreciated!

You most likely have CharacterAutoLoads disabled under Players.

1 Like