LoadCharacter (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>JulienDethurens No edit summary |
||
Line 3: | Line 3: | ||
<onlyinclude>{{Method | <onlyinclude>{{Method | ||
|name = LoadCharacter | |name = LoadCharacter | ||
|arguments = [[bool]] | |arguments = [[bool]] <var>inGame = true</var> | ||
|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]]. |
Revision as of 07:14, 26 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 |