Reference API Roblox

Engine API

Website

Related

Reference API Roblox

StarterPlayer

This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service]

Member index 44

HistoryMember
553AutoJumpEnabled: bool
589AvatarJointUpgrade: AvatarJointUpgrade
553CameraMaxZoomDistance: float
553CameraMinZoomDistance: float
553CameraMode: CameraMode
553CharacterJumpHeight: float
553CharacterJumpPower: float
553CharacterMaxSlopeAngle: float
553CharacterUseJumpPower: bool
553CharacterWalkSpeed: float
553DevCameraOcclusionMode: DevCameraOcclusionMode
553DevComputerCameraMovementMode: DevComputerCameraMovementMode
553DevComputerMovementMode: DevComputerMovementMode
553DevTouchCameraMovementMode: DevTouchCameraMovementMode
553DevTouchMovementMode: DevTouchMovementMode
553EnableDynamicHeads: LoadDynamicHeads
578EnableMouseLockOption: bool
553HealthDisplayDistance: float
553LoadCharacterAppearance: bool
553LoadCharacterLayeredClothing : LoadCharacterLayeredClothing
603LuaCharacterController: CharacterControlMode
553NameDisplayDistance: float
553UserEmotesEnabled: bool
573ClearDefaults(): null
inherited from Instance
553Archivable: bool
635Capabilities: SecurityCapabilities
553ClassName: string
553Name: string
553Parent: Instance
635Sandboxed: bool
616UniqueId: UniqueId
553className: string
576AddTag(tag: string): null
573ClearAllChildren(): null
462Clone(): Instance
573Destroy(): null
486FindFirstAncestor(name: string): Instance
486FindFirstAncestorOfClass(className: string): Instance
486FindFirstAncestorWhichIsA(className: string): Instance
486FindFirstChild(name: string, recursive: bool = false): Instance
486FindFirstChildOfClass(className: string): Instance
486FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance
486FindFirstDescendant(name: string): Instance
563GetActor(): Actor
486GetAttribute(attribute: string): Variant
462GetAttributeChangedSignal(attribute: string): RBXScriptSignal
631GetAttributes(): Dictionary
486GetChildren(): Objects
462GetDebugId(scopeLength: int = 4): string
486GetDescendants(): Array
486GetFullName(): string
462GetPropertyChangedSignal(property: string): RBXScriptSignal
576GetTags(): Array
576HasTag(tag: string): bool
486IsA(className: string): bool
486IsAncestorOf(descendant: Instance): bool
486IsDescendantOf(ancestor: Instance): bool
580IsPropertyModified(name: string): bool
573Remove(): null
576RemoveTag(tag: string): null
580ResetPropertyToDefault(name: string): null
573SetAttribute(attribute: string, value: Variant): null
462WaitForChild(childName: string, timeOut: double): Instance
553children(): Objects
553clone(): Instance
573destroy(): null
553findFirstChild(name: string, recursive: bool = false): Instance
553getChildren(): Objects
462isA(className: string): bool
553isDescendantOf(ancestor: Instance): bool
573remove(): null
462AncestryChanged(child: Instance, parent: Instance)
462AttributeChanged(attribute: string)
462Changed(property: string)
462ChildAdded(child: Instance)
462ChildRemoved(child: Instance)
462DescendantAdded(descendant: Instance)
462DescendantRemoving(descendant: Instance)
500Destroying()
553childAdded(child: Instance)

Removed member index 12

HistoryMember
608AnimationCompositorMode: AnimationCompositorMode
620DeathStyle: DeathStyle
608HumanoidStateMachineMode: HumanoidStateMachineMode
290ScreenOrientation: ScreenOrientation
290ScreenOrientationChanged(newOrientation: ScreenOrientation, fromSensor: bool)

History 235

Members 44

AutoJumpEnabled

TypeDefault
booltrue

History 4

AvatarJointUpgrade

TypeDefault
AvatarJointUpgradeDefault
This property is not replicated. Its interface does not cross the network boundary.
This property is not browsable. It is not visible in Studio's object browser.

History 5

Tags: [NotReplicated, NotBrowsable]

CameraMaxZoomDistance

TypeDefault
float400

History 4

CameraMinZoomDistance

TypeDefault
float0.5

History 4

CameraMode

TypeDefault
CameraModeClassic

History 4

CharacterJumpHeight

TypeDefault
float7.19999981

History 11

CharacterJumpPower

TypeDefault
float50

History 11

CharacterMaxSlopeAngle

TypeDefault
float89

History 10

CharacterUseJumpPower

TypeDefault
booltrue

History 11

CharacterWalkSpeed

TypeDefault
float16

History 10

ClearDefaults

Parameters (0)
No parameters.
Returns (1)
null

History 3

DevCameraOcclusionMode

TypeDefault
DevCameraOcclusionModeZoom

History 4

DevComputerCameraMovementMode

TypeDefault
DevComputerCameraMovementModeUserChoice

History 4

DevComputerMovementMode

TypeDefault
DevComputerMovementModeUserChoice

History 4

DevTouchCameraMovementMode

TypeDefault
DevTouchCameraMovementModeUserChoice

History 4

DevTouchMovementMode

TypeDefault
DevTouchMovementModeUserChoice

History 4

EnableDynamicHeads

TypeDefault
LoadDynamicHeadsDefault
This property is not scriptable. It cannot be accessed by script code.

History 2

Tags: [NotScriptable]

EnableMouseLockOption

TypeDefault
booltrue

History 6

HealthDisplayDistance

TypeDefault
float100

History 4

LoadCharacterAppearance

TypeDefault
booltrue

History 4

LoadCharacterLayeredClothing

TypeDefault
LoadCharacterLayeredClothingDefault
This property is not scriptable. It cannot be accessed by script code.
This property is not replicated. Its interface does not cross the network boundary.

History 2

Tags: [NotReplicated, NotScriptable]

LuaCharacterController

TypeDefault
CharacterControlModeDefault
This property is not browsable. It is not visible in Studio's object browser.

History 1

Tags: [NotBrowsable]

NameDisplayDistance

TypeDefault
float100

History 4

UserEmotesEnabled

TypeDefault
booltrue

History 5

Removed members 12

AnimationCompositorMode

TypeDefault
AnimationCompositorModeDefault
This property is not browsable. It is not visible in Studio's object browser.

History 2

Tags: [NotBrowsable]

DeathStyle

TypeDefault
DeathStyleDefault
This property is not browsable. It is not visible in Studio's object browser.

History 2

Tags: [NotBrowsable]

HumanoidStateMachineMode

TypeDefault
HumanoidStateMachineModeDefault
This property is not browsable. It is not visible in Studio's object browser.

History 3

Tags: [NotBrowsable]

ScreenOrientation

TypeDefault
ScreenOrientation

History 4

ScreenOrientationChanged

Parameters (2)
newOrientationScreenOrientation
fromSensorbool

History 4

Settings