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:
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!