From 22f5d3d5fc9d427f3ec2fb773b16681a43dd2228 Mon Sep 17 00:00:00 2001 From: The4codeblocks <72419529+The4codeblocks@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:46:21 -0500 Subject: [PATCH 1/3] document welding 1 --- docs/objects/world/Part.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/world/Part.md b/docs/objects/world/Part.md index 4e08c000..2ae4b7b3 100644 --- a/docs/objects/world/Part.md +++ b/docs/objects/world/Part.md @@ -58,7 +58,7 @@ Adds a torque to the part relative to its own rotation. ### Anchored:bool { property } -Specifies whether the part is to be affected by physics or not. +Specifies whether the part is attached to its first part ancestor or :polytoria-Environment: Environment if none are found. ### AngularDrag:float { property } From ecf78412ce37ea2d560c20cd6d834abea2e38fc5 Mon Sep 17 00:00:00 2001 From: The4codeblocks <72419529+The4codeblocks@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:51:33 -0500 Subject: [PATCH 2/3] 2 --- docs/objects/world/MeshPart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/world/MeshPart.md b/docs/objects/world/MeshPart.md index df5474b4..4b9a6304 100644 --- a/docs/objects/world/MeshPart.md +++ b/docs/objects/world/MeshPart.md @@ -42,7 +42,7 @@ Returns the names of the animations associated with the mesh. ### Anchored:bool { property } -Specifies whether the part is to be affected by physics or not. +Specifies whether the part is attached to its first part ancestor or :polytoria-Environment: Environment if none are found. ### AngularVelocity:Vector3 = Vector3.New(0, 0, 0) { property } From ff9f6a7729b4a958a82054cb065945da46bd84d0 Mon Sep 17 00:00:00 2001 From: The4codeblocks <72419529+The4codeblocks@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:52:26 -0500 Subject: [PATCH 3/3] document welding 3 --- docs/objects/world/NPC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/world/NPC.md b/docs/objects/world/NPC.md index a1f94ac3..567fb411 100644 --- a/docs/objects/world/NPC.md +++ b/docs/objects/world/NPC.md @@ -74,7 +74,7 @@ Drops the tool currently equipped on the NPC. ### Anchored:bool { property } -Determines whether the NPC is affected by physics or not. +Determines whether the NPC is attached to its first part ancestor or :polytoria-Environment: Environment if none are found. ### FaceID:int { property }