CreateLocalPlayer (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
No edit summary
>JulienDethurens
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
|name = CreateLocalPlayer
|name = CreateLocalPlayer
|protected=yes
|protected=yes
|arguments = [[Integer]] ''userId''
|arguments = [[int]] <var>userId</var>
|returns = [[Player]]
|returns = [[Player]]
|description = Used by the game to create the [[LocalPlayer]].
|description = Used by the game to create the [[LocalPlayer]].

Latest revision as of 06:57, 26 January 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
CreateLocalPlayer( int userId )
Returns Player
Description: Used by the game to create the LocalPlayer.
Member of: Players