Loading model...
by Zbabba · 6/24/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: NinjaH2 |
| 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 = "NinjaH2" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Glue", |
| 25 | ["Bright red"] = "2022 Stud", |
| 26 | ["Bright yellow"] = "2022 Big Stud", |
| 27 | ["Dark stone grey"] = "2022 Universal", |
| 28 | ["Institutional white"] = "2022 Stud", |
| 29 | ["Medium stone grey"] = "2022 Universal", |
| 30 | ["Really black"] = "2022 Small Stud", |
| 31 | ["Silver"] = "2022 Glue", |
| 32 | } |
| 33 | do |
| 34 | local p = Instance.new("Part") |
| 35 | p.Shape = Enum.PartType.Cylinder |
| 36 | p.Name = "FrontTire" |
| 37 | p.Size = Vector3.new(1.5, 5, 5) |
| 38 | p.CFrame = CFrame.new(0, 3, -7.5) |
| 39 | p.BrickColor = BrickColor.new("Really black") |
| 40 | p.Material = Enum.Material.Glacier |
| 41 | p.MaterialVariant = "2022 Small Stud" |
| 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 = "FrontRim" |
| 49 | p.Size = Vector3.new(1.51, 3.5, 3.5) |
| 50 | p.CFrame = CFrame.new(0.04, 3, -7.5) |
| 51 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 52 | p.Material = Enum.Material.Glacier |
| 53 | p.MaterialVariant = "2022 Universal" |
| 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 = "FrontAxle" |
| 61 | p.Size = Vector3.new(2.2, 0.2, 0.2) |
| 62 | p.CFrame = CFrame.new(0, 3, -7.5) |
| 63 | p.BrickColor = BrickColor.new("Silver") |
| 64 | p.Material = Enum.Material.Glacier |
| 65 | p.MaterialVariant = "2022 Glue" |
| 66 | p.Anchored = true |
| 67 | p.Parent = model |
| 68 | end |
| 69 | do |
| 70 | local p = Instance.new("Part") |
| 71 | p.Shape = Enum.PartType.Cylinder |
| 72 | p.Name = "RearTire" |
| 73 | p.Size = Vector3.new(1.8, 5, 5) |
| 74 | p.CFrame = CFrame.new(0, 3, 7.5) |
| 75 | p.BrickColor = BrickColor.new("Really black") |
| 76 | p.Material = Enum.Material.Glacier |
| 77 | p.MaterialVariant = "2022 Small Stud" |
| 78 | p.Anchored = true |
| 79 | p.Parent = model |
| 80 | end |
| 81 | do |
| 82 | local p = Instance.new("Part") |
| 83 | p.Shape = Enum.PartType.Cylinder |
| 84 | p.Name = "RearRim" |
| 85 | p.Size = Vector3.new(1.81, 3.5, 3.5) |
| 86 | p.CFrame = CFrame.new(0.04, 3, 7.5) |
| 87 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 88 | p.Material = Enum.Material.Glacier |
| 89 | p.MaterialVariant = "2022 Universal" |
| 90 | p.Anchored = true |
| 91 | p.Parent = model |
| 92 | end |
| 93 | do |
| 94 | local p = Instance.new("Part") |
| 95 | p.Shape = Enum.PartType.Cylinder |
| 96 | p.Name = "RearAxle" |
| 97 | p.Size = Vector3.new(1.5, 0.4, 0.4) |
| 98 | p.CFrame = CFrame.new(0.5, 3, 7.5) |
| 99 | p.BrickColor = BrickColor.new("Silver") |
| 100 | p.Material = Enum.Material.Glacier |
| 101 | p.MaterialVariant = "2022 Glue" |
| 102 | p.Anchored = true |
| 103 | p.Parent = model |
| 104 | end |
| 105 | do |
| 106 | local p = Instance.new("Part") |
| 107 | p.Shape = Enum.PartType.Cylinder |
| 108 | p.Name = "RearNut" |
| 109 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 110 | p.CFrame = CFrame.new(1.2, 3, 7.5) |
| 111 | p.BrickColor = BrickColor.new("Silver") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Glue" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "RearSpoke_0" |
| 120 | p.Size = Vector3.new(1.6, 0.3, 0.3) |
| 121 | p.CFrame = CFrame.new(0, 3.8, 7.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 122 | p.BrickColor = BrickColor.new("Really black") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Small Stud" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "FrontSpoke_0" |
| 131 | p.Size = Vector3.new(1.6, 0.25, 0.25) |
| 132 | p.CFrame = CFrame.new(0, 3.8, -7.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 133 | p.BrickColor = BrickColor.new("Really black") |
| 134 | p.Material = Enum.Material.Glacier |
| 135 | p.MaterialVariant = "2022 Small Stud" |
| 136 | p.Anchored = true |
| 137 | p.Parent = model |
| 138 | end |
| 139 | do |
| 140 | local p = Instance.new("Part") |
| 141 | p.Name = "RearSpoke_1" |
| 142 | p.Size = Vector3.new(1.6, 0.3, 0.3) |
| 143 | p.CFrame = CFrame.new(0, 3.24721, 8.26084) * CFrame.Angles(math.rad(-18), math.rad(-90), math.rad(0)) |
| 144 | p.BrickColor = BrickColor.new("Really black") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Small Stud" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "FrontSpoke_1" |
| 153 | p.Size = Vector3.new(1.6, 0.25, 0.25) |
| 154 | p.CFrame = CFrame.new(0, 3.24721, -6.73916) * CFrame.Angles(math.rad(-18), math.rad(-90), math.rad(0)) |
| 155 | p.BrickColor = BrickColor.new("Really black") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Small Stud" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "RearSpoke_2" |
| 164 | p.Size = Vector3.new(1.6, 0.3, 0.3) |
| 165 | p.CFrame = CFrame.new(0, 2.35279, 7.97023) * CFrame.Angles(math.rad(54), math.rad(-90), math.rad(0)) |
| 166 | p.BrickColor = BrickColor.new("Really black") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Small Stud" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Name = "FrontSpoke_2" |
| 175 | p.Size = Vector3.new(1.6, 0.25, 0.25) |
| 176 | p.CFrame = CFrame.new(0, 2.35279, -7.02977) * CFrame.Angles(math.rad(54), math.rad(-90), math.rad(0)) |
| 177 | p.BrickColor = BrickColor.new("Really black") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Small Stud" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "RearSpoke_3" |
| 186 | p.Size = Vector3.new(1.6, 0.3, 0.3) |
| 187 | p.CFrame = CFrame.new(0, 2.35279, 7.02977) * CFrame.Angles(math.rad(-54), math.rad(90), math.rad(0)) |
| 188 | p.BrickColor = BrickColor.new("Really black") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Small Stud" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Name = "FrontSpoke_3" |
| 197 | p.Size = Vector3.new(1.6, 0.25, 0.25) |
| 198 | p.CFrame = CFrame.new(0, 2.35279, -7.97023) * CFrame.Angles(math.rad(-54), math.rad(90), math.rad(0)) |
| 199 | p.BrickColor = BrickColor.new("Really black") |
| 200 | p.Material = Enum.Material.Glacier |
| 201 | p.MaterialVariant = "2022 Small Stud" |
| 202 | p.Anchored = true |
| 203 | p.Parent = model |
| 204 | end |
| 205 | do |
| 206 | local p = Instance.new("Part") |
| 207 | p.Name = "RearSpoke_4" |
| 208 | p.Size = Vector3.new(1.6, 0.3, 0.3) |
| 209 | p.CFrame = CFrame.new(0, 3.24721, 6.73916) * CFrame.Angles(math.rad(18), math.rad(90), math.rad(0)) |
| 210 | p.BrickColor = BrickColor.new("Really black") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Small Stud" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Name = "FrontSpoke_4" |
| 219 | p.Size = Vector3.new(1.6, 0.25, 0.25) |
| 220 | p.CFrame = CFrame.new(0, 3.24721, -8.26084) * CFrame.Angles(math.rad(18), math.rad(90), math.rad(0)) |
| 221 | p.BrickColor = BrickColor.new("Really black") |
| 222 | p.Material = Enum.Material.Glacier |
| 223 | p.MaterialVariant = "2022 Small Stud" |
| 224 | p.Anchored = true |
| 225 | p.Parent = model |
| 226 | end |
| 227 | do |
| 228 | local p = Instance.new("Part") |
| 229 | p.Shape = Enum.PartType.Cylinder |
| 230 | p.Name = "FrontRotorR" |
| 231 | p.Size = Vector3.new(0.05, 3, 3) |
| 232 | p.CFrame = CFrame.new(0.92, 3, -7.5) |
| 233 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Universal" |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Shape = Enum.PartType.Cylinder |
| 242 | p.Name = "FrontRotorL" |
| 243 | p.Size = Vector3.new(0.05, 3, 3) |
| 244 | p.CFrame = CFrame.new(-0.92, 3, -7.5) |
| 245 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 246 | p.Material = Enum.Material.Glacier |
| 247 | p.MaterialVariant = "2022 Universal" |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Shape = Enum.PartType.Cylinder |
| 254 | p.Name = "RearRotor" |
| 255 | p.Size = Vector3.new(0.05, 2.5, 2.5) |
| 256 | p.CFrame = CFrame.new(1.04, 3, 7.5) |
| 257 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 258 | p.Material = Enum.Material.Glacier |
| 259 | p.MaterialVariant = "2022 Universal" |
| 260 | p.Anchored = true |
| 261 | p.Parent = model |
| 262 | end |
| 263 | do |
| 264 | local p = Instance.new("Part") |
| 265 | p.Name = "CaliperFrontR" |
| 266 | p.Size = Vector3.new(0.3, 0.8, 1.2) |
| 267 | p.CFrame = CFrame.new(0.72, 3, -6) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 268 | p.BrickColor = BrickColor.new("Really black") |
| 269 | p.Material = Enum.Material.Glacier |
| 270 | p.MaterialVariant = "2022 Small Stud" |
| 271 | p.Anchored = true |
| 272 | p.Parent = model |
| 273 | end |
| 274 | do |
| 275 | local p = Instance.new("Part") |
| 276 | p.Name = "CaliperFrontL" |
| 277 | p.Size = Vector3.new(0.3, 0.8, 1.2) |
| 278 | p.CFrame = CFrame.new(-0.72, 3, -6) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 279 | p.BrickColor = BrickColor.new("Really black") |
| 280 | p.Material = Enum.Material.Glacier |
| 281 | p.MaterialVariant = "2022 Small Stud" |
| 282 | p.Anchored = true |
| 283 | p.Parent = model |
| 284 | end |
| 285 | do |
| 286 | local p = Instance.new("Part") |
| 287 | p.Name = "CaliperRear" |
| 288 | p.Size = Vector3.new(0.3, 0.6, 1) |
| 289 | p.CFrame = CFrame.new(1, 3.7, 6.5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 290 | p.BrickColor = BrickColor.new("Really black") |
| 291 | p.Material = Enum.Material.Glacier |
| 292 | p.MaterialVariant = "2022 Small Stud" |
| 293 | p.Anchored = true |
| 294 | p.Parent = model |
| 295 | end |
| 296 | do |
| 297 | local p = Instance.new("Part") |
| 298 | p.Shape = Enum.PartType.Cylinder |
| 299 | p.Name = "ABSRingFront" |
| 300 | p.Size = Vector3.new(0.05, 2, 2) |
| 301 | p.CFrame = CFrame.new(0.82, 3, -7.5) |
| 302 | p.BrickColor = BrickColor.new("Really black") |
| 303 | p.Material = Enum.Material.Glacier |
| 304 | p.MaterialVariant = "2022 Small Stud" |
| 305 | p.Anchored = true |
| 306 | p.Parent = model |
| 307 | end |
| 308 | do |
| 309 | local p = Instance.new("Part") |
| 310 | p.Shape = Enum.PartType.Cylinder |
| 311 | p.Name = "ForkR_Low" |
| 312 | p.Size = Vector3.new(2.91548, 0.4, 0.4) |
| 313 | p.CFrame = CFrame.new(1.2, 4.2157, -6.77058) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 314 | p.BrickColor = BrickColor.new("Really black") |
| 315 | p.Material = Enum.Material.Glacier |
| 316 | p.MaterialVariant = "2022 Small Stud" |
| 317 | p.Anchored = true |
| 318 | p.Parent = model |
| 319 | end |
| 320 | do |
| 321 | local p = Instance.new("Part") |
| 322 | p.Shape = Enum.PartType.Cylinder |
| 323 | p.Name = "ForkL_Low" |
| 324 | p.Size = Vector3.new(2.91548, 0.4, 0.4) |
| 325 | p.CFrame = CFrame.new(-1.2, 4.2157, -6.77058) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 326 | p.BrickColor = BrickColor.new("Really black") |
| 327 | p.Material = Enum.Material.Glacier |
| 328 | p.MaterialVariant = "2022 Small Stud" |
| 329 | p.Anchored = true |
| 330 | p.Parent = model |
| 331 | end |
| 332 | do |
| 333 | local p = Instance.new("Part") |
| 334 | p.Shape = Enum.PartType.Cylinder |
| 335 | p.Name = "ForkR_Up" |
| 336 | p.Size = Vector3.new(3.49857, 0.5, 0.5) |
| 337 | p.CFrame = CFrame.new(1.2, 7, -5.1) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 338 | p.BrickColor = BrickColor.new("Silver") |
| 339 | p.Material = Enum.Material.Glacier |
| 340 | p.MaterialVariant = "2022 Glue" |
| 341 | p.Anchored = true |
| 342 | p.Parent = model |
| 343 | end |
| 344 | do |
| 345 | local p = Instance.new("Part") |
| 346 | p.Shape = Enum.PartType.Cylinder |
| 347 | p.Name = "ForkL_Up" |
| 348 | p.Size = Vector3.new(3.49857, 0.5, 0.5) |
| 349 | p.CFrame = CFrame.new(-1.2, 7, -5.1) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 350 | p.BrickColor = BrickColor.new("Silver") |
| 351 | p.Material = Enum.Material.Glacier |
| 352 | p.MaterialVariant = "2022 Glue" |
| 353 | p.Anchored = true |
| 354 | p.Parent = model |
| 355 | end |
| 356 | do |
| 357 | local p = Instance.new("Part") |
| 358 | p.Name = "TripleClampLow" |
| 359 | p.Size = Vector3.new(3, 0.4, 1) |
| 360 | p.CFrame = CFrame.new(0, 6, -5.7) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 361 | p.BrickColor = BrickColor.new("Really black") |
| 362 | p.Material = Enum.Material.Glacier |
| 363 | p.MaterialVariant = "2022 Small Stud" |
| 364 | p.Anchored = true |
| 365 | p.Parent = model |
| 366 | end |
| 367 | do |
| 368 | local p = Instance.new("Part") |
| 369 | p.Name = "TripleClampUp" |
| 370 | p.Size = Vector3.new(3, 0.4, 1) |
| 371 | p.CFrame = CFrame.new(0, 8.3, -4.3) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 372 | p.BrickColor = BrickColor.new("Really black") |
| 373 | p.Material = Enum.Material.Glacier |
| 374 | p.MaterialVariant = "2022 Small Stud" |
| 375 | p.Anchored = true |
| 376 | p.Parent = model |
| 377 | end |
| 378 | do |
| 379 | local p = Instance.new("Part") |
| 380 | p.Name = "SwingarmMain" |
| 381 | p.Size = Vector3.new(5.02494, 0.8, 1.2) |
| 382 | p.CFrame = CFrame.new(-1.54, 3.25, 5) * CFrame.Angles(math.rad(5.71059), math.rad(-90), math.rad(0)) |
| 383 | p.BrickColor = BrickColor.new("Really black") |
| 384 | p.Material = Enum.Material.Glacier |
| 385 | p.MaterialVariant = "2022 Small Stud" |
| 386 | p.Anchored = true |
| 387 | p.Parent = model |
| 388 | end |
| 389 | do |
| 390 | local p = Instance.new("Part") |
| 391 | p.Shape = Enum.PartType.Cylinder |
| 392 | p.Name = "SwingarmPivot" |
| 393 | p.Size = Vector3.new(3.2, 1.5, 1.5) |
| 394 | p.CFrame = CFrame.new(0, 3.5, 2.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 395 | p.BrickColor = BrickColor.new("Really black") |
| 396 | p.Material = Enum.Material.Glacier |
| 397 | p.MaterialVariant = "2022 Small Stud" |
| 398 | p.Anchored = true |
| 399 | p.Parent = model |
| 400 | end |
| 401 | do |
| 402 | local p = Instance.new("Part") |
| 403 | p.Shape = Enum.PartType.Cylinder |
| 404 | p.Name = "RearShockBody" |
| 405 | p.Size = Vector3.new(2.23607, 0.3, 0.3) |
| 406 | p.CFrame = CFrame.new(0, 5, 2.5) * CFrame.Angles(math.rad(63.4349), math.rad(90), math.rad(0)) |
| 407 | p.BrickColor = BrickColor.new("Silver") |
| 408 | p.Material = Enum.Material.Glacier |
| 409 | p.MaterialVariant = "2022 Glue" |
| 410 | p.Anchored = true |
| 411 | p.Parent = model |
| 412 | end |
| 413 | do |
| 414 | local p = Instance.new("Part") |
| 415 | p.Shape = Enum.PartType.Cylinder |
| 416 | p.Name = "RearShockSpring" |
| 417 | p.Size = Vector3.new(1.11803, 0.5, 0.5) |
| 418 | p.CFrame = CFrame.new(0, 5, 2.5) * CFrame.Angles(math.rad(63.4349), math.rad(90), math.rad(0)) |
| 419 | p.BrickColor = BrickColor.new("Bright yellow") |
| 420 | p.Material = Enum.Material.Glacier |
| 421 | p.MaterialVariant = "2022 Big Stud" |
| 422 | p.Anchored = true |
| 423 | p.Parent = model |
| 424 | end |
| 425 | do |
| 426 | local p = Instance.new("Part") |
| 427 | p.Shape = Enum.PartType.Cylinder |
| 428 | p.Name = "RearSprocket" |
| 429 | p.Size = Vector3.new(0.1, 2, 2) |
| 430 | p.CFrame = CFrame.new(-1.2, 3, 7.5) |
| 431 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 432 | p.Material = Enum.Material.Glacier |
| 433 | p.MaterialVariant = "2022 Universal" |
| 434 | p.Anchored = true |
| 435 | p.Parent = model |
| 436 | end |
| 437 | do |
| 438 | local p = Instance.new("Part") |
| 439 | p.Shape = Enum.PartType.Cylinder |
| 440 | p.Name = "FrontSprocket" |
| 441 | p.Size = Vector3.new(0.4, 1.2, 1.2) |
| 442 | p.CFrame = CFrame.new(-1.4, 3.5, 1.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 443 | p.BrickColor = BrickColor.new("Really black") |
| 444 | p.Material = Enum.Material.Glacier |
| 445 | p.MaterialVariant = "2022 Small Stud" |
| 446 | p.Anchored = true |
| 447 | p.Parent = model |
| 448 | end |
| 449 | do |
| 450 | local p = Instance.new("Part") |
| 451 | p.Name = "ChainTop" |
| 452 | p.Size = Vector3.new(6.00167, 0.2, 0.1) |
| 453 | p.CFrame = CFrame.new(-1.25, 4.05, 4.5) * CFrame.Angles(math.rad(0), math.rad(-89.0452), math.rad(-0.954709)) |
| 454 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 455 | p.Material = Enum.Material.Glacier |
| 456 | p.MaterialVariant = "2022 Universal" |
| 457 | p.Anchored = true |
| 458 | p.Parent = model |
| 459 | end |
| 460 | do |
| 461 | local p = Instance.new("Part") |
| 462 | p.Name = "ChainBot" |
| 463 | p.Size = Vector3.new(6.06795, 0.2, 0.1) |
| 464 | p.CFrame = CFrame.new(-1.25, 2.45, 4.5) * CFrame.Angles(math.rad(0), math.rad(-89.0452), math.rad(-8.5296)) |
| 465 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 466 | p.Material = Enum.Material.Glacier |
| 467 | p.MaterialVariant = "2022 Universal" |
| 468 | p.Anchored = true |
| 469 | p.Parent = model |
| 470 | end |
| 471 | do |
| 472 | local p = Instance.new("Part") |
| 473 | p.Name = "EngineBase" |
| 474 | p.Size = Vector3.new(2.4, 1.5, 3) |
| 475 | p.CFrame = CFrame.new(0, 2.96, 0.5) |
| 476 | p.BrickColor = BrickColor.new("Really black") |
| 477 | p.Material = Enum.Material.Glacier |
| 478 | p.MaterialVariant = "2022 Small Stud" |
| 479 | p.Anchored = true |
| 480 | p.Parent = model |
| 481 | end |
| 482 | do |
| 483 | local p = Instance.new("Part") |
| 484 | p.Name = "EngineMid" |
| 485 | p.Size = Vector3.new(2.6, 1.5, 2.8) |
| 486 | p.CFrame = CFrame.new(0, 4.5, 0.5) |
| 487 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 488 | p.Material = Enum.Material.Glacier |
| 489 | p.MaterialVariant = "2022 Universal" |
| 490 | p.Anchored = true |
| 491 | p.Parent = model |
| 492 | end |
| 493 | do |
| 494 | local p = Instance.new("Part") |
| 495 | p.Name = "CylinderHead" |
| 496 | p.Size = Vector3.new(2.4, 1.5, 2) |
| 497 | p.CFrame = CFrame.new(0, 6, -0.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 498 | p.BrickColor = BrickColor.new("Really black") |
| 499 | p.Material = Enum.Material.Glacier |
| 500 | p.MaterialVariant = "2022 Small Stud" |
| 501 | p.Anchored = true |
| 502 | p.Parent = model |
| 503 | end |
| 504 | do |
| 505 | local p = Instance.new("Part") |
| 506 | p.Name = "ValveCover" |
| 507 | p.Size = Vector3.new(2.2, 0.5, 1.8) |
| 508 | p.CFrame = CFrame.new(0, 6.7, -0.8) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 509 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 510 | p.Material = Enum.Material.Glacier |
| 511 | p.MaterialVariant = "2022 Universal" |
| 512 | p.Anchored = true |
| 513 | p.Parent = model |
| 514 | end |
| 515 | do |
| 516 | local p = Instance.new("Part") |
| 517 | p.Shape = Enum.PartType.Cylinder |
| 518 | p.Name = "ClutchCover" |
| 519 | p.Size = Vector3.new(0.4, 1.8, 1.8) |
| 520 | p.CFrame = CFrame.new(1.4, 3.5, 1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 521 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 522 | p.Material = Enum.Material.Glacier |
| 523 | p.MaterialVariant = "2022 Universal" |
| 524 | p.Anchored = true |
| 525 | p.Parent = model |
| 526 | end |
| 527 | do |
| 528 | local p = Instance.new("Part") |
| 529 | p.Shape = Enum.PartType.Cylinder |
| 530 | p.Name = "Supercharger" |
| 531 | p.Size = Vector3.new(0.3, 1.2, 1.2) |
| 532 | p.CFrame = CFrame.new(1.4, 5.3, -0.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 533 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 534 | p.Material = Enum.Material.Glacier |
| 535 | p.MaterialVariant = "2022 Universal" |
| 536 | p.Anchored = true |
| 537 | p.Parent = model |
| 538 | end |
| 539 | do |
| 540 | local p = Instance.new("Part") |
| 541 | p.Shape = Enum.PartType.Cylinder |
| 542 | p.Name = "SuperchargerRed" |
| 543 | p.Size = Vector3.new(0.1, 0.8, 0.8) |
| 544 | p.CFrame = CFrame.new(1.5, 5.3, -0.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 545 | p.BrickColor = BrickColor.new("Bright red") |
| 546 | p.Material = Enum.Material.Glacier |
| 547 | p.MaterialVariant = "2022 Stud" |
| 548 | p.Anchored = true |
| 549 | p.Parent = model |
| 550 | end |
| 551 | do |
| 552 | local p = Instance.new("Part") |
| 553 | p.Name = "Radiator" |
| 554 | p.Size = Vector3.new(2.2, 2.5, 0.4) |
| 555 | p.CFrame = CFrame.new(0, 4.5, -2.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 556 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 557 | p.Material = Enum.Material.Glacier |
| 558 | p.MaterialVariant = "2022 Universal" |
| 559 | p.Anchored = true |
| 560 | p.Parent = model |
| 561 | end |
| 562 | do |
| 563 | local p = Instance.new("Part") |
| 564 | p.Name = "RadCoverR" |
| 565 | p.Size = Vector3.new(0.2, 2.5, 0.6) |
| 566 | p.CFrame = CFrame.new(1.2, 4.577274, -2.479294) * CFrame.Angles(math.rad(15), math.rad(-10), math.rad(0)) |
| 567 | p.BrickColor = BrickColor.new("Silver") |
| 568 | p.Material = Enum.Material.Glacier |
| 569 | p.MaterialVariant = "2022 Glue" |
| 570 | p.Anchored = true |
| 571 | p.Parent = model |
| 572 | end |
| 573 | do |
| 574 | local p = Instance.new("Part") |
| 575 | p.Name = "RadCoverL" |
| 576 | p.Size = Vector3.new(0.2, 2.5, 0.6) |
| 577 | p.CFrame = CFrame.new(-1.2, 4.577274, -2.479294) * CFrame.Angles(math.rad(15), math.rad(10), math.rad(0)) |
| 578 | p.BrickColor = BrickColor.new("Silver") |
| 579 | p.Material = Enum.Material.Glacier |
| 580 | p.MaterialVariant = "2022 Glue" |
| 581 | p.Anchored = true |
| 582 | p.Parent = model |
| 583 | end |
| 584 | do |
| 585 | local p = Instance.new("Part") |
| 586 | p.Shape = Enum.PartType.Cylinder |
| 587 | p.Name = "HeaderDrop_-0.9" |
| 588 | p.Size = Vector3.new(2.06155, 0.25, 0.25) |
| 589 | p.CFrame = CFrame.new(-0.9, 4.5, -1.75) * CFrame.Angles(math.rad(-75.9638), math.rad(90), math.rad(0)) |
| 590 | p.BrickColor = BrickColor.new("Silver") |
| 591 | p.Material = Enum.Material.Glacier |
| 592 | p.MaterialVariant = "2022 Glue" |
| 593 | p.Anchored = true |
| 594 | p.Parent = model |
| 595 | end |
| 596 | do |
| 597 | local p = Instance.new("Part") |
| 598 | p.Shape = Enum.PartType.Cylinder |
| 599 | p.Name = "HeaderUnder_-0.9" |
| 600 | p.Size = Vector3.new(2.54018, 0.17, 0.17) |
| 601 | p.CFrame = CFrame.new(-0.675, 2.75, -1) * CFrame.Angles(math.rad(0), math.rad(-77.3196), math.rad(-36.1932)) |
| 602 | p.BrickColor = BrickColor.new("Silver") |
| 603 | p.Material = Enum.Material.Glacier |
| 604 | p.MaterialVariant = "2022 Glue" |
| 605 | p.Anchored = true |
| 606 | p.Parent = model |
| 607 | end |
| 608 | do |
| 609 | local p = Instance.new("Part") |
| 610 | p.Shape = Enum.PartType.Cylinder |
| 611 | p.Name = "HeaderDrop_-0.3" |
| 612 | p.Size = Vector3.new(2.06155, 0.25, 0.25) |
| 613 | p.CFrame = CFrame.new(-0.3, 4.5, -1.75) * CFrame.Angles(math.rad(-75.9638), math.rad(90), math.rad(0)) |
| 614 | p.BrickColor = BrickColor.new("Silver") |
| 615 | p.Material = Enum.Material.Glacier |
| 616 | p.MaterialVariant = "2022 Glue" |
| 617 | p.Anchored = true |
| 618 | p.Parent = model |
| 619 | end |
| 620 | do |
| 621 | local p = Instance.new("Part") |
| 622 | p.Shape = Enum.PartType.Cylinder |
| 623 | p.Name = "HeaderUnder_-0.3" |
| 624 | p.Size = Vector3.new(2.5045, 0.21, 0.21) |
| 625 | p.CFrame = CFrame.new(-0.225, 2.75, -1) * CFrame.Angles(math.rad(0), math.rad(-85.7108), math.rad(-36.7928)) |
| 626 | p.BrickColor = BrickColor.new("Silver") |
| 627 | p.Material = Enum.Material.Glacier |
| 628 | p.MaterialVariant = "2022 Glue" |
| 629 | p.Anchored = true |
| 630 | p.Parent = model |
| 631 | end |
| 632 | do |
| 633 | local p = Instance.new("Part") |
| 634 | p.Shape = Enum.PartType.Cylinder |
| 635 | p.Name = "HeaderDrop_0.3" |
| 636 | p.Size = Vector3.new(2.06155, 0.25, 0.25) |
| 637 | p.CFrame = CFrame.new(0.3, 4.5, -1.75) * CFrame.Angles(math.rad(-75.9638), math.rad(90), math.rad(0)) |
| 638 | p.BrickColor = BrickColor.new("Silver") |
| 639 | p.Material = Enum.Material.Glacier |
| 640 | p.MaterialVariant = "2022 Glue" |
| 641 | p.Anchored = true |
| 642 | p.Parent = model |
| 643 | end |
| 644 | do |
| 645 | local p = Instance.new("Part") |
| 646 | p.Shape = Enum.PartType.Cylinder |
| 647 | p.Name = "HeaderUnder_0.3" |
| 648 | p.Size = Vector3.new(2.5045, 0.21, 0.21) |
| 649 | p.CFrame = CFrame.new(0.225, 2.75, -1) * CFrame.Angles(math.rad(-180), math.rad(-85.7108), math.rad(143.207)) |
| 650 | p.BrickColor = BrickColor.new("Silver") |
| 651 | p.Material = Enum.Material.Glacier |
| 652 | p.MaterialVariant = "2022 Glue" |
| 653 | p.Anchored = true |
| 654 | p.Parent = model |
| 655 | end |
| 656 | do |
| 657 | local p = Instance.new("Part") |
| 658 | p.Shape = Enum.PartType.Cylinder |
| 659 | p.Name = "HeaderDrop_0.9" |
| 660 | p.Size = Vector3.new(2.06155, 0.25, 0.25) |
| 661 | p.CFrame = CFrame.new(0.9, 4.5, -1.75) * CFrame.Angles(math.rad(-75.9638), math.rad(90), math.rad(0)) |
| 662 | p.BrickColor = BrickColor.new("Silver") |
| 663 | p.Material = Enum.Material.Glacier |
| 664 | p.MaterialVariant = "2022 Glue" |
| 665 | p.Anchored = true |
| 666 | p.Parent = model |
| 667 | end |
| 668 | do |
| 669 | local p = Instance.new("Part") |
| 670 | p.Shape = Enum.PartType.Cylinder |
| 671 | p.Name = "HeaderUnder_0.9" |
| 672 | p.Size = Vector3.new(2.54018, 0.17, 0.17) |
| 673 | p.CFrame = CFrame.new(0.675, 2.75, -1) * CFrame.Angles(math.rad(-180), math.rad(-77.3196), math.rad(143.807)) |
| 674 | p.BrickColor = BrickColor.new("Silver") |
| 675 | p.Material = Enum.Material.Glacier |
| 676 | p.MaterialVariant = "2022 Glue" |
| 677 | p.Anchored = true |
| 678 | p.Parent = model |
| 679 | end |
| 680 | do |
| 681 | local p = Instance.new("Part") |
| 682 | p.Name = "ExhaustCollector" |
| 683 | p.Size = Vector3.new(1.5, 0.8, 3) |
| 684 | p.CFrame = CFrame.new(0.54, 2, 0.54) |
| 685 | p.BrickColor = BrickColor.new("Silver") |
| 686 | p.Material = Enum.Material.Glacier |
| 687 | p.MaterialVariant = "2022 Glue" |
| 688 | p.Anchored = true |
| 689 | p.Parent = model |
| 690 | end |
| 691 | do |
| 692 | local p = Instance.new("Part") |
| 693 | p.Shape = Enum.PartType.Cylinder |
| 694 | p.Name = "ExhaustMid" |
| 695 | p.Size = Vector3.new(2.34307, 0.6, 0.6) |
| 696 | p.CFrame = CFrame.new(1.5, 2.35, 3) * CFrame.Angles(math.rad(0), math.rad(-63.4349), math.rad(17.3827)) |
| 697 | p.BrickColor = BrickColor.new("Silver") |
| 698 | p.Material = Enum.Material.Glacier |
| 699 | p.MaterialVariant = "2022 Glue" |
| 700 | p.Anchored = true |
| 701 | p.Parent = model |
| 702 | end |
| 703 | do |
| 704 | local p = Instance.new("Part") |
| 705 | p.Name = "MufflerBody" |
| 706 | p.Size = Vector3.new(3.58887, 1.2, 1.6) |
| 707 | p.CFrame = CFrame.new(2.4, 3.6, 5.5) * CFrame.Angles(math.rad(0), math.rad(-75.0686), math.rad(30.1026)) |
| 708 | p.BrickColor = BrickColor.new("Silver") |
| 709 | p.Material = Enum.Material.Glacier |
| 710 | p.MaterialVariant = "2022 Glue" |
| 711 | p.Anchored = true |
| 712 | p.Parent = model |
| 713 | end |
| 714 | do |
| 715 | local p = Instance.new("Part") |
| 716 | p.Shape = Enum.PartType.Cylinder |
| 717 | p.Name = "MufflerTip1" |
| 718 | p.Size = Vector3.new(0.616441, 0.38, 0.38) |
| 719 | p.CFrame = CFrame.new(2.9, 4.85, 7.25) * CFrame.Angles(math.rad(0), math.rad(-68.1986), math.rad(29.1216)) |
| 720 | p.BrickColor = BrickColor.new("Really black") |
| 721 | p.Material = Enum.Material.Glacier |
| 722 | p.MaterialVariant = "2022 Small Stud" |
| 723 | p.Anchored = true |
| 724 | p.Parent = model |
| 725 | end |
| 726 | do |
| 727 | local p = Instance.new("Part") |
| 728 | p.Shape = Enum.PartType.Cylinder |
| 729 | p.Name = "MufflerTip2" |
| 730 | p.Size = Vector3.new(0.616441, 0.42, 0.42) |
| 731 | p.CFrame = CFrame.new(2.9, 4.25, 7.05) * CFrame.Angles(math.rad(0), math.rad(-68.1986), math.rad(29.1216)) |
| 732 | p.BrickColor = BrickColor.new("Really black") |
| 733 | p.Material = Enum.Material.Glacier |
| 734 | p.MaterialVariant = "2022 Small Stud" |
| 735 | p.Anchored = true |
| 736 | p.Parent = model |
| 737 | end |
| 738 | do |
| 739 | local p = Instance.new("Part") |
| 740 | p.Name = "HeatShield" |
| 741 | p.Size = Vector3.new(0.2, 1, 2.5) |
| 742 | p.CFrame = CFrame.new(2.6, 3.7, 5.5) * CFrame.Angles(math.rad(-30), math.rad(-15), math.rad(0)) |
| 743 | p.BrickColor = BrickColor.new("Really black") |
| 744 | p.Material = Enum.Material.Glacier |
| 745 | p.MaterialVariant = "2022 Small Stud" |
| 746 | p.Anchored = true |
| 747 | p.Parent = model |
| 748 | end |
| 749 | do |
| 750 | local p = Instance.new("Part") |
| 751 | p.Shape = Enum.PartType.Cylinder |
| 752 | p.Name = "FrameL1" |
| 753 | p.Size = Vector3.new(2.5, 0.25, 0.25) |
| 754 | p.CFrame = CFrame.new(-1.4, 5.5, 1.25) * CFrame.Angles(math.rad(53.1301), math.rad(90), math.rad(0)) |
| 755 | p.BrickColor = BrickColor.new("Bright green") |
| 756 | p.Material = Enum.Material.Glacier |
| 757 | p.MaterialVariant = "2022 Glue" |
| 758 | p.Anchored = true |
| 759 | p.Parent = model |
| 760 | end |
| 761 | do |
| 762 | local p = Instance.new("Part") |
| 763 | p.Shape = Enum.PartType.Cylinder |
| 764 | p.Name = "FrameL2" |
| 765 | p.Size = Vector3.new(3.04795, 0.13, 0.13) |
| 766 | p.CFrame = CFrame.new(-1.3, 6.75, -1) * CFrame.Angles(math.rad(0), math.rad(86.1859), math.rad(9.44174)) |
| 767 | p.BrickColor = BrickColor.new("Bright green") |
| 768 | p.Material = Enum.Material.Glacier |
| 769 | p.MaterialVariant = "2022 Glue" |
| 770 | p.Anchored = true |
| 771 | p.Parent = model |
| 772 | end |
| 773 | do |
| 774 | local p = Instance.new("Part") |
| 775 | p.Shape = Enum.PartType.Cylinder |
| 776 | p.Name = "FrameL3" |
| 777 | p.Size = Vector3.new(2.23607, 0.25, 0.25) |
| 778 | p.CFrame = CFrame.new(-1.2, 6, -2) * CFrame.Angles(math.rad(63.4349), math.rad(-90), math.rad(0)) |
| 779 | p.BrickColor = BrickColor.new("Bright green") |
| 780 | p.Material = Enum.Material.Glacier |
| 781 | p.MaterialVariant = "2022 Glue" |
| 782 | p.Anchored = true |
| 783 | p.Parent = model |
| 784 | end |
| 785 | do |
| 786 | local p = Instance.new("Part") |
| 787 | p.Shape = Enum.PartType.Cylinder |
| 788 | p.Name = "FrameL4" |
| 789 | p.Size = Vector3.new(2.50799, 0.21, 0.21) |
| 790 | p.CFrame = CFrame.new(-1.3, 5.75, -0.5) * CFrame.Angles(math.rad(-180), math.rad(-84.2894), math.rad(-143.267)) |
| 791 | p.BrickColor = BrickColor.new("Bright green") |
| 792 | p.Material = Enum.Material.Glacier |
| 793 | p.MaterialVariant = "2022 Glue" |
| 794 | p.Anchored = true |
| 795 | p.Parent = model |
| 796 | end |
| 797 | do |
| 798 | local p = Instance.new("Part") |
| 799 | p.Shape = Enum.PartType.Cylinder |
| 800 | p.Name = "FrameL5" |
| 801 | p.Size = Vector3.new(3.54119, 0.17, 0.17) |
| 802 | p.CFrame = CFrame.new(-1.3, 4.75, 0.25) * CFrame.Angles(math.rad(-180), math.rad(-86.7295), math.rad(171.883)) |
| 803 | p.BrickColor = BrickColor.new("Bright green") |
| 804 | p.Material = Enum.Material.Glacier |
| 805 | p.MaterialVariant = "2022 Glue" |
| 806 | p.Anchored = true |
| 807 | p.Parent = model |
| 808 | end |
| 809 | do |
| 810 | local p = Instance.new("Part") |
| 811 | p.Shape = Enum.PartType.Cylinder |
| 812 | p.Name = "FrameL6" |
| 813 | p.Size = Vector3.new(5.1517, 0.09, 0.09) |
| 814 | p.CFrame = CFrame.new(-1.3, 5.75, -0.25) * CFrame.Angles(math.rad(0), math.rad(87.4552), math.rad(29.0306)) |
| 815 | p.BrickColor = BrickColor.new("Bright green") |
| 816 | p.Material = Enum.Material.Glacier |
| 817 | p.MaterialVariant = "2022 Glue" |
| 818 | p.Anchored = true |
| 819 | p.Parent = model |
| 820 | end |
| 821 | do |
| 822 | local p = Instance.new("Part") |
| 823 | p.Shape = Enum.PartType.Cylinder |
| 824 | p.Name = "FrameR1" |
| 825 | p.Size = Vector3.new(2.5, 0.25, 0.25) |
| 826 | p.CFrame = CFrame.new(1.4, 5.5, 1.25) * CFrame.Angles(math.rad(53.1301), math.rad(90), math.rad(0)) |
| 827 | p.BrickColor = BrickColor.new("Bright green") |
| 828 | p.Material = Enum.Material.Glacier |
| 829 | p.MaterialVariant = "2022 Glue" |
| 830 | p.Anchored = true |
| 831 | p.Parent = model |
| 832 | end |
| 833 | do |
| 834 | local p = Instance.new("Part") |
| 835 | p.Shape = Enum.PartType.Cylinder |
| 836 | p.Name = "FrameR2" |
| 837 | p.Size = Vector3.new(3.04795, 0.13, 0.13) |
| 838 | p.CFrame = CFrame.new(1.3, 6.75, -1) * CFrame.Angles(math.rad(-180), math.rad(86.1859), math.rad(-170.558)) |
| 839 | p.BrickColor = BrickColor.new("Bright green") |
| 840 | p.Material = Enum.Material.Glacier |
| 841 | p.MaterialVariant = "2022 Glue" |
| 842 | p.Anchored = true |
| 843 | p.Parent = model |
| 844 | end |
| 845 | do |
| 846 | local p = Instance.new("Part") |
| 847 | p.Shape = Enum.PartType.Cylinder |
| 848 | p.Name = "FrameR3" |
| 849 | p.Size = Vector3.new(2.23607, 0.25, 0.25) |
| 850 | p.CFrame = CFrame.new(1.2, 6, -2) * CFrame.Angles(math.rad(63.4349), math.rad(-90), math.rad(0)) |
| 851 | p.BrickColor = BrickColor.new("Bright green") |
| 852 | p.Material = Enum.Material.Glacier |
| 853 | p.MaterialVariant = "2022 Glue" |
| 854 | p.Anchored = true |
| 855 | p.Parent = model |
| 856 | end |
| 857 | do |
| 858 | local p = Instance.new("Part") |
| 859 | p.Shape = Enum.PartType.Cylinder |
| 860 | p.Name = "FrameR4" |
| 861 | p.Size = Vector3.new(2.50799, 0.21, 0.21) |
| 862 | p.CFrame = CFrame.new(1.3, 5.75, -0.5) * CFrame.Angles(math.rad(0), math.rad(-84.2894), math.rad(36.7332)) |
| 863 | p.BrickColor = BrickColor.new("Bright green") |
| 864 | p.Material = Enum.Material.Glacier |
| 865 | p.MaterialVariant = "2022 Glue" |
| 866 | p.Anchored = true |
| 867 | p.Parent = model |
| 868 | end |
| 869 | do |
| 870 | local p = Instance.new("Part") |
| 871 | p.Shape = Enum.PartType.Cylinder |
| 872 | p.Name = "FrameR5" |
| 873 | p.Size = Vector3.new(3.54119, 0.17, 0.17) |
| 874 | p.CFrame = CFrame.new(1.3, 4.75, 0.25) * CFrame.Angles(math.rad(0), math.rad(-86.7295), math.rad(-8.11704)) |
| 875 | p.BrickColor = BrickColor.new("Bright green") |
| 876 | p.Material = Enum.Material.Glacier |
| 877 | p.MaterialVariant = "2022 Glue" |
| 878 | p.Anchored = true |
| 879 | p.Parent = model |
| 880 | end |
| 881 | do |
| 882 | local p = Instance.new("Part") |
| 883 | p.Shape = Enum.PartType.Cylinder |
| 884 | p.Name = "FrameR6" |
| 885 | p.Size = Vector3.new(5.1517, 0.09, 0.09) |
| 886 | p.CFrame = CFrame.new(1.3, 5.75, -0.25) * CFrame.Angles(math.rad(-180), math.rad(87.4552), math.rad(-150.969)) |
| 887 | p.BrickColor = BrickColor.new("Bright green") |
| 888 | p.Material = Enum.Material.Glacier |
| 889 | p.MaterialVariant = "2022 Glue" |
| 890 | p.Anchored = true |
| 891 | p.Parent = model |
| 892 | end |
| 893 | do |
| 894 | local p = Instance.new("Part") |
| 895 | p.Shape = Enum.PartType.Cylinder |
| 896 | p.Name = "FrameC1" |
| 897 | p.Size = Vector3.new(2.8, 0.17, 0.17) |
| 898 | p.CFrame = CFrame.new(0.04, 6.5, 0.5) |
| 899 | p.BrickColor = BrickColor.new("Bright green") |
| 900 | p.Material = Enum.Material.Glacier |
| 901 | p.MaterialVariant = "2022 Glue" |
| 902 | p.Anchored = true |
| 903 | p.Parent = model |
| 904 | end |
| 905 | do |
| 906 | local p = Instance.new("Part") |
| 907 | p.Shape = Enum.PartType.Cylinder |
| 908 | p.Name = "FrameC2" |
| 909 | p.Size = Vector3.new(2.4, 0.17, 0.17) |
| 910 | p.CFrame = CFrame.new(0, 7, -2.5) |
| 911 | p.BrickColor = BrickColor.new("Bright green") |
| 912 | p.Material = Enum.Material.Glacier |
| 913 | p.MaterialVariant = "2022 Glue" |
| 914 | p.Anchored = true |
| 915 | p.Parent = model |
| 916 | end |
| 917 | do |
| 918 | local p = Instance.new("Part") |
| 919 | p.Name = "TankBase" |
| 920 | p.Size = Vector3.new(2.8, 1.5, 3.5) |
| 921 | p.CFrame = CFrame.new(0, 7.3, -0.5) |
| 922 | p.BrickColor = BrickColor.new("Silver") |
| 923 | p.Material = Enum.Material.Glacier |
| 924 | p.MaterialVariant = "2022 Glue" |
| 925 | p.Anchored = true |
| 926 | p.Parent = model |
| 927 | end |
| 928 | do |
| 929 | local p = Instance.new("Part") |
| 930 | p.Name = "TankTop" |
| 931 | p.Size = Vector3.new(2.4, 1, 3) |
| 932 | p.CFrame = CFrame.new(0, 8.3, -0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 933 | p.BrickColor = BrickColor.new("Silver") |
| 934 | p.Material = Enum.Material.Glacier |
| 935 | p.MaterialVariant = "2022 Glue" |
| 936 | p.Anchored = true |
| 937 | p.Parent = model |
| 938 | end |
| 939 | do |
| 940 | local p = Instance.new("Part") |
| 941 | p.Name = "TankFront" |
| 942 | p.Size = Vector3.new(2.6, 1.2, 1.5) |
| 943 | p.CFrame = CFrame.new(0, 7.7, -2.2) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 944 | p.BrickColor = BrickColor.new("Silver") |
| 945 | p.Material = Enum.Material.Glacier |
| 946 | p.MaterialVariant = "2022 Glue" |
| 947 | p.Anchored = true |
| 948 | p.Parent = model |
| 949 | end |
| 950 | do |
| 951 | local p = Instance.new("Part") |
| 952 | p.Name = "TankRear" |
| 953 | p.Size = Vector3.new(2.4, 1.2, 1.5) |
| 954 | p.CFrame = CFrame.new(0.04, 7.5, 1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 955 | p.BrickColor = BrickColor.new("Silver") |
| 956 | p.Material = Enum.Material.Glacier |
| 957 | p.MaterialVariant = "2022 Glue" |
| 958 | p.Anchored = true |
| 959 | p.Parent = model |
| 960 | end |
| 961 | do |
| 962 | local p = Instance.new("Part") |
| 963 | p.Name = "TankKneeR" |
| 964 | p.Size = Vector3.new(0.4, 1.2, 1.8) |
| 965 | p.CFrame = CFrame.new(1.3, 7.3, 0.5) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)) |
| 966 | p.BrickColor = BrickColor.new("Really black") |
| 967 | p.Material = Enum.Material.Glacier |
| 968 | p.MaterialVariant = "2022 Small Stud" |
| 969 | p.Anchored = true |
| 970 | p.Parent = model |
| 971 | end |
| 972 | do |
| 973 | local p = Instance.new("Part") |
| 974 | p.Name = "TankKneeL" |
| 975 | p.Size = Vector3.new(0.4, 1.2, 1.8) |
| 976 | p.CFrame = CFrame.new(-1.3, 7.3, 0.5) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(0)) |
| 977 | p.BrickColor = BrickColor.new("Really black") |
| 978 | p.Material = Enum.Material.Glacier |
| 979 | p.MaterialVariant = "2022 Small Stud" |
| 980 | p.Anchored = true |
| 981 | p.Parent = model |
| 982 | end |
| 983 | do |
| 984 | local p = Instance.new("Part") |
| 985 | p.Name = "TankLogoR" |
| 986 | p.Size = Vector3.new(0.1, 0.3, 1) |
| 987 | p.CFrame = CFrame.new(1.3, 8, -0.5) * CFrame.Angles(math.rad(10), math.rad(-10), math.rad(-10)) |
| 988 | p.BrickColor = BrickColor.new("Bright green") |
| 989 | p.Material = Enum.Material.Glacier |
| 990 | p.MaterialVariant = "2022 Glue" |
| 991 | p.Anchored = true |
| 992 | p.Parent = model |
| 993 | end |
| 994 | do |
| 995 | local p = Instance.new("Part") |
| 996 | p.Name = "TankLogoL" |
| 997 | p.Size = Vector3.new(0.1, 0.3, 1) |
| 998 | p.CFrame = CFrame.new(-1.3, 8, -0.5) * CFrame.Angles(math.rad(10), math.rad(10), math.rad(10)) |
| 999 | p.BrickColor = BrickColor.new("Bright green") |
| 1000 | p.Material = Enum.Material.Glacier |
| 1001 | p.MaterialVariant = "2022 Glue" |
| 1002 | p.Anchored = true |
| 1003 | p.Parent = model |
| 1004 | end |
| 1005 | do |
| 1006 | local p = Instance.new("Part") |
| 1007 | p.Name = "SeatRider" |
| 1008 | p.Size = Vector3.new(2, 0.4, 2.5) |
| 1009 | p.CFrame = CFrame.new(0, 6.9, 1.8) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)) |
| 1010 | p.BrickColor = BrickColor.new("Really black") |
| 1011 | p.Material = Enum.Material.Glacier |
| 1012 | p.MaterialVariant = "2022 Small Stud" |
| 1013 | p.Anchored = true |
| 1014 | p.Parent = model |
| 1015 | end |
| 1016 | do |
| 1017 | local p = Instance.new("Part") |
| 1018 | p.Name = "SeatSideR" |
| 1019 | p.Size = Vector3.new(0.4, 0.8, 2.5) |
| 1020 | p.CFrame = CFrame.new(1, 6.693028, 1.720304) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(-10)) |
| 1021 | p.BrickColor = BrickColor.new("Really black") |
| 1022 | p.Material = Enum.Material.Glacier |
| 1023 | p.MaterialVariant = "2022 Small Stud" |
| 1024 | p.Anchored = true |
| 1025 | p.Parent = model |
| 1026 | end |
| 1027 | do |
| 1028 | local p = Instance.new("Part") |
| 1029 | p.Name = "SeatSideL" |
| 1030 | p.Size = Vector3.new(0.4, 0.8, 2.5) |
| 1031 | p.CFrame = CFrame.new(-1, 6.693028, 1.720304) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(10)) |
| 1032 | p.BrickColor = BrickColor.new("Really black") |
| 1033 | p.Material = Enum.Material.Glacier |
| 1034 | p.MaterialVariant = "2022 Small Stud" |
| 1035 | p.Anchored = true |
| 1036 | p.Parent = model |
| 1037 | end |
| 1038 | do |
| 1039 | local p = Instance.new("Part") |
| 1040 | p.Name = "SeatBack" |
| 1041 | p.Size = Vector3.new(1.8, 0.8, 0.8) |
| 1042 | p.CFrame = CFrame.new(0, 7.5, 3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 1043 | p.BrickColor = BrickColor.new("Really black") |
| 1044 | p.Material = Enum.Material.Glacier |
| 1045 | p.MaterialVariant = "2022 Small Stud" |
| 1046 | p.Anchored = true |
| 1047 | p.Parent = model |
| 1048 | end |
| 1049 | do |
| 1050 | local p = Instance.new("Part") |
| 1051 | p.Name = "TailCenter" |
| 1052 | p.Size = Vector3.new(1, 0.6, 3) |
| 1053 | p.CFrame = CFrame.new(0, 7.9, 5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 1054 | p.BrickColor = BrickColor.new("Really black") |
| 1055 | p.Material = Enum.Material.Glacier |
| 1056 | p.MaterialVariant = "2022 Small Stud" |
| 1057 | p.Anchored = true |
| 1058 | p.Parent = model |
| 1059 | end |
| 1060 | do |
| 1061 | local p = Instance.new("Part") |
| 1062 | p.Name = "TailWingR" |
| 1063 | p.Size = Vector3.new(0.6, 0.4, 3) |
| 1064 | p.CFrame = CFrame.new(0.8, 8.1, 5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)) |
| 1065 | p.BrickColor = BrickColor.new("Silver") |
| 1066 | p.Material = Enum.Material.Glacier |
| 1067 | p.MaterialVariant = "2022 Glue" |
| 1068 | p.Anchored = true |
| 1069 | p.Parent = model |
| 1070 | end |
| 1071 | do |
| 1072 | local p = Instance.new("Part") |
| 1073 | p.Name = "TailWingL" |
| 1074 | p.Size = Vector3.new(0.6, 0.4, 3) |
| 1075 | p.CFrame = CFrame.new(-0.8, 8.1, 5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)) |
| 1076 | p.BrickColor = BrickColor.new("Silver") |
| 1077 | p.Material = Enum.Material.Glacier |
| 1078 | p.MaterialVariant = "2022 Glue" |
| 1079 | p.Anchored = true |
| 1080 | p.Parent = model |
| 1081 | end |
| 1082 | do |
| 1083 | local p = Instance.new("Part") |
| 1084 | p.Name = "TailUnder" |
| 1085 | p.Size = Vector3.new(2.2, 0.8, 3.5) |
| 1086 | p.CFrame = CFrame.new(0, 7.5, 4.5) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 1087 | p.BrickColor = BrickColor.new("Silver") |
| 1088 | p.Material = Enum.Material.Glacier |
| 1089 | p.MaterialVariant = "2022 Glue" |
| 1090 | p.Anchored = true |
| 1091 | p.Parent = model |
| 1092 | end |
| 1093 | do |
| 1094 | local p = Instance.new("Part") |
| 1095 | p.Name = "TailTop" |
| 1096 | p.Size = Vector3.new(1.4, 0.4, 2.8) |
| 1097 | p.CFrame = CFrame.new(0, 8.336252, 4.783095) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 1098 | p.BrickColor = BrickColor.new("Silver") |
| 1099 | p.Material = Enum.Material.Glacier |
| 1100 | p.MaterialVariant = "2022 Glue" |
| 1101 | p.Anchored = true |
| 1102 | p.Parent = model |
| 1103 | end |
| 1104 | do |
| 1105 | local p = Instance.new("Part") |
| 1106 | p.Name = "TailTip" |
| 1107 | p.Size = Vector3.new(1, 0.4, 1.5) |
| 1108 | p.CFrame = CFrame.new(0.04, 8.7, 6.2) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 1109 | p.BrickColor = BrickColor.new("Silver") |
| 1110 | p.Material = Enum.Material.Glacier |
| 1111 | p.MaterialVariant = "2022 Glue" |
| 1112 | p.Anchored = true |
| 1113 | p.Parent = model |
| 1114 | end |
| 1115 | do |
| 1116 | local p = Instance.new("Part") |
| 1117 | p.Name = "TailLightR" |
| 1118 | p.Size = Vector3.new(0.4, 0.2, 0.1) |
| 1119 | p.CFrame = CFrame.new(0.5, 7.924825, 6.427362) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 1120 | p.BrickColor = BrickColor.new("Bright red") |
| 1121 | p.Material = Enum.Material.Neon |
| 1122 | p.Anchored = true |
| 1123 | p.Parent = model |
| 1124 | end |
| 1125 | do |
| 1126 | local p = Instance.new("Part") |
| 1127 | p.Name = "TailLightL" |
| 1128 | p.Size = Vector3.new(0.4, 0.2, 0.1) |
| 1129 | p.CFrame = CFrame.new(-0.5, 7.924825, 6.427362) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 1130 | p.BrickColor = BrickColor.new("Bright red") |
| 1131 | p.Material = Enum.Material.Neon |
| 1132 | p.Anchored = true |
| 1133 | p.Parent = model |
| 1134 | end |
| 1135 | do |
| 1136 | local p = Instance.new("Part") |
| 1137 | p.Name = "TailLogoR" |
| 1138 | p.Size = Vector3.new(0.05, 0.2, 0.8) |
| 1139 | p.CFrame = CFrame.new(0.95, 7.9, 4.8) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(-15)) |
| 1140 | p.BrickColor = BrickColor.new("Bright green") |
| 1141 | p.Material = Enum.Material.Glacier |
| 1142 | p.MaterialVariant = "2022 Glue" |
| 1143 | p.Anchored = true |
| 1144 | p.Parent = model |
| 1145 | end |
| 1146 | do |
| 1147 | local p = Instance.new("Part") |
| 1148 | p.Name = "TailLogoL" |
| 1149 | p.Size = Vector3.new(0.05, 0.2, 0.8) |
| 1150 | p.CFrame = CFrame.new(-0.95, 7.9, 4.8) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(15)) |
| 1151 | p.BrickColor = BrickColor.new("Bright green") |
| 1152 | p.Material = Enum.Material.Glacier |
| 1153 | p.MaterialVariant = "2022 Glue" |
| 1154 | p.Anchored = true |
| 1155 | p.Parent = model |
| 1156 | end |
| 1157 | do |
| 1158 | local p = Instance.new("Part") |
| 1159 | p.Name = "NoseMain" |
| 1160 | p.Size = Vector3.new(2.8, 1.5, 2.5) |
| 1161 | p.CFrame = CFrame.new(0, 7.7, -4.5) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 1162 | p.BrickColor = BrickColor.new("Silver") |
| 1163 | p.Material = Enum.Material.Glacier |
| 1164 | p.MaterialVariant = "2022 Glue" |
| 1165 | p.Anchored = true |
| 1166 | p.Parent = model |
| 1167 | end |
| 1168 | do |
| 1169 | local p = Instance.new("WedgePart") |
| 1170 | p.Name = "NoseTipWedge" |
| 1171 | p.Size = Vector3.new(2, 1, 1.5) |
| 1172 | p.CFrame = CFrame.new(0, 7.3, -5.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 1173 | p.BrickColor = BrickColor.new("Silver") |
| 1174 | p.Material = Enum.Material.Glacier |
| 1175 | p.MaterialVariant = "2022 Glue" |
| 1176 | p.Anchored = true |
| 1177 | p.Parent = model |
| 1178 | end |
| 1179 | do |
| 1180 | local p = Instance.new("Part") |
| 1181 | p.Name = "NoseIntake" |
| 1182 | p.Size = Vector3.new(1.2, 0.8, 2.6) |
| 1183 | p.CFrame = CFrame.new(0, 7.3, -5) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 1184 | p.BrickColor = BrickColor.new("Really black") |
| 1185 | p.Material = Enum.Material.Glacier |
| 1186 | p.MaterialVariant = "2022 Small Stud" |
| 1187 | p.Anchored = true |
| 1188 | p.Parent = model |
| 1189 | end |
| 1190 | do |
| 1191 | local p = Instance.new("Part") |
| 1192 | p.Shape = Enum.PartType.Cylinder |
| 1193 | p.Name = "RiverMark" |
| 1194 | p.Size = Vector3.new(0.1, 0.4, 0.4) |
| 1195 | p.CFrame = CFrame.new(0, 8, -4.9) * CFrame.Angles(math.rad(25), math.rad(90), math.rad(0)) |
| 1196 | p.BrickColor = BrickColor.new("Institutional white") |
| 1197 | p.Material = Enum.Material.Glacier |
| 1198 | p.MaterialVariant = "2022 Stud" |
| 1199 | p.Anchored = true |
| 1200 | p.Parent = model |
| 1201 | end |
| 1202 | do |
| 1203 | local p = Instance.new("Part") |
| 1204 | p.Name = "Headlight" |
| 1205 | p.Size = Vector3.new(1.5, 0.3, 0.2) |
| 1206 | p.CFrame = CFrame.new(0, 6.5, -6.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 1207 | p.BrickColor = BrickColor.new("Institutional white") |
| 1208 | p.Material = Enum.Material.Neon |
| 1209 | p.Anchored = true |
| 1210 | p.Parent = model |
| 1211 | end |
| 1212 | do |
| 1213 | local p = Instance.new("Part") |
| 1214 | p.Name = "LEDFangR" |
| 1215 | p.Size = Vector3.new(0.6, 0.1, 0.1) |
| 1216 | p.CFrame = CFrame.new(1, 6.3, -5.8) * CFrame.Angles(math.rad(20), math.rad(-20), math.rad(10)) |
| 1217 | p.BrickColor = BrickColor.new("Institutional white") |
| 1218 | p.Material = Enum.Material.Neon |
| 1219 | p.Anchored = true |
| 1220 | p.Parent = model |
| 1221 | end |
| 1222 | do |
| 1223 | local p = Instance.new("Part") |
| 1224 | p.Name = "LEDFangL" |
| 1225 | p.Size = Vector3.new(0.6, 0.1, 0.1) |
| 1226 | p.CFrame = CFrame.new(-1, 6.3, -5.8) * CFrame.Angles(math.rad(20), math.rad(20), math.rad(-10)) |
| 1227 | p.BrickColor = BrickColor.new("Institutional white") |
| 1228 | p.Material = Enum.Material.Neon |
| 1229 | p.Anchored = true |
| 1230 | p.Parent = model |
| 1231 | end |
| 1232 | do |
| 1233 | local p = Instance.new("Part") |
| 1234 | p.Name = "WindshieldCenter" |
| 1235 | p.Size = Vector3.new(1, 1.5, 0.1) |
| 1236 | p.CFrame = CFrame.new(0, 8.7, -4) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)) |
| 1237 | p.BrickColor = BrickColor.new("Really black") |
| 1238 | p.Material = Enum.Material.Glacier |
| 1239 | p.MaterialVariant = "2022 Small Stud" |
| 1240 | p.Anchored = true |
| 1241 | p.Parent = model |
| 1242 | end |
| 1243 | do |
| 1244 | local p = Instance.new("Part") |
| 1245 | p.Name = "WindshieldR" |
| 1246 | p.Size = Vector3.new(0.6, 1.5, 0.1) |
| 1247 | p.CFrame = CFrame.new(0.6, 8.6, -3.9) * CFrame.Angles(math.rad(45), math.rad(-15), math.rad(0)) |
| 1248 | p.BrickColor = BrickColor.new("Really black") |
| 1249 | p.Material = Enum.Material.Glacier |
| 1250 | p.MaterialVariant = "2022 Small Stud" |
| 1251 | p.Anchored = true |
| 1252 | p.Parent = model |
| 1253 | end |
| 1254 | do |
| 1255 | local p = Instance.new("Part") |
| 1256 | p.Name = "WindshieldL" |
| 1257 | p.Size = Vector3.new(0.6, 1.5, 0.1) |
| 1258 | p.CFrame = CFrame.new(-0.6, 8.6, -3.9) * CFrame.Angles(math.rad(45), math.rad(15), math.rad(0)) |
| 1259 | p.BrickColor = BrickColor.new("Really black") |
| 1260 | p.Material = Enum.Material.Glacier |
| 1261 | p.MaterialVariant = "2022 Small Stud" |
| 1262 | p.Anchored = true |
| 1263 | p.Parent = model |
| 1264 | end |
| 1265 | do |
| 1266 | local p = Instance.new("Part") |
| 1267 | p.Name = "SideTopR" |
| 1268 | p.Size = Vector3.new(0.4, 1.5, 3) |
| 1269 | p.CFrame = CFrame.new(1.4, 7, -1.5) * CFrame.Angles(math.rad(10), math.rad(-5), math.rad(-15)) |
| 1270 | p.BrickColor = BrickColor.new("Silver") |
| 1271 | p.Material = Enum.Material.Glacier |
| 1272 | p.MaterialVariant = "2022 Glue" |
| 1273 | p.Anchored = true |
| 1274 | p.Parent = model |
| 1275 | end |
| 1276 | do |
| 1277 | local p = Instance.new("Part") |
| 1278 | p.Name = "SideTopL" |
| 1279 | p.Size = Vector3.new(0.4, 1.5, 3) |
| 1280 | p.CFrame = CFrame.new(-1.4, 7, -1.5) * CFrame.Angles(math.rad(10), math.rad(5), math.rad(15)) |
| 1281 | p.BrickColor = BrickColor.new("Silver") |
| 1282 | p.Material = Enum.Material.Glacier |
| 1283 | p.MaterialVariant = "2022 Glue" |
| 1284 | p.Anchored = true |
| 1285 | p.Parent = model |
| 1286 | end |
| 1287 | do |
| 1288 | local p = Instance.new("Part") |
| 1289 | p.Name = "SidePanelR" |
| 1290 | p.Size = Vector3.new(0.4, 2.5, 3.5) |
| 1291 | p.CFrame = CFrame.new(1.6, 6, -2.5) * CFrame.Angles(math.rad(15), math.rad(-10), math.rad(-5)) |
| 1292 | p.BrickColor = BrickColor.new("Silver") |
| 1293 | p.Material = Enum.Material.Glacier |
| 1294 | p.MaterialVariant = "2022 Glue" |
| 1295 | p.Anchored = true |
| 1296 | p.Parent = model |
| 1297 | end |
| 1298 | do |
| 1299 | local p = Instance.new("Part") |
| 1300 | p.Name = "SidePanelL" |
| 1301 | p.Size = Vector3.new(0.4, 2.5, 3.5) |
| 1302 | p.CFrame = CFrame.new(-1.6, 6, -2.5) * CFrame.Angles(math.rad(15), math.rad(10), math.rad(5)) |
| 1303 | p.BrickColor = BrickColor.new("Silver") |
| 1304 | p.Material = Enum.Material.Glacier |
| 1305 | p.MaterialVariant = "2022 Glue" |
| 1306 | p.Anchored = true |
| 1307 | p.Parent = model |
| 1308 | end |
| 1309 | do |
| 1310 | local p = Instance.new("Part") |
| 1311 | p.Name = "SideInsertR" |
| 1312 | p.Size = Vector3.new(0.2, 1.5, 2) |
| 1313 | p.CFrame = CFrame.new(1.778485, 5.989683, -2.488437) * CFrame.Angles(math.rad(15), math.rad(-10), math.rad(-5)) |
| 1314 | p.BrickColor = BrickColor.new("Really black") |
| 1315 | p.Material = Enum.Material.Glacier |
| 1316 | p.MaterialVariant = "2022 Small Stud" |
| 1317 | p.Anchored = true |
| 1318 | p.Parent = model |
| 1319 | end |
| 1320 | do |
| 1321 | local p = Instance.new("Part") |
| 1322 | p.Name = "SideInsertL" |
| 1323 | p.Size = Vector3.new(0.2, 1.5, 2) |
| 1324 | p.CFrame = CFrame.new(-1.778485, 5.989683, -2.488437) * CFrame.Angles(math.rad(15), math.rad(10), math.rad(5)) |
| 1325 | p.BrickColor = BrickColor.new("Really black") |
| 1326 | p.Material = Enum.Material.Glacier |
| 1327 | p.MaterialVariant = "2022 Small Stud" |
| 1328 | p.Anchored = true |
| 1329 | p.Parent = model |
| 1330 | end |
| 1331 | do |
| 1332 | local p = Instance.new("Part") |
| 1333 | p.Name = "WingletUpR" |
| 1334 | p.Size = Vector3.new(2, 0.15, 1.5) |
| 1335 | p.CFrame = CFrame.new(2, 7.3, -5.2) * CFrame.Angles(math.rad(10), math.rad(-35), math.rad(10)) |
| 1336 | p.BrickColor = BrickColor.new("Really black") |
| 1337 | p.Material = Enum.Material.Glacier |
| 1338 | p.MaterialVariant = "2022 Small Stud" |
| 1339 | p.Anchored = true |
| 1340 | p.Parent = model |
| 1341 | end |
| 1342 | do |
| 1343 | local p = Instance.new("Part") |
| 1344 | p.Name = "WingletUpL" |
| 1345 | p.Size = Vector3.new(2, 0.15, 1.5) |
| 1346 | p.CFrame = CFrame.new(-2, 7.3, -5.2) * CFrame.Angles(math.rad(10), math.rad(35), math.rad(-10)) |
| 1347 | p.BrickColor = BrickColor.new("Really black") |
| 1348 | p.Material = Enum.Material.Glacier |
| 1349 | p.MaterialVariant = "2022 Small Stud" |
| 1350 | p.Anchored = true |
| 1351 | p.Parent = model |
| 1352 | end |
| 1353 | do |
| 1354 | local p = Instance.new("Part") |
| 1355 | p.Name = "WingletEndR" |
| 1356 | p.Size = Vector3.new(0.15, 0.8, 1.2) |
| 1357 | p.CFrame = CFrame.new(2.8, 7.1, -5.5) * CFrame.Angles(math.rad(10), math.rad(-35), math.rad(0)) |
| 1358 | p.BrickColor = BrickColor.new("Really black") |
| 1359 | p.Material = Enum.Material.Glacier |
| 1360 | p.MaterialVariant = "2022 Small Stud" |
| 1361 | p.Anchored = true |
| 1362 | p.Parent = model |
| 1363 | end |
| 1364 | do |
| 1365 | local p = Instance.new("Part") |
| 1366 | p.Name = "WingletEndL" |
| 1367 | p.Size = Vector3.new(0.15, 0.8, 1.2) |
| 1368 | p.CFrame = CFrame.new(-2.8, 7.1, -5.5) * CFrame.Angles(math.rad(10), math.rad(35), math.rad(0)) |
| 1369 | p.BrickColor = BrickColor.new("Really black") |
| 1370 | p.Material = Enum.Material.Glacier |
| 1371 | p.MaterialVariant = "2022 Small Stud" |
| 1372 | p.Anchored = true |
| 1373 | p.Parent = model |
| 1374 | end |
| 1375 | do |
| 1376 | local p = Instance.new("Part") |
| 1377 | p.Name = "WingletLowR" |
| 1378 | p.Size = Vector3.new(1.5, 0.15, 1.5) |
| 1379 | p.CFrame = CFrame.new(2.4, 5.3, -3) * CFrame.Angles(math.rad(5), math.rad(-20), math.rad(5)) |
| 1380 | p.BrickColor = BrickColor.new("Really black") |
| 1381 | p.Material = Enum.Material.Glacier |
| 1382 | p.MaterialVariant = "2022 Small Stud" |
| 1383 | p.Anchored = true |
| 1384 | p.Parent = model |
| 1385 | end |
| 1386 | do |
| 1387 | local p = Instance.new("Part") |
| 1388 | p.Name = "WingletLowL" |
| 1389 | p.Size = Vector3.new(1.5, 0.15, 1.5) |
| 1390 | p.CFrame = CFrame.new(-2.4, 5.3, -3) * CFrame.Angles(math.rad(5), math.rad(20), math.rad(-5)) |
| 1391 | p.BrickColor = BrickColor.new("Really black") |
| 1392 | p.Material = Enum.Material.Glacier |
| 1393 | p.MaterialVariant = "2022 Small Stud" |
| 1394 | p.Anchored = true |
| 1395 | p.Parent = model |
| 1396 | end |
| 1397 | do |
| 1398 | local p = Instance.new("Part") |
| 1399 | p.Name = "WingletLowEndR" |
| 1400 | p.Size = Vector3.new(0.15, 0.8, 1.5) |
| 1401 | p.CFrame = CFrame.new(3.1, 5.3, -3) * CFrame.Angles(math.rad(5), math.rad(-20), math.rad(0)) |
| 1402 | p.BrickColor = BrickColor.new("Really black") |
| 1403 | p.Material = Enum.Material.Glacier |
| 1404 | p.MaterialVariant = "2022 Small Stud" |
| 1405 | p.Anchored = true |
| 1406 | p.Parent = model |
| 1407 | end |
| 1408 | do |
| 1409 | local p = Instance.new("Part") |
| 1410 | p.Name = "WingletLowEndL" |
| 1411 | p.Size = Vector3.new(0.15, 0.8, 1.5) |
| 1412 | p.CFrame = CFrame.new(-3.1, 5.3, -3) * CFrame.Angles(math.rad(5), math.rad(20), math.rad(0)) |
| 1413 | p.BrickColor = BrickColor.new("Really black") |
| 1414 | p.Material = Enum.Material.Glacier |
| 1415 | p.MaterialVariant = "2022 Small Stud" |
| 1416 | p.Anchored = true |
| 1417 | p.Parent = model |
| 1418 | end |
| 1419 | do |
| 1420 | local p = Instance.new("Part") |
| 1421 | p.Name = "BellyPanR" |
| 1422 | p.Size = Vector3.new(0.4, 1.5, 4) |
| 1423 | p.CFrame = CFrame.new(1.2, 3, -0.92) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)) |
| 1424 | p.BrickColor = BrickColor.new("Really black") |
| 1425 | p.Material = Enum.Material.Glacier |
| 1426 | p.MaterialVariant = "2022 Small Stud" |
| 1427 | p.Anchored = true |
| 1428 | p.Parent = model |
| 1429 | end |
| 1430 | do |
| 1431 | local p = Instance.new("Part") |
| 1432 | p.Name = "BellyPanL" |
| 1433 | p.Size = Vector3.new(0.4, 1.5, 4) |
| 1434 | p.CFrame = CFrame.new(-1.2, 3, -0.92) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)) |
| 1435 | p.BrickColor = BrickColor.new("Really black") |
| 1436 | p.Material = Enum.Material.Glacier |
| 1437 | p.MaterialVariant = "2022 Small Stud" |
| 1438 | p.Anchored = true |
| 1439 | p.Parent = model |
| 1440 | end |
| 1441 | do |
| 1442 | local p = Instance.new("Part") |
| 1443 | p.Name = "BellyPanBottom" |
| 1444 | p.Size = Vector3.new(2.4, 0.4, 4) |
| 1445 | p.CFrame = CFrame.new(0.04, 2.3, -1) |
| 1446 | p.BrickColor = BrickColor.new("Really black") |
| 1447 | p.Material = Enum.Material.Glacier |
| 1448 | p.MaterialVariant = "2022 Small Stud" |
| 1449 | p.Anchored = true |
| 1450 | p.Parent = model |
| 1451 | end |
| 1452 | do |
| 1453 | local p = Instance.new("Part") |
| 1454 | p.Shape = Enum.PartType.Cylinder |
| 1455 | p.Name = "RamAirDuct1" |
| 1456 | p.Size = Vector3.new(3.01496, 0.76, 0.76) |
| 1457 | p.CFrame = CFrame.new(-1.35, 7, -3.5) * CFrame.Angles(math.rad(-180), math.rad(-84.2894), math.rad(-180)) |
| 1458 | p.BrickColor = BrickColor.new("Really black") |
| 1459 | p.Material = Enum.Material.Glacier |
| 1460 | p.MaterialVariant = "2022 Small Stud" |
| 1461 | p.Anchored = true |
| 1462 | p.Parent = model |
| 1463 | end |
| 1464 | do |
| 1465 | local p = Instance.new("Part") |
| 1466 | p.Shape = Enum.PartType.Cylinder |
| 1467 | p.Name = "RamAirDuct2" |
| 1468 | p.Size = Vector3.new(2.29129, 0.8, 0.8) |
| 1469 | p.CFrame = CFrame.new(-1.25, 6.5, -1) * CFrame.Angles(math.rad(0), math.rad(-75.9638), math.rad(-25.8767)) |
| 1470 | p.BrickColor = BrickColor.new("Really black") |
| 1471 | p.Material = Enum.Material.Glacier |
| 1472 | p.MaterialVariant = "2022 Small Stud" |
| 1473 | p.Anchored = true |
| 1474 | p.Parent = model |
| 1475 | end |
| 1476 | do |
| 1477 | local p = Instance.new("Part") |
| 1478 | p.Shape = Enum.PartType.Cylinder |
| 1479 | p.Name = "ClipOnR" |
| 1480 | p.Size = Vector3.new(1.64317, 0.2, 0.2) |
| 1481 | p.CFrame = CFrame.new(1.25, 7.85, -3.5) * CFrame.Angles(math.rad(0), math.rad(-21.8014), math.rad(-10.5197)) |
| 1482 | p.BrickColor = BrickColor.new("Silver") |
| 1483 | p.Material = Enum.Material.Glacier |
| 1484 | p.MaterialVariant = "2022 Glue" |
| 1485 | p.Anchored = true |
| 1486 | p.Parent = model |
| 1487 | end |
| 1488 | do |
| 1489 | local p = Instance.new("Part") |
| 1490 | p.Shape = Enum.PartType.Cylinder |
| 1491 | p.Name = "ClipOnL" |
| 1492 | p.Size = Vector3.new(1.64317, 0.2, 0.2) |
| 1493 | p.CFrame = CFrame.new(-1.25, 7.85, -3.5) * CFrame.Angles(math.rad(-180), math.rad(-21.8014), math.rad(169.48)) |
| 1494 | p.BrickColor = BrickColor.new("Silver") |
| 1495 | p.Material = Enum.Material.Glacier |
| 1496 | p.MaterialVariant = "2022 Glue" |
| 1497 | p.Anchored = true |
| 1498 | p.Parent = model |
| 1499 | end |
| 1500 | do |
| 1501 | local p = Instance.new("Part") |
| 1502 | p.Shape = Enum.PartType.Cylinder |
| 1503 | p.Name = "GripR" |
| 1504 | p.Size = Vector3.new(0.787401, 0.25, 0.25) |
| 1505 | p.CFrame = CFrame.new(1.85, 7.7, -3.25) * CFrame.Angles(math.rad(0), math.rad(-23.1986), math.rad(-14.7144)) |
| 1506 | p.BrickColor = BrickColor.new("Really black") |
| 1507 | p.Material = Enum.Material.Glacier |
| 1508 | p.MaterialVariant = "2022 Small Stud" |
| 1509 | p.Anchored = true |
| 1510 | p.Parent = model |
| 1511 | end |
| 1512 | do |
| 1513 | local p = Instance.new("Part") |
| 1514 | p.Shape = Enum.PartType.Cylinder |
| 1515 | p.Name = "GripL" |
| 1516 | p.Size = Vector3.new(0.787401, 0.25, 0.25) |
| 1517 | p.CFrame = CFrame.new(-1.85, 7.7, -3.25) * CFrame.Angles(math.rad(-180), math.rad(-23.1986), math.rad(165.286)) |
| 1518 | p.BrickColor = BrickColor.new("Really black") |
| 1519 | p.Material = Enum.Material.Glacier |
| 1520 | p.MaterialVariant = "2022 Small Stud" |
| 1521 | p.Anchored = true |
| 1522 | p.Parent = model |
| 1523 | end |
| 1524 | do |
| 1525 | local p = Instance.new("Part") |
| 1526 | p.Name = "LeverR" |
| 1527 | p.Size = Vector3.new(0.608276, 0.1, 0.1) |
| 1528 | p.CFrame = CFrame.new(1.9, 7.8, -3.55) * CFrame.Angles(math.rad(0), math.rad(9.46232), math.rad(0)) |
| 1529 | p.BrickColor = BrickColor.new("Silver") |
| 1530 | p.Material = Enum.Material.Glacier |
| 1531 | p.MaterialVariant = "2022 Glue" |
| 1532 | p.Anchored = true |
| 1533 | p.Parent = model |
| 1534 | end |
| 1535 | do |
| 1536 | local p = Instance.new("Part") |
| 1537 | p.Name = "LeverL" |
| 1538 | p.Size = Vector3.new(0.608276, 0.1, 0.1) |
| 1539 | p.CFrame = CFrame.new(-1.9, 7.8, -3.55) * CFrame.Angles(math.rad(-180), math.rad(9.46232), math.rad(-180)) |
| 1540 | p.BrickColor = BrickColor.new("Silver") |
| 1541 | p.Material = Enum.Material.Glacier |
| 1542 | p.MaterialVariant = "2022 Glue" |
| 1543 | p.Anchored = true |
| 1544 | p.Parent = model |
| 1545 | end |
| 1546 | do |
| 1547 | local p = Instance.new("Part") |
| 1548 | p.Shape = Enum.PartType.Cylinder |
| 1549 | p.Name = "FluidResR" |
| 1550 | p.Size = Vector3.new(0.4, 0.3, 0.3) |
| 1551 | p.CFrame = CFrame.new(1.28, 8.3, -3.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 1552 | p.BrickColor = BrickColor.new("Institutional white") |
| 1553 | p.Material = Enum.Material.Glacier |
| 1554 | p.MaterialVariant = "2022 Stud" |
| 1555 | p.Anchored = true |
| 1556 | p.Parent = model |
| 1557 | end |
| 1558 | do |
| 1559 | local p = Instance.new("Part") |
| 1560 | p.Shape = Enum.PartType.Cylinder |
| 1561 | p.Name = "FluidResL" |
| 1562 | p.Size = Vector3.new(0.4, 0.3, 0.3) |
| 1563 | p.CFrame = CFrame.new(-1.28, 8.3, -3.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 1564 | p.BrickColor = BrickColor.new("Institutional white") |
| 1565 | p.Material = Enum.Material.Glacier |
| 1566 | p.MaterialVariant = "2022 Stud" |
| 1567 | p.Anchored = true |
| 1568 | p.Parent = model |
| 1569 | end |
| 1570 | do |
| 1571 | local p = Instance.new("Part") |
| 1572 | p.Shape = Enum.PartType.Cylinder |
| 1573 | p.Name = "FluidCapR" |
| 1574 | p.Size = Vector3.new(0.1, 0.35, 0.35) |
| 1575 | p.CFrame = CFrame.new(1.2, 8.5, -3.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 1576 | p.BrickColor = BrickColor.new("Really black") |
| 1577 | p.Material = Enum.Material.Glacier |
| 1578 | p.MaterialVariant = "2022 Small Stud" |
| 1579 | p.Anchored = true |
| 1580 | p.Parent = model |
| 1581 | end |
| 1582 | do |
| 1583 | local p = Instance.new("Part") |
| 1584 | p.Shape = Enum.PartType.Cylinder |
| 1585 | p.Name = "FluidCapL" |
| 1586 | p.Size = Vector3.new(0.1, 0.35, 0.35) |
| 1587 | p.CFrame = CFrame.new(-1.2, 8.5, -3.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 1588 | p.BrickColor = BrickColor.new("Really black") |
| 1589 | p.Material = Enum.Material.Glacier |
| 1590 | p.MaterialVariant = "2022 Small Stud" |
| 1591 | p.Anchored = true |
| 1592 | p.Parent = model |
| 1593 | end |
| 1594 | do |
| 1595 | local p = Instance.new("Part") |
| 1596 | p.Name = "Dashboard" |
| 1597 | p.Size = Vector3.new(1.2, 0.8, 0.2) |
| 1598 | p.CFrame = CFrame.new(0.04, 8.1, -4.2) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)) |
| 1599 | p.BrickColor = BrickColor.new("Really black") |
| 1600 | p.Material = Enum.Material.Glacier |
| 1601 | p.MaterialVariant = "2022 Small Stud" |
| 1602 | p.Anchored = true |
| 1603 | p.Parent = model |
| 1604 | end |
| 1605 | do |
| 1606 | local p = Instance.new("Part") |
| 1607 | p.Name = "DashScreen" |
| 1608 | p.Size = Vector3.new(1, 0.6, 0.1) |
| 1609 | p.CFrame = CFrame.new(0.04, 8.11, -4.21) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)) |
| 1610 | p.BrickColor = BrickColor.new("Toothpaste") |
| 1611 | p.Material = Enum.Material.Neon |
| 1612 | p.Anchored = true |
| 1613 | p.Parent = model |
| 1614 | end |
| 1615 | do |
| 1616 | local p = Instance.new("Part") |
| 1617 | p.Shape = Enum.PartType.Cylinder |
| 1618 | p.Name = "DashTach" |
| 1619 | p.Size = Vector3.new(0.1, 0.4, 0.4) |
| 1620 | p.CFrame = CFrame.new(-0.4, 8.222846, -4.342567) * CFrame.Angles(math.rad(40), math.rad(90), math.rad(0)) |
| 1621 | p.BrickColor = BrickColor.new("Really black") |
| 1622 | p.Material = Enum.Material.Glacier |
| 1623 | p.MaterialVariant = "2022 Small Stud" |
| 1624 | p.Anchored = true |
| 1625 | p.Parent = model |
| 1626 | end |
| 1627 | do |
| 1628 | local p = Instance.new("Part") |
| 1629 | p.Shape = Enum.PartType.Cylinder |
| 1630 | p.Name = "SteeringDamper" |
| 1631 | p.Size = Vector3.new(1.13578, 0.15, 0.15) |
| 1632 | p.CFrame = CFrame.new(0.5, 8.3, -3.75) * CFrame.Angles(math.rad(0), math.rad(-26.5651), math.rad(-10.1421)) |
| 1633 | p.BrickColor = BrickColor.new("Silver") |
| 1634 | p.Material = Enum.Material.Glacier |
| 1635 | p.MaterialVariant = "2022 Glue" |
| 1636 | p.Anchored = true |
| 1637 | p.Parent = model |
| 1638 | end |
| 1639 | do |
| 1640 | local p = Instance.new("Part") |
| 1641 | p.Shape = Enum.PartType.Cylinder |
| 1642 | p.Name = "MirrorStemR" |
| 1643 | p.Size = Vector3.new(1.72916, 0.1, 0.1) |
| 1644 | p.CFrame = CFrame.new(1.75, 8.65, -3.75) * CFrame.Angles(math.rad(0), math.rad(-18.4349), math.rad(23.8799)) |
| 1645 | p.BrickColor = BrickColor.new("Really black") |
| 1646 | p.Material = Enum.Material.Glacier |
| 1647 | p.MaterialVariant = "2022 Small Stud" |
| 1648 | p.Anchored = true |
| 1649 | p.Parent = model |
| 1650 | end |
| 1651 | do |
| 1652 | local p = Instance.new("Part") |
| 1653 | p.Shape = Enum.PartType.Cylinder |
| 1654 | p.Name = "MirrorStemL" |
| 1655 | p.Size = Vector3.new(1.72916, 0.1, 0.1) |
| 1656 | p.CFrame = CFrame.new(-1.75, 8.65, -3.75) * CFrame.Angles(math.rad(-180), math.rad(-18.4349), math.rad(-156.12)) |
| 1657 | p.BrickColor = BrickColor.new("Really black") |
| 1658 | p.Material = Enum.Material.Glacier |
| 1659 | p.MaterialVariant = "2022 Small Stud" |
| 1660 | p.Anchored = true |
| 1661 | p.Parent = model |
| 1662 | end |
| 1663 | do |
| 1664 | local p = Instance.new("Part") |
| 1665 | p.Name = "MirrorHousingR" |
| 1666 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 1667 | p.CFrame = CFrame.new(2.6, 9.1, -3.4) * CFrame.Angles(math.rad(10), math.rad(-20), math.rad(10)) |
| 1668 | p.BrickColor = BrickColor.new("Really black") |
| 1669 | p.Material = Enum.Material.Glacier |
| 1670 | p.MaterialVariant = "2022 Small Stud" |
| 1671 | p.Anchored = true |
| 1672 | p.Parent = model |
| 1673 | end |
| 1674 | do |
| 1675 | local p = Instance.new("Part") |
| 1676 | p.Name = "MirrorHousingL" |
| 1677 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 1678 | p.CFrame = CFrame.new(-2.6, 9.1, -3.4) * CFrame.Angles(math.rad(10), math.rad(20), math.rad(-10)) |
| 1679 | p.BrickColor = BrickColor.new("Really black") |
| 1680 | p.Material = Enum.Material.Glacier |
| 1681 | p.MaterialVariant = "2022 Small Stud" |
| 1682 | p.Anchored = true |
| 1683 | p.Parent = model |
| 1684 | end |
| 1685 | do |
| 1686 | local p = Instance.new("Part") |
| 1687 | p.Name = "MirrorGlassR" |
| 1688 | p.Size = Vector3.new(0.7, 0.3, 0.1) |
| 1689 | p.CFrame = CFrame.new(2.55, 9.1, -3.3) * CFrame.Angles(math.rad(10), math.rad(-20), math.rad(10)) |
| 1690 | p.BrickColor = BrickColor.new("Institutional white") |
| 1691 | p.Material = Enum.Material.Glacier |
| 1692 | p.MaterialVariant = "2022 Stud" |
| 1693 | p.Anchored = true |
| 1694 | p.Parent = model |
| 1695 | end |
| 1696 | do |
| 1697 | local p = Instance.new("Part") |
| 1698 | p.Name = "MirrorGlassL" |
| 1699 | p.Size = Vector3.new(0.7, 0.3, 0.1) |
| 1700 | p.CFrame = CFrame.new(-2.55, 9.1, -3.3) * CFrame.Angles(math.rad(10), math.rad(20), math.rad(-10)) |
| 1701 | p.BrickColor = BrickColor.new("Institutional white") |
| 1702 | p.Material = Enum.Material.Glacier |
| 1703 | p.MaterialVariant = "2022 Stud" |
| 1704 | p.Anchored = true |
| 1705 | p.Parent = model |
| 1706 | end |
| 1707 | do |
| 1708 | local p = Instance.new("Part") |
| 1709 | p.Name = "RearsetR" |
| 1710 | p.Size = Vector3.new(0.2, 1, 1) |
| 1711 | p.CFrame = CFrame.new(1.5, 4, 1.66) |
| 1712 | p.BrickColor = BrickColor.new("Silver") |
| 1713 | p.Material = Enum.Material.Glacier |
| 1714 | p.MaterialVariant = "2022 Glue" |
| 1715 | p.Anchored = true |
| 1716 | p.Parent = model |
| 1717 | end |
| 1718 | do |
| 1719 | local p = Instance.new("Part") |
| 1720 | p.Shape = Enum.PartType.Cylinder |
| 1721 | p.Name = "PegR" |
| 1722 | p.Size = Vector3.new(0.8, 0.2, 0.2) |
| 1723 | p.CFrame = CFrame.new(1.88, 3.7, 1.5) |
| 1724 | p.BrickColor = BrickColor.new("Silver") |
| 1725 | p.Material = Enum.Material.Glacier |
| 1726 | p.MaterialVariant = "2022 Glue" |
| 1727 | p.Anchored = true |
| 1728 | p.Parent = model |
| 1729 | end |
| 1730 | do |
| 1731 | local p = Instance.new("Part") |
| 1732 | p.Name = "BrakePedal" |
| 1733 | p.Size = Vector3.new(0.1, 0.2, 0.8) |
| 1734 | p.CFrame = CFrame.new(1.6, 3.5, 1) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 1735 | p.BrickColor = BrickColor.new("Silver") |
| 1736 | p.Material = Enum.Material.Glacier |
| 1737 | p.MaterialVariant = "2022 Glue" |
| 1738 | p.Anchored = true |
| 1739 | p.Parent = model |
| 1740 | end |
| 1741 | do |
| 1742 | local p = Instance.new("Part") |
| 1743 | p.Name = "RearsetL" |
| 1744 | p.Size = Vector3.new(0.2, 1, 1) |
| 1745 | p.CFrame = CFrame.new(-1.5, 4, 1.66) |
| 1746 | p.BrickColor = BrickColor.new("Silver") |
| 1747 | p.Material = Enum.Material.Glacier |
| 1748 | p.MaterialVariant = "2022 Glue" |
| 1749 | p.Anchored = true |
| 1750 | p.Parent = model |
| 1751 | end |
| 1752 | do |
| 1753 | local p = Instance.new("Part") |
| 1754 | p.Shape = Enum.PartType.Cylinder |
| 1755 | p.Name = "PegL" |
| 1756 | p.Size = Vector3.new(0.8, 0.2, 0.2) |
| 1757 | p.CFrame = CFrame.new(-1.88, 3.7, 1.5) |
| 1758 | p.BrickColor = BrickColor.new("Silver") |
| 1759 | p.Material = Enum.Material.Glacier |
| 1760 | p.MaterialVariant = "2022 Glue" |
| 1761 | p.Anchored = true |
| 1762 | p.Parent = model |
| 1763 | end |
| 1764 | do |
| 1765 | local p = Instance.new("Part") |
| 1766 | p.Name = "ShiftLever" |
| 1767 | p.Size = Vector3.new(0.1, 0.2, 0.8) |
| 1768 | p.CFrame = CFrame.new(-1.68, 3.5, 1) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 1769 | p.BrickColor = BrickColor.new("Silver") |
| 1770 | p.Material = Enum.Material.Glacier |
| 1771 | p.MaterialVariant = "2022 Glue" |
| 1772 | p.Anchored = true |
| 1773 | p.Parent = model |
| 1774 | end |
| 1775 | do |
| 1776 | local p = Instance.new("Part") |
| 1777 | p.Shape = Enum.PartType.Cylinder |
| 1778 | p.Name = "ShiftPeg" |
| 1779 | p.Size = Vector3.new(0.4, 0.1, 0.1) |
| 1780 | p.CFrame = CFrame.new(-1.8, 3.3, 0.6) |
| 1781 | p.BrickColor = BrickColor.new("Really black") |
| 1782 | p.Material = Enum.Material.Glacier |
| 1783 | p.MaterialVariant = "2022 Small Stud" |
| 1784 | p.Anchored = true |
| 1785 | p.Parent = model |
| 1786 | end |
| 1787 | do |
| 1788 | local p = Instance.new("Part") |
| 1789 | p.Shape = Enum.PartType.Cylinder |
| 1790 | p.Name = "KickstandFolded" |
| 1791 | p.Size = Vector3.new(2.03224, 0.2, 0.2) |
| 1792 | p.CFrame = CFrame.new(-1.5, 3.15, 2) * CFrame.Angles(math.rad(-180), math.rad(-84.2894), math.rad(-171.511)) |
| 1793 | p.BrickColor = BrickColor.new("Really black") |
| 1794 | p.Material = Enum.Material.Glacier |
| 1795 | p.MaterialVariant = "2022 Small Stud" |
| 1796 | p.Anchored = true |
| 1797 | p.Parent = model |
| 1798 | end |
| 1799 | do |
| 1800 | local rightV = Vector3.new(0,1,0).Unit |
| 1801 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 1802 | local normalV = upV:Cross(rightV) |
| 1803 | local pos = Vector3.new(0.08, 3, -7.5) |
| 1804 | local cyl = Instance.new("Part") |
| 1805 | cyl.Shape = Enum.PartType.Cylinder |
| 1806 | cyl.Size = Vector3.new(1.52, 3.7, 3.7) |
| 1807 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1808 | cyl.BrickColor = BrickColor.new("Bright green") |
| 1809 | cyl.Material = Enum.Material.Glacier |
| 1810 | cyl.MaterialVariant = "2022 Glue" |
| 1811 | cyl.Anchored = true; cyl.Parent = workspace |
| 1812 | local cuts = {} |
| 1813 | local hole = Instance.new("Part") |
| 1814 | hole.Shape = Enum.PartType.Cylinder |
| 1815 | hole.Size = Vector3.new(1.72, 3.5, 3.5) |
| 1816 | hole.CFrame = cyl.CFrame |
| 1817 | hole.BrickColor = BrickColor.new("Bright green") |
| 1818 | hole.Material = Enum.Material.Glacier |
| 1819 | hole.MaterialVariant = "2022 Glue" |
| 1820 | hole.Anchored = true; hole.Parent = workspace |
| 1821 | table.insert(cuts, hole) |
| 1822 | if #cuts > 0 then |
| 1823 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1824 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1825 | if ok and result then |
| 1826 | cyl:Destroy() |
| 1827 | result.Name = "FrontRimTape"; result.Anchored = true; result.Parent = model |
| 1828 | else |
| 1829 | cyl.Name = "FrontRimTape"; cyl.Parent = model |
| 1830 | end |
| 1831 | else |
| 1832 | cyl.Name = "FrontRimTape"; cyl.Parent = model |
| 1833 | end |
| 1834 | end |
| 1835 | do |
| 1836 | local rightV = Vector3.new(0,1,0).Unit |
| 1837 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 1838 | local normalV = upV:Cross(rightV) |
| 1839 | local pos = Vector3.new(0.08, 3, 7.5) |
| 1840 | local cyl = Instance.new("Part") |
| 1841 | cyl.Shape = Enum.PartType.Cylinder |
| 1842 | cyl.Size = Vector3.new(1.82, 3.7, 3.7) |
| 1843 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1844 | cyl.BrickColor = BrickColor.new("Bright green") |
| 1845 | cyl.Material = Enum.Material.Glacier |
| 1846 | cyl.MaterialVariant = "2022 Glue" |
| 1847 | cyl.Anchored = true; cyl.Parent = workspace |
| 1848 | local cuts = {} |
| 1849 | local hole = Instance.new("Part") |
| 1850 | hole.Shape = Enum.PartType.Cylinder |
| 1851 | hole.Size = Vector3.new(2.02, 3.5, 3.5) |
| 1852 | hole.CFrame = cyl.CFrame |
| 1853 | hole.BrickColor = BrickColor.new("Bright green") |
| 1854 | hole.Material = Enum.Material.Glacier |
| 1855 | hole.MaterialVariant = "2022 Glue" |
| 1856 | hole.Anchored = true; hole.Parent = workspace |
| 1857 | table.insert(cuts, hole) |
| 1858 | if #cuts > 0 then |
| 1859 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1860 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1861 | if ok and result then |
| 1862 | cyl:Destroy() |
| 1863 | result.Name = "RearRimTape"; result.Anchored = true; result.Parent = model |
| 1864 | else |
| 1865 | cyl.Name = "RearRimTape"; cyl.Parent = model |
| 1866 | end |
| 1867 | else |
| 1868 | cyl.Name = "RearRimTape"; cyl.Parent = model |
| 1869 | end |
| 1870 | end |
| 1871 | do |
| 1872 | local rightV = Vector3.new(0,1,0).Unit |
| 1873 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 1874 | local normalV = upV:Cross(rightV) |
| 1875 | local pos = Vector3.new(-1.2, 3, 7.5) |
| 1876 | local cyl = Instance.new("Part") |
| 1877 | cyl.Shape = Enum.PartType.Cylinder |
| 1878 | cyl.Size = Vector3.new(0.2, 2.2, 2.2) |
| 1879 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1880 | cyl.BrickColor = BrickColor.new("Dark stone grey") |
| 1881 | cyl.Material = Enum.Material.Glacier |
| 1882 | cyl.MaterialVariant = "2022 Universal" |
| 1883 | cyl.Anchored = true; cyl.Parent = workspace |
| 1884 | local cuts = {} |
| 1885 | local hole = Instance.new("Part") |
| 1886 | hole.Shape = Enum.PartType.Cylinder |
| 1887 | hole.Size = Vector3.new(0.4, 1.8, 1.8) |
| 1888 | hole.CFrame = cyl.CFrame |
| 1889 | hole.BrickColor = BrickColor.new("Dark stone grey") |
| 1890 | hole.Material = Enum.Material.Glacier |
| 1891 | hole.MaterialVariant = "2022 Universal" |
| 1892 | hole.Anchored = true; hole.Parent = workspace |
| 1893 | table.insert(cuts, hole) |
| 1894 | local angBoxes = {} |
| 1895 | do |
| 1896 | local edgeDir = 0*rightV + 1*upV |
| 1897 | local edgePerp = -1*rightV + 0*upV |
| 1898 | local cut = Instance.new("Part") |
| 1899 | cut.Size = Vector3.new(4.4, 0.4, 4.4) |
| 1900 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 2.2 * edgePerp, edgeDir, normalV) |
| 1901 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1902 | cut.Material = Enum.Material.Glacier |
| 1903 | cut.MaterialVariant = "2022 Universal" |
| 1904 | cut.Anchored = true; cut.Parent = workspace |
| 1905 | table.insert(angBoxes, cut) |
| 1906 | end |
| 1907 | do |
| 1908 | local edgeDir = 0*rightV + -1*upV |
| 1909 | local edgePerp = 1*rightV + 0*upV |
| 1910 | local cut = Instance.new("Part") |
| 1911 | cut.Size = Vector3.new(4.4, 0.4, 4.4) |
| 1912 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 2.2 * edgePerp, edgeDir, normalV) |
| 1913 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1914 | cut.Material = Enum.Material.Glacier |
| 1915 | cut.MaterialVariant = "2022 Universal" |
| 1916 | cut.Anchored = true; cut.Parent = workspace |
| 1917 | table.insert(angBoxes, cut) |
| 1918 | end |
| 1919 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1920 | if #cuts > 0 then |
| 1921 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1922 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1923 | if ok and result then |
| 1924 | cyl:Destroy() |
| 1925 | result.Name = "ChainWrapRear"; result.Anchored = true; result.Parent = model |
| 1926 | else |
| 1927 | cyl.Name = "ChainWrapRear"; cyl.Parent = model |
| 1928 | end |
| 1929 | else |
| 1930 | cyl.Name = "ChainWrapRear"; cyl.Parent = model |
| 1931 | end |
| 1932 | end |
| 1933 | do |
| 1934 | local rightV = Vector3.new(0,1,0).Unit |
| 1935 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 1936 | local normalV = upV:Cross(rightV) |
| 1937 | local pos = Vector3.new(-1.44, 3.46, 1.5) |
| 1938 | local cyl = Instance.new("Part") |
| 1939 | cyl.Shape = Enum.PartType.Cylinder |
| 1940 | cyl.Size = Vector3.new(0.2, 1.4, 1.4) |
| 1941 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1942 | cyl.BrickColor = BrickColor.new("Dark stone grey") |
| 1943 | cyl.Material = Enum.Material.Glacier |
| 1944 | cyl.MaterialVariant = "2022 Universal" |
| 1945 | cyl.Anchored = true; cyl.Parent = workspace |
| 1946 | local cuts = {} |
| 1947 | local hole = Instance.new("Part") |
| 1948 | hole.Shape = Enum.PartType.Cylinder |
| 1949 | hole.Size = Vector3.new(0.4, 1, 1) |
| 1950 | hole.CFrame = cyl.CFrame |
| 1951 | hole.BrickColor = BrickColor.new("Dark stone grey") |
| 1952 | hole.Material = Enum.Material.Glacier |
| 1953 | hole.MaterialVariant = "2022 Universal" |
| 1954 | hole.Anchored = true; hole.Parent = workspace |
| 1955 | table.insert(cuts, hole) |
| 1956 | local angBoxes = {} |
| 1957 | do |
| 1958 | local edgeDir = 0*rightV + -1*upV |
| 1959 | local edgePerp = 1*rightV + 0*upV |
| 1960 | local cut = Instance.new("Part") |
| 1961 | cut.Size = Vector3.new(2.8, 0.4, 2.8) |
| 1962 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 1.4 * edgePerp, edgeDir, normalV) |
| 1963 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1964 | cut.Material = Enum.Material.Glacier |
| 1965 | cut.MaterialVariant = "2022 Universal" |
| 1966 | cut.Anchored = true; cut.Parent = workspace |
| 1967 | table.insert(angBoxes, cut) |
| 1968 | end |
| 1969 | do |
| 1970 | local edgeDir = 0*rightV + 1*upV |
| 1971 | local edgePerp = -1*rightV + 0*upV |
| 1972 | local cut = Instance.new("Part") |
| 1973 | cut.Size = Vector3.new(2.8, 0.4, 2.8) |
| 1974 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 1.4 * edgePerp, edgeDir, normalV) |
| 1975 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1976 | cut.Material = Enum.Material.Glacier |
| 1977 | cut.MaterialVariant = "2022 Universal" |
| 1978 | cut.Anchored = true; cut.Parent = workspace |
| 1979 | table.insert(angBoxes, cut) |
| 1980 | end |
| 1981 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1982 | if #cuts > 0 then |
| 1983 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1984 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1985 | if ok and result then |
| 1986 | cyl:Destroy() |
| 1987 | result.Name = "ChainWrapFront"; result.Anchored = true; result.Parent = model |
| 1988 | else |
| 1989 | cyl.Name = "ChainWrapFront"; cyl.Parent = model |
| 1990 | end |
| 1991 | else |
| 1992 | cyl.Name = "ChainWrapFront"; cyl.Parent = model |
| 1993 | end |
| 1994 | end |
| 1995 | do |
| 1996 | local rightV = Vector3.new(0,1,0).Unit |
| 1997 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 1998 | local normalV = upV:Cross(rightV) |
| 1999 | local pos = Vector3.new(-0.08, 3, -7.5) |
| 2000 | local cyl = Instance.new("Part") |
| 2001 | cyl.Shape = Enum.PartType.Cylinder |
| 2002 | cyl.Size = Vector3.new(1.4, 5.4, 5.4) |
| 2003 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 2004 | cyl.BrickColor = BrickColor.new("Really black") |
| 2005 | cyl.Material = Enum.Material.Glacier |
| 2006 | cyl.MaterialVariant = "2022 Small Stud" |
| 2007 | cyl.Anchored = true; cyl.Parent = workspace |
| 2008 | local cuts = {} |
| 2009 | local hole = Instance.new("Part") |
| 2010 | hole.Shape = Enum.PartType.Cylinder |
| 2011 | hole.Size = Vector3.new(1.6, 5.2, 5.2) |
| 2012 | hole.CFrame = cyl.CFrame |
| 2013 | hole.BrickColor = BrickColor.new("Really black") |
| 2014 | hole.Material = Enum.Material.Glacier |
| 2015 | hole.MaterialVariant = "2022 Small Stud" |
| 2016 | hole.Anchored = true; hole.Parent = workspace |
| 2017 | table.insert(cuts, hole) |
| 2018 | local angBoxes = {} |
| 2019 | do |
| 2020 | local edgeDir = 0.34202*rightV + -0.939693*upV |
| 2021 | local edgePerp = 0.939693*rightV + 0.34202*upV |
| 2022 | local cut = Instance.new("Part") |
| 2023 | cut.Size = Vector3.new(10.8, 1.6, 10.8) |
| 2024 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5.4 * edgePerp, edgeDir, normalV) |
| 2025 | cut.BrickColor = BrickColor.new("Really black") |
| 2026 | cut.Material = Enum.Material.Glacier |
| 2027 | cut.MaterialVariant = "2022 Small Stud" |
| 2028 | cut.Anchored = true; cut.Parent = workspace |
| 2029 | table.insert(angBoxes, cut) |
| 2030 | end |
| 2031 | do |
| 2032 | local edgeDir = 0.34202*rightV + 0.939693*upV |
| 2033 | local edgePerp = -0.939693*rightV + 0.34202*upV |
| 2034 | local cut = Instance.new("Part") |
| 2035 | cut.Size = Vector3.new(10.8, 1.6, 10.8) |
| 2036 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5.4 * edgePerp, edgeDir, normalV) |
| 2037 | cut.BrickColor = BrickColor.new("Really black") |
| 2038 | cut.Material = Enum.Material.Glacier |
| 2039 | cut.MaterialVariant = "2022 Small Stud" |
| 2040 | cut.Anchored = true; cut.Parent = workspace |
| 2041 | table.insert(angBoxes, cut) |
| 2042 | end |
| 2043 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 2044 | if #cuts > 0 then |
| 2045 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 2046 | for _, c in ipairs(cuts) do c:Destroy() end |
| 2047 | if ok and result then |
| 2048 | cyl:Destroy() |
| 2049 | result.Name = "FrontFenderArc"; result.Anchored = true; result.Parent = model |
| 2050 | else |
| 2051 | cyl.Name = "FrontFenderArc"; cyl.Parent = model |
| 2052 | end |
| 2053 | else |
| 2054 | cyl.Name = "FrontFenderArc"; cyl.Parent = model |
| 2055 | end |
| 2056 | end |
| 2057 | do |
| 2058 | local rightV = Vector3.new(0,1,0).Unit |
| 2059 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 2060 | local normalV = upV:Cross(rightV) |
| 2061 | local pos = Vector3.new(0, 3, 7.5) |
| 2062 | local cyl = Instance.new("Part") |
| 2063 | cyl.Shape = Enum.PartType.Cylinder |
| 2064 | cyl.Size = Vector3.new(1.6, 5.4, 5.4) |
| 2065 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 2066 | cyl.BrickColor = BrickColor.new("Really black") |
| 2067 | cyl.Material = Enum.Material.Glacier |
| 2068 | cyl.MaterialVariant = "2022 Small Stud" |
| 2069 | cyl.Anchored = true; cyl.Parent = workspace |
| 2070 | local cuts = {} |
| 2071 | local hole = Instance.new("Part") |
| 2072 | hole.Shape = Enum.PartType.Cylinder |
| 2073 | hole.Size = Vector3.new(1.8, 5.2, 5.2) |
| 2074 | hole.CFrame = cyl.CFrame |
| 2075 | hole.BrickColor = BrickColor.new("Really black") |
| 2076 | hole.Material = Enum.Material.Glacier |
| 2077 | hole.MaterialVariant = "2022 Small Stud" |
| 2078 | hole.Anchored = true; hole.Parent = workspace |
| 2079 | table.insert(cuts, hole) |
| 2080 | local angBoxes = {} |
| 2081 | do |
| 2082 | local edgeDir = 0.34202*rightV + -0.939693*upV |
| 2083 | local edgePerp = 0.939693*rightV + 0.34202*upV |
| 2084 | local cut = Instance.new("Part") |
| 2085 | cut.Size = Vector3.new(10.8, 1.8, 10.8) |
| 2086 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 5.4 * edgePerp, edgeDir, normalV) |
| 2087 | cut.BrickColor = BrickColor.new("Really black") |
| 2088 | cut.Material = Enum.Material.Glacier |
| 2089 | cut.MaterialVariant = "2022 Small Stud" |
| 2090 | cut.Anchored = true; cut.Parent = workspace |
| 2091 | table.insert(angBoxes, cut) |
| 2092 | end |
| 2093 | do |
| 2094 | local edgeDir = 0.984808*rightV + 0.173648*upV |
| 2095 | local edgePerp = -0.173648*rightV + 0.984808*upV |
| 2096 | local cut = Instance.new("Part") |
| 2097 | cut.Size = Vector3.new(10.8, 1.8, 10.8) |
| 2098 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 5.4 * edgePerp, edgeDir, normalV) |
| 2099 | cut.BrickColor = BrickColor.new("Really black") |
| 2100 | cut.Material = Enum.Material.Glacier |
| 2101 | cut.MaterialVariant = "2022 Small Stud" |
| 2102 | cut.Anchored = true; cut.Parent = workspace |
| 2103 | table.insert(angBoxes, cut) |
| 2104 | end |
| 2105 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 2106 | if #cuts > 0 then |
| 2107 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 2108 | for _, c in ipairs(cuts) do c:Destroy() end |
| 2109 | if ok and result then |
| 2110 | cyl:Destroy() |
| 2111 | result.Name = "RearHugger"; result.Anchored = true; result.Parent = model |
| 2112 | else |
| 2113 | cyl.Name = "RearHugger"; cyl.Parent = model |
| 2114 | end |
| 2115 | else |
| 2116 | cyl.Name = "RearHugger"; cyl.Parent = model |
| 2117 | end |
| 2118 | end |
| 2119 | model.PrimaryPart = model:FindFirstChild("EngineBase") |
| 2120 | print("NinjaH2 built: " .. #model:GetChildren() .. " parts") |
Loading comments...