Loading model...
by Relax · 9/20/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: DiamondSolarPanel |
| 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 = "DiamondSolarPanel" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Cyan"] = "2022 Stud", |
| 25 | ["Electric blue"] = "2022 Stud", |
| 26 | ["Pastel Blue"] = "2022 Stud", |
| 27 | ["White"] = "2022 Stud", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Name = "Base_L1" |
| 32 | p.Size = Vector3.new(7, 0.5, 7) |
| 33 | p.CFrame = CFrame.new(0, 0.25, 0) |
| 34 | p.BrickColor = BrickColor.new("Electric blue") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Stud" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "Base_L2" |
| 43 | p.Size = Vector3.new(6, 0.5, 6) |
| 44 | p.CFrame = CFrame.new(0, 0.79, 0) |
| 45 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "Base_L3" |
| 54 | p.Size = Vector3.new(5, 0.5, 5) |
| 55 | p.CFrame = CFrame.new(0, 1.33, 0) |
| 56 | p.BrickColor = BrickColor.new("Cyan") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Stud" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "Base_L4" |
| 65 | p.Size = Vector3.new(4, 0.5, 4) |
| 66 | p.CFrame = CFrame.new(0, 1.87, 0) |
| 67 | p.BrickColor = BrickColor.new("White") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Stud" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "Base_L5" |
| 76 | p.Size = Vector3.new(3, 0.5, 3) |
| 77 | p.CFrame = CFrame.new(0, 2.41, 0) |
| 78 | p.BrickColor = BrickColor.new("Electric blue") |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Stud" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "BaseSpike_0" |
| 87 | p.Size = Vector3.new(2.5, 0.8, 0.8) |
| 88 | p.CFrame = CFrame.new(2.8, 0.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(35)) |
| 89 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Stud" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "BaseSpike_1" |
| 98 | p.Size = Vector3.new(1.8, 0.5, 0.5) |
| 99 | p.CFrame = CFrame.new(2.42487, 0.8, 1.4) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(35)) |
| 100 | p.BrickColor = BrickColor.new("Cyan") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Stud" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("Part") |
| 108 | p.Name = "BaseSpike_2" |
| 109 | p.Size = Vector3.new(2.5, 0.8, 0.8) |
| 110 | p.CFrame = CFrame.new(1.4, 0.8, 2.42487) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(35)) |
| 111 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Stud" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "BaseSpike_3" |
| 120 | p.Size = Vector3.new(1.8, 0.5, 0.5) |
| 121 | p.CFrame = CFrame.new(0, 0.8, 2.8) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(35)) |
| 122 | p.BrickColor = BrickColor.new("Cyan") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Stud" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "BaseSpike_4" |
| 131 | p.Size = Vector3.new(2.5, 0.8, 0.8) |
| 132 | p.CFrame = CFrame.new(-1.4, 0.8, 2.42487) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(35)) |
| 133 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 134 | p.Material = Enum.Material.Glacier |
| 135 | p.MaterialVariant = "2022 Stud" |
| 136 | p.Anchored = true |
| 137 | p.Parent = model |
| 138 | end |
| 139 | do |
| 140 | local p = Instance.new("Part") |
| 141 | p.Name = "BaseSpike_5" |
| 142 | p.Size = Vector3.new(1.8, 0.5, 0.5) |
| 143 | p.CFrame = CFrame.new(-2.42487, 0.8, 1.4) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(35)) |
| 144 | p.BrickColor = BrickColor.new("Cyan") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Stud" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "BaseSpike_6" |
| 153 | p.Size = Vector3.new(2.5, 0.8, 0.8) |
| 154 | p.CFrame = CFrame.new(-2.8, 0.8, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(35)) |
| 155 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Stud" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "BaseSpike_7" |
| 164 | p.Size = Vector3.new(1.8, 0.5, 0.5) |
| 165 | p.CFrame = CFrame.new(-2.42487, 0.8, -1.4) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(35)) |
| 166 | p.BrickColor = BrickColor.new("Cyan") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Stud" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Name = "BaseSpike_8" |
| 175 | p.Size = Vector3.new(2.5, 0.8, 0.8) |
| 176 | p.CFrame = CFrame.new(-1.4, 0.8, -2.42487) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(35)) |
| 177 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Stud" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "BaseSpike_9" |
| 186 | p.Size = Vector3.new(1.8, 0.5, 0.5) |
| 187 | p.CFrame = CFrame.new(0, 0.8, -2.8) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(35)) |
| 188 | p.BrickColor = BrickColor.new("Cyan") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Stud" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Name = "BaseSpike_10" |
| 197 | p.Size = Vector3.new(2.5, 0.8, 0.8) |
| 198 | p.CFrame = CFrame.new(1.4, 0.8, -2.42487) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(35)) |
| 199 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 200 | p.Material = Enum.Material.Glacier |
| 201 | p.MaterialVariant = "2022 Stud" |
| 202 | p.Anchored = true |
| 203 | p.Parent = model |
| 204 | end |
| 205 | do |
| 206 | local p = Instance.new("Part") |
| 207 | p.Name = "BaseSpike_11" |
| 208 | p.Size = Vector3.new(1.8, 0.5, 0.5) |
| 209 | p.CFrame = CFrame.new(2.42487, 0.8, -1.4) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(35)) |
| 210 | p.BrickColor = BrickColor.new("Cyan") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Stud" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Name = "PillarCore" |
| 219 | p.Size = Vector3.new(1.2, 12, 1.2) |
| 220 | p.CFrame = CFrame.new(0, 8.5, 0) |
| 221 | p.BrickColor = BrickColor.new("Toothpaste") |
| 222 | p.Material = Enum.Material.Neon |
| 223 | p.Anchored = true |
| 224 | p.Parent = model |
| 225 | end |
| 226 | do |
| 227 | local p = Instance.new("Part") |
| 228 | p.Name = "PillarRing_Bottom" |
| 229 | p.Size = Vector3.new(2.6, 0.8, 2.6) |
| 230 | p.CFrame = CFrame.new(0, 3, 0) |
| 231 | p.BrickColor = BrickColor.new("Electric blue") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Stud" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local p = Instance.new("Part") |
| 239 | p.Name = "PillarRing_Mid1" |
| 240 | p.Size = Vector3.new(2.2, 0.6, 2.2) |
| 241 | p.CFrame = CFrame.new(0, 6, 0) |
| 242 | p.BrickColor = BrickColor.new("White") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Stud" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Name = "PillarRing_Mid2" |
| 251 | p.Size = Vector3.new(2.2, 0.6, 2.2) |
| 252 | p.CFrame = CFrame.new(0, 9, 0) |
| 253 | p.BrickColor = BrickColor.new("Cyan") |
| 254 | p.Material = Enum.Material.Glacier |
| 255 | p.MaterialVariant = "2022 Stud" |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "PillarRing_TopHub" |
| 262 | p.Size = Vector3.new(2.8, 1, 2.8) |
| 263 | p.CFrame = CFrame.new(0, 12.5, 0) |
| 264 | p.BrickColor = BrickColor.new("Electric blue") |
| 265 | p.Material = Enum.Material.Glacier |
| 266 | p.MaterialVariant = "2022 Stud" |
| 267 | p.Anchored = true |
| 268 | p.Parent = model |
| 269 | end |
| 270 | do |
| 271 | local p = Instance.new("Part") |
| 272 | p.Name = "StrutLower_Front" |
| 273 | p.Size = Vector3.new(0.6, 2.5, 0.6) |
| 274 | p.CFrame = CFrame.new(0, 4.75, -1.1) |
| 275 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 276 | p.Material = Enum.Material.Glacier |
| 277 | p.MaterialVariant = "2022 Stud" |
| 278 | p.Anchored = true |
| 279 | p.Parent = model |
| 280 | end |
| 281 | do |
| 282 | local p = Instance.new("Part") |
| 283 | p.Name = "StrutMid_Front" |
| 284 | p.Size = Vector3.new(0.5, 2.5, 0.5) |
| 285 | p.CFrame = CFrame.new(0, 7.5, -1.1) |
| 286 | p.BrickColor = BrickColor.new("Cyan") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Stud" |
| 289 | p.Anchored = true |
| 290 | p.Parent = model |
| 291 | end |
| 292 | do |
| 293 | local p = Instance.new("Part") |
| 294 | p.Name = "StrutUpper_Front" |
| 295 | p.Size = Vector3.new(0.6, 3.5, 0.6) |
| 296 | p.CFrame = CFrame.new(0, 10.75, -1.14) |
| 297 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 298 | p.Material = Enum.Material.Glacier |
| 299 | p.MaterialVariant = "2022 Stud" |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Name = "StrutLower_Back" |
| 306 | p.Size = Vector3.new(0.6, 2.5, 0.6) |
| 307 | p.CFrame = CFrame.new(0, 4.75, 1.1) |
| 308 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 309 | p.Material = Enum.Material.Glacier |
| 310 | p.MaterialVariant = "2022 Stud" |
| 311 | p.Anchored = true |
| 312 | p.Parent = model |
| 313 | end |
| 314 | do |
| 315 | local p = Instance.new("Part") |
| 316 | p.Name = "StrutMid_Back" |
| 317 | p.Size = Vector3.new(0.5, 2.5, 0.5) |
| 318 | p.CFrame = CFrame.new(0, 7.5, 1.1) |
| 319 | p.BrickColor = BrickColor.new("Cyan") |
| 320 | p.Material = Enum.Material.Glacier |
| 321 | p.MaterialVariant = "2022 Stud" |
| 322 | p.Anchored = true |
| 323 | p.Parent = model |
| 324 | end |
| 325 | do |
| 326 | local p = Instance.new("Part") |
| 327 | p.Name = "StrutUpper_Back" |
| 328 | p.Size = Vector3.new(0.6, 3.5, 0.6) |
| 329 | p.CFrame = CFrame.new(0, 10.75, 1.14) |
| 330 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 331 | p.Material = Enum.Material.Glacier |
| 332 | p.MaterialVariant = "2022 Stud" |
| 333 | p.Anchored = true |
| 334 | p.Parent = model |
| 335 | end |
| 336 | do |
| 337 | local p = Instance.new("Part") |
| 338 | p.Name = "StrutLower_Left" |
| 339 | p.Size = Vector3.new(0.6, 2.5, 0.6) |
| 340 | p.CFrame = CFrame.new(-1.1, 4.75, 0) |
| 341 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 342 | p.Material = Enum.Material.Glacier |
| 343 | p.MaterialVariant = "2022 Stud" |
| 344 | p.Anchored = true |
| 345 | p.Parent = model |
| 346 | end |
| 347 | do |
| 348 | local p = Instance.new("Part") |
| 349 | p.Name = "StrutMid_Left" |
| 350 | p.Size = Vector3.new(0.5, 2.5, 0.5) |
| 351 | p.CFrame = CFrame.new(-1.1, 7.5, 0) |
| 352 | p.BrickColor = BrickColor.new("Cyan") |
| 353 | p.Material = Enum.Material.Glacier |
| 354 | p.MaterialVariant = "2022 Stud" |
| 355 | p.Anchored = true |
| 356 | p.Parent = model |
| 357 | end |
| 358 | do |
| 359 | local p = Instance.new("Part") |
| 360 | p.Name = "StrutUpper_Left" |
| 361 | p.Size = Vector3.new(0.6, 3.5, 0.6) |
| 362 | p.CFrame = CFrame.new(-1.18, 10.75, 0) |
| 363 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 364 | p.Material = Enum.Material.Glacier |
| 365 | p.MaterialVariant = "2022 Stud" |
| 366 | p.Anchored = true |
| 367 | p.Parent = model |
| 368 | end |
| 369 | do |
| 370 | local p = Instance.new("Part") |
| 371 | p.Name = "StrutLower_Right" |
| 372 | p.Size = Vector3.new(0.6, 2.5, 0.6) |
| 373 | p.CFrame = CFrame.new(1.1, 4.75, 0) |
| 374 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 375 | p.Material = Enum.Material.Glacier |
| 376 | p.MaterialVariant = "2022 Stud" |
| 377 | p.Anchored = true |
| 378 | p.Parent = model |
| 379 | end |
| 380 | do |
| 381 | local p = Instance.new("Part") |
| 382 | p.Name = "StrutMid_Right" |
| 383 | p.Size = Vector3.new(0.5, 2.5, 0.5) |
| 384 | p.CFrame = CFrame.new(1.1, 7.5, 0) |
| 385 | p.BrickColor = BrickColor.new("Cyan") |
| 386 | p.Material = Enum.Material.Glacier |
| 387 | p.MaterialVariant = "2022 Stud" |
| 388 | p.Anchored = true |
| 389 | p.Parent = model |
| 390 | end |
| 391 | do |
| 392 | local p = Instance.new("Part") |
| 393 | p.Name = "StrutUpper_Right" |
| 394 | p.Size = Vector3.new(0.6, 3.5, 0.6) |
| 395 | p.CFrame = CFrame.new(1.18, 10.75, 0) |
| 396 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 397 | p.Material = Enum.Material.Glacier |
| 398 | p.MaterialVariant = "2022 Stud" |
| 399 | p.Anchored = true |
| 400 | p.Parent = model |
| 401 | end |
| 402 | do |
| 403 | local p = Instance.new("Part") |
| 404 | p.Name = "CrownBase" |
| 405 | p.Size = Vector3.new(2, 1, 2) |
| 406 | p.CFrame = CFrame.new(0, 13.54, 0) |
| 407 | p.BrickColor = BrickColor.new("White") |
| 408 | p.Material = Enum.Material.Glacier |
| 409 | p.MaterialVariant = "2022 Stud" |
| 410 | p.Anchored = true |
| 411 | p.Parent = model |
| 412 | end |
| 413 | do |
| 414 | local p = Instance.new("Part") |
| 415 | p.Name = "TopSpike_1" |
| 416 | p.Size = Vector3.new(1.2, 1.5, 1.2) |
| 417 | p.CFrame = CFrame.new(0.04, 14.83, 0.04) |
| 418 | p.BrickColor = BrickColor.new("Cyan") |
| 419 | p.Material = Enum.Material.Glacier |
| 420 | p.MaterialVariant = "2022 Stud" |
| 421 | p.Anchored = true |
| 422 | p.Parent = model |
| 423 | end |
| 424 | do |
| 425 | local p = Instance.new("Part") |
| 426 | p.Name = "TopSpike_2" |
| 427 | p.Size = Vector3.new(0.8, 1, 0.8) |
| 428 | p.CFrame = CFrame.new(0, 15.75, 0) |
| 429 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 430 | p.Material = Enum.Material.Glacier |
| 431 | p.MaterialVariant = "2022 Stud" |
| 432 | p.Anchored = true |
| 433 | p.Parent = model |
| 434 | end |
| 435 | do |
| 436 | local p = Instance.new("Part") |
| 437 | p.Name = "TopSpike_Tip" |
| 438 | p.Size = Vector3.new(0.4, 0.8, 0.4) |
| 439 | p.CFrame = CFrame.new(0, 16.5, 0) |
| 440 | p.BrickColor = BrickColor.new("White") |
| 441 | p.Material = Enum.Material.Glacier |
| 442 | p.MaterialVariant = "2022 Stud" |
| 443 | p.Anchored = true |
| 444 | p.Parent = model |
| 445 | end |
| 446 | do |
| 447 | local p = Instance.new("Part") |
| 448 | p.Name = "TopFrame_Left" |
| 449 | p.Size = Vector3.new(9, 0.6, 0.8) |
| 450 | p.CFrame = CFrame.new(-5.08, 16.6252, -1.69047) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 451 | p.BrickColor = BrickColor.new("Electric blue") |
| 452 | p.Material = Enum.Material.Glacier |
| 453 | p.MaterialVariant = "2022 Stud" |
| 454 | p.Anchored = true |
| 455 | p.Parent = model |
| 456 | end |
| 457 | do |
| 458 | local p = Instance.new("Part") |
| 459 | p.Name = "BottomFrame_Left" |
| 460 | p.Size = Vector3.new(9, 0.6, 0.8) |
| 461 | p.CFrame = CFrame.new(-5.08, 9.37477, 1.69047) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 462 | p.BrickColor = BrickColor.new("Electric blue") |
| 463 | p.Material = Enum.Material.Glacier |
| 464 | p.MaterialVariant = "2022 Stud" |
| 465 | p.Anchored = true |
| 466 | p.Parent = model |
| 467 | end |
| 468 | do |
| 469 | local p = Instance.new("Part") |
| 470 | p.Name = "OuterFrame_Left" |
| 471 | p.Size = Vector3.new(0.6, 8.4, 0.8) |
| 472 | p.CFrame = CFrame.new(-9.5, 13.0338, 0.072505) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 473 | p.BrickColor = BrickColor.new("Electric blue") |
| 474 | p.Material = Enum.Material.Glacier |
| 475 | p.MaterialVariant = "2022 Stud" |
| 476 | p.Anchored = true |
| 477 | p.Parent = model |
| 478 | end |
| 479 | do |
| 480 | local p = Instance.new("Part") |
| 481 | p.Name = "TopFrame_Right" |
| 482 | p.Size = Vector3.new(9, 0.6, 0.8) |
| 483 | p.CFrame = CFrame.new(5.08, 16.6252, -1.69047) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 484 | p.BrickColor = BrickColor.new("Electric blue") |
| 485 | p.Material = Enum.Material.Glacier |
| 486 | p.MaterialVariant = "2022 Stud" |
| 487 | p.Anchored = true |
| 488 | p.Parent = model |
| 489 | end |
| 490 | do |
| 491 | local p = Instance.new("Part") |
| 492 | p.Name = "BottomFrame_Right" |
| 493 | p.Size = Vector3.new(9, 0.6, 0.8) |
| 494 | p.CFrame = CFrame.new(5.08, 9.37477, 1.69047) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 495 | p.BrickColor = BrickColor.new("Electric blue") |
| 496 | p.Material = Enum.Material.Glacier |
| 497 | p.MaterialVariant = "2022 Stud" |
| 498 | p.Anchored = true |
| 499 | p.Parent = model |
| 500 | end |
| 501 | do |
| 502 | local p = Instance.new("Part") |
| 503 | p.Name = "OuterFrame_Right" |
| 504 | p.Size = Vector3.new(0.6, 8.4, 0.8) |
| 505 | p.CFrame = CFrame.new(9.5, 13.0338, 0.072505) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 506 | p.BrickColor = BrickColor.new("Electric blue") |
| 507 | p.Material = Enum.Material.Glacier |
| 508 | p.MaterialVariant = "2022 Stud" |
| 509 | p.Anchored = true |
| 510 | p.Parent = model |
| 511 | end |
| 512 | do |
| 513 | local p = Instance.new("Part") |
| 514 | p.Name = "CenterFrame_Vert" |
| 515 | p.Size = Vector3.new(1, 8.4, 1.2) |
| 516 | p.CFrame = CFrame.new(0, 13, 0) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 517 | p.BrickColor = BrickColor.new("White") |
| 518 | p.Material = Enum.Material.Glacier |
| 519 | p.MaterialVariant = "2022 Stud" |
| 520 | p.Anchored = true |
| 521 | p.Parent = model |
| 522 | end |
| 523 | do |
| 524 | local p = Instance.new("Part") |
| 525 | p.Name = "Facet_X-8.0_Y-3.0" |
| 526 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 527 | p.CFrame = CFrame.new(-8, 10.2811, 1.26785) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 528 | p.BrickColor = BrickColor.new("Electric blue") |
| 529 | p.Material = Enum.Material.Glacier |
| 530 | p.MaterialVariant = "2022 Stud" |
| 531 | p.Anchored = true |
| 532 | p.Parent = model |
| 533 | end |
| 534 | do |
| 535 | local p = Instance.new("Part") |
| 536 | p.Name = "Facet_X-8.0_Y-1.0" |
| 537 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 538 | p.CFrame = CFrame.new(-7.92, 12.0726, 0.377303) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 539 | p.BrickColor = BrickColor.new("Cyan") |
| 540 | p.Material = Enum.Material.Glacier |
| 541 | p.MaterialVariant = "2022 Stud" |
| 542 | p.Anchored = true |
| 543 | p.Parent = model |
| 544 | end |
| 545 | do |
| 546 | local p = Instance.new("Part") |
| 547 | p.Name = "Facet_X-8.0_Y1.0" |
| 548 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 549 | p.CFrame = CFrame.new(-7.96, 13.8852, -0.467934) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 550 | p.BrickColor = BrickColor.new("Cyan") |
| 551 | p.Material = Enum.Material.Glacier |
| 552 | p.MaterialVariant = "2022 Stud" |
| 553 | p.Anchored = true |
| 554 | p.Parent = model |
| 555 | end |
| 556 | do |
| 557 | local p = Instance.new("Part") |
| 558 | p.Name = "Facet_X-8.0_Y3.0" |
| 559 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 560 | p.CFrame = CFrame.new(-8, 15.7189, -1.26785) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 561 | p.BrickColor = BrickColor.new("Electric blue") |
| 562 | p.Material = Enum.Material.Glacier |
| 563 | p.MaterialVariant = "2022 Stud" |
| 564 | p.Anchored = true |
| 565 | p.Parent = model |
| 566 | end |
| 567 | do |
| 568 | local p = Instance.new("Part") |
| 569 | p.Name = "Facet_X-6.0_Y-3.0" |
| 570 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 571 | p.CFrame = CFrame.new(-5.92, 10.2599, 1.22254) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 572 | p.BrickColor = BrickColor.new("Cyan") |
| 573 | p.Material = Enum.Material.Glacier |
| 574 | p.MaterialVariant = "2022 Stud" |
| 575 | p.Anchored = true |
| 576 | p.Parent = model |
| 577 | end |
| 578 | do |
| 579 | local p = Instance.new("Part") |
| 580 | p.Name = "Facet_X-6.0_Y-1.0" |
| 581 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 582 | p.CFrame = CFrame.new(-5.96, 12.0937, 0.422618) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 583 | p.BrickColor = BrickColor.new("Electric blue") |
| 584 | p.Material = Enum.Material.Glacier |
| 585 | p.MaterialVariant = "2022 Stud" |
| 586 | p.Anchored = true |
| 587 | p.Parent = model |
| 588 | end |
| 589 | do |
| 590 | local p = Instance.new("Part") |
| 591 | p.Name = "Facet_X-6.0_Y1.0" |
| 592 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 593 | p.CFrame = CFrame.new(-6, 13.9063, -0.422618) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 594 | p.BrickColor = BrickColor.new("Electric blue") |
| 595 | p.Material = Enum.Material.Glacier |
| 596 | p.MaterialVariant = "2022 Stud" |
| 597 | p.Anchored = true |
| 598 | p.Parent = model |
| 599 | end |
| 600 | do |
| 601 | local p = Instance.new("Part") |
| 602 | p.Name = "Facet_X-6.0_Y3.0" |
| 603 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 604 | p.CFrame = CFrame.new(-5.96, 15.6978, -1.31317) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 605 | p.BrickColor = BrickColor.new("Cyan") |
| 606 | p.Material = Enum.Material.Glacier |
| 607 | p.MaterialVariant = "2022 Stud" |
| 608 | p.Anchored = true |
| 609 | p.Parent = model |
| 610 | end |
| 611 | do |
| 612 | local p = Instance.new("Part") |
| 613 | p.Name = "Facet_X-4.0_Y-3.0" |
| 614 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 615 | p.CFrame = CFrame.new(-3.92, 10.2811, 1.26785) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 616 | p.BrickColor = BrickColor.new("Electric blue") |
| 617 | p.Material = Enum.Material.Glacier |
| 618 | p.MaterialVariant = "2022 Stud" |
| 619 | p.Anchored = true |
| 620 | p.Parent = model |
| 621 | end |
| 622 | do |
| 623 | local p = Instance.new("Part") |
| 624 | p.Name = "Facet_X-4.0_Y-1.0" |
| 625 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 626 | p.CFrame = CFrame.new(-3.96, 12.0726, 0.377303) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 627 | p.BrickColor = BrickColor.new("Cyan") |
| 628 | p.Material = Enum.Material.Glacier |
| 629 | p.MaterialVariant = "2022 Stud" |
| 630 | p.Anchored = true |
| 631 | p.Parent = model |
| 632 | end |
| 633 | do |
| 634 | local p = Instance.new("Part") |
| 635 | p.Name = "Facet_X-4.0_Y1.0" |
| 636 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 637 | p.CFrame = CFrame.new(-4, 13.8852, -0.467934) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 638 | p.BrickColor = BrickColor.new("Cyan") |
| 639 | p.Material = Enum.Material.Glacier |
| 640 | p.MaterialVariant = "2022 Stud" |
| 641 | p.Anchored = true |
| 642 | p.Parent = model |
| 643 | end |
| 644 | do |
| 645 | local p = Instance.new("Part") |
| 646 | p.Name = "Facet_X-4.0_Y3.0" |
| 647 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 648 | p.CFrame = CFrame.new(-3.96, 15.7189, -1.26785) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 649 | p.BrickColor = BrickColor.new("Electric blue") |
| 650 | p.Material = Enum.Material.Glacier |
| 651 | p.MaterialVariant = "2022 Stud" |
| 652 | p.Anchored = true |
| 653 | p.Parent = model |
| 654 | end |
| 655 | do |
| 656 | local p = Instance.new("Part") |
| 657 | p.Name = "Facet_X-2.0_Y-3.0" |
| 658 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 659 | p.CFrame = CFrame.new(-1.92, 10.2599, 1.22254) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 660 | p.BrickColor = BrickColor.new("Cyan") |
| 661 | p.Material = Enum.Material.Glacier |
| 662 | p.MaterialVariant = "2022 Stud" |
| 663 | p.Anchored = true |
| 664 | p.Parent = model |
| 665 | end |
| 666 | do |
| 667 | local p = Instance.new("Part") |
| 668 | p.Name = "Facet_X-2.0_Y-1.0" |
| 669 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 670 | p.CFrame = CFrame.new(-1.96, 12.0937, 0.422618) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 671 | p.BrickColor = BrickColor.new("Electric blue") |
| 672 | p.Material = Enum.Material.Glacier |
| 673 | p.MaterialVariant = "2022 Stud" |
| 674 | p.Anchored = true |
| 675 | p.Parent = model |
| 676 | end |
| 677 | do |
| 678 | local p = Instance.new("Part") |
| 679 | p.Name = "Facet_X-2.0_Y1.0" |
| 680 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 681 | p.CFrame = CFrame.new(-2, 13.9063, -0.422618) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 682 | p.BrickColor = BrickColor.new("Electric blue") |
| 683 | p.Material = Enum.Material.Glacier |
| 684 | p.MaterialVariant = "2022 Stud" |
| 685 | p.Anchored = true |
| 686 | p.Parent = model |
| 687 | end |
| 688 | do |
| 689 | local p = Instance.new("Part") |
| 690 | p.Name = "Facet_X-2.0_Y3.0" |
| 691 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 692 | p.CFrame = CFrame.new(-1.96, 15.6978, -1.31317) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 693 | p.BrickColor = BrickColor.new("Cyan") |
| 694 | p.Material = Enum.Material.Glacier |
| 695 | p.MaterialVariant = "2022 Stud" |
| 696 | p.Anchored = true |
| 697 | p.Parent = model |
| 698 | end |
| 699 | do |
| 700 | local p = Instance.new("Part") |
| 701 | p.Name = "Facet_X2.0_Y-3.0" |
| 702 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 703 | p.CFrame = CFrame.new(2.08, 10.2599, 1.22254) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 704 | p.BrickColor = BrickColor.new("Cyan") |
| 705 | p.Material = Enum.Material.Glacier |
| 706 | p.MaterialVariant = "2022 Stud" |
| 707 | p.Anchored = true |
| 708 | p.Parent = model |
| 709 | end |
| 710 | do |
| 711 | local p = Instance.new("Part") |
| 712 | p.Name = "Facet_X2.0_Y-1.0" |
| 713 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 714 | p.CFrame = CFrame.new(2.04, 12.0937, 0.422618) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 715 | p.BrickColor = BrickColor.new("Electric blue") |
| 716 | p.Material = Enum.Material.Glacier |
| 717 | p.MaterialVariant = "2022 Stud" |
| 718 | p.Anchored = true |
| 719 | p.Parent = model |
| 720 | end |
| 721 | do |
| 722 | local p = Instance.new("Part") |
| 723 | p.Name = "Facet_X2.0_Y1.0" |
| 724 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 725 | p.CFrame = CFrame.new(2, 13.9063, -0.422618) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 726 | p.BrickColor = BrickColor.new("Electric blue") |
| 727 | p.Material = Enum.Material.Glacier |
| 728 | p.MaterialVariant = "2022 Stud" |
| 729 | p.Anchored = true |
| 730 | p.Parent = model |
| 731 | end |
| 732 | do |
| 733 | local p = Instance.new("Part") |
| 734 | p.Name = "Facet_X2.0_Y3.0" |
| 735 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 736 | p.CFrame = CFrame.new(2.04, 15.6978, -1.31317) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 737 | p.BrickColor = BrickColor.new("Cyan") |
| 738 | p.Material = Enum.Material.Glacier |
| 739 | p.MaterialVariant = "2022 Stud" |
| 740 | p.Anchored = true |
| 741 | p.Parent = model |
| 742 | end |
| 743 | do |
| 744 | local p = Instance.new("Part") |
| 745 | p.Name = "Facet_X4.0_Y-3.0" |
| 746 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 747 | p.CFrame = CFrame.new(4, 10.2811, 1.26785) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 748 | p.BrickColor = BrickColor.new("Electric blue") |
| 749 | p.Material = Enum.Material.Glacier |
| 750 | p.MaterialVariant = "2022 Stud" |
| 751 | p.Anchored = true |
| 752 | p.Parent = model |
| 753 | end |
| 754 | do |
| 755 | local p = Instance.new("Part") |
| 756 | p.Name = "Facet_X4.0_Y-1.0" |
| 757 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 758 | p.CFrame = CFrame.new(4.08, 12.0726, 0.377303) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 759 | p.BrickColor = BrickColor.new("Cyan") |
| 760 | p.Material = Enum.Material.Glacier |
| 761 | p.MaterialVariant = "2022 Stud" |
| 762 | p.Anchored = true |
| 763 | p.Parent = model |
| 764 | end |
| 765 | do |
| 766 | local p = Instance.new("Part") |
| 767 | p.Name = "Facet_X4.0_Y1.0" |
| 768 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 769 | p.CFrame = CFrame.new(4.04, 13.8852, -0.467934) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 770 | p.BrickColor = BrickColor.new("Cyan") |
| 771 | p.Material = Enum.Material.Glacier |
| 772 | p.MaterialVariant = "2022 Stud" |
| 773 | p.Anchored = true |
| 774 | p.Parent = model |
| 775 | end |
| 776 | do |
| 777 | local p = Instance.new("Part") |
| 778 | p.Name = "Facet_X4.0_Y3.0" |
| 779 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 780 | p.CFrame = CFrame.new(4, 15.7189, -1.26785) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 781 | p.BrickColor = BrickColor.new("Electric blue") |
| 782 | p.Material = Enum.Material.Glacier |
| 783 | p.MaterialVariant = "2022 Stud" |
| 784 | p.Anchored = true |
| 785 | p.Parent = model |
| 786 | end |
| 787 | do |
| 788 | local p = Instance.new("Part") |
| 789 | p.Name = "Facet_X6.0_Y-3.0" |
| 790 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 791 | p.CFrame = CFrame.new(6.08, 10.2599, 1.22254) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 792 | p.BrickColor = BrickColor.new("Cyan") |
| 793 | p.Material = Enum.Material.Glacier |
| 794 | p.MaterialVariant = "2022 Stud" |
| 795 | p.Anchored = true |
| 796 | p.Parent = model |
| 797 | end |
| 798 | do |
| 799 | local p = Instance.new("Part") |
| 800 | p.Name = "Facet_X6.0_Y-1.0" |
| 801 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 802 | p.CFrame = CFrame.new(6.04, 12.0937, 0.422618) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 803 | p.BrickColor = BrickColor.new("Electric blue") |
| 804 | p.Material = Enum.Material.Glacier |
| 805 | p.MaterialVariant = "2022 Stud" |
| 806 | p.Anchored = true |
| 807 | p.Parent = model |
| 808 | end |
| 809 | do |
| 810 | local p = Instance.new("Part") |
| 811 | p.Name = "Facet_X6.0_Y1.0" |
| 812 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 813 | p.CFrame = CFrame.new(6, 13.9063, -0.422618) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 814 | p.BrickColor = BrickColor.new("Electric blue") |
| 815 | p.Material = Enum.Material.Glacier |
| 816 | p.MaterialVariant = "2022 Stud" |
| 817 | p.Anchored = true |
| 818 | p.Parent = model |
| 819 | end |
| 820 | do |
| 821 | local p = Instance.new("Part") |
| 822 | p.Name = "Facet_X6.0_Y3.0" |
| 823 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 824 | p.CFrame = CFrame.new(6.04, 15.6978, -1.31317) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 825 | p.BrickColor = BrickColor.new("Cyan") |
| 826 | p.Material = Enum.Material.Glacier |
| 827 | p.MaterialVariant = "2022 Stud" |
| 828 | p.Anchored = true |
| 829 | p.Parent = model |
| 830 | end |
| 831 | do |
| 832 | local p = Instance.new("Part") |
| 833 | p.Name = "Facet_X8.0_Y-3.0" |
| 834 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 835 | p.CFrame = CFrame.new(8.08, 10.2811, 1.26785) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 836 | p.BrickColor = BrickColor.new("Electric blue") |
| 837 | p.Material = Enum.Material.Glacier |
| 838 | p.MaterialVariant = "2022 Stud" |
| 839 | p.Anchored = true |
| 840 | p.Parent = model |
| 841 | end |
| 842 | do |
| 843 | local p = Instance.new("Part") |
| 844 | p.Name = "Facet_X8.0_Y-1.0" |
| 845 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 846 | p.CFrame = CFrame.new(8.04, 12.0726, 0.377303) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 847 | p.BrickColor = BrickColor.new("Cyan") |
| 848 | p.Material = Enum.Material.Glacier |
| 849 | p.MaterialVariant = "2022 Stud" |
| 850 | p.Anchored = true |
| 851 | p.Parent = model |
| 852 | end |
| 853 | do |
| 854 | local p = Instance.new("Part") |
| 855 | p.Name = "Facet_X8.0_Y1.0" |
| 856 | p.Size = Vector3.new(1.9, 1.9, 0.5) |
| 857 | p.CFrame = CFrame.new(8, 13.8852, -0.467934) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 858 | p.BrickColor = BrickColor.new("Cyan") |
| 859 | p.Material = Enum.Material.Glacier |
| 860 | p.MaterialVariant = "2022 Stud" |
| 861 | p.Anchored = true |
| 862 | p.Parent = model |
| 863 | end |
| 864 | do |
| 865 | local p = Instance.new("Part") |
| 866 | p.Name = "Facet_X8.0_Y3.0" |
| 867 | p.Size = Vector3.new(1.9, 1.9, 0.6) |
| 868 | p.CFrame = CFrame.new(8.04, 15.7189, -1.26785) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 869 | p.BrickColor = BrickColor.new("Electric blue") |
| 870 | p.Material = Enum.Material.Glacier |
| 871 | p.MaterialVariant = "2022 Stud" |
| 872 | p.Anchored = true |
| 873 | p.Parent = model |
| 874 | end |
| 875 | do |
| 876 | local p = Instance.new("Part") |
| 877 | p.Name = "WingtipMid_Left" |
| 878 | p.Size = Vector3.new(1.5, 2, 1.5) |
| 879 | p.CFrame = CFrame.new(-10.5, 13, 0) * CFrame.Angles(math.rad(-25), math.rad(-45), math.rad(0)) |
| 880 | p.BrickColor = BrickColor.new("White") |
| 881 | p.Material = Enum.Material.Glacier |
| 882 | p.MaterialVariant = "2022 Stud" |
| 883 | p.Anchored = true |
| 884 | p.Parent = model |
| 885 | end |
| 886 | do |
| 887 | local p = Instance.new("Part") |
| 888 | p.Name = "WingtipTop_Left" |
| 889 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 890 | p.CFrame = CFrame.new(-9.88, 16.8065, -1.775) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 891 | p.BrickColor = BrickColor.new("Cyan") |
| 892 | p.Material = Enum.Material.Glacier |
| 893 | p.MaterialVariant = "2022 Stud" |
| 894 | p.Anchored = true |
| 895 | p.Parent = model |
| 896 | end |
| 897 | do |
| 898 | local p = Instance.new("Part") |
| 899 | p.Name = "WingtipBottom_Left" |
| 900 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 901 | p.CFrame = CFrame.new(-9.88, 9.19351, 1.775) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 902 | p.BrickColor = BrickColor.new("Electric blue") |
| 903 | p.Material = Enum.Material.Glacier |
| 904 | p.MaterialVariant = "2022 Stud" |
| 905 | p.Anchored = true |
| 906 | p.Parent = model |
| 907 | end |
| 908 | do |
| 909 | local p = Instance.new("Part") |
| 910 | p.Name = "WingtipMid_Right" |
| 911 | p.Size = Vector3.new(1.5, 2, 1.5) |
| 912 | p.CFrame = CFrame.new(10.5, 13, 0) * CFrame.Angles(math.rad(-25), math.rad(45), math.rad(0)) |
| 913 | p.BrickColor = BrickColor.new("White") |
| 914 | p.Material = Enum.Material.Glacier |
| 915 | p.MaterialVariant = "2022 Stud" |
| 916 | p.Anchored = true |
| 917 | p.Parent = model |
| 918 | end |
| 919 | do |
| 920 | local p = Instance.new("Part") |
| 921 | p.Name = "WingtipTop_Right" |
| 922 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 923 | p.CFrame = CFrame.new(9.88, 16.8065, -1.775) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 924 | p.BrickColor = BrickColor.new("Cyan") |
| 925 | p.Material = Enum.Material.Glacier |
| 926 | p.MaterialVariant = "2022 Stud" |
| 927 | p.Anchored = true |
| 928 | p.Parent = model |
| 929 | end |
| 930 | do |
| 931 | local p = Instance.new("Part") |
| 932 | p.Name = "WingtipBottom_Right" |
| 933 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 934 | p.CFrame = CFrame.new(9.88, 9.19351, 1.775) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 935 | p.BrickColor = BrickColor.new("Electric blue") |
| 936 | p.Material = Enum.Material.Glacier |
| 937 | p.MaterialVariant = "2022 Stud" |
| 938 | p.Anchored = true |
| 939 | p.Parent = model |
| 940 | end |
| 941 | do |
| 942 | local p = Instance.new("Part") |
| 943 | p.Name = "FaceShard_0" |
| 944 | p.Size = Vector3.new(1, 1, 0.4) |
| 945 | p.CFrame = CFrame.new(-5, 14.9986, -0.446461) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(15)) |
| 946 | p.BrickColor = BrickColor.new("White") |
| 947 | p.Material = Enum.Material.Glacier |
| 948 | p.MaterialVariant = "2022 Stud" |
| 949 | p.Anchored = true |
| 950 | p.Parent = model |
| 951 | end |
| 952 | do |
| 953 | local p = Instance.new("Part") |
| 954 | p.Name = "FaceShard_1" |
| 955 | p.Size = Vector3.new(1, 1, 0.4) |
| 956 | p.CFrame = CFrame.new(-3, 11.3733, 1.24401) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(15)) |
| 957 | p.BrickColor = BrickColor.new("White") |
| 958 | p.Material = Enum.Material.Glacier |
| 959 | p.MaterialVariant = "2022 Stud" |
| 960 | p.Anchored = true |
| 961 | p.Parent = model |
| 962 | end |
| 963 | do |
| 964 | local p = Instance.new("Part") |
| 965 | p.Name = "FaceShard_2" |
| 966 | p.Size = Vector3.new(1, 1, 0.4) |
| 967 | p.CFrame = CFrame.new(3, 14.9986, -0.446461) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(15)) |
| 968 | p.BrickColor = BrickColor.new("White") |
| 969 | p.Material = Enum.Material.Glacier |
| 970 | p.MaterialVariant = "2022 Stud" |
| 971 | p.Anchored = true |
| 972 | p.Parent = model |
| 973 | end |
| 974 | do |
| 975 | local p = Instance.new("Part") |
| 976 | p.Name = "FaceShard_3" |
| 977 | p.Size = Vector3.new(1, 1, 0.4) |
| 978 | p.CFrame = CFrame.new(5, 11.3733, 1.24401) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(15)) |
| 979 | p.BrickColor = BrickColor.new("White") |
| 980 | p.Material = Enum.Material.Glacier |
| 981 | p.MaterialVariant = "2022 Stud" |
| 982 | p.Anchored = true |
| 983 | p.Parent = model |
| 984 | end |
| 985 | model.PrimaryPart = model:FindFirstChild("PillarRing_Bottom") |
| 986 | print("DiamondSolarPanel built: " .. #model:GetChildren() .. " parts") |
Loading comments...