Loading model...
by Pavel ROTARU · 4/17/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: BMW_E46_Coupe |
| 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 = "BMW_E46_Coupe" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "2022 Universal", |
| 25 | ["Bright red"] = "2022 Glue", |
| 26 | ["Deep orange"] = "2022 Glue", |
| 27 | ["Fossil"] = "2022 Glue", |
| 28 | ["Ghost grey"] = "2022 Glue", |
| 29 | ["Institutional white"] = "2022 Stud", |
| 30 | ["Medium stone grey"] = "2022 Inlet", |
| 31 | ["Really black"] = "2022 Universal", |
| 32 | ["Silver"] = "2022 Glue", |
| 33 | ["White"] = "2022 Glue", |
| 34 | } |
| 35 | do |
| 36 | local p = Instance.new("Part") |
| 37 | p.Name = "ChassisCore" |
| 38 | p.Size = Vector3.new(8.6, 3, 22) |
| 39 | p.CFrame = CFrame.new(0, 2.5, 0) |
| 40 | p.BrickColor = BrickColor.new("Really black") |
| 41 | p.Material = Enum.Material.Glacier |
| 42 | p.MaterialVariant = "2022 Universal" |
| 43 | p.Anchored = true |
| 44 | p.Parent = model |
| 45 | end |
| 46 | do |
| 47 | local p = Instance.new("Part") |
| 48 | p.Name = "FrontCore" |
| 49 | p.Size = Vector3.new(8.6, 2, 3) |
| 50 | p.CFrame = CFrame.new(0.04, 2.5, -10) |
| 51 | p.BrickColor = BrickColor.new("Really black") |
| 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.Name = "RearCore" |
| 60 | p.Size = Vector3.new(8.6, 2, 3) |
| 61 | p.CFrame = CFrame.new(0.04, 2.5, 10.5) |
| 62 | p.BrickColor = BrickColor.new("Really black") |
| 63 | p.Material = Enum.Material.Glacier |
| 64 | p.MaterialVariant = "2022 Universal" |
| 65 | p.Anchored = true |
| 66 | p.Parent = model |
| 67 | end |
| 68 | do |
| 69 | local p = Instance.new("Part") |
| 70 | p.Shape = Enum.PartType.Cylinder |
| 71 | p.Name = "Tire_FL" |
| 72 | p.Size = Vector3.new(1.2, 3.6, 3.6) |
| 73 | p.CFrame = CFrame.new(-4.4, 1.8, -7.5) |
| 74 | p.BrickColor = BrickColor.new("Really black") |
| 75 | p.Material = Enum.Material.Glacier |
| 76 | p.MaterialVariant = "2022 Universal" |
| 77 | p.Anchored = true |
| 78 | p.Parent = model |
| 79 | end |
| 80 | do |
| 81 | local p = Instance.new("Part") |
| 82 | p.Shape = Enum.PartType.Cylinder |
| 83 | p.Name = "Tire_FR" |
| 84 | p.Size = Vector3.new(1.2, 3.6, 3.6) |
| 85 | p.CFrame = CFrame.new(4.4, 1.8, -7.5) |
| 86 | p.BrickColor = BrickColor.new("Really black") |
| 87 | p.Material = Enum.Material.Glacier |
| 88 | p.MaterialVariant = "2022 Universal" |
| 89 | p.Anchored = true |
| 90 | p.Parent = model |
| 91 | end |
| 92 | do |
| 93 | local p = Instance.new("Part") |
| 94 | p.Shape = Enum.PartType.Cylinder |
| 95 | p.Name = "Tire_RL" |
| 96 | p.Size = Vector3.new(1.2, 3.6, 3.6) |
| 97 | p.CFrame = CFrame.new(-4.4, 1.8, 6.5) |
| 98 | p.BrickColor = BrickColor.new("Really black") |
| 99 | p.Material = Enum.Material.Glacier |
| 100 | p.MaterialVariant = "2022 Universal" |
| 101 | p.Anchored = true |
| 102 | p.Parent = model |
| 103 | end |
| 104 | do |
| 105 | local p = Instance.new("Part") |
| 106 | p.Shape = Enum.PartType.Cylinder |
| 107 | p.Name = "Tire_RR" |
| 108 | p.Size = Vector3.new(1.2, 3.6, 3.6) |
| 109 | p.CFrame = CFrame.new(4.4, 1.8, 6.5) |
| 110 | p.BrickColor = BrickColor.new("Really black") |
| 111 | p.Material = Enum.Material.Glacier |
| 112 | p.MaterialVariant = "2022 Universal" |
| 113 | p.Anchored = true |
| 114 | p.Parent = model |
| 115 | end |
| 116 | do |
| 117 | local p = Instance.new("Part") |
| 118 | p.Shape = Enum.PartType.Cylinder |
| 119 | p.Name = "Rim_FL" |
| 120 | p.Size = Vector3.new(1.1, 2.8, 2.8) |
| 121 | p.CFrame = CFrame.new(-4.5, 1.8, -7.5) |
| 122 | p.BrickColor = BrickColor.new("Silver") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Glue" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Shape = Enum.PartType.Cylinder |
| 131 | p.Name = "Rim_FR" |
| 132 | p.Size = Vector3.new(1.1, 2.8, 2.8) |
| 133 | p.CFrame = CFrame.new(4.5, 1.8, -7.5) |
| 134 | p.BrickColor = BrickColor.new("Silver") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Glue" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Shape = Enum.PartType.Cylinder |
| 143 | p.Name = "Rim_RL" |
| 144 | p.Size = Vector3.new(1.1, 2.8, 2.8) |
| 145 | p.CFrame = CFrame.new(-4.5, 1.8, 6.5) |
| 146 | p.BrickColor = BrickColor.new("Silver") |
| 147 | p.Material = Enum.Material.Glacier |
| 148 | p.MaterialVariant = "2022 Glue" |
| 149 | p.Anchored = true |
| 150 | p.Parent = model |
| 151 | end |
| 152 | do |
| 153 | local p = Instance.new("Part") |
| 154 | p.Shape = Enum.PartType.Cylinder |
| 155 | p.Name = "Rim_RR" |
| 156 | p.Size = Vector3.new(1.1, 2.8, 2.8) |
| 157 | p.CFrame = CFrame.new(4.5, 1.8, 6.5) |
| 158 | p.BrickColor = BrickColor.new("Silver") |
| 159 | p.Material = Enum.Material.Glacier |
| 160 | p.MaterialVariant = "2022 Glue" |
| 161 | p.Anchored = true |
| 162 | p.Parent = model |
| 163 | end |
| 164 | do |
| 165 | local p = Instance.new("Part") |
| 166 | p.Name = "Spoke_FL_0" |
| 167 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 168 | p.CFrame = CFrame.new(-4.6, 1.8, -7.5) |
| 169 | p.BrickColor = BrickColor.new("Silver") |
| 170 | p.Material = Enum.Material.Glacier |
| 171 | p.MaterialVariant = "2022 Glue" |
| 172 | p.Anchored = true |
| 173 | p.Parent = model |
| 174 | end |
| 175 | do |
| 176 | local p = Instance.new("Part") |
| 177 | p.Name = "Spoke_FR_0" |
| 178 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 179 | p.CFrame = CFrame.new(4.6, 1.8, -7.5) |
| 180 | p.BrickColor = BrickColor.new("Silver") |
| 181 | p.Material = Enum.Material.Glacier |
| 182 | p.MaterialVariant = "2022 Glue" |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Name = "Spoke_RL_0" |
| 189 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 190 | p.CFrame = CFrame.new(-4.6, 1.8, 6.5) |
| 191 | p.BrickColor = BrickColor.new("Silver") |
| 192 | p.Material = Enum.Material.Glacier |
| 193 | p.MaterialVariant = "2022 Glue" |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Name = "Spoke_RR_0" |
| 200 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 201 | p.CFrame = CFrame.new(4.6, 1.8, 6.5) |
| 202 | p.BrickColor = BrickColor.new("Silver") |
| 203 | p.Material = Enum.Material.Glacier |
| 204 | p.MaterialVariant = "2022 Glue" |
| 205 | p.Anchored = true |
| 206 | p.Parent = model |
| 207 | end |
| 208 | do |
| 209 | local p = Instance.new("Part") |
| 210 | p.Name = "Spoke_FL_1" |
| 211 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 212 | p.CFrame = CFrame.new(-4.6, 1.8, -7.5) * CFrame.Angles(math.rad(72), math.rad(0), math.rad(0)) |
| 213 | p.BrickColor = BrickColor.new("Silver") |
| 214 | p.Material = Enum.Material.Glacier |
| 215 | p.MaterialVariant = "2022 Glue" |
| 216 | p.Anchored = true |
| 217 | p.Parent = model |
| 218 | end |
| 219 | do |
| 220 | local p = Instance.new("Part") |
| 221 | p.Name = "Spoke_FR_1" |
| 222 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 223 | p.CFrame = CFrame.new(4.6, 1.8, -7.5) * CFrame.Angles(math.rad(72), math.rad(0), math.rad(0)) |
| 224 | p.BrickColor = BrickColor.new("Silver") |
| 225 | p.Material = Enum.Material.Glacier |
| 226 | p.MaterialVariant = "2022 Glue" |
| 227 | p.Anchored = true |
| 228 | p.Parent = model |
| 229 | end |
| 230 | do |
| 231 | local p = Instance.new("Part") |
| 232 | p.Name = "Spoke_RL_1" |
| 233 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 234 | p.CFrame = CFrame.new(-4.6, 1.8, 6.5) * CFrame.Angles(math.rad(72), math.rad(0), math.rad(0)) |
| 235 | p.BrickColor = BrickColor.new("Silver") |
| 236 | p.Material = Enum.Material.Glacier |
| 237 | p.MaterialVariant = "2022 Glue" |
| 238 | p.Anchored = true |
| 239 | p.Parent = model |
| 240 | end |
| 241 | do |
| 242 | local p = Instance.new("Part") |
| 243 | p.Name = "Spoke_RR_1" |
| 244 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 245 | p.CFrame = CFrame.new(4.6, 1.8, 6.5) * CFrame.Angles(math.rad(72), math.rad(0), math.rad(0)) |
| 246 | p.BrickColor = BrickColor.new("Silver") |
| 247 | p.Material = Enum.Material.Glacier |
| 248 | p.MaterialVariant = "2022 Glue" |
| 249 | p.Anchored = true |
| 250 | p.Parent = model |
| 251 | end |
| 252 | do |
| 253 | local p = Instance.new("Part") |
| 254 | p.Name = "Spoke_FL_2" |
| 255 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 256 | p.CFrame = CFrame.new(-4.6, 1.8, -7.5) * CFrame.Angles(math.rad(144), math.rad(0), math.rad(0)) |
| 257 | p.BrickColor = BrickColor.new("Silver") |
| 258 | p.Material = Enum.Material.Glacier |
| 259 | p.MaterialVariant = "2022 Glue" |
| 260 | p.Anchored = true |
| 261 | p.Parent = model |
| 262 | end |
| 263 | do |
| 264 | local p = Instance.new("Part") |
| 265 | p.Name = "Spoke_FR_2" |
| 266 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 267 | p.CFrame = CFrame.new(4.6, 1.8, -7.5) * CFrame.Angles(math.rad(144), math.rad(0), math.rad(0)) |
| 268 | p.BrickColor = BrickColor.new("Silver") |
| 269 | p.Material = Enum.Material.Glacier |
| 270 | p.MaterialVariant = "2022 Glue" |
| 271 | p.Anchored = true |
| 272 | p.Parent = model |
| 273 | end |
| 274 | do |
| 275 | local p = Instance.new("Part") |
| 276 | p.Name = "Spoke_RL_2" |
| 277 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 278 | p.CFrame = CFrame.new(-4.6, 1.8, 6.5) * CFrame.Angles(math.rad(144), math.rad(0), math.rad(0)) |
| 279 | p.BrickColor = BrickColor.new("Silver") |
| 280 | p.Material = Enum.Material.Glacier |
| 281 | p.MaterialVariant = "2022 Glue" |
| 282 | p.Anchored = true |
| 283 | p.Parent = model |
| 284 | end |
| 285 | do |
| 286 | local p = Instance.new("Part") |
| 287 | p.Name = "Spoke_RR_2" |
| 288 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 289 | p.CFrame = CFrame.new(4.6, 1.8, 6.5) * CFrame.Angles(math.rad(144), math.rad(0), math.rad(0)) |
| 290 | p.BrickColor = BrickColor.new("Silver") |
| 291 | p.Material = Enum.Material.Glacier |
| 292 | p.MaterialVariant = "2022 Glue" |
| 293 | p.Anchored = true |
| 294 | p.Parent = model |
| 295 | end |
| 296 | do |
| 297 | local p = Instance.new("Part") |
| 298 | p.Name = "Spoke_FL_3" |
| 299 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 300 | p.CFrame = CFrame.new(-4.6, 1.8, -7.5) * CFrame.Angles(math.rad(216), math.rad(0), math.rad(0)) |
| 301 | p.BrickColor = BrickColor.new("Silver") |
| 302 | p.Material = Enum.Material.Glacier |
| 303 | p.MaterialVariant = "2022 Glue" |
| 304 | p.Anchored = true |
| 305 | p.Parent = model |
| 306 | end |
| 307 | do |
| 308 | local p = Instance.new("Part") |
| 309 | p.Name = "Spoke_FR_3" |
| 310 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 311 | p.CFrame = CFrame.new(4.6, 1.8, -7.5) * CFrame.Angles(math.rad(216), math.rad(0), math.rad(0)) |
| 312 | p.BrickColor = BrickColor.new("Silver") |
| 313 | p.Material = Enum.Material.Glacier |
| 314 | p.MaterialVariant = "2022 Glue" |
| 315 | p.Anchored = true |
| 316 | p.Parent = model |
| 317 | end |
| 318 | do |
| 319 | local p = Instance.new("Part") |
| 320 | p.Name = "Spoke_RL_3" |
| 321 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 322 | p.CFrame = CFrame.new(-4.6, 1.8, 6.5) * CFrame.Angles(math.rad(216), math.rad(0), math.rad(0)) |
| 323 | p.BrickColor = BrickColor.new("Silver") |
| 324 | p.Material = Enum.Material.Glacier |
| 325 | p.MaterialVariant = "2022 Glue" |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("Part") |
| 331 | p.Name = "Spoke_RR_3" |
| 332 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 333 | p.CFrame = CFrame.new(4.6, 1.8, 6.5) * CFrame.Angles(math.rad(216), math.rad(0), math.rad(0)) |
| 334 | p.BrickColor = BrickColor.new("Silver") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Glue" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Name = "Spoke_FL_4" |
| 343 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 344 | p.CFrame = CFrame.new(-4.6, 1.8, -7.5) * CFrame.Angles(math.rad(288), math.rad(0), math.rad(0)) |
| 345 | p.BrickColor = BrickColor.new("Silver") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Glue" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "Spoke_FR_4" |
| 354 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 355 | p.CFrame = CFrame.new(4.6, 1.8, -7.5) * CFrame.Angles(math.rad(288), math.rad(0), math.rad(0)) |
| 356 | p.BrickColor = BrickColor.new("Silver") |
| 357 | p.Material = Enum.Material.Glacier |
| 358 | p.MaterialVariant = "2022 Glue" |
| 359 | p.Anchored = true |
| 360 | p.Parent = model |
| 361 | end |
| 362 | do |
| 363 | local p = Instance.new("Part") |
| 364 | p.Name = "Spoke_RL_4" |
| 365 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 366 | p.CFrame = CFrame.new(-4.6, 1.8, 6.5) * CFrame.Angles(math.rad(288), math.rad(0), math.rad(0)) |
| 367 | p.BrickColor = BrickColor.new("Silver") |
| 368 | p.Material = Enum.Material.Glacier |
| 369 | p.MaterialVariant = "2022 Glue" |
| 370 | p.Anchored = true |
| 371 | p.Parent = model |
| 372 | end |
| 373 | do |
| 374 | local p = Instance.new("Part") |
| 375 | p.Name = "Spoke_RR_4" |
| 376 | p.Size = Vector3.new(0.2, 2.66, 0.4) |
| 377 | p.CFrame = CFrame.new(4.6, 1.8, 6.5) * CFrame.Angles(math.rad(288), math.rad(0), math.rad(0)) |
| 378 | p.BrickColor = BrickColor.new("Silver") |
| 379 | p.Material = Enum.Material.Glacier |
| 380 | p.MaterialVariant = "2022 Glue" |
| 381 | p.Anchored = true |
| 382 | p.Parent = model |
| 383 | end |
| 384 | do |
| 385 | local p = Instance.new("Part") |
| 386 | p.Name = "Side_Front_L" |
| 387 | p.Size = Vector3.new(0.4, 3.2, 3) |
| 388 | p.CFrame = CFrame.new(-4.58, 2.8, -10.5) |
| 389 | p.BrickColor = BrickColor.new("Ghost grey") |
| 390 | p.Material = Enum.Material.Glacier |
| 391 | p.MaterialVariant = "2022 Glue" |
| 392 | p.Anchored = true |
| 393 | p.Parent = model |
| 394 | end |
| 395 | do |
| 396 | local p = Instance.new("Part") |
| 397 | p.Name = "Side_Front_R" |
| 398 | p.Size = Vector3.new(0.4, 3.2, 3) |
| 399 | p.CFrame = CFrame.new(4.58, 2.8, -10.5) |
| 400 | p.BrickColor = BrickColor.new("Ghost grey") |
| 401 | p.Material = Enum.Material.Glacier |
| 402 | p.MaterialVariant = "2022 Glue" |
| 403 | p.Anchored = true |
| 404 | p.Parent = model |
| 405 | end |
| 406 | do |
| 407 | local p = Instance.new("Part") |
| 408 | p.Name = "Side_Door_L" |
| 409 | p.Size = Vector3.new(0.4, 3.2, 11) |
| 410 | p.CFrame = CFrame.new(-4.58, 2.8, -0.5) |
| 411 | p.BrickColor = BrickColor.new("Ghost grey") |
| 412 | p.Material = Enum.Material.Glacier |
| 413 | p.MaterialVariant = "2022 Glue" |
| 414 | p.Anchored = true |
| 415 | p.Parent = model |
| 416 | end |
| 417 | do |
| 418 | local p = Instance.new("Part") |
| 419 | p.Name = "Side_Door_R" |
| 420 | p.Size = Vector3.new(0.4, 3.2, 11) |
| 421 | p.CFrame = CFrame.new(4.58, 2.8, -0.5) |
| 422 | p.BrickColor = BrickColor.new("Ghost grey") |
| 423 | p.Material = Enum.Material.Glacier |
| 424 | p.MaterialVariant = "2022 Glue" |
| 425 | p.Anchored = true |
| 426 | p.Parent = model |
| 427 | end |
| 428 | do |
| 429 | local p = Instance.new("Part") |
| 430 | p.Name = "Side_Rear_L" |
| 431 | p.Size = Vector3.new(0.4, 3.2, 4) |
| 432 | p.CFrame = CFrame.new(-4.58, 2.88, 10) |
| 433 | p.BrickColor = BrickColor.new("Ghost grey") |
| 434 | p.Material = Enum.Material.Glacier |
| 435 | p.MaterialVariant = "2022 Glue" |
| 436 | p.Anchored = true |
| 437 | p.Parent = model |
| 438 | end |
| 439 | do |
| 440 | local p = Instance.new("Part") |
| 441 | p.Name = "Side_Rear_R" |
| 442 | p.Size = Vector3.new(0.4, 3.2, 4) |
| 443 | p.CFrame = CFrame.new(4.58, 2.88, 10) |
| 444 | p.BrickColor = BrickColor.new("Ghost grey") |
| 445 | p.Material = Enum.Material.Glacier |
| 446 | p.MaterialVariant = "2022 Glue" |
| 447 | p.Anchored = true |
| 448 | p.Parent = model |
| 449 | end |
| 450 | do |
| 451 | local p = Instance.new("Part") |
| 452 | p.Name = "Side_AboveArch_FL" |
| 453 | p.Size = Vector3.new(0.4, 0.7, 3) |
| 454 | p.CFrame = CFrame.new(-4.58, 4.09, -7.42) |
| 455 | p.BrickColor = BrickColor.new("Ghost grey") |
| 456 | p.Material = Enum.Material.Glacier |
| 457 | p.MaterialVariant = "2022 Glue" |
| 458 | p.Anchored = true |
| 459 | p.Parent = model |
| 460 | end |
| 461 | do |
| 462 | local p = Instance.new("Part") |
| 463 | p.Name = "Side_AboveArch_FR" |
| 464 | p.Size = Vector3.new(0.4, 0.7, 3) |
| 465 | p.CFrame = CFrame.new(4.58, 4.09, -7.42) |
| 466 | p.BrickColor = BrickColor.new("Ghost grey") |
| 467 | p.Material = Enum.Material.Glacier |
| 468 | p.MaterialVariant = "2022 Glue" |
| 469 | p.Anchored = true |
| 470 | p.Parent = model |
| 471 | end |
| 472 | do |
| 473 | local p = Instance.new("Part") |
| 474 | p.Name = "Side_AboveArch_RL" |
| 475 | p.Size = Vector3.new(0.4, 0.7, 3) |
| 476 | p.CFrame = CFrame.new(-4.58, 4.05, 6.58) |
| 477 | p.BrickColor = BrickColor.new("Ghost grey") |
| 478 | p.Material = Enum.Material.Glacier |
| 479 | p.MaterialVariant = "2022 Glue" |
| 480 | p.Anchored = true |
| 481 | p.Parent = model |
| 482 | end |
| 483 | do |
| 484 | local p = Instance.new("Part") |
| 485 | p.Name = "Side_AboveArch_RR" |
| 486 | p.Size = Vector3.new(0.4, 0.7, 3) |
| 487 | p.CFrame = CFrame.new(4.58, 4.05, 6.58) |
| 488 | p.BrickColor = BrickColor.new("Ghost grey") |
| 489 | p.Material = Enum.Material.Glacier |
| 490 | p.MaterialVariant = "2022 Glue" |
| 491 | p.Anchored = true |
| 492 | p.Parent = model |
| 493 | end |
| 494 | do |
| 495 | local p = Instance.new("Part") |
| 496 | p.Name = "Crease_L" |
| 497 | p.Size = Vector3.new(0.1, 0.1, 20) |
| 498 | p.CFrame = CFrame.new(-4.36, 3.72, 0) |
| 499 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 500 | p.Material = Enum.Material.Glacier |
| 501 | p.MaterialVariant = "2022 Inlet" |
| 502 | p.Anchored = true |
| 503 | p.Parent = model |
| 504 | end |
| 505 | do |
| 506 | local p = Instance.new("Part") |
| 507 | p.Name = "Crease_R" |
| 508 | p.Size = Vector3.new(0.1, 0.1, 20) |
| 509 | p.CFrame = CFrame.new(4.36, 3.72, 0) |
| 510 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 511 | p.Material = Enum.Material.Glacier |
| 512 | p.MaterialVariant = "2022 Inlet" |
| 513 | p.Anchored = true |
| 514 | p.Parent = model |
| 515 | end |
| 516 | do |
| 517 | local p = Instance.new("Part") |
| 518 | p.Name = "Handle_L" |
| 519 | p.Size = Vector3.new(0.2, 0.2, 0.8) |
| 520 | p.CFrame = CFrame.new(-4.76, 3.6, 1) |
| 521 | p.BrickColor = BrickColor.new("Silver") |
| 522 | p.Material = Enum.Material.Glacier |
| 523 | p.MaterialVariant = "2022 Glue" |
| 524 | p.Anchored = true |
| 525 | p.Parent = model |
| 526 | end |
| 527 | do |
| 528 | local p = Instance.new("Part") |
| 529 | p.Name = "Handle_R" |
| 530 | p.Size = Vector3.new(0.2, 0.2, 0.8) |
| 531 | p.CFrame = CFrame.new(4.76, 3.6, 1) |
| 532 | p.BrickColor = BrickColor.new("Silver") |
| 533 | p.Material = Enum.Material.Glacier |
| 534 | p.MaterialVariant = "2022 Glue" |
| 535 | p.Anchored = true |
| 536 | p.Parent = model |
| 537 | end |
| 538 | do |
| 539 | local p = Instance.new("Part") |
| 540 | p.Name = "SideIndicator_L" |
| 541 | p.Size = Vector3.new(0.1, 0.2, 0.4) |
| 542 | p.CFrame = CFrame.new(-4.6, 3.7, -4.5) |
| 543 | p.BrickColor = BrickColor.new("Deep orange") |
| 544 | p.Material = Enum.Material.Glacier |
| 545 | p.MaterialVariant = "2022 Glue" |
| 546 | p.Anchored = true |
| 547 | p.Parent = model |
| 548 | end |
| 549 | do |
| 550 | local p = Instance.new("Part") |
| 551 | p.Name = "SideIndicator_R" |
| 552 | p.Size = Vector3.new(0.1, 0.2, 0.4) |
| 553 | p.CFrame = CFrame.new(4.6, 3.7, -4.5) |
| 554 | p.BrickColor = BrickColor.new("Deep orange") |
| 555 | p.Material = Enum.Material.Glacier |
| 556 | p.MaterialVariant = "2022 Glue" |
| 557 | p.Anchored = true |
| 558 | p.Parent = model |
| 559 | end |
| 560 | do |
| 561 | local p = Instance.new("Part") |
| 562 | p.Name = "MirrorBase_L" |
| 563 | p.Size = Vector3.new(0.6, 0.2, 0.4) |
| 564 | p.CFrame = CFrame.new(-4.5, 4.2, -2) |
| 565 | p.BrickColor = BrickColor.new("Really black") |
| 566 | p.Material = Enum.Material.Glacier |
| 567 | p.MaterialVariant = "2022 Universal" |
| 568 | p.Anchored = true |
| 569 | p.Parent = model |
| 570 | end |
| 571 | do |
| 572 | local p = Instance.new("Part") |
| 573 | p.Name = "MirrorHousing_L" |
| 574 | p.Size = Vector3.new(0.8, 0.5, 0.6) |
| 575 | p.CFrame = CFrame.new(-5, 4.3, -2) |
| 576 | p.BrickColor = BrickColor.new("Ghost grey") |
| 577 | p.Material = Enum.Material.Glacier |
| 578 | p.MaterialVariant = "2022 Glue" |
| 579 | p.Anchored = true |
| 580 | p.Parent = model |
| 581 | end |
| 582 | do |
| 583 | local p = Instance.new("Part") |
| 584 | p.Name = "MirrorGlass_L" |
| 585 | p.Size = Vector3.new(0.7, 0.4, 0.1) |
| 586 | p.CFrame = CFrame.new(-5, 4.3, -1.7) |
| 587 | p.BrickColor = BrickColor.new("White") |
| 588 | p.Material = Enum.Material.Glacier |
| 589 | p.MaterialVariant = "2022 Glue" |
| 590 | p.Anchored = true |
| 591 | p.Parent = model |
| 592 | end |
| 593 | do |
| 594 | local p = Instance.new("Part") |
| 595 | p.Name = "MirrorBase_R" |
| 596 | p.Size = Vector3.new(0.6, 0.2, 0.4) |
| 597 | p.CFrame = CFrame.new(4.5, 4.2, -2) |
| 598 | p.BrickColor = BrickColor.new("Really black") |
| 599 | p.Material = Enum.Material.Glacier |
| 600 | p.MaterialVariant = "2022 Universal" |
| 601 | p.Anchored = true |
| 602 | p.Parent = model |
| 603 | end |
| 604 | do |
| 605 | local p = Instance.new("Part") |
| 606 | p.Name = "MirrorHousing_R" |
| 607 | p.Size = Vector3.new(0.8, 0.5, 0.6) |
| 608 | p.CFrame = CFrame.new(5, 4.3, -2) |
| 609 | p.BrickColor = BrickColor.new("Ghost grey") |
| 610 | p.Material = Enum.Material.Glacier |
| 611 | p.MaterialVariant = "2022 Glue" |
| 612 | p.Anchored = true |
| 613 | p.Parent = model |
| 614 | end |
| 615 | do |
| 616 | local p = Instance.new("Part") |
| 617 | p.Name = "MirrorGlass_R" |
| 618 | p.Size = Vector3.new(0.7, 0.4, 0.1) |
| 619 | p.CFrame = CFrame.new(5, 4.3, -1.7) |
| 620 | p.BrickColor = BrickColor.new("White") |
| 621 | p.Material = Enum.Material.Glacier |
| 622 | p.MaterialVariant = "2022 Glue" |
| 623 | p.Anchored = true |
| 624 | p.Parent = model |
| 625 | end |
| 626 | do |
| 627 | local p = Instance.new("Part") |
| 628 | p.Name = "FrontFascia_Upper" |
| 629 | p.Size = Vector3.new(8.6, 1.6, 0.4) |
| 630 | p.CFrame = CFrame.new(-0.04, 3.6, -11.8) |
| 631 | p.BrickColor = BrickColor.new("Ghost grey") |
| 632 | p.Material = Enum.Material.Glacier |
| 633 | p.MaterialVariant = "2022 Glue" |
| 634 | p.Anchored = true |
| 635 | p.Parent = model |
| 636 | end |
| 637 | do |
| 638 | local p = Instance.new("Part") |
| 639 | p.Name = "KidneyHole_L" |
| 640 | p.Size = Vector3.new(1.6, 1, 0.2) |
| 641 | p.CFrame = CFrame.new(-1.2, 3.6, -11.98) |
| 642 | p.BrickColor = BrickColor.new("Really black") |
| 643 | p.Material = Enum.Material.Glacier |
| 644 | p.MaterialVariant = "2022 Universal" |
| 645 | p.Anchored = true |
| 646 | p.Parent = model |
| 647 | end |
| 648 | do |
| 649 | local p = Instance.new("Part") |
| 650 | p.Name = "KidneyChrome_T_L" |
| 651 | p.Size = Vector3.new(1.8, 0.1, 0.2) |
| 652 | p.CFrame = CFrame.new(-1.2, 4.23, -11.95) |
| 653 | p.BrickColor = BrickColor.new("Silver") |
| 654 | p.Material = Enum.Material.Glacier |
| 655 | p.MaterialVariant = "2022 Glue" |
| 656 | p.Anchored = true |
| 657 | p.Parent = model |
| 658 | end |
| 659 | do |
| 660 | local p = Instance.new("Part") |
| 661 | p.Name = "KidneyChrome_B_L" |
| 662 | p.Size = Vector3.new(1.8, 0.1, 0.2) |
| 663 | p.CFrame = CFrame.new(-1.2, 2.97, -11.95) |
| 664 | p.BrickColor = BrickColor.new("Silver") |
| 665 | p.Material = Enum.Material.Glacier |
| 666 | p.MaterialVariant = "2022 Glue" |
| 667 | p.Anchored = true |
| 668 | p.Parent = model |
| 669 | end |
| 670 | do |
| 671 | local p = Instance.new("Part") |
| 672 | p.Name = "KidneyChrome_L_L" |
| 673 | p.Size = Vector3.new(0.1, 1.2, 0.2) |
| 674 | p.CFrame = CFrame.new(-2.05, 3.48, -11.95) |
| 675 | p.BrickColor = BrickColor.new("Silver") |
| 676 | p.Material = Enum.Material.Glacier |
| 677 | p.MaterialVariant = "2022 Glue" |
| 678 | p.Anchored = true |
| 679 | p.Parent = model |
| 680 | end |
| 681 | do |
| 682 | local p = Instance.new("Part") |
| 683 | p.Name = "KidneyChrome_R_L" |
| 684 | p.Size = Vector3.new(0.1, 1.2, 0.2) |
| 685 | p.CFrame = CFrame.new(-0.35, 3.48, -11.95) |
| 686 | p.BrickColor = BrickColor.new("Silver") |
| 687 | p.Material = Enum.Material.Glacier |
| 688 | p.MaterialVariant = "2022 Glue" |
| 689 | p.Anchored = true |
| 690 | p.Parent = model |
| 691 | end |
| 692 | do |
| 693 | local p = Instance.new("Part") |
| 694 | p.Name = "KidneyHole_R" |
| 695 | p.Size = Vector3.new(1.6, 1, 0.2) |
| 696 | p.CFrame = CFrame.new(1.2, 3.6, -11.98) |
| 697 | p.BrickColor = BrickColor.new("Really black") |
| 698 | p.Material = Enum.Material.Glacier |
| 699 | p.MaterialVariant = "2022 Universal" |
| 700 | p.Anchored = true |
| 701 | p.Parent = model |
| 702 | end |
| 703 | do |
| 704 | local p = Instance.new("Part") |
| 705 | p.Name = "KidneyChrome_T_R" |
| 706 | p.Size = Vector3.new(1.8, 0.1, 0.2) |
| 707 | p.CFrame = CFrame.new(1.2, 4.23, -11.95) |
| 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.Name = "KidneyChrome_B_R" |
| 717 | p.Size = Vector3.new(1.8, 0.1, 0.2) |
| 718 | p.CFrame = CFrame.new(1.2, 2.97, -11.95) |
| 719 | p.BrickColor = BrickColor.new("Silver") |
| 720 | p.Material = Enum.Material.Glacier |
| 721 | p.MaterialVariant = "2022 Glue" |
| 722 | p.Anchored = true |
| 723 | p.Parent = model |
| 724 | end |
| 725 | do |
| 726 | local p = Instance.new("Part") |
| 727 | p.Name = "KidneyChrome_L_R" |
| 728 | p.Size = Vector3.new(0.1, 1.2, 0.2) |
| 729 | p.CFrame = CFrame.new(0.35, 3.48, -11.95) |
| 730 | p.BrickColor = BrickColor.new("Silver") |
| 731 | p.Material = Enum.Material.Glacier |
| 732 | p.MaterialVariant = "2022 Glue" |
| 733 | p.Anchored = true |
| 734 | p.Parent = model |
| 735 | end |
| 736 | do |
| 737 | local p = Instance.new("Part") |
| 738 | p.Name = "KidneyChrome_R_R" |
| 739 | p.Size = Vector3.new(0.1, 1.2, 0.2) |
| 740 | p.CFrame = CFrame.new(2.05, 3.48, -11.95) |
| 741 | p.BrickColor = BrickColor.new("Silver") |
| 742 | p.Material = Enum.Material.Glacier |
| 743 | p.MaterialVariant = "2022 Glue" |
| 744 | p.Anchored = true |
| 745 | p.Parent = model |
| 746 | end |
| 747 | do |
| 748 | local p = Instance.new("Part") |
| 749 | p.Name = "HeadlightHousing_L" |
| 750 | p.Size = Vector3.new(2.2, 0.8, 0.4) |
| 751 | p.CFrame = CFrame.new(-3.4, 3.7, -11.78) |
| 752 | p.BrickColor = BrickColor.new("Really black") |
| 753 | p.Material = Enum.Material.Glacier |
| 754 | p.MaterialVariant = "2022 Universal" |
| 755 | p.Anchored = true |
| 756 | p.Parent = model |
| 757 | end |
| 758 | do |
| 759 | local p = Instance.new("Part") |
| 760 | p.Name = "HeadlightLens_L" |
| 761 | p.Size = Vector3.new(2.2, 0.8, 0.1) |
| 762 | p.CFrame = CFrame.new(-3.32, 3.78, -11.9) |
| 763 | p.BrickColor = BrickColor.new("White") |
| 764 | p.Material = Enum.Material.Glacier |
| 765 | p.MaterialVariant = "2022 Glue" |
| 766 | p.Anchored = true |
| 767 | p.Parent = model |
| 768 | end |
| 769 | do |
| 770 | local p = Instance.new("Part") |
| 771 | p.Shape = Enum.PartType.Cylinder |
| 772 | p.Name = "ProjectorOuter_L" |
| 773 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 774 | p.CFrame = CFrame.new(-3.8, 3.7, -11.93) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 775 | p.BrickColor = BrickColor.new("Fossil") |
| 776 | p.Material = Enum.Material.Glacier |
| 777 | p.MaterialVariant = "2022 Glue" |
| 778 | p.Anchored = true |
| 779 | p.Parent = model |
| 780 | end |
| 781 | do |
| 782 | local p = Instance.new("Part") |
| 783 | p.Shape = Enum.PartType.Cylinder |
| 784 | p.Name = "ProjectorInner_L" |
| 785 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 786 | p.CFrame = CFrame.new(-3, 3.7, -11.93) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 787 | p.BrickColor = BrickColor.new("Fossil") |
| 788 | p.Material = Enum.Material.Glacier |
| 789 | p.MaterialVariant = "2022 Glue" |
| 790 | p.Anchored = true |
| 791 | p.Parent = model |
| 792 | end |
| 793 | do |
| 794 | local p = Instance.new("Part") |
| 795 | p.Name = "HeadlightHousing_R" |
| 796 | p.Size = Vector3.new(2.2, 0.8, 0.4) |
| 797 | p.CFrame = CFrame.new(3.4, 3.7, -11.78) |
| 798 | p.BrickColor = BrickColor.new("Really black") |
| 799 | p.Material = Enum.Material.Glacier |
| 800 | p.MaterialVariant = "2022 Universal" |
| 801 | p.Anchored = true |
| 802 | p.Parent = model |
| 803 | end |
| 804 | do |
| 805 | local p = Instance.new("Part") |
| 806 | p.Name = "HeadlightLens_R" |
| 807 | p.Size = Vector3.new(2.2, 0.8, 0.1) |
| 808 | p.CFrame = CFrame.new(3.32, 3.78, -11.9) |
| 809 | p.BrickColor = BrickColor.new("White") |
| 810 | p.Material = Enum.Material.Glacier |
| 811 | p.MaterialVariant = "2022 Glue" |
| 812 | p.Anchored = true |
| 813 | p.Parent = model |
| 814 | end |
| 815 | do |
| 816 | local p = Instance.new("Part") |
| 817 | p.Shape = Enum.PartType.Cylinder |
| 818 | p.Name = "ProjectorOuter_R" |
| 819 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 820 | p.CFrame = CFrame.new(3, 3.7, -11.93) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 821 | p.BrickColor = BrickColor.new("Fossil") |
| 822 | p.Material = Enum.Material.Glacier |
| 823 | p.MaterialVariant = "2022 Glue" |
| 824 | p.Anchored = true |
| 825 | p.Parent = model |
| 826 | end |
| 827 | do |
| 828 | local p = Instance.new("Part") |
| 829 | p.Shape = Enum.PartType.Cylinder |
| 830 | p.Name = "ProjectorInner_R" |
| 831 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 832 | p.CFrame = CFrame.new(3.8, 3.7, -11.93) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 833 | p.BrickColor = BrickColor.new("Fossil") |
| 834 | p.Material = Enum.Material.Glacier |
| 835 | p.MaterialVariant = "2022 Glue" |
| 836 | p.Anchored = true |
| 837 | p.Parent = model |
| 838 | end |
| 839 | do |
| 840 | local p = Instance.new("Part") |
| 841 | p.Name = "TurnSignal_L" |
| 842 | p.Size = Vector3.new(0.4, 0.8, 0.6) |
| 843 | p.CFrame = CFrame.new(-4.78, 3.7, -11.6) |
| 844 | p.BrickColor = BrickColor.new("Deep orange") |
| 845 | p.Material = Enum.Material.Glacier |
| 846 | p.MaterialVariant = "2022 Glue" |
| 847 | p.Anchored = true |
| 848 | p.Parent = model |
| 849 | end |
| 850 | do |
| 851 | local p = Instance.new("Part") |
| 852 | p.Name = "TurnSignal_R" |
| 853 | p.Size = Vector3.new(0.4, 0.8, 0.6) |
| 854 | p.CFrame = CFrame.new(4.78, 3.7, -11.6) |
| 855 | p.BrickColor = BrickColor.new("Deep orange") |
| 856 | p.Material = Enum.Material.Glacier |
| 857 | p.MaterialVariant = "2022 Glue" |
| 858 | p.Anchored = true |
| 859 | p.Parent = model |
| 860 | end |
| 861 | do |
| 862 | local p = Instance.new("Part") |
| 863 | p.Name = "BumperCorner_L" |
| 864 | p.Size = Vector3.new(2, 1.6, 1) |
| 865 | p.CFrame = CFrame.new(-3.5, 1.92, -11.58) |
| 866 | p.BrickColor = BrickColor.new("Ghost grey") |
| 867 | p.Material = Enum.Material.Glacier |
| 868 | p.MaterialVariant = "2022 Glue" |
| 869 | p.Anchored = true |
| 870 | p.Parent = model |
| 871 | end |
| 872 | do |
| 873 | local p = Instance.new("Part") |
| 874 | p.Name = "BumperCorner_R" |
| 875 | p.Size = Vector3.new(2, 1.6, 1) |
| 876 | p.CFrame = CFrame.new(3.5, 1.92, -11.58) |
| 877 | p.BrickColor = BrickColor.new("Ghost grey") |
| 878 | p.Material = Enum.Material.Glacier |
| 879 | p.MaterialVariant = "2022 Glue" |
| 880 | p.Anchored = true |
| 881 | p.Parent = model |
| 882 | end |
| 883 | do |
| 884 | local p = Instance.new("Part") |
| 885 | p.Name = "BumperTopStrip" |
| 886 | p.Size = Vector3.new(5, 0.4, 1) |
| 887 | p.CFrame = CFrame.new(0.08, 2.56, -11.58) |
| 888 | p.BrickColor = BrickColor.new("Ghost grey") |
| 889 | p.Material = Enum.Material.Glacier |
| 890 | p.MaterialVariant = "2022 Glue" |
| 891 | p.Anchored = true |
| 892 | p.Parent = model |
| 893 | end |
| 894 | do |
| 895 | local p = Instance.new("Part") |
| 896 | p.Name = "BumperBottomLip" |
| 897 | p.Size = Vector3.new(5, 0.4, 1) |
| 898 | p.CFrame = CFrame.new(0.04, 1.36, -11.54) |
| 899 | p.BrickColor = BrickColor.new("Ghost grey") |
| 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.Name = "CentralIntakeMesh" |
| 908 | p.Size = Vector3.new(5, 0.8, 0.6) |
| 909 | p.CFrame = CFrame.new(0.04, 2, -11.34) |
| 910 | p.BrickColor = BrickColor.new("Really black") |
| 911 | p.Material = Enum.Material.Glacier |
| 912 | p.MaterialVariant = "2022 Universal" |
| 913 | p.Anchored = true |
| 914 | p.Parent = model |
| 915 | end |
| 916 | do |
| 917 | local p = Instance.new("Part") |
| 918 | p.Name = "FogCutout_L" |
| 919 | p.Size = Vector3.new(1.2, 0.6, 0.9) |
| 920 | p.CFrame = CFrame.new(-3.5, 1.72, -11.6) |
| 921 | p.BrickColor = BrickColor.new("Really black") |
| 922 | p.Material = Enum.Material.Glacier |
| 923 | p.MaterialVariant = "2022 Universal" |
| 924 | p.Anchored = true |
| 925 | p.Parent = model |
| 926 | end |
| 927 | do |
| 928 | local p = Instance.new("Part") |
| 929 | p.Shape = Enum.PartType.Cylinder |
| 930 | p.Name = "FogLight_L" |
| 931 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 932 | p.CFrame = CFrame.new(-3.5, 1.8, -11.78) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 933 | p.BrickColor = BrickColor.new("White") |
| 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 = "FogCutout_R" |
| 942 | p.Size = Vector3.new(1.2, 0.6, 0.9) |
| 943 | p.CFrame = CFrame.new(3.5, 1.72, -11.6) |
| 944 | p.BrickColor = BrickColor.new("Really black") |
| 945 | p.Material = Enum.Material.Glacier |
| 946 | p.MaterialVariant = "2022 Universal" |
| 947 | p.Anchored = true |
| 948 | p.Parent = model |
| 949 | end |
| 950 | do |
| 951 | local p = Instance.new("Part") |
| 952 | p.Shape = Enum.PartType.Cylinder |
| 953 | p.Name = "FogLight_R" |
| 954 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 955 | p.CFrame = CFrame.new(3.5, 1.8, -11.78) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 956 | p.BrickColor = BrickColor.new("White") |
| 957 | p.Material = Enum.Material.Glacier |
| 958 | p.MaterialVariant = "2022 Glue" |
| 959 | p.Anchored = true |
| 960 | p.Parent = model |
| 961 | end |
| 962 | do |
| 963 | local p = Instance.new("Part") |
| 964 | p.Shape = Enum.PartType.Cylinder |
| 965 | p.Name = "HoodBadge" |
| 966 | p.Size = Vector3.new(0.1, 0.6, 0.6) |
| 967 | p.CFrame = CFrame.new(0, 4.25, -11) * CFrame.Angles(math.rad(4), math.rad(0), math.rad(90)) |
| 968 | p.BrickColor = BrickColor.new("Bright blue") |
| 969 | p.Material = Enum.Material.Glacier |
| 970 | p.MaterialVariant = "2022 Universal" |
| 971 | p.Anchored = true |
| 972 | p.Parent = model |
| 973 | end |
| 974 | do |
| 975 | local p = Instance.new("Part") |
| 976 | p.Name = "HoodMain" |
| 977 | p.Size = Vector3.new(8.6, 0.2, 9.6) |
| 978 | p.CFrame = CFrame.new(0.04, 4.3, -7) * CFrame.Angles(math.rad(4), math.rad(0), math.rad(0)) |
| 979 | p.BrickColor = BrickColor.new("Ghost grey") |
| 980 | p.Material = Enum.Material.Glacier |
| 981 | p.MaterialVariant = "2022 Glue" |
| 982 | p.Anchored = true |
| 983 | p.Parent = model |
| 984 | end |
| 985 | do |
| 986 | local p = Instance.new("Part") |
| 987 | p.Name = "HoodCrease_L" |
| 988 | p.Size = Vector3.new(0.4, 0.1, 9.6) |
| 989 | p.CFrame = CFrame.new(-2, 4.405581, -7.079805) * CFrame.Angles(math.rad(4), math.rad(0), math.rad(0)) |
| 990 | p.BrickColor = BrickColor.new("Ghost grey") |
| 991 | p.Material = Enum.Material.Glacier |
| 992 | p.MaterialVariant = "2022 Glue" |
| 993 | p.Anchored = true |
| 994 | p.Parent = model |
| 995 | end |
| 996 | do |
| 997 | local p = Instance.new("Part") |
| 998 | p.Name = "HoodCrease_R" |
| 999 | p.Size = Vector3.new(0.4, 0.1, 9.6) |
| 1000 | p.CFrame = CFrame.new(2, 4.405581, -7.079805) * CFrame.Angles(math.rad(4), math.rad(0), math.rad(0)) |
| 1001 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1002 | p.Material = Enum.Material.Glacier |
| 1003 | p.MaterialVariant = "2022 Glue" |
| 1004 | p.Anchored = true |
| 1005 | p.Parent = model |
| 1006 | end |
| 1007 | do |
| 1008 | local p = Instance.new("Part") |
| 1009 | p.Name = "TrunkMain" |
| 1010 | p.Size = Vector3.new(8.6, 0.2, 6) |
| 1011 | p.CFrame = CFrame.new(0, 4.4, 9) * CFrame.Angles(math.rad(-2), math.rad(0), math.rad(0)) |
| 1012 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1013 | p.Material = Enum.Material.Glacier |
| 1014 | p.MaterialVariant = "2022 Glue" |
| 1015 | p.Anchored = true |
| 1016 | p.Parent = model |
| 1017 | end |
| 1018 | do |
| 1019 | local p = Instance.new("Part") |
| 1020 | p.Name = "TrunkLip" |
| 1021 | p.Size = Vector3.new(8.6, 0.2, 0.4) |
| 1022 | p.CFrame = CFrame.new(0.04, 4.6, 11.8) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 1023 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1024 | p.Material = Enum.Material.Glacier |
| 1025 | p.MaterialVariant = "2022 Glue" |
| 1026 | p.Anchored = true |
| 1027 | p.Parent = model |
| 1028 | end |
| 1029 | do |
| 1030 | local p = Instance.new("Part") |
| 1031 | p.Name = "Windshield" |
| 1032 | p.Size = Vector3.new(7.6, 2.8, 0.2) |
| 1033 | p.CFrame = CFrame.new(0, 5.6, -2) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(0)) |
| 1034 | p.BrickColor = BrickColor.new("Really black") |
| 1035 | p.Material = Enum.Material.Glacier |
| 1036 | p.MaterialVariant = "2022 Universal" |
| 1037 | p.Anchored = true |
| 1038 | p.Parent = model |
| 1039 | end |
| 1040 | do |
| 1041 | local p = Instance.new("Part") |
| 1042 | p.Name = "RearWindow" |
| 1043 | p.Size = Vector3.new(7.4, 2.8, 0.2) |
| 1044 | p.CFrame = CFrame.new(0, 5.6, 5) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)) |
| 1045 | p.BrickColor = BrickColor.new("Really black") |
| 1046 | p.Material = Enum.Material.Glacier |
| 1047 | p.MaterialVariant = "2022 Universal" |
| 1048 | p.Anchored = true |
| 1049 | p.Parent = model |
| 1050 | end |
| 1051 | do |
| 1052 | local p = Instance.new("Part") |
| 1053 | p.Name = "Roof" |
| 1054 | p.Size = Vector3.new(7.4, 0.2, 5) |
| 1055 | p.CFrame = CFrame.new(0, 6.9, 1.5) |
| 1056 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1057 | p.Material = Enum.Material.Glacier |
| 1058 | p.MaterialVariant = "2022 Glue" |
| 1059 | p.Anchored = true |
| 1060 | p.Parent = model |
| 1061 | end |
| 1062 | do |
| 1063 | local p = Instance.new("Part") |
| 1064 | p.Name = "SideWindow_L" |
| 1065 | p.Size = Vector3.new(0.2, 2.4, 8) |
| 1066 | p.CFrame = CFrame.new(-4.1, 5.6, 1.5) |
| 1067 | p.BrickColor = BrickColor.new("Really black") |
| 1068 | p.Material = Enum.Material.Glacier |
| 1069 | p.MaterialVariant = "2022 Universal" |
| 1070 | p.Anchored = true |
| 1071 | p.Parent = model |
| 1072 | end |
| 1073 | do |
| 1074 | local p = Instance.new("Part") |
| 1075 | p.Name = "SideWindow_R" |
| 1076 | p.Size = Vector3.new(0.2, 2.4, 8) |
| 1077 | p.CFrame = CFrame.new(4.1, 5.6, 1.5) |
| 1078 | p.BrickColor = BrickColor.new("Really black") |
| 1079 | p.Material = Enum.Material.Glacier |
| 1080 | p.MaterialVariant = "2022 Universal" |
| 1081 | p.Anchored = true |
| 1082 | p.Parent = model |
| 1083 | end |
| 1084 | do |
| 1085 | local p = Instance.new("Part") |
| 1086 | p.Name = "APillar_L" |
| 1087 | p.Size = Vector3.new(3.33616, 0.4, 0.4) |
| 1088 | p.CFrame = CFrame.new(-3.8, 5.65, -2.1) * CFrame.Angles(math.rad(0), math.rad(-84.8056), math.rad(48.5353)) |
| 1089 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1090 | p.Material = Enum.Material.Glacier |
| 1091 | p.MaterialVariant = "2022 Glue" |
| 1092 | p.Anchored = true |
| 1093 | p.Parent = model |
| 1094 | end |
| 1095 | do |
| 1096 | local p = Instance.new("Part") |
| 1097 | p.Name = "APillar_R" |
| 1098 | p.Size = Vector3.new(3.33616, 0.4, 0.4) |
| 1099 | p.CFrame = CFrame.new(3.8, 5.65, -2.1) * CFrame.Angles(math.rad(-180), math.rad(-84.8056), math.rad(-131.465)) |
| 1100 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1101 | p.Material = Enum.Material.Glacier |
| 1102 | p.MaterialVariant = "2022 Glue" |
| 1103 | p.Anchored = true |
| 1104 | p.Parent = model |
| 1105 | end |
| 1106 | do |
| 1107 | local p = Instance.new("Part") |
| 1108 | p.Name = "CPillar_L" |
| 1109 | p.Size = Vector3.new(3.33616, 0.8, 0.4) |
| 1110 | p.CFrame = CFrame.new(-3.8, 5.65, 5.1) * CFrame.Angles(math.rad(0), math.rad(84.8056), math.rad(48.5353)) |
| 1111 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1112 | p.Material = Enum.Material.Glacier |
| 1113 | p.MaterialVariant = "2022 Glue" |
| 1114 | p.Anchored = true |
| 1115 | p.Parent = model |
| 1116 | end |
| 1117 | do |
| 1118 | local p = Instance.new("Part") |
| 1119 | p.Name = "CPillar_R" |
| 1120 | p.Size = Vector3.new(3.33616, 0.8, 0.4) |
| 1121 | p.CFrame = CFrame.new(3.8, 5.65, 5.1) * CFrame.Angles(math.rad(-180), math.rad(84.8056), math.rad(-131.465)) |
| 1122 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1123 | p.Material = Enum.Material.Glacier |
| 1124 | p.MaterialVariant = "2022 Glue" |
| 1125 | p.Anchored = true |
| 1126 | p.Parent = model |
| 1127 | end |
| 1128 | do |
| 1129 | local p = Instance.new("Part") |
| 1130 | p.Name = "BPillar_L" |
| 1131 | p.Size = Vector3.new(0.3, 2.4, 0.6) |
| 1132 | p.CFrame = CFrame.new(-4, 5.68, 1) |
| 1133 | p.BrickColor = BrickColor.new("Really black") |
| 1134 | p.Material = Enum.Material.Glacier |
| 1135 | p.MaterialVariant = "2022 Universal" |
| 1136 | p.Anchored = true |
| 1137 | p.Parent = model |
| 1138 | end |
| 1139 | do |
| 1140 | local p = Instance.new("Part") |
| 1141 | p.Name = "BPillar_R" |
| 1142 | p.Size = Vector3.new(0.3, 2.4, 0.6) |
| 1143 | p.CFrame = CFrame.new(4, 5.68, 1) |
| 1144 | p.BrickColor = BrickColor.new("Really black") |
| 1145 | p.Material = Enum.Material.Glacier |
| 1146 | p.MaterialVariant = "2022 Universal" |
| 1147 | p.Anchored = true |
| 1148 | p.Parent = model |
| 1149 | end |
| 1150 | do |
| 1151 | local p = Instance.new("Part") |
| 1152 | p.Name = "RearFascia_Upper" |
| 1153 | p.Size = Vector3.new(8.6, 1.6, 0.4) |
| 1154 | p.CFrame = CFrame.new(-0.04, 3.6, 11.9) |
| 1155 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1156 | p.Material = Enum.Material.Glacier |
| 1157 | p.MaterialVariant = "2022 Glue" |
| 1158 | p.Anchored = true |
| 1159 | p.Parent = model |
| 1160 | end |
| 1161 | do |
| 1162 | local p = Instance.new("Part") |
| 1163 | p.Name = "Taillight_Red_L" |
| 1164 | p.Size = Vector3.new(2.4, 1, 0.3) |
| 1165 | p.CFrame = CFrame.new(-3.6, 3.8, 12) |
| 1166 | p.BrickColor = BrickColor.new("Bright red") |
| 1167 | p.Material = Enum.Material.Glacier |
| 1168 | p.MaterialVariant = "2022 Glue" |
| 1169 | p.Anchored = true |
| 1170 | p.Parent = model |
| 1171 | end |
| 1172 | do |
| 1173 | local p = Instance.new("Part") |
| 1174 | p.Name = "Taillight_Clear_L" |
| 1175 | p.Size = Vector3.new(2.2, 0.3, 0.3) |
| 1176 | p.CFrame = CFrame.new(-3.52, 4, 12.05) |
| 1177 | p.BrickColor = BrickColor.new("White") |
| 1178 | p.Material = Enum.Material.Glacier |
| 1179 | p.MaterialVariant = "2022 Glue" |
| 1180 | p.Anchored = true |
| 1181 | p.Parent = model |
| 1182 | end |
| 1183 | do |
| 1184 | local p = Instance.new("Part") |
| 1185 | p.Name = "Taillight_Red_R" |
| 1186 | p.Size = Vector3.new(2.4, 1, 0.3) |
| 1187 | p.CFrame = CFrame.new(3.6, 3.8, 12) |
| 1188 | p.BrickColor = BrickColor.new("Bright red") |
| 1189 | p.Material = Enum.Material.Glacier |
| 1190 | p.MaterialVariant = "2022 Glue" |
| 1191 | p.Anchored = true |
| 1192 | p.Parent = model |
| 1193 | end |
| 1194 | do |
| 1195 | local p = Instance.new("Part") |
| 1196 | p.Name = "Taillight_Clear_R" |
| 1197 | p.Size = Vector3.new(2.2, 0.3, 0.3) |
| 1198 | p.CFrame = CFrame.new(3.52, 4, 12.05) |
| 1199 | p.BrickColor = BrickColor.new("White") |
| 1200 | p.Material = Enum.Material.Glacier |
| 1201 | p.MaterialVariant = "2022 Glue" |
| 1202 | p.Anchored = true |
| 1203 | p.Parent = model |
| 1204 | end |
| 1205 | do |
| 1206 | local p = Instance.new("Part") |
| 1207 | p.Name = "LicenseRecess" |
| 1208 | p.Size = Vector3.new(3.2, 1.2, 0.4) |
| 1209 | p.CFrame = CFrame.new(0, 3.5, 12) |
| 1210 | p.BrickColor = BrickColor.new("Really black") |
| 1211 | p.Material = Enum.Material.Glacier |
| 1212 | p.MaterialVariant = "2022 Universal" |
| 1213 | p.Anchored = true |
| 1214 | p.Parent = model |
| 1215 | end |
| 1216 | do |
| 1217 | local p = Instance.new("Part") |
| 1218 | p.Name = "LicensePlate" |
| 1219 | p.Size = Vector3.new(2.8, 0.8, 0.1) |
| 1220 | p.CFrame = CFrame.new(0, 3.5, 12.1) |
| 1221 | p.BrickColor = BrickColor.new("Institutional white") |
| 1222 | p.Material = Enum.Material.Glacier |
| 1223 | p.MaterialVariant = "2022 Stud" |
| 1224 | p.Anchored = true |
| 1225 | p.Parent = model |
| 1226 | end |
| 1227 | do |
| 1228 | local p = Instance.new("Part") |
| 1229 | p.Shape = Enum.PartType.Cylinder |
| 1230 | p.Name = "TrunkBadge" |
| 1231 | p.Size = Vector3.new(0.1, 0.5, 0.5) |
| 1232 | p.CFrame = CFrame.new(0, 4.3, 12.1) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 1233 | p.BrickColor = BrickColor.new("Bright blue") |
| 1234 | p.Material = Enum.Material.Glacier |
| 1235 | p.MaterialVariant = "2022 Universal" |
| 1236 | p.Anchored = true |
| 1237 | p.Parent = model |
| 1238 | end |
| 1239 | do |
| 1240 | local p = Instance.new("Part") |
| 1241 | p.Name = "RearBumperLower" |
| 1242 | p.Size = Vector3.new(9, 1.6, 0.8) |
| 1243 | p.CFrame = CFrame.new(0, 1.96, 11.8) |
| 1244 | p.BrickColor = BrickColor.new("Ghost grey") |
| 1245 | p.Material = Enum.Material.Glacier |
| 1246 | p.MaterialVariant = "2022 Glue" |
| 1247 | p.Anchored = true |
| 1248 | p.Parent = model |
| 1249 | end |
| 1250 | do |
| 1251 | local p = Instance.new("Part") |
| 1252 | p.Name = "RearDiffuser" |
| 1253 | p.Size = Vector3.new(5, 0.8, 0.6) |
| 1254 | p.CFrame = CFrame.new(0, 1.52, 12) |
| 1255 | p.BrickColor = BrickColor.new("Really black") |
| 1256 | p.Material = Enum.Material.Glacier |
| 1257 | p.MaterialVariant = "2022 Universal" |
| 1258 | p.Anchored = true |
| 1259 | p.Parent = model |
| 1260 | end |
| 1261 | do |
| 1262 | local p = Instance.new("Part") |
| 1263 | p.Shape = Enum.PartType.Cylinder |
| 1264 | p.Name = "Exhaust_1" |
| 1265 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 1266 | p.CFrame = CFrame.new(-3.2, 1.4, 12.2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 1267 | p.BrickColor = BrickColor.new("Silver") |
| 1268 | p.Material = Enum.Material.Glacier |
| 1269 | p.MaterialVariant = "2022 Glue" |
| 1270 | p.Anchored = true |
| 1271 | p.Parent = model |
| 1272 | end |
| 1273 | do |
| 1274 | local p = Instance.new("Part") |
| 1275 | p.Shape = Enum.PartType.Cylinder |
| 1276 | p.Name = "Exhaust_2" |
| 1277 | p.Size = Vector3.new(0.8, 0.4, 0.4) |
| 1278 | p.CFrame = CFrame.new(-2.6, 1.4, 12.2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 1279 | p.BrickColor = BrickColor.new("Silver") |
| 1280 | p.Material = Enum.Material.Glacier |
| 1281 | p.MaterialVariant = "2022 Glue" |
| 1282 | p.Anchored = true |
| 1283 | p.Parent = model |
| 1284 | end |
| 1285 | do |
| 1286 | local p = Instance.new("Part") |
| 1287 | p.Name = "Dashboard" |
| 1288 | p.Size = Vector3.new(8, 1.5, 2) |
| 1289 | p.CFrame = CFrame.new(0, 3.5, -3.5) |
| 1290 | p.BrickColor = BrickColor.new("Really black") |
| 1291 | p.Material = Enum.Material.Glacier |
| 1292 | p.MaterialVariant = "2022 Universal" |
| 1293 | p.Anchored = true |
| 1294 | p.Parent = model |
| 1295 | end |
| 1296 | do |
| 1297 | local p = Instance.new("Part") |
| 1298 | p.Shape = Enum.PartType.Cylinder |
| 1299 | p.Name = "SteeringWheel" |
| 1300 | p.Size = Vector3.new(0.2, 1.4, 1.4) |
| 1301 | p.CFrame = CFrame.new(-2, 4, -2.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(15)) |
| 1302 | p.BrickColor = BrickColor.new("Really black") |
| 1303 | p.Material = Enum.Material.Glacier |
| 1304 | p.MaterialVariant = "2022 Universal" |
| 1305 | p.Anchored = true |
| 1306 | p.Parent = model |
| 1307 | end |
| 1308 | do |
| 1309 | local p = Instance.new("Part") |
| 1310 | p.Name = "SeatBase_Driver" |
| 1311 | p.Size = Vector3.new(2, 1, 2) |
| 1312 | p.CFrame = CFrame.new(-2, 2, -1) |
| 1313 | p.BrickColor = BrickColor.new("Really black") |
| 1314 | p.Material = Enum.Material.Glacier |
| 1315 | p.MaterialVariant = "2022 Universal" |
| 1316 | p.Anchored = true |
| 1317 | p.Parent = model |
| 1318 | end |
| 1319 | do |
| 1320 | local p = Instance.new("Part") |
| 1321 | p.Name = "SeatBack_Driver" |
| 1322 | p.Size = Vector3.new(2, 2.5, 0.5) |
| 1323 | p.CFrame = CFrame.new(-1.96, 3.5, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 1324 | p.BrickColor = BrickColor.new("Really black") |
| 1325 | p.Material = Enum.Material.Glacier |
| 1326 | p.MaterialVariant = "2022 Universal" |
| 1327 | p.Anchored = true |
| 1328 | p.Parent = model |
| 1329 | end |
| 1330 | do |
| 1331 | local p = Instance.new("Part") |
| 1332 | p.Name = "SeatBase_Passenger" |
| 1333 | p.Size = Vector3.new(2, 1, 2) |
| 1334 | p.CFrame = CFrame.new(2, 2, -1) |
| 1335 | p.BrickColor = BrickColor.new("Really black") |
| 1336 | p.Material = Enum.Material.Glacier |
| 1337 | p.MaterialVariant = "2022 Universal" |
| 1338 | p.Anchored = true |
| 1339 | p.Parent = model |
| 1340 | end |
| 1341 | do |
| 1342 | local p = Instance.new("Part") |
| 1343 | p.Name = "SeatBack_Passenger" |
| 1344 | p.Size = Vector3.new(2, 2.5, 0.5) |
| 1345 | p.CFrame = CFrame.new(2.04, 3.5, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 1346 | p.BrickColor = BrickColor.new("Really black") |
| 1347 | p.Material = Enum.Material.Glacier |
| 1348 | p.MaterialVariant = "2022 Universal" |
| 1349 | p.Anchored = true |
| 1350 | p.Parent = model |
| 1351 | end |
| 1352 | do |
| 1353 | local rightV = Vector3.new(0,0,-1).Unit |
| 1354 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1355 | local normalV = upV:Cross(rightV) |
| 1356 | local pos = Vector3.new(-4.7, 1.8, -7.5) |
| 1357 | local cyl = Instance.new("Part") |
| 1358 | cyl.Shape = Enum.PartType.Cylinder |
| 1359 | cyl.Size = Vector3.new(0.3, 4.8, 4.8) |
| 1360 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1361 | cyl.BrickColor = BrickColor.new("Ghost grey") |
| 1362 | cyl.Material = Enum.Material.Glacier |
| 1363 | cyl.MaterialVariant = "2022 Glue" |
| 1364 | cyl.Anchored = true; cyl.Parent = workspace |
| 1365 | local cuts = {} |
| 1366 | local hole = Instance.new("Part") |
| 1367 | hole.Shape = Enum.PartType.Cylinder |
| 1368 | hole.Size = Vector3.new(0.5, 3.8, 3.8) |
| 1369 | hole.CFrame = cyl.CFrame |
| 1370 | hole.BrickColor = BrickColor.new("Ghost grey") |
| 1371 | hole.Material = Enum.Material.Glacier |
| 1372 | hole.MaterialVariant = "2022 Glue" |
| 1373 | hole.Anchored = true; hole.Parent = workspace |
| 1374 | table.insert(cuts, hole) |
| 1375 | local angBoxes = {} |
| 1376 | do |
| 1377 | local edgeDir = 1*rightV + 0*upV |
| 1378 | local edgePerp = 0*rightV + 1*upV |
| 1379 | local cut = Instance.new("Part") |
| 1380 | cut.Size = Vector3.new(9.6, 0.5, 9.6) |
| 1381 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 4.8 * edgePerp, edgeDir, normalV) |
| 1382 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1383 | cut.Material = Enum.Material.Glacier |
| 1384 | cut.MaterialVariant = "2022 Glue" |
| 1385 | cut.Anchored = true; cut.Parent = workspace |
| 1386 | table.insert(angBoxes, cut) |
| 1387 | end |
| 1388 | do |
| 1389 | local edgeDir = -1*rightV + 0*upV |
| 1390 | local edgePerp = 0*rightV + -1*upV |
| 1391 | local cut = Instance.new("Part") |
| 1392 | cut.Size = Vector3.new(9.6, 0.5, 9.6) |
| 1393 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 4.8 * edgePerp, edgeDir, normalV) |
| 1394 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1395 | cut.Material = Enum.Material.Glacier |
| 1396 | cut.MaterialVariant = "2022 Glue" |
| 1397 | cut.Anchored = true; cut.Parent = workspace |
| 1398 | table.insert(angBoxes, cut) |
| 1399 | end |
| 1400 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1401 | if #cuts > 0 then |
| 1402 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1403 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1404 | if ok and result then |
| 1405 | cyl:Destroy() |
| 1406 | result.Name = "Arch_FL"; result.Anchored = true; result.Parent = model |
| 1407 | else |
| 1408 | cyl.Name = "Arch_FL"; cyl.Parent = model |
| 1409 | end |
| 1410 | else |
| 1411 | cyl.Name = "Arch_FL"; cyl.Parent = model |
| 1412 | end |
| 1413 | end |
| 1414 | do |
| 1415 | local rightV = Vector3.new(0,0,1).Unit |
| 1416 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1417 | local normalV = upV:Cross(rightV) |
| 1418 | local pos = Vector3.new(4.7, 1.8, -7.5) |
| 1419 | local cyl = Instance.new("Part") |
| 1420 | cyl.Shape = Enum.PartType.Cylinder |
| 1421 | cyl.Size = Vector3.new(0.3, 4.8, 4.8) |
| 1422 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1423 | cyl.BrickColor = BrickColor.new("Ghost grey") |
| 1424 | cyl.Material = Enum.Material.Glacier |
| 1425 | cyl.MaterialVariant = "2022 Glue" |
| 1426 | cyl.Anchored = true; cyl.Parent = workspace |
| 1427 | local cuts = {} |
| 1428 | local hole = Instance.new("Part") |
| 1429 | hole.Shape = Enum.PartType.Cylinder |
| 1430 | hole.Size = Vector3.new(0.5, 3.8, 3.8) |
| 1431 | hole.CFrame = cyl.CFrame |
| 1432 | hole.BrickColor = BrickColor.new("Ghost grey") |
| 1433 | hole.Material = Enum.Material.Glacier |
| 1434 | hole.MaterialVariant = "2022 Glue" |
| 1435 | hole.Anchored = true; hole.Parent = workspace |
| 1436 | table.insert(cuts, hole) |
| 1437 | local angBoxes = {} |
| 1438 | do |
| 1439 | local edgeDir = 1*rightV + 0*upV |
| 1440 | local edgePerp = 0*rightV + 1*upV |
| 1441 | local cut = Instance.new("Part") |
| 1442 | cut.Size = Vector3.new(9.6, 0.5, 9.6) |
| 1443 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 4.8 * edgePerp, edgeDir, normalV) |
| 1444 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1445 | cut.Material = Enum.Material.Glacier |
| 1446 | cut.MaterialVariant = "2022 Glue" |
| 1447 | cut.Anchored = true; cut.Parent = workspace |
| 1448 | table.insert(angBoxes, cut) |
| 1449 | end |
| 1450 | do |
| 1451 | local edgeDir = -1*rightV + 0*upV |
| 1452 | local edgePerp = 0*rightV + -1*upV |
| 1453 | local cut = Instance.new("Part") |
| 1454 | cut.Size = Vector3.new(9.6, 0.5, 9.6) |
| 1455 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 4.8 * edgePerp, edgeDir, normalV) |
| 1456 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1457 | cut.Material = Enum.Material.Glacier |
| 1458 | cut.MaterialVariant = "2022 Glue" |
| 1459 | cut.Anchored = true; cut.Parent = workspace |
| 1460 | table.insert(angBoxes, cut) |
| 1461 | end |
| 1462 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1463 | if #cuts > 0 then |
| 1464 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1465 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1466 | if ok and result then |
| 1467 | cyl:Destroy() |
| 1468 | result.Name = "Arch_FR"; result.Anchored = true; result.Parent = model |
| 1469 | else |
| 1470 | cyl.Name = "Arch_FR"; cyl.Parent = model |
| 1471 | end |
| 1472 | else |
| 1473 | cyl.Name = "Arch_FR"; cyl.Parent = model |
| 1474 | end |
| 1475 | end |
| 1476 | do |
| 1477 | local rightV = Vector3.new(0,0,-1).Unit |
| 1478 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1479 | local normalV = upV:Cross(rightV) |
| 1480 | local pos = Vector3.new(-4.7, 1.8, 6.5) |
| 1481 | local cyl = Instance.new("Part") |
| 1482 | cyl.Shape = Enum.PartType.Cylinder |
| 1483 | cyl.Size = Vector3.new(0.3, 4.8, 4.8) |
| 1484 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1485 | cyl.BrickColor = BrickColor.new("Ghost grey") |
| 1486 | cyl.Material = Enum.Material.Glacier |
| 1487 | cyl.MaterialVariant = "2022 Glue" |
| 1488 | cyl.Anchored = true; cyl.Parent = workspace |
| 1489 | local cuts = {} |
| 1490 | local hole = Instance.new("Part") |
| 1491 | hole.Shape = Enum.PartType.Cylinder |
| 1492 | hole.Size = Vector3.new(0.5, 3.8, 3.8) |
| 1493 | hole.CFrame = cyl.CFrame |
| 1494 | hole.BrickColor = BrickColor.new("Ghost grey") |
| 1495 | hole.Material = Enum.Material.Glacier |
| 1496 | hole.MaterialVariant = "2022 Glue" |
| 1497 | hole.Anchored = true; hole.Parent = workspace |
| 1498 | table.insert(cuts, hole) |
| 1499 | local angBoxes = {} |
| 1500 | do |
| 1501 | local edgeDir = 1*rightV + 0*upV |
| 1502 | local edgePerp = 0*rightV + 1*upV |
| 1503 | local cut = Instance.new("Part") |
| 1504 | cut.Size = Vector3.new(9.6, 0.5, 9.6) |
| 1505 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 4.8 * edgePerp, edgeDir, normalV) |
| 1506 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1507 | cut.Material = Enum.Material.Glacier |
| 1508 | cut.MaterialVariant = "2022 Glue" |
| 1509 | cut.Anchored = true; cut.Parent = workspace |
| 1510 | table.insert(angBoxes, cut) |
| 1511 | end |
| 1512 | do |
| 1513 | local edgeDir = -1*rightV + 0*upV |
| 1514 | local edgePerp = 0*rightV + -1*upV |
| 1515 | local cut = Instance.new("Part") |
| 1516 | cut.Size = Vector3.new(9.6, 0.5, 9.6) |
| 1517 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 4.8 * edgePerp, edgeDir, normalV) |
| 1518 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1519 | cut.Material = Enum.Material.Glacier |
| 1520 | cut.MaterialVariant = "2022 Glue" |
| 1521 | cut.Anchored = true; cut.Parent = workspace |
| 1522 | table.insert(angBoxes, cut) |
| 1523 | end |
| 1524 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1525 | if #cuts > 0 then |
| 1526 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1527 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1528 | if ok and result then |
| 1529 | cyl:Destroy() |
| 1530 | result.Name = "Arch_RL"; result.Anchored = true; result.Parent = model |
| 1531 | else |
| 1532 | cyl.Name = "Arch_RL"; cyl.Parent = model |
| 1533 | end |
| 1534 | else |
| 1535 | cyl.Name = "Arch_RL"; cyl.Parent = model |
| 1536 | end |
| 1537 | end |
| 1538 | do |
| 1539 | local rightV = Vector3.new(0,0,1).Unit |
| 1540 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1541 | local normalV = upV:Cross(rightV) |
| 1542 | local pos = Vector3.new(4.7, 1.8, 6.5) |
| 1543 | local cyl = Instance.new("Part") |
| 1544 | cyl.Shape = Enum.PartType.Cylinder |
| 1545 | cyl.Size = Vector3.new(0.3, 4.8, 4.8) |
| 1546 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1547 | cyl.BrickColor = BrickColor.new("Ghost grey") |
| 1548 | cyl.Material = Enum.Material.Glacier |
| 1549 | cyl.MaterialVariant = "2022 Glue" |
| 1550 | cyl.Anchored = true; cyl.Parent = workspace |
| 1551 | local cuts = {} |
| 1552 | local hole = Instance.new("Part") |
| 1553 | hole.Shape = Enum.PartType.Cylinder |
| 1554 | hole.Size = Vector3.new(0.5, 3.8, 3.8) |
| 1555 | hole.CFrame = cyl.CFrame |
| 1556 | hole.BrickColor = BrickColor.new("Ghost grey") |
| 1557 | hole.Material = Enum.Material.Glacier |
| 1558 | hole.MaterialVariant = "2022 Glue" |
| 1559 | hole.Anchored = true; hole.Parent = workspace |
| 1560 | table.insert(cuts, hole) |
| 1561 | local angBoxes = {} |
| 1562 | do |
| 1563 | local edgeDir = 1*rightV + 0*upV |
| 1564 | local edgePerp = 0*rightV + 1*upV |
| 1565 | local cut = Instance.new("Part") |
| 1566 | cut.Size = Vector3.new(9.6, 0.5, 9.6) |
| 1567 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 4.8 * edgePerp, edgeDir, normalV) |
| 1568 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1569 | cut.Material = Enum.Material.Glacier |
| 1570 | cut.MaterialVariant = "2022 Glue" |
| 1571 | cut.Anchored = true; cut.Parent = workspace |
| 1572 | table.insert(angBoxes, cut) |
| 1573 | end |
| 1574 | do |
| 1575 | local edgeDir = -1*rightV + 0*upV |
| 1576 | local edgePerp = 0*rightV + -1*upV |
| 1577 | local cut = Instance.new("Part") |
| 1578 | cut.Size = Vector3.new(9.6, 0.5, 9.6) |
| 1579 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 4.8 * edgePerp, edgeDir, normalV) |
| 1580 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 1581 | cut.Material = Enum.Material.Glacier |
| 1582 | cut.MaterialVariant = "2022 Glue" |
| 1583 | cut.Anchored = true; cut.Parent = workspace |
| 1584 | table.insert(angBoxes, cut) |
| 1585 | end |
| 1586 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1587 | if #cuts > 0 then |
| 1588 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1589 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1590 | if ok and result then |
| 1591 | cyl:Destroy() |
| 1592 | result.Name = "Arch_RR"; result.Anchored = true; result.Parent = model |
| 1593 | else |
| 1594 | cyl.Name = "Arch_RR"; cyl.Parent = model |
| 1595 | end |
| 1596 | else |
| 1597 | cyl.Name = "Arch_RR"; cyl.Parent = model |
| 1598 | end |
| 1599 | end |
| 1600 | model.PrimaryPart = model:FindFirstChild("ChassisCore") |
| 1601 | print("BMW_E46_Coupe built: " .. #model:GetChildren() .. " parts") |
Loading comments...