Loading model...
by Ahmet · 5/19/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: RocketLauncher |
| 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 = "RocketLauncher" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Stud", |
| 25 | ["Earth green"] = "2022 Stud", |
| 26 | ["Reddish brown"] = "2022 Small Stud", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Shape = Enum.PartType.Cylinder |
| 31 | p.Name = "WarheadBase" |
| 32 | p.Size = Vector3.new(0.6, 0.8, 0.8) |
| 33 | p.CFrame = CFrame.new(0, 0, -7.72) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 34 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "WarheadMid1" |
| 44 | p.Size = Vector3.new(0.8, 1.2, 1.2) |
| 45 | p.CFrame = CFrame.new(0, 0, -8.46) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 46 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "WarheadMid2" |
| 56 | p.Size = Vector3.new(1.2, 1.6, 1.6) |
| 57 | p.CFrame = CFrame.new(0, 0, -9.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 58 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "WarheadTaper1" |
| 68 | p.Size = Vector3.new(1, 1.4, 1.4) |
| 69 | p.CFrame = CFrame.new(0, 0, -10.64) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 70 | p.BrickColor = BrickColor.new("Earth green") |
| 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.Cylinder |
| 79 | p.Name = "WarheadTaper2" |
| 80 | p.Size = Vector3.new(0.8, 1, 1) |
| 81 | p.CFrame = CFrame.new(0, 0, -11.58) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 82 | p.BrickColor = BrickColor.new("Earth green") |
| 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.Cylinder |
| 91 | p.Name = "WarheadTip" |
| 92 | p.Size = Vector3.new(0.8, 0.6, 0.6) |
| 93 | p.CFrame = CFrame.new(0, 0, -12.42) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 94 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "WarheadPoint" |
| 104 | p.Size = Vector3.new(0.6, 0.3, 0.3) |
| 105 | p.CFrame = CFrame.new(0, 0, -13.16) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 106 | p.BrickColor = BrickColor.new("Earth green") |
| 107 | p.Material = Enum.Material.Glacier |
| 108 | p.MaterialVariant = "2022 Stud" |
| 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 = "TubeFront" |
| 116 | p.Size = Vector3.new(4, 0.76, 0.76) |
| 117 | p.CFrame = CFrame.new(0, 0, -5.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 118 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "Receiver" |
| 128 | p.Size = Vector3.new(2, 1, 1) |
| 129 | p.CFrame = CFrame.new(0, 0, -2.46) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 130 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Shape = Enum.PartType.Cylinder |
| 139 | p.Name = "HeatShield" |
| 140 | p.Size = Vector3.new(5, 1.2, 1.2) |
| 141 | p.CFrame = CFrame.new(0, 0, 1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 142 | p.BrickColor = BrickColor.new("Reddish brown") |
| 143 | p.Material = Enum.Material.Glacier |
| 144 | p.MaterialVariant = "2022 Small Stud" |
| 145 | p.Anchored = true |
| 146 | p.Parent = model |
| 147 | end |
| 148 | do |
| 149 | local p = Instance.new("Part") |
| 150 | p.Shape = Enum.PartType.Cylinder |
| 151 | p.Name = "BandFront" |
| 152 | p.Size = Vector3.new(0.2, 1.25, 1.25) |
| 153 | p.CFrame = CFrame.new(0, 0, -1.32) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 154 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 155 | p.Material = Enum.Material.Glacier |
| 156 | p.MaterialVariant = "2022 Stud" |
| 157 | p.Anchored = true |
| 158 | p.Parent = model |
| 159 | end |
| 160 | do |
| 161 | local p = Instance.new("Part") |
| 162 | p.Shape = Enum.PartType.Cylinder |
| 163 | p.Name = "BandRear" |
| 164 | p.Size = Vector3.new(0.2, 1.25, 1.25) |
| 165 | p.CFrame = CFrame.new(0, 0, 3.44) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 166 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Stud" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Shape = Enum.PartType.Cylinder |
| 175 | p.Name = "TubeRear" |
| 176 | p.Size = Vector3.new(4, 0.8, 0.8) |
| 177 | p.CFrame = CFrame.new(0, 0, 5.54) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 178 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 179 | p.Material = Enum.Material.Glacier |
| 180 | p.MaterialVariant = "2022 Stud" |
| 181 | p.Anchored = true |
| 182 | p.Parent = model |
| 183 | end |
| 184 | do |
| 185 | local p = Instance.new("Part") |
| 186 | p.Shape = Enum.PartType.Cylinder |
| 187 | p.Name = "Exhaust1" |
| 188 | p.Size = Vector3.new(0.6, 1, 1) |
| 189 | p.CFrame = CFrame.new(0, 0, 7.88) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 190 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 191 | p.Material = Enum.Material.Glacier |
| 192 | p.MaterialVariant = "2022 Stud" |
| 193 | p.Anchored = true |
| 194 | p.Parent = model |
| 195 | end |
| 196 | do |
| 197 | local p = Instance.new("Part") |
| 198 | p.Shape = Enum.PartType.Cylinder |
| 199 | p.Name = "Exhaust2" |
| 200 | p.Size = Vector3.new(0.8, 1.3, 1.3) |
| 201 | p.CFrame = CFrame.new(0, 0, 8.42) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 202 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 203 | p.Material = Enum.Material.Glacier |
| 204 | p.MaterialVariant = "2022 Stud" |
| 205 | p.Anchored = true |
| 206 | p.Parent = model |
| 207 | end |
| 208 | do |
| 209 | local p = Instance.new("Part") |
| 210 | p.Shape = Enum.PartType.Cylinder |
| 211 | p.Name = "Exhaust3" |
| 212 | p.Size = Vector3.new(1, 1.6, 1.6) |
| 213 | p.CFrame = CFrame.new(0, 0, 9.36) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 214 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 215 | p.Material = Enum.Material.Glacier |
| 216 | p.MaterialVariant = "2022 Stud" |
| 217 | p.Anchored = true |
| 218 | p.Parent = model |
| 219 | end |
| 220 | do |
| 221 | local p = Instance.new("Part") |
| 222 | p.Shape = Enum.PartType.Cylinder |
| 223 | p.Name = "Exhaust4" |
| 224 | p.Size = Vector3.new(1, 1.9, 1.9) |
| 225 | p.CFrame = CFrame.new(0, 0, 10.4) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 226 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 227 | p.Material = Enum.Material.Glacier |
| 228 | p.MaterialVariant = "2022 Stud" |
| 229 | p.Anchored = true |
| 230 | p.Parent = model |
| 231 | end |
| 232 | do |
| 233 | local p = Instance.new("Part") |
| 234 | p.Name = "FrontGripMount" |
| 235 | p.Size = Vector3.new(0.4, 0.6, 0.8) |
| 236 | p.CFrame = CFrame.new(0, -0.6, -3.2) |
| 237 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 238 | p.Material = Enum.Material.Glacier |
| 239 | p.MaterialVariant = "2022 Stud" |
| 240 | p.Anchored = true |
| 241 | p.Parent = model |
| 242 | end |
| 243 | do |
| 244 | local p = Instance.new("Part") |
| 245 | p.Name = "FrontGripWood" |
| 246 | p.Size = Vector3.new(0.3, 1.2, 0.6) |
| 247 | p.CFrame = CFrame.new(0, -1.4, -3) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 248 | p.BrickColor = BrickColor.new("Reddish brown") |
| 249 | p.Material = Enum.Material.Glacier |
| 250 | p.MaterialVariant = "2022 Small Stud" |
| 251 | p.Anchored = true |
| 252 | p.Parent = model |
| 253 | end |
| 254 | do |
| 255 | local p = Instance.new("Part") |
| 256 | p.Name = "Trigger" |
| 257 | p.Size = Vector3.new(0.1, 0.3, 0.1) |
| 258 | p.CFrame = CFrame.new(0, -0.7, -3.4) |
| 259 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 260 | p.Material = Enum.Material.Glacier |
| 261 | p.MaterialVariant = "2022 Stud" |
| 262 | p.Anchored = true |
| 263 | p.Parent = model |
| 264 | end |
| 265 | do |
| 266 | local p = Instance.new("Part") |
| 267 | p.Name = "RearGripMount" |
| 268 | p.Size = Vector3.new(0.4, 0.6, 0.8) |
| 269 | p.CFrame = CFrame.new(0, -0.6, -1.2) |
| 270 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 271 | p.Material = Enum.Material.Glacier |
| 272 | p.MaterialVariant = "2022 Stud" |
| 273 | p.Anchored = true |
| 274 | p.Parent = model |
| 275 | end |
| 276 | do |
| 277 | local p = Instance.new("Part") |
| 278 | p.Name = "RearGripWood" |
| 279 | p.Size = Vector3.new(0.3, 1.2, 0.6) |
| 280 | p.CFrame = CFrame.new(0, -1.4, -1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 281 | p.BrickColor = BrickColor.new("Reddish brown") |
| 282 | p.Material = Enum.Material.Glacier |
| 283 | p.MaterialVariant = "2022 Small Stud" |
| 284 | p.Anchored = true |
| 285 | p.Parent = model |
| 286 | end |
| 287 | do |
| 288 | local p = Instance.new("Part") |
| 289 | p.Name = "FrontSightBase" |
| 290 | p.Size = Vector3.new(0.2, 0.4, 0.4) |
| 291 | p.CFrame = CFrame.new(0, 0.5, -6.5) |
| 292 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 293 | p.Material = Enum.Material.Glacier |
| 294 | p.MaterialVariant = "2022 Stud" |
| 295 | p.Anchored = true |
| 296 | p.Parent = model |
| 297 | end |
| 298 | do |
| 299 | local p = Instance.new("Part") |
| 300 | p.Name = "FrontSightPost" |
| 301 | p.Size = Vector3.new(0.1, 0.4, 0.1) |
| 302 | p.CFrame = CFrame.new(0, 0.8, -6.5) |
| 303 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 304 | p.Material = Enum.Material.Glacier |
| 305 | p.MaterialVariant = "2022 Stud" |
| 306 | p.Anchored = true |
| 307 | p.Parent = model |
| 308 | end |
| 309 | do |
| 310 | local p = Instance.new("Part") |
| 311 | p.Name = "RearSightBase" |
| 312 | p.Size = Vector3.new(0.4, 0.4, 0.6) |
| 313 | p.CFrame = CFrame.new(0, 0.6, -2) |
| 314 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 315 | p.Material = Enum.Material.Glacier |
| 316 | p.MaterialVariant = "2022 Stud" |
| 317 | p.Anchored = true |
| 318 | p.Parent = model |
| 319 | end |
| 320 | do |
| 321 | local p = Instance.new("Part") |
| 322 | p.Name = "RearSightLeaf" |
| 323 | p.Size = Vector3.new(0.3, 0.4, 0.1) |
| 324 | p.CFrame = CFrame.new(0, 0.9, -2) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 325 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 326 | p.Material = Enum.Material.Glacier |
| 327 | p.MaterialVariant = "2022 Stud" |
| 328 | p.Anchored = true |
| 329 | p.Parent = model |
| 330 | end |
| 331 | do |
| 332 | local rightV = Vector3.new(0,1,0).Unit |
| 333 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 334 | local normalV = upV:Cross(rightV) |
| 335 | local pos = Vector3.new(0, -0.8, -3.6) |
| 336 | local cyl = Instance.new("Part") |
| 337 | cyl.Shape = Enum.PartType.Cylinder |
| 338 | cyl.Size = Vector3.new(0.1, 0.8, 0.8) |
| 339 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 340 | cyl.BrickColor = BrickColor.new("Dark stone grey") |
| 341 | cyl.Material = Enum.Material.Glacier |
| 342 | cyl.MaterialVariant = "2022 Stud" |
| 343 | cyl.Anchored = true; cyl.Parent = workspace |
| 344 | local cuts = {} |
| 345 | local hole = Instance.new("Part") |
| 346 | hole.Shape = Enum.PartType.Cylinder |
| 347 | hole.Size = Vector3.new(0.3, 0.6, 0.6) |
| 348 | hole.CFrame = cyl.CFrame |
| 349 | hole.BrickColor = BrickColor.new("Dark stone grey") |
| 350 | hole.Material = Enum.Material.Glacier |
| 351 | hole.MaterialVariant = "2022 Stud" |
| 352 | hole.Anchored = true; hole.Parent = workspace |
| 353 | table.insert(cuts, hole) |
| 354 | local angBoxes = {} |
| 355 | do |
| 356 | local edgeDir = 1*rightV + 0*upV |
| 357 | local edgePerp = 0*rightV + 1*upV |
| 358 | local cut = Instance.new("Part") |
| 359 | cut.Size = Vector3.new(1.6, 0.3, 1.6) |
| 360 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 0.8 * edgePerp, edgeDir, normalV) |
| 361 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 362 | cut.Material = Enum.Material.Glacier |
| 363 | cut.MaterialVariant = "2022 Stud" |
| 364 | cut.Anchored = true; cut.Parent = workspace |
| 365 | table.insert(angBoxes, cut) |
| 366 | end |
| 367 | do |
| 368 | local edgeDir = -1*rightV + 0*upV |
| 369 | local edgePerp = 0*rightV + -1*upV |
| 370 | local cut = Instance.new("Part") |
| 371 | cut.Size = Vector3.new(1.6, 0.3, 1.6) |
| 372 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 0.8 * edgePerp, edgeDir, normalV) |
| 373 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 374 | cut.Material = Enum.Material.Glacier |
| 375 | cut.MaterialVariant = "2022 Stud" |
| 376 | cut.Anchored = true; cut.Parent = workspace |
| 377 | table.insert(angBoxes, cut) |
| 378 | end |
| 379 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 380 | if #cuts > 0 then |
| 381 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 382 | for _, c in ipairs(cuts) do c:Destroy() end |
| 383 | if ok and result then |
| 384 | cyl:Destroy() |
| 385 | result.Name = "TriggerGuard"; result.Anchored = true; result.Parent = model |
| 386 | else |
| 387 | cyl.Name = "TriggerGuard"; cyl.Parent = model |
| 388 | end |
| 389 | else |
| 390 | cyl.Name = "TriggerGuard"; cyl.Parent = model |
| 391 | end |
| 392 | end |
| 393 | model.PrimaryPart = model:FindFirstChild("Receiver") |
| 394 | print("RocketLauncher built: " .. #model:GetChildren() .. " parts") |
Loading comments...