RBX.lua.Player (Object): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Nate making a page for Player... |
>Outofspace m Cat. added |
||
Line 29: | Line 29: | ||
* [[Chatted]] | * [[Chatted]] | ||
* [[Idled]] | * [[Idled]] | ||
[[Category:ROBLOX Lua Objects]] |
Revision as of 00:48, 30 June 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.
- # LoadCharacter(bool inGame = true)
- # RemoveCharacter()
- # SetSuperSafeChat(bool value)
- # SetUnder13(bool value)
Properties
In addition to the global properties, Player also has these:
Events
In addition to the global events, Player also has these: