of     1   

BnB_Mak
#192761255Monday, July 04, 2016 5:11 AM GMT

I know the title makes no sense, here's an example of what I mean. I know when I have joined other games they have a StarterMenu/Main Menu, and your character/player is nowhere to be found almost like it has just disappeared. Then when you actually join the game or "press the Start button" it loads your character back. How do you do this?
Elynu
#192762001Monday, July 04, 2016 5:20 AM GMT

Don't think you can, people usually just keep the character out of player's view and create a new camera.
BnB_Mak
#192762081Monday, July 04, 2016 5:22 AM GMT

Oh ok, so I just need to move the camera to another part of the Workspace?
Qorm
#192766096Monday, July 04, 2016 6:21 AM GMT

there's a property called "CharacterAutoLoads" in the player service, set this to false in a script to do what you want, like so: game:GetService("Players").CharacterAutoLoads = false and now whenever you want, you can load the character manually with :LoadCharacter()
Elynu
#192769711Monday, July 04, 2016 7:29 AM GMT

But that also means the gui will not be able to load into the player.
BnB_Mak
#192771258Monday, July 04, 2016 8:09 AM GMT

Nothing is working, can you even move the camera? I tried to manipulate it and kept failing... I have no idea how to do this.
Paul_Bohill
#192776496Monday, July 04, 2016 11:54 AM GMT

You can keep the camera where it is and place a spawn point in a box behind it. Be sure to set the camera mode to scriptable, though. You can prevent the character from spawning outright, but that can often breaks stuff like physics.
BnB_Mak
#193238138Saturday, July 09, 2016 10:56 PM GMT

I attempted that. but every time I go to test it, it just puts the camera back in the players view.
Ortron
#193238340Saturday, July 09, 2016 10:59 PM GMT

game.Players.LocalPlayer.Character=nil
BnB_Mak
#193238419Saturday, July 09, 2016 11:00 PM GMT

Thanks Ortron
pidgey
#193293601Sunday, July 10, 2016 4:36 PM GMT

that will load your character still you're just not in control of it

    of     1