Don't make StarterGui dependent on Player's Character

If you put a Gui inside of StarterGui, it doesn’t actually replicate to PlayerGui unless the character is loaded at least once. It is called PlayerGui and not CharacterGui. Sure, there are work arounds to solve this issue, but I think StarterGui’s replicating to the PlayerGui regardless of the character’s existence is generally a good behavior to have and saves some extra trouble.