RemoveCharacter (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy added |
>Camoy fixed |
||
Line 1: | Line 1: | ||
{{Locked}} | {{Locked}} | ||
<onlyinclude>{{Method|name = RemoveCharacter | |||
|arguments = | |arguments = | ||
|returns = [[nil]] | |returns = [[nil]] | ||
|description = Sets the parent of the Player's character to nil. | |description = Sets the parent of the Player's character to nil. | ||
|object = [[Player]] | |object = [[Player]] | ||
}}</onlyinclude> | |||
[[Category:Methods]] |
Revision as of 16:09, 30 August 2010
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
![]() | |
Returns | nil |
Description: | Sets the parent of the Player's character to nil. |
Member of: | [[RBX.lua.Player (Object)|Player]] |