GUI not appearing when CharacterAutoLoads is false

I am trying to make it so the character doesn’t load until you press the START button.
The problem is, I disabled CharacterAutoLoads and when I tested the game, the START button doesn’t load in too so I can’t press it to load my character.
Is there anyway to solve this? I just wanted to know a method, no scripts needed.

if the character doesn’t load, the starterGui does the same, move a copy of the start button into the gui of a player when he first starts and go on from there

1 Like

Put the GUI into ReplicatedFirst?

That works, but a new problem occurs


It’s an error saying LoadCharacter can only be called by the backend server when I press the button

thats because you cant call loadCharacter clientside, use remote events

thank you for teaching me da way