Loading model...
by YUSUF PASSARELA · 3/28/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: MilitaryBomber |
| 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 = "MilitaryBomber" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright red"] = "2022 Stud", |
| 25 | ["Dark green"] = "2022 Stud", |
| 26 | ["Earth green"] = "2022 Stud", |
| 27 | ["Institutional white"] = "2022 Stud", |
| 28 | ["Navy blue"] = "2022 Stud", |
| 29 | ["Really black"] = "2022 Universal", |
| 30 | ["Sand yellow"] = "2022 Small Stud", |
| 31 | ["Toothpaste"] = "2022 Stud", |
| 32 | } |
| 33 | do |
| 34 | local p = Instance.new("Part") |
| 35 | p.Shape = Enum.PartType.Cylinder |
| 36 | p.Name = "NoseTip" |
| 37 | p.Size = Vector3.new(4, 2, 2) |
| 38 | p.CFrame = CFrame.new(0, 6, -40) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 39 | p.BrickColor = BrickColor.new("Really black") |
| 40 | p.Material = Enum.Material.Glacier |
| 41 | p.MaterialVariant = "2022 Universal" |
| 42 | p.Anchored = true |
| 43 | p.Parent = model |
| 44 | end |
| 45 | do |
| 46 | local p = Instance.new("Part") |
| 47 | p.Shape = Enum.PartType.Cylinder |
| 48 | p.Name = "NoseCone" |
| 49 | p.Size = Vector3.new(6, 4, 4) |
| 50 | p.CFrame = CFrame.new(0, 6, -37) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 51 | p.BrickColor = BrickColor.new("Sand yellow") |
| 52 | p.Material = Enum.Material.Glacier |
| 53 | p.MaterialVariant = "2022 Small Stud" |
| 54 | p.Anchored = true |
| 55 | p.Parent = model |
| 56 | end |
| 57 | do |
| 58 | local p = Instance.new("Part") |
| 59 | p.Shape = Enum.PartType.Cylinder |
| 60 | p.Name = "NoseProbe" |
| 61 | p.Size = Vector3.new(8, 0.5, 0.5) |
| 62 | p.CFrame = CFrame.new(0, 6, -44.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 63 | p.BrickColor = BrickColor.new("Really black") |
| 64 | p.Material = Enum.Material.Glacier |
| 65 | p.MaterialVariant = "2022 Universal" |
| 66 | p.Anchored = true |
| 67 | p.Parent = model |
| 68 | end |
| 69 | do |
| 70 | local p = Instance.new("Part") |
| 71 | p.Name = "CockpitBase" |
| 72 | p.Size = Vector3.new(6, 6, 8) |
| 73 | p.CFrame = CFrame.new(0, 6, -31) |
| 74 | p.BrickColor = BrickColor.new("Sand yellow") |
| 75 | p.Material = Enum.Material.Glacier |
| 76 | p.MaterialVariant = "2022 Small Stud" |
| 77 | p.Anchored = true |
| 78 | p.Parent = model |
| 79 | end |
| 80 | do |
| 81 | local p = Instance.new("Part") |
| 82 | p.Name = "CockpitGlassFront" |
| 83 | p.Size = Vector3.new(4, 3, 4) |
| 84 | p.CFrame = CFrame.new(0, 9.5, -33) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 85 | p.BrickColor = BrickColor.new("Toothpaste") |
| 86 | p.Material = Enum.Material.Glacier |
| 87 | p.MaterialVariant = "2022 Stud" |
| 88 | p.Anchored = true |
| 89 | p.Parent = model |
| 90 | end |
| 91 | do |
| 92 | local p = Instance.new("Part") |
| 93 | p.Name = "CockpitGlassTop" |
| 94 | p.Size = Vector3.new(4, 1, 6) |
| 95 | p.CFrame = CFrame.new(0.04, 10.54, -31) |
| 96 | p.BrickColor = BrickColor.new("Toothpaste") |
| 97 | p.Material = Enum.Material.Glacier |
| 98 | p.MaterialVariant = "2022 Stud" |
| 99 | p.Anchored = true |
| 100 | p.Parent = model |
| 101 | end |
| 102 | do |
| 103 | local p = Instance.new("Part") |
| 104 | p.Name = "CockpitGlassSideL" |
| 105 | p.Size = Vector3.new(1, 2, 4) |
| 106 | p.CFrame = CFrame.new(-2.5, 8.92, -31) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 107 | p.BrickColor = BrickColor.new("Toothpaste") |
| 108 | p.Material = Enum.Material.Glacier |
| 109 | p.MaterialVariant = "2022 Stud" |
| 110 | p.Anchored = true |
| 111 | p.Parent = model |
| 112 | end |
| 113 | do |
| 114 | local p = Instance.new("Part") |
| 115 | p.Name = "CockpitGlassSideR" |
| 116 | p.Size = Vector3.new(1, 2, 4) |
| 117 | p.CFrame = CFrame.new(2.5, 8.92, -31) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)) |
| 118 | p.BrickColor = BrickColor.new("Toothpaste") |
| 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.Name = "FwdFuselage1" |
| 127 | p.Size = Vector3.new(8, 8, 10) |
| 128 | p.CFrame = CFrame.new(0, 6, -23.12) |
| 129 | p.BrickColor = BrickColor.new("Earth green") |
| 130 | p.Material = Enum.Material.Glacier |
| 131 | p.MaterialVariant = "2022 Stud" |
| 132 | p.Anchored = true |
| 133 | p.Parent = model |
| 134 | end |
| 135 | do |
| 136 | local p = Instance.new("Part") |
| 137 | p.Name = "FwdFuselage2" |
| 138 | p.Size = Vector3.new(9, 9, 10) |
| 139 | p.CFrame = CFrame.new(0, 6, -13.08) |
| 140 | p.BrickColor = BrickColor.new("Sand yellow") |
| 141 | p.Material = Enum.Material.Glacier |
| 142 | p.MaterialVariant = "2022 Small Stud" |
| 143 | p.Anchored = true |
| 144 | p.Parent = model |
| 145 | end |
| 146 | do |
| 147 | local p = Instance.new("Part") |
| 148 | p.Name = "MidFuselage1" |
| 149 | p.Size = Vector3.new(10, 10, 10) |
| 150 | p.CFrame = CFrame.new(0, 6, -3.04) |
| 151 | p.BrickColor = BrickColor.new("Dark green") |
| 152 | p.Material = Enum.Material.Glacier |
| 153 | p.MaterialVariant = "2022 Stud" |
| 154 | p.Anchored = true |
| 155 | p.Parent = model |
| 156 | end |
| 157 | do |
| 158 | local p = Instance.new("Part") |
| 159 | p.Name = "MidFuselage2" |
| 160 | p.Size = Vector3.new(10, 10, 10) |
| 161 | p.CFrame = CFrame.new(0, 6, 7) |
| 162 | p.BrickColor = BrickColor.new("Sand yellow") |
| 163 | p.Material = Enum.Material.Glacier |
| 164 | p.MaterialVariant = "2022 Small Stud" |
| 165 | p.Anchored = true |
| 166 | p.Parent = model |
| 167 | end |
| 168 | do |
| 169 | local p = Instance.new("Part") |
| 170 | p.Name = "AftFuselage1" |
| 171 | p.Size = Vector3.new(8, 8, 10) |
| 172 | p.CFrame = CFrame.new(0, 6, 17.04) |
| 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 = "AftFuselage2" |
| 182 | p.Size = Vector3.new(6, 6, 10) |
| 183 | p.CFrame = CFrame.new(0, 7, 27.08) |
| 184 | p.BrickColor = BrickColor.new("Sand yellow") |
| 185 | p.Material = Enum.Material.Glacier |
| 186 | p.MaterialVariant = "2022 Small Stud" |
| 187 | p.Anchored = true |
| 188 | p.Parent = model |
| 189 | end |
| 190 | do |
| 191 | local p = Instance.new("Part") |
| 192 | p.Shape = Enum.PartType.Cylinder |
| 193 | p.Name = "TailCone" |
| 194 | p.Size = Vector3.new(8, 4, 4) |
| 195 | p.CFrame = CFrame.new(0, 8, 35) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 196 | p.BrickColor = BrickColor.new("Dark green") |
| 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.Shape = Enum.PartType.Cylinder |
| 205 | p.Name = "TailBlinder" |
| 206 | p.Size = Vector3.new(4, 2, 2) |
| 207 | p.CFrame = CFrame.new(0, 8, 40) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 208 | p.BrickColor = BrickColor.new("Really black") |
| 209 | p.Material = Enum.Material.Glacier |
| 210 | p.MaterialVariant = "2022 Universal" |
| 211 | p.Anchored = true |
| 212 | p.Parent = model |
| 213 | end |
| 214 | do |
| 215 | local p = Instance.new("Part") |
| 216 | p.Name = "L_WingInner" |
| 217 | p.Size = Vector3.new(17.8885, 2, 12) |
| 218 | p.CFrame = CFrame.new(-12, 8, 6) * CFrame.Angles(math.rad(-180), math.rad(-26.5651), math.rad(-180)) |
| 219 | p.BrickColor = BrickColor.new("Earth green") |
| 220 | p.Material = Enum.Material.Glacier |
| 221 | p.MaterialVariant = "2022 Stud" |
| 222 | p.Anchored = true |
| 223 | p.Parent = model |
| 224 | end |
| 225 | do |
| 226 | local p = Instance.new("Part") |
| 227 | p.Name = "L_WingOuter" |
| 228 | p.Size = Vector3.new(18.0278, 1.5, 8) |
| 229 | p.CFrame = CFrame.new(-27.5, 8, 15) * CFrame.Angles(math.rad(-180), math.rad(-33.6901), math.rad(-180)) |
| 230 | p.BrickColor = BrickColor.new("Sand yellow") |
| 231 | p.Material = Enum.Material.Glacier |
| 232 | p.MaterialVariant = "2022 Small Stud" |
| 233 | p.Anchored = true |
| 234 | p.Parent = model |
| 235 | end |
| 236 | do |
| 237 | local p = Instance.new("Part") |
| 238 | p.Name = "L_WingTip" |
| 239 | p.Size = Vector3.new(2, 1, 8) |
| 240 | p.CFrame = CFrame.new(-36, 8, 20.5) |
| 241 | p.BrickColor = BrickColor.new("Earth green") |
| 242 | p.Material = Enum.Material.Glacier |
| 243 | p.MaterialVariant = "2022 Stud" |
| 244 | p.Anchored = true |
| 245 | p.Parent = model |
| 246 | end |
| 247 | do |
| 248 | local p = Instance.new("Part") |
| 249 | p.Name = "R_WingInner" |
| 250 | p.Size = Vector3.new(17.8885, 2, 12) |
| 251 | p.CFrame = CFrame.new(12, 8, 6) * CFrame.Angles(math.rad(0), math.rad(-26.5651), math.rad(0)) |
| 252 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "R_WingOuter" |
| 261 | p.Size = Vector3.new(18.0278, 1.5, 8) |
| 262 | p.CFrame = CFrame.new(27.5, 8, 15) * CFrame.Angles(math.rad(0), math.rad(-33.6901), math.rad(0)) |
| 263 | p.BrickColor = BrickColor.new("Sand yellow") |
| 264 | p.Material = Enum.Material.Glacier |
| 265 | p.MaterialVariant = "2022 Small Stud" |
| 266 | p.Anchored = true |
| 267 | p.Parent = model |
| 268 | end |
| 269 | do |
| 270 | local p = Instance.new("Part") |
| 271 | p.Name = "R_WingTip" |
| 272 | p.Size = Vector3.new(2, 1, 8) |
| 273 | p.CFrame = CFrame.new(36, 8, 20.5) |
| 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 = "L_EngineIntake" |
| 284 | p.Size = Vector3.new(4, 6, 6) |
| 285 | p.CFrame = CFrame.new(-15, 4, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 286 | p.BrickColor = BrickColor.new("Really black") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Universal" |
| 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 = "L_EngineFwd" |
| 296 | p.Size = Vector3.new(7, 7, 8) |
| 297 | p.CFrame = CFrame.new(-15, 4, 2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 298 | p.BrickColor = BrickColor.new("Earth green") |
| 299 | p.Material = Enum.Material.Glacier |
| 300 | p.MaterialVariant = "2022 Stud" |
| 301 | p.Anchored = true |
| 302 | p.Parent = model |
| 303 | end |
| 304 | do |
| 305 | local p = Instance.new("Part") |
| 306 | p.Shape = Enum.PartType.Cylinder |
| 307 | p.Name = "L_EngineMid" |
| 308 | p.Size = Vector3.new(7, 7, 8) |
| 309 | p.CFrame = CFrame.new(-15, 4, 10) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 310 | p.BrickColor = BrickColor.new("Sand yellow") |
| 311 | p.Material = Enum.Material.Glacier |
| 312 | p.MaterialVariant = "2022 Small Stud" |
| 313 | p.Anchored = true |
| 314 | p.Parent = model |
| 315 | end |
| 316 | do |
| 317 | local p = Instance.new("Part") |
| 318 | p.Shape = Enum.PartType.Cylinder |
| 319 | p.Name = "L_EngineAft" |
| 320 | p.Size = Vector3.new(8, 6, 6) |
| 321 | p.CFrame = CFrame.new(-15, 4, 18) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 322 | p.BrickColor = BrickColor.new("Earth green") |
| 323 | p.Material = Enum.Material.Glacier |
| 324 | p.MaterialVariant = "2022 Stud" |
| 325 | p.Anchored = true |
| 326 | p.Parent = model |
| 327 | end |
| 328 | do |
| 329 | local p = Instance.new("Part") |
| 330 | p.Shape = Enum.PartType.Cylinder |
| 331 | p.Name = "L_EngineExhaust" |
| 332 | p.Size = Vector3.new(4, 4, 4) |
| 333 | p.CFrame = CFrame.new(-15, 4, 23) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 334 | p.BrickColor = BrickColor.new("Really black") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Universal" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Name = "L_EnginePylon" |
| 343 | p.Size = Vector3.new(1, 2, 8) |
| 344 | p.CFrame = CFrame.new(-15, 7.46, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 345 | p.BrickColor = BrickColor.new("Sand yellow") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Small Stud" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Shape = Enum.PartType.Cylinder |
| 354 | p.Name = "R_EngineIntake" |
| 355 | p.Size = Vector3.new(4, 6, 6) |
| 356 | p.CFrame = CFrame.new(15, 4, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 357 | p.BrickColor = BrickColor.new("Really black") |
| 358 | p.Material = Enum.Material.Glacier |
| 359 | p.MaterialVariant = "2022 Universal" |
| 360 | p.Anchored = true |
| 361 | p.Parent = model |
| 362 | end |
| 363 | do |
| 364 | local p = Instance.new("Part") |
| 365 | p.Shape = Enum.PartType.Cylinder |
| 366 | p.Name = "R_EngineFwd" |
| 367 | p.Size = Vector3.new(7, 7, 8) |
| 368 | p.CFrame = CFrame.new(15, 4, 2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 369 | p.BrickColor = BrickColor.new("Earth green") |
| 370 | p.Material = Enum.Material.Glacier |
| 371 | p.MaterialVariant = "2022 Stud" |
| 372 | p.Anchored = true |
| 373 | p.Parent = model |
| 374 | end |
| 375 | do |
| 376 | local p = Instance.new("Part") |
| 377 | p.Shape = Enum.PartType.Cylinder |
| 378 | p.Name = "R_EngineMid" |
| 379 | p.Size = Vector3.new(7, 7, 8) |
| 380 | p.CFrame = CFrame.new(15, 4, 10) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 381 | p.BrickColor = BrickColor.new("Sand yellow") |
| 382 | p.Material = Enum.Material.Glacier |
| 383 | p.MaterialVariant = "2022 Small Stud" |
| 384 | p.Anchored = true |
| 385 | p.Parent = model |
| 386 | end |
| 387 | do |
| 388 | local p = Instance.new("Part") |
| 389 | p.Shape = Enum.PartType.Cylinder |
| 390 | p.Name = "R_EngineAft" |
| 391 | p.Size = Vector3.new(8, 6, 6) |
| 392 | p.CFrame = CFrame.new(15, 4, 18) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 393 | p.BrickColor = BrickColor.new("Earth green") |
| 394 | p.Material = Enum.Material.Glacier |
| 395 | p.MaterialVariant = "2022 Stud" |
| 396 | p.Anchored = true |
| 397 | p.Parent = model |
| 398 | end |
| 399 | do |
| 400 | local p = Instance.new("Part") |
| 401 | p.Shape = Enum.PartType.Cylinder |
| 402 | p.Name = "R_EngineExhaust" |
| 403 | p.Size = Vector3.new(4, 4, 4) |
| 404 | p.CFrame = CFrame.new(15, 4, 23) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 405 | p.BrickColor = BrickColor.new("Really black") |
| 406 | p.Material = Enum.Material.Glacier |
| 407 | p.MaterialVariant = "2022 Universal" |
| 408 | p.Anchored = true |
| 409 | p.Parent = model |
| 410 | end |
| 411 | do |
| 412 | local p = Instance.new("Part") |
| 413 | p.Name = "R_EnginePylon" |
| 414 | p.Size = Vector3.new(1, 2, 8) |
| 415 | p.CFrame = CFrame.new(15, 7.46, 8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 416 | p.BrickColor = BrickColor.new("Sand yellow") |
| 417 | p.Material = Enum.Material.Glacier |
| 418 | p.MaterialVariant = "2022 Small Stud" |
| 419 | p.Anchored = true |
| 420 | p.Parent = model |
| 421 | end |
| 422 | do |
| 423 | local p = Instance.new("Part") |
| 424 | p.Name = "VertStabBase" |
| 425 | p.Size = Vector3.new(8.94427, 2, 10) |
| 426 | p.CFrame = CFrame.new(0, 14, 30) * CFrame.Angles(math.rad(-63.4349), math.rad(-90), math.rad(0)) |
| 427 | p.BrickColor = BrickColor.new("Earth green") |
| 428 | p.Material = Enum.Material.Glacier |
| 429 | p.MaterialVariant = "2022 Stud" |
| 430 | p.Anchored = true |
| 431 | p.Parent = model |
| 432 | end |
| 433 | do |
| 434 | local p = Instance.new("Part") |
| 435 | p.Name = "VertStabMid" |
| 436 | p.Size = Vector3.new(8.94427, 1.5, 8) |
| 437 | p.CFrame = CFrame.new(0, 22.035777, 34.017889) * CFrame.Angles(math.rad(-63.4349), math.rad(-90), math.rad(0)) |
| 438 | p.BrickColor = BrickColor.new("Sand yellow") |
| 439 | p.Material = Enum.Material.Glacier |
| 440 | p.MaterialVariant = "2022 Small Stud" |
| 441 | p.Anchored = true |
| 442 | p.Parent = model |
| 443 | end |
| 444 | do |
| 445 | local p = Instance.new("Part") |
| 446 | p.Name = "VertStabTop" |
| 447 | p.Size = Vector3.new(4.47214, 1, 6) |
| 448 | p.CFrame = CFrame.new(0, 28.071554, 37.035777) * CFrame.Angles(math.rad(-63.4349), math.rad(-90), math.rad(0)) |
| 449 | p.BrickColor = BrickColor.new("Earth green") |
| 450 | p.Material = Enum.Material.Glacier |
| 451 | p.MaterialVariant = "2022 Stud" |
| 452 | p.Anchored = true |
| 453 | p.Parent = model |
| 454 | end |
| 455 | do |
| 456 | local p = Instance.new("Part") |
| 457 | p.Name = "TailCap1" |
| 458 | p.Size = Vector3.new(1.2, 1, 2) |
| 459 | p.CFrame = CFrame.new(0, 31, 38.42) |
| 460 | p.BrickColor = BrickColor.new("Bright red") |
| 461 | p.Material = Enum.Material.Glacier |
| 462 | p.MaterialVariant = "2022 Stud" |
| 463 | p.Anchored = true |
| 464 | p.Parent = model |
| 465 | end |
| 466 | do |
| 467 | local p = Instance.new("Part") |
| 468 | p.Name = "TailCap2" |
| 469 | p.Size = Vector3.new(1.2, 1, 2) |
| 470 | p.CFrame = CFrame.new(0, 31, 40.46) |
| 471 | p.BrickColor = BrickColor.new("Institutional white") |
| 472 | p.Material = Enum.Material.Glacier |
| 473 | p.MaterialVariant = "2022 Stud" |
| 474 | p.Anchored = true |
| 475 | p.Parent = model |
| 476 | end |
| 477 | do |
| 478 | local p = Instance.new("Part") |
| 479 | p.Name = "TailCap3" |
| 480 | p.Size = Vector3.new(1.2, 1, 2) |
| 481 | p.CFrame = CFrame.new(0, 31, 42.5) |
| 482 | p.BrickColor = BrickColor.new("Bright red") |
| 483 | p.Material = Enum.Material.Glacier |
| 484 | p.MaterialVariant = "2022 Stud" |
| 485 | p.Anchored = true |
| 486 | p.Parent = model |
| 487 | end |
| 488 | do |
| 489 | local p = Instance.new("Part") |
| 490 | p.Name = "L_HorizStab" |
| 491 | p.Size = Vector3.new(11.7047, 1, 6) |
| 492 | p.CFrame = CFrame.new(-6.5, 11.96, 34) * CFrame.Angles(math.rad(-180), math.rad(-19.9831), math.rad(-180)) |
| 493 | p.BrickColor = BrickColor.new("Earth green") |
| 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.Name = "R_HorizStab" |
| 502 | p.Size = Vector3.new(11.7047, 1, 6) |
| 503 | p.CFrame = CFrame.new(6.5, 12, 34) * CFrame.Angles(math.rad(0), math.rad(-19.9831), math.rad(0)) |
| 504 | p.BrickColor = BrickColor.new("Earth green") |
| 505 | p.Material = Enum.Material.Glacier |
| 506 | p.MaterialVariant = "2022 Stud" |
| 507 | p.Anchored = true |
| 508 | p.Parent = model |
| 509 | end |
| 510 | do |
| 511 | local p = Instance.new("Part") |
| 512 | p.Name = "BellyAntenna_0" |
| 513 | p.Size = Vector3.new(0.2, 3, 0.5) |
| 514 | p.CFrame = CFrame.new(0, 0.5, -15) |
| 515 | p.BrickColor = BrickColor.new("Really black") |
| 516 | p.Material = Enum.Material.Glacier |
| 517 | p.MaterialVariant = "2022 Universal" |
| 518 | p.Anchored = true |
| 519 | p.Parent = model |
| 520 | end |
| 521 | do |
| 522 | local p = Instance.new("Part") |
| 523 | p.Name = "BellyAntenna_1" |
| 524 | p.Size = Vector3.new(0.2, 3, 0.5) |
| 525 | p.CFrame = CFrame.new(0, 0.5, -11) |
| 526 | p.BrickColor = BrickColor.new("Really black") |
| 527 | p.Material = Enum.Material.Glacier |
| 528 | p.MaterialVariant = "2022 Universal" |
| 529 | p.Anchored = true |
| 530 | p.Parent = model |
| 531 | end |
| 532 | do |
| 533 | local p = Instance.new("Part") |
| 534 | p.Name = "BellyAntenna_2" |
| 535 | p.Size = Vector3.new(0.2, 3, 0.5) |
| 536 | p.CFrame = CFrame.new(0, 0.5, -7) |
| 537 | p.BrickColor = BrickColor.new("Really black") |
| 538 | p.Material = Enum.Material.Glacier |
| 539 | p.MaterialVariant = "2022 Universal" |
| 540 | p.Anchored = true |
| 541 | p.Parent = model |
| 542 | end |
| 543 | do |
| 544 | local p = Instance.new("Part") |
| 545 | p.Name = "BellyAntenna_3" |
| 546 | p.Size = Vector3.new(0.2, 3, 0.5) |
| 547 | p.CFrame = CFrame.new(0, 0.5, -3) |
| 548 | p.BrickColor = BrickColor.new("Really black") |
| 549 | p.Material = Enum.Material.Glacier |
| 550 | p.MaterialVariant = "2022 Universal" |
| 551 | p.Anchored = true |
| 552 | p.Parent = model |
| 553 | end |
| 554 | do |
| 555 | local p = Instance.new("Part") |
| 556 | p.Name = "BellyAntenna_4" |
| 557 | p.Size = Vector3.new(0.2, 3, 0.5) |
| 558 | p.CFrame = CFrame.new(0, 0.5, 1) |
| 559 | p.BrickColor = BrickColor.new("Really black") |
| 560 | p.Material = Enum.Material.Glacier |
| 561 | p.MaterialVariant = "2022 Universal" |
| 562 | p.Anchored = true |
| 563 | p.Parent = model |
| 564 | end |
| 565 | do |
| 566 | local p = Instance.new("Part") |
| 567 | p.Name = "TopAntenna1" |
| 568 | p.Size = Vector3.new(0.4, 2, 0.8) |
| 569 | p.CFrame = CFrame.new(0, 11.54, -10) |
| 570 | p.BrickColor = BrickColor.new("Institutional white") |
| 571 | p.Material = Enum.Material.Glacier |
| 572 | p.MaterialVariant = "2022 Stud" |
| 573 | p.Anchored = true |
| 574 | p.Parent = model |
| 575 | end |
| 576 | do |
| 577 | local p = Instance.new("Part") |
| 578 | p.Name = "TopAntenna2" |
| 579 | p.Size = Vector3.new(0.4, 2, 0.8) |
| 580 | p.CFrame = CFrame.new(0, 11.5, 0) |
| 581 | p.BrickColor = BrickColor.new("Institutional white") |
| 582 | p.Material = Enum.Material.Glacier |
| 583 | p.MaterialVariant = "2022 Stud" |
| 584 | p.Anchored = true |
| 585 | p.Parent = model |
| 586 | end |
| 587 | do |
| 588 | local p = Instance.new("Part") |
| 589 | p.Name = "L_CheekAntenna" |
| 590 | p.Size = Vector3.new(2, 0.5, 3) |
| 591 | p.CFrame = CFrame.new(-4.5, 6, -25) |
| 592 | p.BrickColor = BrickColor.new("Institutional white") |
| 593 | p.Material = Enum.Material.Glacier |
| 594 | p.MaterialVariant = "2022 Stud" |
| 595 | p.Anchored = true |
| 596 | p.Parent = model |
| 597 | end |
| 598 | do |
| 599 | local p = Instance.new("Part") |
| 600 | p.Name = "R_CheekAntenna" |
| 601 | p.Size = Vector3.new(2, 0.5, 3) |
| 602 | p.CFrame = CFrame.new(4.5, 6, -25) |
| 603 | p.BrickColor = BrickColor.new("Institutional white") |
| 604 | p.Material = Enum.Material.Glacier |
| 605 | p.MaterialVariant = "2022 Stud" |
| 606 | p.Anchored = true |
| 607 | p.Parent = model |
| 608 | end |
| 609 | do |
| 610 | local p = Instance.new("Part") |
| 611 | p.Shape = Enum.PartType.Cylinder |
| 612 | p.Name = "L_WingStarBg" |
| 613 | p.Size = Vector3.new(0.1, 4, 4) |
| 614 | p.CFrame = CFrame.new(-25, 8.8, 14) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 615 | p.BrickColor = BrickColor.new("Institutional white") |
| 616 | p.Material = Enum.Material.Glacier |
| 617 | p.MaterialVariant = "2022 Stud" |
| 618 | p.Anchored = true |
| 619 | p.Parent = model |
| 620 | end |
| 621 | do |
| 622 | local p = Instance.new("Part") |
| 623 | p.Shape = Enum.PartType.Cylinder |
| 624 | p.Name = "L_WingStarCenter" |
| 625 | p.Size = Vector3.new(0.1, 2, 2) |
| 626 | p.CFrame = CFrame.new(-25, 8.85, 14.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 627 | p.BrickColor = BrickColor.new("Navy blue") |
| 628 | p.Material = Enum.Material.Glacier |
| 629 | p.MaterialVariant = "2022 Stud" |
| 630 | p.Anchored = true |
| 631 | p.Parent = model |
| 632 | end |
| 633 | do |
| 634 | local p = Instance.new("Part") |
| 635 | p.Shape = Enum.PartType.Cylinder |
| 636 | p.Name = "R_WingStarBg" |
| 637 | p.Size = Vector3.new(0.1, 4, 4) |
| 638 | p.CFrame = CFrame.new(25, 8.8, 14) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 639 | p.BrickColor = BrickColor.new("Institutional white") |
| 640 | p.Material = Enum.Material.Glacier |
| 641 | p.MaterialVariant = "2022 Stud" |
| 642 | p.Anchored = true |
| 643 | p.Parent = model |
| 644 | end |
| 645 | do |
| 646 | local p = Instance.new("Part") |
| 647 | p.Shape = Enum.PartType.Cylinder |
| 648 | p.Name = "R_WingStarCenter" |
| 649 | p.Size = Vector3.new(0.1, 2, 2) |
| 650 | p.CFrame = CFrame.new(25, 8.85, 14.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 651 | p.BrickColor = BrickColor.new("Navy blue") |
| 652 | p.Material = Enum.Material.Glacier |
| 653 | p.MaterialVariant = "2022 Stud" |
| 654 | p.Anchored = true |
| 655 | p.Parent = model |
| 656 | end |
| 657 | do |
| 658 | local p = Instance.new("Part") |
| 659 | p.Shape = Enum.PartType.Cylinder |
| 660 | p.Name = "L_EngineStripe" |
| 661 | p.Size = Vector3.new(0.5, 7.2, 7.2) |
| 662 | p.CFrame = CFrame.new(-15, 4, 2.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 663 | p.BrickColor = BrickColor.new("Bright red") |
| 664 | p.Material = Enum.Material.Glacier |
| 665 | p.MaterialVariant = "2022 Stud" |
| 666 | p.Anchored = true |
| 667 | p.Parent = model |
| 668 | end |
| 669 | do |
| 670 | local p = Instance.new("Part") |
| 671 | p.Shape = Enum.PartType.Cylinder |
| 672 | p.Name = "R_EngineStripe" |
| 673 | p.Size = Vector3.new(0.5, 7.2, 7.2) |
| 674 | p.CFrame = CFrame.new(15, 4, 2.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 675 | p.BrickColor = BrickColor.new("Bright red") |
| 676 | p.Material = Enum.Material.Glacier |
| 677 | p.MaterialVariant = "2022 Stud" |
| 678 | p.Anchored = true |
| 679 | p.Parent = model |
| 680 | end |
| 681 | model.PrimaryPart = model:FindFirstChild("MidFuselage1") |
| 682 | print("MilitaryBomber built: " .. #model:GetChildren() .. " parts") |
Loading comments...