LoadCharacter (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy fixed |
>Camoy No edit summary |
||
Line 4: | Line 4: | ||
|returns = [[nil]] | |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 | |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]] | ||
}}</onlyinclude> | }}</onlyinclude> | ||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 16:05, 30 August 2010
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
LoadCharacter( boolean inGame ) | |
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: | [[RBX.lua.Player (Object)|Player]] |