Player

AccountAge

AppearanceDidLoad

AutoJumpEnabled

CameraMaxZoomDistance

CameraMinZoomDistance

CameraMode

An enum that describes how a Player's camera is allowed to behave. <a href="http://wiki.roblox.com/index.php/CameraMode" target="_blank">More info</a>.

CanLoadCharacterAppearance

Character

CharacterAppearance

CharacterAppearanceId

ChatMode

DataComplexity

DataComplexityLimit

DataReady

Read-only. If true, this Player's persistent data can be loaded, false otherwise. <a href="http://wiki.roblox.com/index.php/ROBLOX_Scripting_How_To:_Data_Persistence" target="_blank">Info on Data Persistence</a>.

DevCameraOcclusionMode

DevComputerCameraMode

DevComputerMovementMode

DevEnableMouseLock

DevTouchCameraMode

DevTouchMovementMode

DisplayName

FollowUserId

Guest

HealthDisplayDistance

LocaleId

MaximumSimulationRadius

MembershipType

NameDisplayDistance

Neutral

OsPlatform

ReplicationFocus

RespawnLocation

SimulationRadius

Team

TeamColor

Teleported

TeleportedIn

UserId

VRDevice

userId

`userId` is deprecated. Use `UserId` instead.

AddToBlockList

ClearCharacterAppearance

DistanceFromCharacter

GetFriendStatus

GetGameSessionID

GetJoinData

GetMouse

GetUnder13

HasAppearanceLoaded

IsUserAvailableForExperiment

Kick

LoadBoolean

LoadCharacterAppearance

LoadData

LoadInstance

LoadNumber

LoadString

Move

RemoveCharacter

RequestFriendship

RevokeFriendship

SaveBoolean

SaveData

SaveInstance

SaveNumber

SaveString

SetAccountAge

SetMembershipType

SetSuperSafeChat

SetUnder13

UpdatePlayerBlocked

loadBoolean

`loadBoolean` is deprecated. Use `LoadBoolean` instead.

loadInstance

`loadInstance` is deprecated. Use `LoadInstance` instead.

loadNumber

`loadNumber` is deprecated. Use `LoadNumber` instead.

loadString

`loadString` is deprecated. Use `LoadString` instead.

saveBoolean

`saveBoolean` is deprecated. Use `SaveBoolean` instead.

saveInstance

`saveInstance` is deprecated. Use `SaveInstance` instead.

saveNumber

`saveNumber` is deprecated. Use `SaveNumber` instead.

saveString

`saveString` is deprecated. Use `SaveString` instead.

GetFriendsOnline

GetRankInGroup

GetRoleInGroup

IsBestFriendsWith

IsFriendsWith

IsInGroup

LoadCharacter

Loads in a new character for this player. This will replace the player's current character, if they have one. This should be used in conjunction with Players.CharacterAutoLoads to control spawning of characters. This function only works from a server-side script (NOT a LocalScript).

LoadCharacterBlocking

WaitForDataReady

Yields until the persistent data for this Player is ready to be loaded. <a href="http://wiki.roblox.com/index.php/ROBLOX_Scripting_How_To:_Data_Persistence" target="_blank">Info on Data Persistence</a>.

isFriendsWith

`isFriendsWith` is deprecated. Use `IsFriendsWith` instead.

waitForDataReady

`waitForDataReady` is deprecated. Use `WaitForDataReady` instead.

CharacterAdded

CharacterAppearanceLoaded

CharacterRemoving

Chatted

FriendStatusChanged

Idled

Fired periodically after the user has been AFK for a while. Currently this event is only fired for the *local* Player. "time" is the time in seconds that the user has been idle.

OnTeleport

SimulationRadiusChanged