LoadCharacter (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy No edit summary |
>ArceusInator Replaced "inGame" with "loadAnimationWithCharacter" to make it easier to understand |
||
Line 3: | Line 3: | ||
<onlyinclude>{{Method | <onlyinclude>{{Method | ||
|name = LoadCharacter | |name = LoadCharacter | ||
|arguments = [[Bool]] '' | |arguments = [[Bool]] ''loadAnimationWithCharacter'' | ||
|description = Will load the character, used is resurrection. The argument is not necessary for this operation. Passing it false will load the character without animation. | |description = Will load the character, used is resurrection. The argument is not necessary for this operation. Passing it false will load the character without animation. | ||
|object = Player | |object = Player |
Revision as of 15:49, 24 March 2011
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
LoadCharacter( Bool loadAnimationWithCharacter ) | |
Returns | nil |
Description: | Will load the character, used is resurrection. The argument is not necessary for this operation. Passing it false will load the character without animation. |
Member of: | Player |