Loading model...
by FGDubbing · 6/28/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 | ["Medium stone grey"] = "2022 Inlet", |
| 25 | ["Nougat"] = "2022 Stud", |
| 26 | ["Silver"] = "2022 Stud", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Shape = Enum.PartType.Cylinder |
| 31 | p.Name = "Handle1" |
| 32 | p.Size = Vector3.new(4.01123, 1.36, 1.36) |
| 33 | p.CFrame = CFrame.new(0.15, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(85.7108)) |
| 34 | p.BrickColor = BrickColor.new("Nougat") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 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 = "Handle2" |
| 44 | p.Size = Vector3.new(5.02494, 1.2, 1.2) |
| 45 | p.CFrame = CFrame.new(0.05, 6.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-95.7106)) |
| 46 | p.BrickColor = BrickColor.new("Nougat") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 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 = "Handle3" |
| 56 | p.Size = Vector3.new(5.004, 1.1, 1.1) |
| 57 | p.CFrame = CFrame.new(-0.1, 11.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(87.7094)) |
| 58 | p.BrickColor = BrickColor.new("Nougat") |
| 59 | p.Material = Enum.Material.Glacier |
| 60 | p.MaterialVariant = "2022 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 = "Handle4" |
| 68 | p.Size = Vector3.new(2, 1.16, 1.16) |
| 69 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 70 | p.BrickColor = BrickColor.new("Nougat") |
| 71 | p.Material = Enum.Material.Glacier |
| 72 | p.MaterialVariant = "2022 Stud" |
| 73 | p.Anchored = true |
| 74 | p.Parent = model |
| 75 | end |
| 76 | do |
| 77 | local p = Instance.new("Part") |
| 78 | p.Shape = Enum.PartType.Ball |
| 79 | p.Name = "HandleBaseCap" |
| 80 | p.Size = Vector3.new(1.4, 1.4, 1.4) |
| 81 | p.CFrame = CFrame.new(0, 0, 0) |
| 82 | p.BrickColor = BrickColor.new("Nougat") |
| 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.Shape = Enum.PartType.Ball |
| 91 | p.Name = "HandleTopCap" |
| 92 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 93 | p.CFrame = CFrame.new(0, 16, 0) |
| 94 | p.BrickColor = BrickColor.new("Nougat") |
| 95 | p.Material = Enum.Material.Glacier |
| 96 | p.MaterialVariant = "2022 Stud" |
| 97 | p.Anchored = true |
| 98 | p.Parent = model |
| 99 | end |
| 100 | do |
| 101 | local p = Instance.new("Part") |
| 102 | p.Shape = Enum.PartType.Cylinder |
| 103 | p.Name = "Collar" |
| 104 | p.Size = Vector3.new(1.8, 2.2, 2.2) |
| 105 | p.CFrame = CFrame.new(0, 14, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 106 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 107 | p.Material = Enum.Material.Glacier |
| 108 | p.MaterialVariant = "2022 Inlet" |
| 109 | p.Anchored = true |
| 110 | p.Parent = model |
| 111 | end |
| 112 | do |
| 113 | local p = Instance.new("Part") |
| 114 | p.Shape = Enum.PartType.Cylinder |
| 115 | p.Name = "CollarTrim1" |
| 116 | p.Size = Vector3.new(0.2, 2.3, 2.3) |
| 117 | p.CFrame = CFrame.new(0, 14.84, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 118 | p.BrickColor = BrickColor.new("Silver") |
| 119 | p.Material = Enum.Material.Glacier |
| 120 | p.MaterialVariant = "2022 Stud" |
| 121 | p.Anchored = true |
| 122 | p.Parent = model |
| 123 | end |
| 124 | do |
| 125 | local p = Instance.new("Part") |
| 126 | p.Shape = Enum.PartType.Cylinder |
| 127 | p.Name = "CollarTrim2" |
| 128 | p.Size = Vector3.new(0.2, 2.3, 2.3) |
| 129 | p.CFrame = CFrame.new(0, 13.16, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 130 | p.BrickColor = BrickColor.new("Silver") |
| 131 | p.Material = Enum.Material.Glacier |
| 132 | p.MaterialVariant = "2022 Stud" |
| 133 | p.Anchored = true |
| 134 | p.Parent = model |
| 135 | end |
| 136 | do |
| 137 | local p = Instance.new("Part") |
| 138 | p.Name = "LeftPickInner" |
| 139 | p.Size = Vector3.new(2.90689, 1.2, 0.8) |
| 140 | p.CFrame = CFrame.new(-2.55, 14.1, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-176.055)) |
| 141 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 142 | p.Material = Enum.Material.Glacier |
| 143 | p.MaterialVariant = "2022 Inlet" |
| 144 | p.Anchored = true |
| 145 | p.Parent = model |
| 146 | end |
| 147 | do |
| 148 | local p = Instance.new("Part") |
| 149 | p.Name = "LeftPickOuter" |
| 150 | p.Size = Vector3.new(3.56931, 0.8, 0.6) |
| 151 | p.CFrame = CFrame.new(-5.75, 13.85, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(168.69)) |
| 152 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 153 | p.Material = Enum.Material.Glacier |
| 154 | p.MaterialVariant = "2022 Inlet" |
| 155 | p.Anchored = true |
| 156 | p.Parent = model |
| 157 | end |
| 158 | do |
| 159 | local p = Instance.new("Part") |
| 160 | p.Name = "LeftPickTip" |
| 161 | p.Size = Vector3.new(1.52971, 0.4, 0.2) |
| 162 | p.CFrame = CFrame.new(-8.28922, 13.3422, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(168.69)) |
| 163 | p.BrickColor = BrickColor.new("Silver") |
| 164 | p.Material = Enum.Material.Glacier |
| 165 | p.MaterialVariant = "2022 Stud" |
| 166 | p.Anchored = true |
| 167 | p.Parent = model |
| 168 | end |
| 169 | do |
| 170 | local p = Instance.new("Part") |
| 171 | p.Name = "RightPickInner" |
| 172 | p.Size = Vector3.new(2.45153, 1.2, 0.8) |
| 173 | p.CFrame = CFrame.new(2.3, 13.75, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-11.7683)) |
| 174 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 175 | p.Material = Enum.Material.Glacier |
| 176 | p.MaterialVariant = "2022 Inlet" |
| 177 | p.Anchored = true |
| 178 | p.Parent = model |
| 179 | end |
| 180 | do |
| 181 | local p = Instance.new("Part") |
| 182 | p.Name = "RightPickOuter" |
| 183 | p.Size = Vector3.new(2.82843, 1, 0.6) |
| 184 | p.CFrame = CFrame.new(4.5, 12.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-45)) |
| 185 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 186 | p.Material = Enum.Material.Glacier |
| 187 | p.MaterialVariant = "2022 Inlet" |
| 188 | p.Anchored = true |
| 189 | p.Parent = model |
| 190 | end |
| 191 | do |
| 192 | local p = Instance.new("Part") |
| 193 | p.Name = "RightPickTip" |
| 194 | p.Size = Vector3.new(1.41421, 0.8, 0.2) |
| 195 | p.CFrame = CFrame.new(6.02828, 10.9717, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-45)) |
| 196 | p.BrickColor = BrickColor.new("Silver") |
| 197 | p.Material = Enum.Material.Glacier |
| 198 | p.MaterialVariant = "2022 Stud" |
| 199 | p.Anchored = true |
| 200 | p.Parent = model |
| 201 | end |
| 202 | do |
| 203 | local p = Instance.new("Part") |
| 204 | p.Name = "LeftPickHighlight" |
| 205 | p.Size = Vector3.new(2.90689, 0.2, 0.85) |
| 206 | p.CFrame = CFrame.new(-2.55, 14.7, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-176.055)) |
| 207 | p.BrickColor = BrickColor.new("Silver") |
| 208 | p.Material = Enum.Material.Glacier |
| 209 | p.MaterialVariant = "2022 Stud" |
| 210 | p.Anchored = true |
| 211 | p.Parent = model |
| 212 | end |
| 213 | do |
| 214 | local p = Instance.new("Part") |
| 215 | p.Name = "RightPickHighlight" |
| 216 | p.Size = Vector3.new(2.82843, 0.2, 0.65) |
| 217 | p.CFrame = CFrame.new(4.5, 13, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-45)) |
| 218 | p.BrickColor = BrickColor.new("Silver") |
| 219 | p.Material = Enum.Material.Glacier |
| 220 | p.MaterialVariant = "2022 Stud" |
| 221 | p.Anchored = true |
| 222 | p.Parent = model |
| 223 | end |
| 224 | model.PrimaryPart = model:FindFirstChild("Collar") |
| 225 | print("Pickaxe built: " .. #model:GetChildren() .. " parts") |
Loading comments...