GetPlayerByID (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
No edit summary
>Legend26
No edit summary
Line 1: Line 1:
{{Method
{{protected}}
 
<onlyinclude>{{Method
|name=GetPlayerByID
|name=GetPlayerByID
|object=Players
|protected=yes
|arguments=[[Integer]] ''userId''
|arguments=[[Integer]] ''userId''
|returns=[[Instance]] ''requestedPlayer''
|returns=[[Instance]] ''requestedPlayer''
|description=Returns the player with the given userId.
|description=Returns the player with the given userId.
|objects=[[RBX.lua.Players (Object)|Players]]
}}
}}
<noinclude>[[Category:Methods]]</noinclude>
</onlyinclude>
 
{{clear floats}}
 
[[Category:Methods]]

Revision as of 22:32, 23 January 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
GetPlayerByID( Integer userId )
Returns Instance requestedPlayer
Description: Returns the player with the given userId.
Member of: Players