LoadCharacter (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
Anyone know what the "InGame" argument is supposed to do?
>JulienDethurens
No edit summary
Line 3: Line 3:
<onlyinclude>{{Method
<onlyinclude>{{Method
|name = LoadCharacter
|name = LoadCharacter
|arguments = [[Bool]] ''inGame = true''
|arguments = [[bool]] ''inGame = true''
|protected = yes
|protected = yes
|description = Creates a new character for the player and places it in the [[workspace]].
|description = Creates a new character for the player and places it in the [[Workspace]].
|object = Player
|object = Player
}}</onlyinclude>
}}</onlyinclude>

Revision as of 21:24, 22 January 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
LoadCharacter( bool inGame = true )
Returns nil
Description: Creates a new character for the player and places it in the Workspace.
Member of: Player