Loading model...
by Brody Stuck · 8/10/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: MissileTurret |
| 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 = "MissileTurret" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright red"] = "2022 Stud", |
| 25 | ["Dark green"] = "2022 Stud", |
| 26 | ["Dark stone grey"] = "2022 Stud", |
| 27 | ["Earth green"] = "2022 Stud", |
| 28 | ["Institutional white"] = "2022 Stud", |
| 29 | ["Medium stone grey"] = "2022 Inlet", |
| 30 | } |
| 31 | do |
| 32 | local p = Instance.new("Part") |
| 33 | p.Name = "BasePlate" |
| 34 | p.Size = Vector3.new(14, 1, 14) |
| 35 | p.CFrame = CFrame.new(0, 0.5, 0) |
| 36 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 37 | p.Material = Enum.Material.Glacier |
| 38 | p.MaterialVariant = "2022 Stud" |
| 39 | p.Anchored = true |
| 40 | p.Parent = model |
| 41 | end |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Name = "BaseCorner_0" |
| 45 | p.Size = Vector3.new(4, 2, 4) |
| 46 | p.CFrame = CFrame.new(6, 1.5, 0) |
| 47 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 48 | p.Material = Enum.Material.Glacier |
| 49 | p.MaterialVariant = "2022 Stud" |
| 50 | p.Anchored = true |
| 51 | p.Parent = model |
| 52 | end |
| 53 | do |
| 54 | local p = Instance.new("Part") |
| 55 | p.Name = "BaseCornerGlow_0" |
| 56 | p.Size = Vector3.new(0.5, 0.8, 0.5) |
| 57 | p.CFrame = CFrame.new(7.8, 1.5, 0) |
| 58 | p.BrickColor = BrickColor.new("Neon orange") |
| 59 | p.Material = Enum.Material.Neon |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Name = "BaseCorner_1" |
| 66 | p.Size = Vector3.new(4, 2, 4) |
| 67 | p.CFrame = CFrame.new(0, 1.5, 6) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 68 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Stud" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "BaseCornerGlow_1" |
| 77 | p.Size = Vector3.new(0.5, 0.8, 0.5) |
| 78 | p.CFrame = CFrame.new(0, 1.5, 7.8) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 79 | p.BrickColor = BrickColor.new("Neon orange") |
| 80 | p.Material = Enum.Material.Neon |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "BaseCorner_2" |
| 87 | p.Size = Vector3.new(4, 2, 4) |
| 88 | p.CFrame = CFrame.new(-6, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 89 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Stud" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "BaseCornerGlow_2" |
| 98 | p.Size = Vector3.new(0.5, 0.8, 0.5) |
| 99 | p.CFrame = CFrame.new(-7.8, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 100 | p.BrickColor = BrickColor.new("Neon orange") |
| 101 | p.Material = Enum.Material.Neon |
| 102 | p.Anchored = true |
| 103 | p.Parent = model |
| 104 | end |
| 105 | do |
| 106 | local p = Instance.new("Part") |
| 107 | p.Name = "BaseCorner_3" |
| 108 | p.Size = Vector3.new(4, 2, 4) |
| 109 | p.CFrame = CFrame.new(0, 1.5, -6) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 110 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 111 | p.Material = Enum.Material.Glacier |
| 112 | p.MaterialVariant = "2022 Stud" |
| 113 | p.Anchored = true |
| 114 | p.Parent = model |
| 115 | end |
| 116 | do |
| 117 | local p = Instance.new("Part") |
| 118 | p.Name = "BaseCornerGlow_3" |
| 119 | p.Size = Vector3.new(0.5, 0.8, 0.5) |
| 120 | p.CFrame = CFrame.new(0, 1.5, -7.8) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 121 | p.BrickColor = BrickColor.new("Neon orange") |
| 122 | p.Material = Enum.Material.Neon |
| 123 | p.Anchored = true |
| 124 | p.Parent = model |
| 125 | end |
| 126 | do |
| 127 | local p = Instance.new("Part") |
| 128 | p.Name = "BaseSide_0" |
| 129 | p.Size = Vector3.new(5, 2, 2) |
| 130 | p.CFrame = CFrame.new(3.88909, 1.54, 3.88909) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 131 | p.BrickColor = BrickColor.new("Earth green") |
| 132 | p.Material = Enum.Material.Glacier |
| 133 | p.MaterialVariant = "2022 Stud" |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Name = "BaseSideGlow_0" |
| 140 | p.Size = Vector3.new(2, 0.4, 0.5) |
| 141 | p.CFrame = CFrame.new(4.45477, 1, 4.45477) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 142 | p.BrickColor = BrickColor.new("Neon orange") |
| 143 | p.Material = Enum.Material.Neon |
| 144 | p.Anchored = true |
| 145 | p.Parent = model |
| 146 | end |
| 147 | do |
| 148 | local p = Instance.new("Part") |
| 149 | p.Name = "BaseSide_1" |
| 150 | p.Size = Vector3.new(5, 2, 2) |
| 151 | p.CFrame = CFrame.new(-3.88909, 1.54, 3.88909) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 152 | p.BrickColor = BrickColor.new("Earth green") |
| 153 | p.Material = Enum.Material.Glacier |
| 154 | p.MaterialVariant = "2022 Stud" |
| 155 | p.Anchored = true |
| 156 | p.Parent = model |
| 157 | end |
| 158 | do |
| 159 | local p = Instance.new("Part") |
| 160 | p.Name = "BaseSideGlow_1" |
| 161 | p.Size = Vector3.new(2, 0.4, 0.5) |
| 162 | p.CFrame = CFrame.new(-4.45477, 1, 4.45477) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 163 | p.BrickColor = BrickColor.new("Neon orange") |
| 164 | p.Material = Enum.Material.Neon |
| 165 | p.Anchored = true |
| 166 | p.Parent = model |
| 167 | end |
| 168 | do |
| 169 | local p = Instance.new("Part") |
| 170 | p.Name = "BaseSide_2" |
| 171 | p.Size = Vector3.new(5, 2, 2) |
| 172 | p.CFrame = CFrame.new(-3.88909, 1.54, -3.88909) * CFrame.Angles(math.rad(0), math.rad(-225), math.rad(0)) |
| 173 | p.BrickColor = BrickColor.new("Earth green") |
| 174 | p.Material = Enum.Material.Glacier |
| 175 | p.MaterialVariant = "2022 Stud" |
| 176 | p.Anchored = true |
| 177 | p.Parent = model |
| 178 | end |
| 179 | do |
| 180 | local p = Instance.new("Part") |
| 181 | p.Name = "BaseSideGlow_2" |
| 182 | p.Size = Vector3.new(2, 0.4, 0.5) |
| 183 | p.CFrame = CFrame.new(-4.45477, 1, -4.45477) * CFrame.Angles(math.rad(0), math.rad(-225), math.rad(0)) |
| 184 | p.BrickColor = BrickColor.new("Neon orange") |
| 185 | p.Material = Enum.Material.Neon |
| 186 | p.Anchored = true |
| 187 | p.Parent = model |
| 188 | end |
| 189 | do |
| 190 | local p = Instance.new("Part") |
| 191 | p.Name = "BaseSide_3" |
| 192 | p.Size = Vector3.new(5, 2, 2) |
| 193 | p.CFrame = CFrame.new(3.88909, 1.54, -3.88909) * CFrame.Angles(math.rad(0), math.rad(-315), math.rad(0)) |
| 194 | p.BrickColor = BrickColor.new("Earth green") |
| 195 | p.Material = Enum.Material.Glacier |
| 196 | p.MaterialVariant = "2022 Stud" |
| 197 | p.Anchored = true |
| 198 | p.Parent = model |
| 199 | end |
| 200 | do |
| 201 | local p = Instance.new("Part") |
| 202 | p.Name = "BaseSideGlow_3" |
| 203 | p.Size = Vector3.new(2, 0.4, 0.5) |
| 204 | p.CFrame = CFrame.new(4.45477, 1, -4.45477) * CFrame.Angles(math.rad(0), math.rad(-315), math.rad(0)) |
| 205 | p.BrickColor = BrickColor.new("Neon orange") |
| 206 | p.Material = Enum.Material.Neon |
| 207 | p.Anchored = true |
| 208 | p.Parent = model |
| 209 | end |
| 210 | do |
| 211 | local p = Instance.new("Part") |
| 212 | p.Shape = Enum.PartType.Cylinder |
| 213 | p.Name = "BaseRing1" |
| 214 | p.Size = Vector3.new(1, 10, 10) |
| 215 | p.CFrame = CFrame.new(0, 2.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 216 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 217 | p.Material = Enum.Material.Glacier |
| 218 | p.MaterialVariant = "2022 Stud" |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("Part") |
| 224 | p.Shape = Enum.PartType.Cylinder |
| 225 | p.Name = "BaseRing2" |
| 226 | p.Size = Vector3.new(1, 9, 9) |
| 227 | p.CFrame = CFrame.new(0, 3.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 228 | p.BrickColor = BrickColor.new("Earth green") |
| 229 | p.Material = Enum.Material.Glacier |
| 230 | p.MaterialVariant = "2022 Stud" |
| 231 | p.Anchored = true |
| 232 | p.Parent = model |
| 233 | end |
| 234 | do |
| 235 | local p = Instance.new("Part") |
| 236 | p.Shape = Enum.PartType.Cylinder |
| 237 | p.Name = "BaseRing3" |
| 238 | p.Size = Vector3.new(1, 7, 7) |
| 239 | p.CFrame = CFrame.new(0, 4.58, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 240 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 241 | p.Material = Enum.Material.Glacier |
| 242 | p.MaterialVariant = "2022 Stud" |
| 243 | p.Anchored = true |
| 244 | p.Parent = model |
| 245 | end |
| 246 | do |
| 247 | local p = Instance.new("Part") |
| 248 | p.Shape = Enum.PartType.Cylinder |
| 249 | p.Name = "SwivelBase" |
| 250 | p.Size = Vector3.new(1, 5, 5) |
| 251 | p.CFrame = CFrame.new(0, 5.62, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 252 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 253 | p.Material = Enum.Material.Glacier |
| 254 | p.MaterialVariant = "2022 Stud" |
| 255 | p.Anchored = true |
| 256 | p.Parent = model |
| 257 | end |
| 258 | do |
| 259 | local p = Instance.new("Part") |
| 260 | p.Name = "YokeArmL" |
| 261 | p.Size = Vector3.new(1, 4, 4) |
| 262 | p.CFrame = CFrame.new(-2.58, 7.16, 0) |
| 263 | p.BrickColor = BrickColor.new("Earth green") |
| 264 | p.Material = Enum.Material.Glacier |
| 265 | p.MaterialVariant = "2022 Stud" |
| 266 | p.Anchored = true |
| 267 | p.Parent = model |
| 268 | end |
| 269 | do |
| 270 | local p = Instance.new("Part") |
| 271 | p.Name = "YokeArmR" |
| 272 | p.Size = Vector3.new(1, 4, 4) |
| 273 | p.CFrame = CFrame.new(2.58, 7.16, 0) |
| 274 | p.BrickColor = BrickColor.new("Earth green") |
| 275 | p.Material = Enum.Material.Glacier |
| 276 | p.MaterialVariant = "2022 Stud" |
| 277 | p.Anchored = true |
| 278 | p.Parent = model |
| 279 | end |
| 280 | do |
| 281 | local p = Instance.new("Part") |
| 282 | p.Shape = Enum.PartType.Cylinder |
| 283 | p.Name = "YokePivotL" |
| 284 | p.Size = Vector3.new(0.5, 2, 2) |
| 285 | p.CFrame = CFrame.new(-3.2, 8, 0) |
| 286 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Inlet" |
| 289 | p.Anchored = true |
| 290 | p.Parent = model |
| 291 | end |
| 292 | do |
| 293 | local p = Instance.new("Part") |
| 294 | p.Shape = Enum.PartType.Cylinder |
| 295 | p.Name = "YokePivotR" |
| 296 | p.Size = Vector3.new(0.5, 2, 2) |
| 297 | p.CFrame = CFrame.new(3.2, 8, 0) |
| 298 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 299 | p.Material = Enum.Material.Glacier |
| 300 | p.MaterialVariant = "2022 Inlet" |
| 301 | p.Anchored = true |
| 302 | p.Parent = model |
| 303 | end |
| 304 | do |
| 305 | local p = Instance.new("Part") |
| 306 | p.Name = "PodBody" |
| 307 | p.Size = Vector3.new(6, 6, 10) |
| 308 | p.CFrame = CFrame.new(0, 8, 0) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 309 | p.BrickColor = BrickColor.new("Earth green") |
| 310 | p.Material = Enum.Material.Glacier |
| 311 | p.MaterialVariant = "2022 Stud" |
| 312 | p.Anchored = true |
| 313 | p.Parent = model |
| 314 | end |
| 315 | do |
| 316 | local p = Instance.new("Part") |
| 317 | p.Name = "PodRear" |
| 318 | p.Size = Vector3.new(6.5, 6.5, 2) |
| 319 | p.CFrame = CFrame.new(0, 5.44738, 5.4741) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 320 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 321 | p.Material = Enum.Material.Glacier |
| 322 | p.MaterialVariant = "2022 Stud" |
| 323 | p.Anchored = true |
| 324 | p.Parent = model |
| 325 | end |
| 326 | do |
| 327 | local p = Instance.new("Part") |
| 328 | p.Name = "PodRearGlowL" |
| 329 | p.Size = Vector3.new(1, 2, 0.2) |
| 330 | p.CFrame = CFrame.new(-2.5, 5.43048, 6.50729) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 331 | p.BrickColor = BrickColor.new("Neon orange") |
| 332 | p.Material = Enum.Material.Neon |
| 333 | p.Anchored = true |
| 334 | p.Parent = model |
| 335 | end |
| 336 | do |
| 337 | local p = Instance.new("Part") |
| 338 | p.Name = "PodRearGlowR" |
| 339 | p.Size = Vector3.new(1, 2, 0.2) |
| 340 | p.CFrame = CFrame.new(2.5, 5.43048, 6.50729) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 341 | p.BrickColor = BrickColor.new("Neon orange") |
| 342 | p.Material = Enum.Material.Neon |
| 343 | p.Anchored = true |
| 344 | p.Parent = model |
| 345 | end |
| 346 | do |
| 347 | local p = Instance.new("Part") |
| 348 | p.Name = "PodFrontCollar" |
| 349 | p.Size = Vector3.new(6.5, 6.5, 1) |
| 350 | p.CFrame = CFrame.new(0, 10.3413, -5.02094) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 351 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 352 | p.Material = Enum.Material.Glacier |
| 353 | p.MaterialVariant = "2022 Stud" |
| 354 | p.Anchored = true |
| 355 | p.Parent = model |
| 356 | end |
| 357 | do |
| 358 | local p = Instance.new("Part") |
| 359 | p.Name = "PodFrontFace" |
| 360 | p.Size = Vector3.new(6, 6, 0.5) |
| 361 | p.CFrame = CFrame.new(0.04, 10.5357, -5.43785) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 362 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 363 | p.Material = Enum.Material.Glacier |
| 364 | p.MaterialVariant = "2022 Stud" |
| 365 | p.Anchored = true |
| 366 | p.Parent = model |
| 367 | end |
| 368 | do |
| 369 | local p = Instance.new("Part") |
| 370 | p.Name = "DecalStar" |
| 371 | p.Size = Vector3.new(0.2, 2, 2) |
| 372 | p.CFrame = CFrame.new(-3.14, 8.42262, -0.906308) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 373 | p.BrickColor = BrickColor.new("Institutional white") |
| 374 | p.Material = Enum.Material.Glacier |
| 375 | p.MaterialVariant = "2022 Stud" |
| 376 | p.Anchored = true |
| 377 | p.Parent = model |
| 378 | end |
| 379 | do |
| 380 | local p = Instance.new("Part") |
| 381 | p.Shape = Enum.PartType.Cylinder |
| 382 | p.Name = "MissileBody_0" |
| 383 | p.Size = Vector3.new(8, 1.72, 1.72) |
| 384 | p.CFrame = CFrame.new(0, 9.26786, -2.71892) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 385 | p.BrickColor = BrickColor.new("Dark green") |
| 386 | p.Material = Enum.Material.Glacier |
| 387 | p.MaterialVariant = "2022 Stud" |
| 388 | p.Anchored = true |
| 389 | p.Parent = model |
| 390 | end |
| 391 | do |
| 392 | local p = Instance.new("Part") |
| 393 | p.Shape = Enum.PartType.Cylinder |
| 394 | p.Name = "MissileTip1_0" |
| 395 | p.Size = Vector3.new(1, 1.56, 1.56) |
| 396 | p.CFrame = CFrame.new(0, 11.1865, -6.83356) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 397 | p.BrickColor = BrickColor.new("Bright red") |
| 398 | p.Material = Enum.Material.Glacier |
| 399 | p.MaterialVariant = "2022 Stud" |
| 400 | p.Anchored = true |
| 401 | p.Parent = model |
| 402 | end |
| 403 | do |
| 404 | local p = Instance.new("Part") |
| 405 | p.Shape = Enum.PartType.Cylinder |
| 406 | p.Name = "MissileTip2_0" |
| 407 | p.Size = Vector3.new(1, 1, 1) |
| 408 | p.CFrame = CFrame.new(0, 11.4655, -7.43172) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 409 | p.BrickColor = BrickColor.new("Bright red") |
| 410 | p.Material = Enum.Material.Glacier |
| 411 | p.MaterialVariant = "2022 Stud" |
| 412 | p.Anchored = true |
| 413 | p.Parent = model |
| 414 | end |
| 415 | do |
| 416 | local p = Instance.new("Part") |
| 417 | p.Shape = Enum.PartType.Cylinder |
| 418 | p.Name = "MissileTip3_0" |
| 419 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 420 | p.CFrame = CFrame.new(0, 11.719, -7.97551) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 421 | p.BrickColor = BrickColor.new("Bright red") |
| 422 | p.Material = Enum.Material.Glacier |
| 423 | p.MaterialVariant = "2022 Stud" |
| 424 | p.Anchored = true |
| 425 | p.Parent = model |
| 426 | end |
| 427 | do |
| 428 | local p = Instance.new("Part") |
| 429 | p.Shape = Enum.PartType.Cylinder |
| 430 | p.Name = "MissileBody_1" |
| 431 | p.Size = Vector3.new(8, 1.76, 1.76) |
| 432 | p.CFrame = CFrame.new(-1.5, 10.6273, -2.085) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 433 | p.BrickColor = BrickColor.new("Dark green") |
| 434 | p.Material = Enum.Material.Glacier |
| 435 | p.MaterialVariant = "2022 Stud" |
| 436 | p.Anchored = true |
| 437 | p.Parent = model |
| 438 | end |
| 439 | do |
| 440 | local p = Instance.new("Part") |
| 441 | p.Shape = Enum.PartType.Cylinder |
| 442 | p.Name = "MissileTip1_1" |
| 443 | p.Size = Vector3.new(1, 1.6, 1.6) |
| 444 | p.CFrame = CFrame.new(-1.5, 12.546, -6.19963) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 445 | p.BrickColor = BrickColor.new("Bright red") |
| 446 | p.Material = Enum.Material.Glacier |
| 447 | p.MaterialVariant = "2022 Stud" |
| 448 | p.Anchored = true |
| 449 | p.Parent = model |
| 450 | end |
| 451 | do |
| 452 | local p = Instance.new("Part") |
| 453 | p.Shape = Enum.PartType.Cylinder |
| 454 | p.Name = "MissileTip2_1" |
| 455 | p.Size = Vector3.new(1, 1, 1) |
| 456 | p.CFrame = CFrame.new(-1.5, 12.8249, -6.7978) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 457 | p.BrickColor = BrickColor.new("Bright red") |
| 458 | p.Material = Enum.Material.Glacier |
| 459 | p.MaterialVariant = "2022 Stud" |
| 460 | p.Anchored = true |
| 461 | p.Parent = model |
| 462 | end |
| 463 | do |
| 464 | local p = Instance.new("Part") |
| 465 | p.Shape = Enum.PartType.Cylinder |
| 466 | p.Name = "MissileTip3_1" |
| 467 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 468 | p.CFrame = CFrame.new(-1.5, 13.0785, -7.34158) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 469 | p.BrickColor = BrickColor.new("Bright red") |
| 470 | p.Material = Enum.Material.Glacier |
| 471 | p.MaterialVariant = "2022 Stud" |
| 472 | p.Anchored = true |
| 473 | p.Parent = model |
| 474 | end |
| 475 | do |
| 476 | local p = Instance.new("Part") |
| 477 | p.Shape = Enum.PartType.Cylinder |
| 478 | p.Name = "MissileBody_2" |
| 479 | p.Size = Vector3.new(8, 1.76, 1.76) |
| 480 | p.CFrame = CFrame.new(1.5, 10.6273, -2.085) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 481 | p.BrickColor = BrickColor.new("Dark green") |
| 482 | p.Material = Enum.Material.Glacier |
| 483 | p.MaterialVariant = "2022 Stud" |
| 484 | p.Anchored = true |
| 485 | p.Parent = model |
| 486 | end |
| 487 | do |
| 488 | local p = Instance.new("Part") |
| 489 | p.Shape = Enum.PartType.Cylinder |
| 490 | p.Name = "MissileTip1_2" |
| 491 | p.Size = Vector3.new(1, 1.6, 1.6) |
| 492 | p.CFrame = CFrame.new(1.5, 12.546, -6.19963) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 493 | p.BrickColor = BrickColor.new("Bright red") |
| 494 | p.Material = Enum.Material.Glacier |
| 495 | p.MaterialVariant = "2022 Stud" |
| 496 | p.Anchored = true |
| 497 | p.Parent = model |
| 498 | end |
| 499 | do |
| 500 | local p = Instance.new("Part") |
| 501 | p.Shape = Enum.PartType.Cylinder |
| 502 | p.Name = "MissileTip2_2" |
| 503 | p.Size = Vector3.new(1, 1, 1) |
| 504 | p.CFrame = CFrame.new(1.5, 12.8249, -6.7978) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 505 | p.BrickColor = BrickColor.new("Bright red") |
| 506 | p.Material = Enum.Material.Glacier |
| 507 | p.MaterialVariant = "2022 Stud" |
| 508 | p.Anchored = true |
| 509 | p.Parent = model |
| 510 | end |
| 511 | do |
| 512 | local p = Instance.new("Part") |
| 513 | p.Shape = Enum.PartType.Cylinder |
| 514 | p.Name = "MissileTip3_2" |
| 515 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 516 | p.CFrame = CFrame.new(1.5, 13.0785, -7.34158) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 517 | p.BrickColor = BrickColor.new("Bright red") |
| 518 | p.Material = Enum.Material.Glacier |
| 519 | p.MaterialVariant = "2022 Stud" |
| 520 | p.Anchored = true |
| 521 | p.Parent = model |
| 522 | end |
| 523 | do |
| 524 | local p = Instance.new("Part") |
| 525 | p.Shape = Enum.PartType.Cylinder |
| 526 | p.Name = "MissileBody_3" |
| 527 | p.Size = Vector3.new(8, 1.8, 1.8) |
| 528 | p.CFrame = CFrame.new(-1.5, 7.90839, -3.35285) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 529 | p.BrickColor = BrickColor.new("Dark green") |
| 530 | p.Material = Enum.Material.Glacier |
| 531 | p.MaterialVariant = "2022 Stud" |
| 532 | p.Anchored = true |
| 533 | p.Parent = model |
| 534 | end |
| 535 | do |
| 536 | local p = Instance.new("Part") |
| 537 | p.Shape = Enum.PartType.Cylinder |
| 538 | p.Name = "MissileTip1_3" |
| 539 | p.Size = Vector3.new(1, 1.6, 1.6) |
| 540 | p.CFrame = CFrame.new(-1.5, 9.82708, -7.46749) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 541 | p.BrickColor = BrickColor.new("Bright red") |
| 542 | p.Material = Enum.Material.Glacier |
| 543 | p.MaterialVariant = "2022 Stud" |
| 544 | p.Anchored = true |
| 545 | p.Parent = model |
| 546 | end |
| 547 | do |
| 548 | local p = Instance.new("Part") |
| 549 | p.Shape = Enum.PartType.Cylinder |
| 550 | p.Name = "MissileTip2_3" |
| 551 | p.Size = Vector3.new(1, 1, 1) |
| 552 | p.CFrame = CFrame.new(-1.5, 10.106, -8.06565) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 553 | p.BrickColor = BrickColor.new("Bright red") |
| 554 | p.Material = Enum.Material.Glacier |
| 555 | p.MaterialVariant = "2022 Stud" |
| 556 | p.Anchored = true |
| 557 | p.Parent = model |
| 558 | end |
| 559 | do |
| 560 | local p = Instance.new("Part") |
| 561 | p.Shape = Enum.PartType.Cylinder |
| 562 | p.Name = "MissileTip3_3" |
| 563 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 564 | p.CFrame = CFrame.new(-1.5, 10.3596, -8.60944) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 565 | p.BrickColor = BrickColor.new("Bright red") |
| 566 | p.Material = Enum.Material.Glacier |
| 567 | p.MaterialVariant = "2022 Stud" |
| 568 | p.Anchored = true |
| 569 | p.Parent = model |
| 570 | end |
| 571 | do |
| 572 | local p = Instance.new("Part") |
| 573 | p.Shape = Enum.PartType.Cylinder |
| 574 | p.Name = "MissileBody_4" |
| 575 | p.Size = Vector3.new(8, 1.8, 1.8) |
| 576 | p.CFrame = CFrame.new(1.5, 7.90839, -3.35285) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 577 | p.BrickColor = BrickColor.new("Dark green") |
| 578 | p.Material = Enum.Material.Glacier |
| 579 | p.MaterialVariant = "2022 Stud" |
| 580 | p.Anchored = true |
| 581 | p.Parent = model |
| 582 | end |
| 583 | do |
| 584 | local p = Instance.new("Part") |
| 585 | p.Shape = Enum.PartType.Cylinder |
| 586 | p.Name = "MissileTip1_4" |
| 587 | p.Size = Vector3.new(1, 1.6, 1.6) |
| 588 | p.CFrame = CFrame.new(1.5, 9.82708, -7.46749) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 589 | p.BrickColor = BrickColor.new("Bright red") |
| 590 | p.Material = Enum.Material.Glacier |
| 591 | p.MaterialVariant = "2022 Stud" |
| 592 | p.Anchored = true |
| 593 | p.Parent = model |
| 594 | end |
| 595 | do |
| 596 | local p = Instance.new("Part") |
| 597 | p.Shape = Enum.PartType.Cylinder |
| 598 | p.Name = "MissileTip2_4" |
| 599 | p.Size = Vector3.new(1, 1, 1) |
| 600 | p.CFrame = CFrame.new(1.5, 10.106, -8.06565) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 601 | p.BrickColor = BrickColor.new("Bright red") |
| 602 | p.Material = Enum.Material.Glacier |
| 603 | p.MaterialVariant = "2022 Stud" |
| 604 | p.Anchored = true |
| 605 | p.Parent = model |
| 606 | end |
| 607 | do |
| 608 | local p = Instance.new("Part") |
| 609 | p.Shape = Enum.PartType.Cylinder |
| 610 | p.Name = "MissileTip3_4" |
| 611 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 612 | p.CFrame = CFrame.new(1.5, 10.3596, -8.60944) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 613 | p.BrickColor = BrickColor.new("Bright red") |
| 614 | p.Material = Enum.Material.Glacier |
| 615 | p.MaterialVariant = "2022 Stud" |
| 616 | p.Anchored = true |
| 617 | p.Parent = model |
| 618 | end |
| 619 | model.PrimaryPart = model:FindFirstChild("BasePlate") |
| 620 | print("MissileTurret built: " .. #model:GetChildren() .. " parts") |
Loading comments...