636 | | IsReplicatedCopy: bool |
630 | | MeshData: SharedString |
624 | | SkinningEnabled: bool |
640 | | AddColor(color: Color3, alpha: float): int64 |
640 | | AddNormal(normal: Vector3?): int64 |
604 | | AddTriangle(vertexId0: int64, vertexId1: int64, vertexId2: int64): int64 |
640 | | AddUV(uv: Vector2): int64 |
604 | | AddVertex(p: Vector3): int64 |
619 | | CreateMeshPartAsync(options: Dictionary = nil): MeshPart |
602 | | FindClosestPointOnSurface(point: Vector3): Tuple |
604 | | FindClosestVertex(toThisPoint: Vector3): int64 |
602 | | FindVerticesWithinSphere(center: Vector3, radius: float): Array |
640 | | GetAdjacentFaces(faceId: int64): Array |
640 | | GetAdjacentTriangles(triangleId: int64): Array |
604 | | GetAdjacentVertices(vertexId: int64): Array |
640 | | GetColor(colorId: int64): Color3? |
640 | | GetColorAlpha(colorId: int64): float? |
640 | | GetColors(): Array |
640 | | GetFaceColors(faceId: int64): Array |
640 | | GetFaceNormals(faceId: int64): Array |
640 | | GetFaceUVs(faceId: int64): Array |
640 | | GetFaceVertices(faceId: int64): Array |
640 | | GetFaces(): Array |
640 | | GetFacesWithAttribute(id: int64): Array |
640 | | GetNormal(normalId: int64): Vector3? |
640 | | GetNormals(): Array |
604 | | GetPosition(vertexId: int64): Vector3 |
640 | | GetTriangleVertices(triangleId: int64): Tuple |
640 | | GetTriangles(): Array |
640 | | GetUV(uvId: int64): Vector2? |
640 | | GetUVs(): Array |
640 | | GetVertexColor(vertexId: int64): Color3 |
640 | | GetVertexColorAlpha(vertexId: int64): float |
640 | | GetVertexNormal(vertexId: int64): Vector3 |
602 | | GetVertices(): Array |
640 | | GetVerticesWithAttribute(id: int64): Array |
640 | | IdDebugString(id: int64): string |
640 | | MergeVertices(mergeTolerance: float): Map |
604 | | RaycastLocal(origin: Vector3, direction: Vector3): Tuple |
640 | | RemoveFace(faceId: int64): null |
640 | | RemoveTriangle(triangleId: int64): null |
640 | | RemoveUnused(): Array |
640 | | RemoveVertex(vertexId: int64): null |
640 | | ResetNormal(normalId: int64): null |
640 | | SetColor(colorId: int64, color: Color3): null |
640 | | SetColorAlpha(colorId: int64, alpha: float): null |
640 | | SetFaceColors(faceId: int64, ids: Array): null |
640 | | SetFaceNormals(faceId: int64, ids: Array): null |
640 | | SetFaceUVs(faceId: int64, ids: Array): null |
640 | | SetFaceVertices(faceId: int64, ids: Array): null |
640 | | SetNormal(normalId: int64, normal: Vector3): null |
604 | | SetPosition(vertexId: int64, p: Vector3): null |
640 | | SetUV(uvId: int64, uv: Vector2): null |
640 | | SetVertexColor(vertexId: int64, color: Color3): null |
640 | | SetVertexColorAlpha(vertexId: int64, alpha: float): null |
640 | | SetVertexNormal(vertexId: int64, vnormal: Vector3): null |
640 | | Triangulate(): null |
553 | | Archivable: bool |
553 | | Attributes: string |
553 | | AttributesReplicate: string |
553 | | AttributesSerialize: BinaryString |
635 | | Capabilities: SecurityCapabilities |
553 | | ClassName: string |
553 | | DataCost: int |
619 | | DefinesCapabilities: bool |
553 | | HistoryId: UniqueId |
553 | | Name: string |
553 | | Parent: Instance |
553 | | PropertyStatusStudio: PropertyStatus |
553 | | RobloxLocked: bool |
635 | | Sandboxed: bool |
616 | | SourceAssetId: int64 |
553 | | Tags: BinaryString |
616 | | UniqueId: UniqueId |
553 | | archivable: bool |
553 | | className: string |
553 | | numExpectedDirectChildren: int |
576 | | AddTag(tag: string): null |
573 | | ClearAllChildren(): null |
462 | | Clone(): Instance |
573 | | Destroy(): null |
486 | | FindFirstAncestor(name: string): Instance |
486 | | FindFirstAncestorOfClass(className: string): Instance |
486 | | FindFirstAncestorWhichIsA(className: string): Instance |
486 | | FindFirstChild(name: string, recursive: bool = false): Instance |
486 | | FindFirstChildOfClass(className: string): Instance |
486 | | FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance |
486 | | FindFirstDescendant(name: string): Instance |
563 | | GetActor(): Actor |
486 | | GetAttribute(attribute: string): Variant |
462 | | GetAttributeChangedSignal(attribute: string): RBXScriptSignal |
631 | | GetAttributes(): Dictionary |
486 | | GetChildren(): Objects |
462 | | GetDebugId(scopeLength: int = 4): string |
486 | | GetDescendants(): Array |
486 | | GetFullName(): string |
462 | | GetPropertyChangedSignal(property: string): RBXScriptSignal |
641 | | GetStyled(name: string): Variant |
576 | | GetTags(): Array |
576 | | HasTag(tag: string): bool |
486 | | IsA(className: string): bool |
486 | | IsAncestorOf(descendant: Instance): bool |
486 | | IsDescendantOf(ancestor: Instance): bool |
580 | | IsPropertyModified(name: string): bool |
573 | | Remove(): null |
576 | | RemoveTag(tag: string): null |
580 | | ResetPropertyToDefault(name: string): null |
573 | | SetAttribute(attribute: string, value: Variant): null |
462 | | WaitForChild(childName: string, timeOut: double): Instance |
553 | | children(): Objects |
553 | | clone(): Instance |
573 | | destroy(): null |
553 | | findFirstChild(name: string, recursive: bool = false): Instance |
553 | | getChildren(): Objects |
462 | | isA(className: string): bool |
553 | | isDescendantOf(ancestor: Instance): bool |
573 | | remove(): null |
462 | | AncestryChanged(child: Instance, parent: Instance) |
462 | | AttributeChanged(attribute: string) |
462 | | Changed(property: string) |
462 | | ChildAdded(child: Instance) |
462 | | ChildRemoved(child: Instance) |
462 | | DescendantAdded(descendant: Instance) |
462 | | DescendantRemoving(descendant: Instance) |
500 | | Destroying() |
553 | | childAdded(child: Instance) |