CreateLocalPlayer (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
CreateLocalPlayer uses the authentication ticket, not userId
>Blocco
No edit summary
Line 1: Line 1:
<onlyinclude>{{Method
<onlyinclude>{{Method
|name = CreateLocalPlayer
|name = CreateLocalPlayer
|arguments = [[Integer]] ''ticket''
|arguments = [[Integer]] ''userId''
|returns = [[Player]]
|returns = [[Player]]
|description = Used by the game to create the [[LocalPlayer]].
|description = Used by the game to create the [[LocalPlayer]].

Revision as of 00:56, 10 March 2011

CreateLocalPlayer( Integer userId )
Returns Player
Description: Used by the game to create the LocalPlayer.
Member of: Players