Skip to content

Latest commit

 

History

History
258 lines (227 loc) · 6.85 KB

blocks-todo.md

File metadata and controls

258 lines (227 loc) · 6.85 KB

List of Roblox APIs to implement

Legend:

  • ❌ Not done yet
  • ➖ Not applicable
  • ⌛ Work in Progress
  • ✔️ Done
  • 🚫 Not going to implement
Instance ⌛

Instance

API Reference

Fields

Field Read Write
Archivable ✔️ ✔️
ClassName
Name
Parent ✔️ ✔️

Functions

Function Implemented
ClearAllChildren
Clone ✔️
Destroy ✔️
FindFirstAncestor
FindFirstAncestorOfClass
FindFirstAncestorWhichIsA
GetActor
GetAttribute
GetAttributeChangedSignal
GetAttributes
GetChildren
GetDescendants
GetFullName
GetPropertyChangedSignal
IsA ✔️
IsAncestorOf
IsDescendantOf
SetAttribute
WaitForChild ✔️

Events

Event Implemented
AncestryChanged
AttributeChanged
Changed
ChildAdded
ChildRemoved
DescendantAdded
DescendantRemoving
Humanoid ⌛

Humanoid

API Reference

Fields

Field Read Write
AutoJumpEnabled
AutoRotate
AutomaticScalingEnabled
BreakJointsOnDeath
CameraOffset
CollisionType
DisplayDistanceType
DisplayName
FloorMaterial
Health
HealthDisplayDistance
HealthDisplayType
HipHeight
Jump
JumpHeight
JumpPower
MaxHealth
MaxSlopeAngle
MoveDirection
NameDisplayDistance
NameOcclusion
PlatformStand
RequiresNeck
RigType
RootPart
SeatPart
Sit
TargetPoint
UseJumpPower
WalkSpeed ✔️ ✔️
WalkToPart
WalkToPoint

Functions

Function Implemented
AddAccessory
ApplyDescription
BuildRigFromAttachments
ChangeState
EquipTool
GetAccessories
GetAppliedDescription
GetBodyPartR15
GetLimb
GetState
GetStateEnabled
Move
MoveTo
PlayEmote
RemoveAccessories
ReplaceBodyPartR15
SetStateEnabled
TakeDamage
UnequipTools

Events

Event Implemented
Climbing
Died
FallingDown
FreeFalling
GettingUp
HealthChanged
Jumping
MoveToFinished
PlatformStanding
Ragdoll
Running
Seated
StateChanged
StateEnabledChanged
Strafing
Swimming
Touched
Part

Part

API Reference

Fields

Field Read Write
Shape
Anchored
AssemblyAngularVelocity
AssemblyCenterOfMass
AssemblyLinearVelocity
AssemblyMass
AssemblyRootPart
BackParamA
BackParamB
BackSurface
BackSurfaceInput
BottomParamA
BottomParamB
BottomSurface
BottomSurfaceInput
BrickColor ✔️ ✔️
CFrame ✔️ ✔️
CanCollide
CanTouch
CastShadow
CenterOfMass
CollisionGroupId
Color
PhysicalProperties
FrontParamA
FrontParamB
FrontSurface
FrontSurfaceInput
LeftParamA
LeftParamB
LeftSurface
LeftSurfaceInput
LocalTransparencyModifier
Locked
Mass
Massless
Material
Orientation
Position ✔️ ✔️
ReceiveAge
Reflectance
ResizeIncrement
ResizeableFaces
RightParamA
RightParamB
RightSurface
RightSUrfaceInput
RootPriority
Rotation
Size
TopParamA
TopParamB
TopSurface
TopSurfaceInput
Transparency

Functions

Function Implemented
ApplyAngularImpulse
ApplyImpulse
ApplyImpulseAtPosition
BreakJoints
CanCollidWith
CanSetNetworkOwnership
GetConnectedParts
GetJoints
GetMass
GetNetworkOwner
GetNetworkOwnershipAuto
GetRootPart
GetTouchingParts
GetVelocityAtPosition
IsGrounded
MakeJoints
Resize
SetNetworkOwner
SetNetworkOwnershipAuto
SubtractAsync
UnionAsync

Events

Event Implemented
Touched ✔️
TouchEnded