local ladder = new Part()
ladder.Size = Vector3(1, 10, 0.25)
ladder.Climbable = true
ladder.Anchored = true
ladder.Parent = world
Part
Inherits: PhysicsInstance
Properties
CastShadow boolean
Climbable boolean
Color Color3
Material PartMaterial
local part = new Part()
part.Material = PartMaterial.Glow
part.Color = Color3(0, 0.5, 1)
part.Parent = world
Shape PartShape
local ball = new Part()
ball.Shape = PartShape.Ball
ball.Size = Vector3(3, 3, 3)
ball.Color = Color3().Random()
ball.Parent = world
Size Vector3
Properties
Functions
Speak(text: string, duration: number = 5)
Properties
IgnoreParent boolean
Transparency number
Visible boolean
Properties
Archivable boolean
IsInDataModel boolean read-only
IsInWorld boolean read-only
Locked boolean
Name string
Parent Instance?
SortIndex number read-only
Functions
AttachCoreScript(path: string)
AttachScript(path: string)
Destroy()
DestroyAfter(delaySeconds: number)
DetachCoreScript(path: string)
DetachScript(path: string)
GetScriptCount() Returns number
GetScriptPath(index: number) Returns string
IsDescendantOfClass(className: string) Returns boolean
MoveAfter(sibling: Instance)
MoveBefore(sibling: Instance)
Properties
ClassName string read-only
Functions
IsA(className: string) Returns boolean
Signals
Changed string