RBX.lua.Player (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
m RBX.Lua.Player (Object) moved to RBX.lua.Player (Object)
>Mindraker
links
Line 9: Line 9:
''<font color="red"># indicates a locked function. These should NOT be tampered with.</font>''
''<font color="red"># indicates a locked function. These should NOT be tampered with.</font>''


* <font color="red">#</font> LoadCharacter(bool inGame = true)
* <font color="red">#</font> [[LoadCharacter (Function)|LoadCharacter(bool inGame = true)]]
* <font color="red">#</font> RemoveCharacter()
* <font color="red">#</font> [[RemoveCharacter (Function)|RemoveCharacter()]]
* <font color="red">#</font> SetSuperSafeChat(bool value)
* <font color="red">#</font> [[SetSuperSafeChat (Function)|SetSuperSafeChat(bool value)]]
* <font color="red">#</font> SetUnder13(bool value)
* <font color="red">#</font> [[SetUnder13 (Function)|SetUnder13(bool value)]]




Line 18: Line 18:
In addition to the global properties, Player also has these:
In addition to the global properties, Player also has these:


* [[Character]]
* [[Character (Property)|Character]]
* [[CharacterAppearance]]
* [[CharacterAppearance (Property)|CharacterAppearance]]
* [[Neutral]]
* [[Neutral (Property)|Neutral]]
* [[TeamColor]]
* [[TeamColor (Property)|TeamColor]]
* [[userId]]
* [[userId (Property)|userId]]


==Events==
==Events==
In addition to the global events, Player also has these:
In addition to the global events, Player also has these:


* [[Chatted]]
* [[Chatted (Event)|Chatted]]
* [[Idled]]
* [[Idled (Event)|Idled]]




[[Category:ROBLOX Lua Objects]]
[[Category:ROBLOX Lua Objects]]

Revision as of 17:38, 16 September 2008

The Player object contains all of a user's information while ingame.

This is a Game Service; it cannot be created with Instance.new - it must be obtained using the GetService method, or as a child of game.


Functions

In addition to the global functions, Player also has these:
# indicates a locked function. These should NOT be tampered with.


Properties

In addition to the global properties, Player also has these:

Events

In addition to the global events, Player also has these: