Loading model...
by Petej jssjjd · 4/1/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Pickaxe |
| 3 | |
| 4 | local MS = game:GetService("MaterialService") |
| 5 | |
| 6 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 7 | if not ok then return warn(roots) end |
| 8 | |
| 9 | local tmp = Instance.new("Folder") |
| 10 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 11 | |
| 12 | for _, d in ipairs(tmp:GetDescendants()) do |
| 13 | if d:IsA("MaterialVariant") then |
| 14 | d.Parent = MS |
| 15 | end |
| 16 | end |
| 17 | tmp:Destroy() |
| 18 | |
| 19 | local model = Instance.new("Model") |
| 20 | model.Name = "Pickaxe" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Stud", |
| 25 | ["Medium stone grey"] = "2022 Inlet", |
| 26 | ["Reddish brown"] = "2022 Small Stud", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Shape = Enum.PartType.Cylinder |
| 31 | p.Name = "GripBase" |
| 32 | p.Size = Vector3.new(1, 1.8, 1.8) |
| 33 | p.CFrame = CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 34 | p.BrickColor = BrickColor.new("Reddish brown") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Small Stud" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Shape = Enum.PartType.Cylinder |
| 43 | p.Name = "GripTaper1" |
| 44 | p.Size = Vector3.new(1, 1.6, 1.6) |
| 45 | p.CFrame = CFrame.new(0, 1.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 46 | p.BrickColor = BrickColor.new("Reddish brown") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Small Stud" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Shape = Enum.PartType.Cylinder |
| 55 | p.Name = "GripTaper2" |
| 56 | p.Size = Vector3.new(1, 1.4, 1.4) |
| 57 | p.CFrame = CFrame.new(0, 2.58, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 58 | p.BrickColor = BrickColor.new("Reddish brown") |
| 59 | p.Material = Enum.Material.Glacier |
| 60 | p.MaterialVariant = "2022 Small Stud" |
| 61 | p.Anchored = true |
| 62 | p.Parent = model |
| 63 | end |
| 64 | do |
| 65 | local p = Instance.new("Part") |
| 66 | p.Shape = Enum.PartType.Cylinder |
| 67 | p.Name = "HandleMain" |
| 68 | p.Size = Vector3.new(12, 1.2, 1.2) |
| 69 | p.CFrame = CFrame.new(0, 9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 70 | p.BrickColor = BrickColor.new("Reddish brown") |
| 71 | p.Material = Enum.Material.Glacier |
| 72 | p.MaterialVariant = "2022 Small Stud" |
| 73 | p.Anchored = true |
| 74 | p.Parent = model |
| 75 | end |
| 76 | do |
| 77 | local p = Instance.new("Part") |
| 78 | p.Shape = Enum.PartType.Cylinder |
| 79 | p.Name = "Collar" |
| 80 | p.Size = Vector3.new(1, 1.4, 1.4) |
| 81 | p.CFrame = CFrame.new(0, 15.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 82 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 83 | p.Material = Enum.Material.Glacier |
| 84 | p.MaterialVariant = "2022 Stud" |
| 85 | p.Anchored = true |
| 86 | p.Parent = model |
| 87 | end |
| 88 | do |
| 89 | local p = Instance.new("Part") |
| 90 | p.Name = "HeadCenter" |
| 91 | p.Size = Vector3.new(2, 2, 2) |
| 92 | p.CFrame = CFrame.new(0, 16.5, 0) |
| 93 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 94 | p.Material = Enum.Material.Glacier |
| 95 | p.MaterialVariant = "2022 Inlet" |
| 96 | p.Anchored = true |
| 97 | p.Parent = model |
| 98 | end |
| 99 | do |
| 100 | local p = Instance.new("Part") |
| 101 | p.Shape = Enum.PartType.Cylinder |
| 102 | p.Name = "TopWood" |
| 103 | p.Size = Vector3.new(0.6, 1, 1) |
| 104 | p.CFrame = CFrame.new(0, 17.84, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 105 | p.BrickColor = BrickColor.new("Reddish brown") |
| 106 | p.Material = Enum.Material.Glacier |
| 107 | p.MaterialVariant = "2022 Small Stud" |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("Part") |
| 113 | p.Name = "RBlade_0" |
| 114 | p.Size = Vector3.new(2.50799, 1.8, 1.8) |
| 115 | p.CFrame = CFrame.new(2.25, 16.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-4.57392)) |
| 116 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 117 | p.Material = Enum.Material.Glacier |
| 118 | p.MaterialVariant = "2022 Inlet" |
| 119 | p.Anchored = true |
| 120 | p.Parent = model |
| 121 | end |
| 122 | do |
| 123 | local p = Instance.new("Part") |
| 124 | p.Name = "RBlade_1" |
| 125 | p.Size = Vector3.new(2.62488, 1.4, 1.4) |
| 126 | p.CFrame = CFrame.new(4.75, 15.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-17.7447)) |
| 127 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 128 | p.Material = Enum.Material.Glacier |
| 129 | p.MaterialVariant = "2022 Inlet" |
| 130 | p.Anchored = true |
| 131 | p.Parent = model |
| 132 | end |
| 133 | do |
| 134 | local p = Instance.new("Part") |
| 135 | p.Name = "RBlade_2" |
| 136 | p.Size = Vector3.new(2.5, 1, 1) |
| 137 | p.CFrame = CFrame.new(7, 14.75, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-36.8699)) |
| 138 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 139 | p.Material = Enum.Material.Glacier |
| 140 | p.MaterialVariant = "2022 Inlet" |
| 141 | p.Anchored = true |
| 142 | p.Parent = model |
| 143 | end |
| 144 | do |
| 145 | local p = Instance.new("Part") |
| 146 | p.Name = "RBlade_3" |
| 147 | p.Size = Vector3.new(2.5, 0.6, 0.6) |
| 148 | p.CFrame = CFrame.new(8.75, 13, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-53.1301)) |
| 149 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 150 | p.Material = Enum.Material.Glacier |
| 151 | p.MaterialVariant = "2022 Inlet" |
| 152 | p.Anchored = true |
| 153 | p.Parent = model |
| 154 | end |
| 155 | do |
| 156 | local p = Instance.new("Part") |
| 157 | p.Name = "LBlade_0" |
| 158 | p.Size = Vector3.new(2.50799, 1.8, 1.8) |
| 159 | p.CFrame = CFrame.new(-2.25, 16.4, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(175.426)) |
| 160 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 161 | p.Material = Enum.Material.Glacier |
| 162 | p.MaterialVariant = "2022 Inlet" |
| 163 | p.Anchored = true |
| 164 | p.Parent = model |
| 165 | end |
| 166 | do |
| 167 | local p = Instance.new("Part") |
| 168 | p.Name = "LBlade_1" |
| 169 | p.Size = Vector3.new(2.62488, 1.4, 1.4) |
| 170 | p.CFrame = CFrame.new(-4.75, 15.9, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(162.255)) |
| 171 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 172 | p.Material = Enum.Material.Glacier |
| 173 | p.MaterialVariant = "2022 Inlet" |
| 174 | p.Anchored = true |
| 175 | p.Parent = model |
| 176 | end |
| 177 | do |
| 178 | local p = Instance.new("Part") |
| 179 | p.Name = "LBlade_2" |
| 180 | p.Size = Vector3.new(2.5, 1, 1) |
| 181 | p.CFrame = CFrame.new(-7, 14.75, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(143.13)) |
| 182 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 183 | p.Material = Enum.Material.Glacier |
| 184 | p.MaterialVariant = "2022 Inlet" |
| 185 | p.Anchored = true |
| 186 | p.Parent = model |
| 187 | end |
| 188 | do |
| 189 | local p = Instance.new("Part") |
| 190 | p.Name = "LBlade_3" |
| 191 | p.Size = Vector3.new(2.5, 0.6, 0.6) |
| 192 | p.CFrame = CFrame.new(-8.75, 13, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(126.87)) |
| 193 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 194 | p.Material = Enum.Material.Glacier |
| 195 | p.MaterialVariant = "2022 Inlet" |
| 196 | p.Anchored = true |
| 197 | p.Parent = model |
| 198 | end |
| 199 | model.PrimaryPart = model:FindFirstChild("HandleMain") |
| 200 | print("Pickaxe built: " .. #model:GetChildren() .. " parts") |
Loading comments...