Ive tried the :loadcharacter() but that doesnt load the GUI, which I need.
Basically what I want is a menu that, when the player presses the “PLAY” button, a remote event shoots over to the server saying that it should load that character into the game. How would I do this? I want the GUI, just not the workspace character
This works by first detecting when the player presses a button, and if they do, fire a remote event.
On the server, it detects when the remote event is fired and reloads the character there.
I dont want the character to load when the player enters the game. I want the character to load when the player presses the play button. When I try the loadcharacter() and try CharacterAutoLoads off, the game doesn’t load, the camera just sits in an endless void. The gui doesn’t even load.
I dont want the chacater anywhere before the player presses the play button, but when they do I want it load into the workspace and spawn like anybody character would when loading into a normal game.