Loading model...
by Relax · 9/20/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: PlasmaStorageTank |
| 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 = "PlasmaStorageTank" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Stud", |
| 25 | ["Gold"] = "2022 Stud", |
| 26 | ["Institutional white"] = "2022 Stud", |
| 27 | ["Medium stone grey"] = "2022 Inlet", |
| 28 | ["Really black"] = "2022 Universal", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Name = "BasePlate" |
| 33 | p.Size = Vector3.new(14, 1, 14) |
| 34 | p.CFrame = CFrame.new(0, 0.5, 0) |
| 35 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Stud" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "BaseInner" |
| 44 | p.Size = Vector3.new(12, 0.4, 12) |
| 45 | p.CFrame = CFrame.new(0, 1.24, 0) |
| 46 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Inlet" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "FootBase_0" |
| 55 | p.Size = Vector3.new(3, 1.2, 3) |
| 56 | p.CFrame = CFrame.new(5.54, 0.34, 5.54) |
| 57 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Stud" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("WedgePart") |
| 65 | p.Name = "FootSlope_0" |
| 66 | p.Size = Vector3.new(2, 1.5, 2) |
| 67 | p.CFrame = CFrame.new(6.05, 0.54, 6.05) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 68 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Stud" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "FootBase_1" |
| 77 | p.Size = Vector3.new(3, 1.2, 3) |
| 78 | p.CFrame = CFrame.new(5.54, 0.34, -5.54) |
| 79 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Stud" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("WedgePart") |
| 87 | p.Name = "FootSlope_1" |
| 88 | p.Size = Vector3.new(2, 1.5, 2) |
| 89 | p.CFrame = CFrame.new(6.05, 0.54, -6.05) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 90 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 91 | p.Material = Enum.Material.Glacier |
| 92 | p.MaterialVariant = "2022 Stud" |
| 93 | p.Anchored = true |
| 94 | p.Parent = model |
| 95 | end |
| 96 | do |
| 97 | local p = Instance.new("Part") |
| 98 | p.Name = "FootBase_2" |
| 99 | p.Size = Vector3.new(3, 1.2, 3) |
| 100 | p.CFrame = CFrame.new(-5.54, 0.34, 5.54) |
| 101 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Stud" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("WedgePart") |
| 109 | p.Name = "FootSlope_2" |
| 110 | p.Size = Vector3.new(2, 1.5, 2) |
| 111 | p.CFrame = CFrame.new(-6.05, 0.54, 6.05) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 112 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 113 | p.Material = Enum.Material.Glacier |
| 114 | p.MaterialVariant = "2022 Stud" |
| 115 | p.Anchored = true |
| 116 | p.Parent = model |
| 117 | end |
| 118 | do |
| 119 | local p = Instance.new("Part") |
| 120 | p.Name = "FootBase_3" |
| 121 | p.Size = Vector3.new(3, 1.2, 3) |
| 122 | p.CFrame = CFrame.new(-5.54, 0.34, -5.54) |
| 123 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Stud" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("WedgePart") |
| 131 | p.Name = "FootSlope_3" |
| 132 | p.Size = Vector3.new(2, 1.5, 2) |
| 133 | p.CFrame = CFrame.new(-6.05, 0.54, -6.05) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(0)) |
| 134 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Stud" |
| 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 = "TankBaseRing" |
| 144 | p.Size = Vector3.new(0.8, 8.5, 8.5) |
| 145 | p.CFrame = CFrame.new(0, 1.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 146 | p.BrickColor = BrickColor.new("Gold") |
| 147 | p.Material = Enum.Material.Glacier |
| 148 | p.MaterialVariant = "2022 Stud" |
| 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 = "TankBaseInner" |
| 156 | p.Size = Vector3.new(0.4, 9, 9) |
| 157 | p.CFrame = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 158 | p.BrickColor = BrickColor.new("Really black") |
| 159 | p.Material = Enum.Material.Glacier |
| 160 | p.MaterialVariant = "2022 Universal" |
| 161 | p.Anchored = true |
| 162 | p.Parent = model |
| 163 | end |
| 164 | do |
| 165 | local p = Instance.new("Part") |
| 166 | p.Shape = Enum.PartType.Cylinder |
| 167 | p.Name = "PlasmaCore" |
| 168 | p.Size = Vector3.new(9, 7, 7) |
| 169 | p.CFrame = CFrame.new(0, 6.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 170 | p.BrickColor = BrickColor.new("Lime green") |
| 171 | p.Material = Enum.Material.Neon |
| 172 | p.Anchored = true |
| 173 | p.Parent = model |
| 174 | end |
| 175 | do |
| 176 | local p = Instance.new("Part") |
| 177 | p.Shape = Enum.PartType.Cylinder |
| 178 | p.Name = "PlasmaSwirl1" |
| 179 | p.Size = Vector3.new(8.5, 6.46, 6.46) |
| 180 | p.CFrame = CFrame.new(0, 6.5, 0) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(85)) |
| 181 | p.BrickColor = BrickColor.new("Toothpaste") |
| 182 | p.Material = Enum.Material.Neon |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Shape = Enum.PartType.Cylinder |
| 189 | p.Name = "PlasmaSwirl2" |
| 190 | p.Size = Vector3.new(8.5, 6.5, 6.5) |
| 191 | p.CFrame = CFrame.new(0, 6.5, 0) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(95)) |
| 192 | p.BrickColor = BrickColor.new("Neon green") |
| 193 | p.Material = Enum.Material.Neon |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Shape = Enum.PartType.Cylinder |
| 200 | p.Name = "CrystalCasing" |
| 201 | p.Size = Vector3.new(9.2, 7.5, 7.5) |
| 202 | p.CFrame = CFrame.new(0, 6.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 203 | p.BrickColor = BrickColor.new("Institutional white") |
| 204 | p.Material = Enum.Material.Glacier |
| 205 | p.MaterialVariant = "2022 Stud" |
| 206 | p.Anchored = true |
| 207 | p.Parent = model |
| 208 | end |
| 209 | do |
| 210 | local p = Instance.new("Part") |
| 211 | p.Shape = Enum.PartType.Cylinder |
| 212 | p.Name = "TankTopRing" |
| 213 | p.Size = Vector3.new(0.8, 8.5, 8.5) |
| 214 | p.CFrame = CFrame.new(0, 11.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 215 | p.BrickColor = BrickColor.new("Gold") |
| 216 | p.Material = Enum.Material.Glacier |
| 217 | p.MaterialVariant = "2022 Stud" |
| 218 | p.Anchored = true |
| 219 | p.Parent = model |
| 220 | end |
| 221 | do |
| 222 | local p = Instance.new("Part") |
| 223 | p.Shape = Enum.PartType.Cylinder |
| 224 | p.Name = "TankTopInner" |
| 225 | p.Size = Vector3.new(0.4, 9, 9) |
| 226 | p.CFrame = CFrame.new(0, 11.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 227 | p.BrickColor = BrickColor.new("Really black") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Universal" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Name = "Pillar_0" |
| 236 | p.Size = Vector3.new(2.5, 11, 2.5) |
| 237 | p.CFrame = CFrame.new(5, 6.54, 5) |
| 238 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 239 | p.Material = Enum.Material.Glacier |
| 240 | p.MaterialVariant = "2022 Stud" |
| 241 | p.Anchored = true |
| 242 | p.Parent = model |
| 243 | end |
| 244 | do |
| 245 | local p = Instance.new("Part") |
| 246 | p.Name = "PillarTrimBot_0" |
| 247 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 248 | p.CFrame = CFrame.new(5, 2.5, 5) |
| 249 | p.BrickColor = BrickColor.new("Gold") |
| 250 | p.Material = Enum.Material.Glacier |
| 251 | p.MaterialVariant = "2022 Stud" |
| 252 | p.Anchored = true |
| 253 | p.Parent = model |
| 254 | end |
| 255 | do |
| 256 | local p = Instance.new("Part") |
| 257 | p.Name = "PillarTrimMid_0" |
| 258 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 259 | p.CFrame = CFrame.new(5, 6.5, 5) |
| 260 | p.BrickColor = BrickColor.new("Gold") |
| 261 | p.Material = Enum.Material.Glacier |
| 262 | p.MaterialVariant = "2022 Stud" |
| 263 | p.Anchored = true |
| 264 | p.Parent = model |
| 265 | end |
| 266 | do |
| 267 | local p = Instance.new("Part") |
| 268 | p.Name = "PillarTrimTop_0" |
| 269 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 270 | p.CFrame = CFrame.new(5, 10.5, 5) |
| 271 | p.BrickColor = BrickColor.new("Gold") |
| 272 | p.Material = Enum.Material.Glacier |
| 273 | p.MaterialVariant = "2022 Stud" |
| 274 | p.Anchored = true |
| 275 | p.Parent = model |
| 276 | end |
| 277 | do |
| 278 | local p = Instance.new("WedgePart") |
| 279 | p.Name = "PillarCap_0" |
| 280 | p.Size = Vector3.new(2.5, 1.5, 2.5) |
| 281 | p.CFrame = CFrame.new(5, 12.5, 5) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(0)) |
| 282 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 283 | p.Material = Enum.Material.Glacier |
| 284 | p.MaterialVariant = "2022 Inlet" |
| 285 | p.Anchored = true |
| 286 | p.Parent = model |
| 287 | end |
| 288 | do |
| 289 | local p = Instance.new("Part") |
| 290 | p.Name = "Vent_0_-2" |
| 291 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 292 | p.CFrame = CFrame.new(5.5, 4.5, 5.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 293 | p.BrickColor = BrickColor.new("Deep orange") |
| 294 | p.Material = Enum.Material.Neon |
| 295 | p.Anchored = true |
| 296 | p.Parent = model |
| 297 | end |
| 298 | do |
| 299 | local p = Instance.new("Part") |
| 300 | p.Name = "Vent_0_0" |
| 301 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 302 | p.CFrame = CFrame.new(5.5, 6.5, 5.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 303 | p.BrickColor = BrickColor.new("Deep orange") |
| 304 | p.Material = Enum.Material.Neon |
| 305 | p.Anchored = true |
| 306 | p.Parent = model |
| 307 | end |
| 308 | do |
| 309 | local p = Instance.new("Part") |
| 310 | p.Name = "Vent_0_2" |
| 311 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 312 | p.CFrame = CFrame.new(5.5, 8.5, 5.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 313 | p.BrickColor = BrickColor.new("Deep orange") |
| 314 | p.Material = Enum.Material.Neon |
| 315 | p.Anchored = true |
| 316 | p.Parent = model |
| 317 | end |
| 318 | do |
| 319 | local p = Instance.new("Part") |
| 320 | p.Name = "Pillar_1" |
| 321 | p.Size = Vector3.new(2.5, 11, 2.5) |
| 322 | p.CFrame = CFrame.new(5, 6.54, -5) |
| 323 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 324 | p.Material = Enum.Material.Glacier |
| 325 | p.MaterialVariant = "2022 Stud" |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("Part") |
| 331 | p.Name = "PillarTrimBot_1" |
| 332 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 333 | p.CFrame = CFrame.new(5, 2.5, -5) |
| 334 | p.BrickColor = BrickColor.new("Gold") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Stud" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Name = "PillarTrimMid_1" |
| 343 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 344 | p.CFrame = CFrame.new(5, 6.5, -5) |
| 345 | p.BrickColor = BrickColor.new("Gold") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Stud" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "PillarTrimTop_1" |
| 354 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 355 | p.CFrame = CFrame.new(5, 10.5, -5) |
| 356 | p.BrickColor = BrickColor.new("Gold") |
| 357 | p.Material = Enum.Material.Glacier |
| 358 | p.MaterialVariant = "2022 Stud" |
| 359 | p.Anchored = true |
| 360 | p.Parent = model |
| 361 | end |
| 362 | do |
| 363 | local p = Instance.new("WedgePart") |
| 364 | p.Name = "PillarCap_1" |
| 365 | p.Size = Vector3.new(2.5, 1.5, 2.5) |
| 366 | p.CFrame = CFrame.new(5, 12.5, -5) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 367 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 368 | p.Material = Enum.Material.Glacier |
| 369 | p.MaterialVariant = "2022 Inlet" |
| 370 | p.Anchored = true |
| 371 | p.Parent = model |
| 372 | end |
| 373 | do |
| 374 | local p = Instance.new("Part") |
| 375 | p.Name = "Vent_1_-2" |
| 376 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 377 | p.CFrame = CFrame.new(5.5, 4.5, -5.5) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 378 | p.BrickColor = BrickColor.new("Deep orange") |
| 379 | p.Material = Enum.Material.Neon |
| 380 | p.Anchored = true |
| 381 | p.Parent = model |
| 382 | end |
| 383 | do |
| 384 | local p = Instance.new("Part") |
| 385 | p.Name = "Vent_1_0" |
| 386 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 387 | p.CFrame = CFrame.new(5.5, 6.5, -5.5) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 388 | p.BrickColor = BrickColor.new("Deep orange") |
| 389 | p.Material = Enum.Material.Neon |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("Part") |
| 395 | p.Name = "Vent_1_2" |
| 396 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 397 | p.CFrame = CFrame.new(5.5, 8.5, -5.5) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 398 | p.BrickColor = BrickColor.new("Deep orange") |
| 399 | p.Material = Enum.Material.Neon |
| 400 | p.Anchored = true |
| 401 | p.Parent = model |
| 402 | end |
| 403 | do |
| 404 | local p = Instance.new("Part") |
| 405 | p.Name = "Pillar_2" |
| 406 | p.Size = Vector3.new(2.5, 11, 2.5) |
| 407 | p.CFrame = CFrame.new(-5, 6.54, 5) |
| 408 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 409 | p.Material = Enum.Material.Glacier |
| 410 | p.MaterialVariant = "2022 Stud" |
| 411 | p.Anchored = true |
| 412 | p.Parent = model |
| 413 | end |
| 414 | do |
| 415 | local p = Instance.new("Part") |
| 416 | p.Name = "PillarTrimBot_2" |
| 417 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 418 | p.CFrame = CFrame.new(-5, 2.5, 5) |
| 419 | p.BrickColor = BrickColor.new("Gold") |
| 420 | p.Material = Enum.Material.Glacier |
| 421 | p.MaterialVariant = "2022 Stud" |
| 422 | p.Anchored = true |
| 423 | p.Parent = model |
| 424 | end |
| 425 | do |
| 426 | local p = Instance.new("Part") |
| 427 | p.Name = "PillarTrimMid_2" |
| 428 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 429 | p.CFrame = CFrame.new(-5, 6.5, 5) |
| 430 | p.BrickColor = BrickColor.new("Gold") |
| 431 | p.Material = Enum.Material.Glacier |
| 432 | p.MaterialVariant = "2022 Stud" |
| 433 | p.Anchored = true |
| 434 | p.Parent = model |
| 435 | end |
| 436 | do |
| 437 | local p = Instance.new("Part") |
| 438 | p.Name = "PillarTrimTop_2" |
| 439 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 440 | p.CFrame = CFrame.new(-5, 10.5, 5) |
| 441 | p.BrickColor = BrickColor.new("Gold") |
| 442 | p.Material = Enum.Material.Glacier |
| 443 | p.MaterialVariant = "2022 Stud" |
| 444 | p.Anchored = true |
| 445 | p.Parent = model |
| 446 | end |
| 447 | do |
| 448 | local p = Instance.new("WedgePart") |
| 449 | p.Name = "PillarCap_2" |
| 450 | p.Size = Vector3.new(2.5, 1.5, 2.5) |
| 451 | p.CFrame = CFrame.new(-5, 12.5, 5) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 452 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 453 | p.Material = Enum.Material.Glacier |
| 454 | p.MaterialVariant = "2022 Inlet" |
| 455 | p.Anchored = true |
| 456 | p.Parent = model |
| 457 | end |
| 458 | do |
| 459 | local p = Instance.new("Part") |
| 460 | p.Name = "Vent_2_-2" |
| 461 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 462 | p.CFrame = CFrame.new(-5.5, 4.5, 5.5) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 463 | p.BrickColor = BrickColor.new("Deep orange") |
| 464 | p.Material = Enum.Material.Neon |
| 465 | p.Anchored = true |
| 466 | p.Parent = model |
| 467 | end |
| 468 | do |
| 469 | local p = Instance.new("Part") |
| 470 | p.Name = "Vent_2_0" |
| 471 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 472 | p.CFrame = CFrame.new(-5.5, 6.5, 5.5) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 473 | p.BrickColor = BrickColor.new("Deep orange") |
| 474 | p.Material = Enum.Material.Neon |
| 475 | p.Anchored = true |
| 476 | p.Parent = model |
| 477 | end |
| 478 | do |
| 479 | local p = Instance.new("Part") |
| 480 | p.Name = "Vent_2_2" |
| 481 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 482 | p.CFrame = CFrame.new(-5.5, 8.5, 5.5) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 483 | p.BrickColor = BrickColor.new("Deep orange") |
| 484 | p.Material = Enum.Material.Neon |
| 485 | p.Anchored = true |
| 486 | p.Parent = model |
| 487 | end |
| 488 | do |
| 489 | local p = Instance.new("Part") |
| 490 | p.Name = "Pillar_3" |
| 491 | p.Size = Vector3.new(2.5, 11, 2.5) |
| 492 | p.CFrame = CFrame.new(-5, 6.54, -5) |
| 493 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 494 | p.Material = Enum.Material.Glacier |
| 495 | p.MaterialVariant = "2022 Stud" |
| 496 | p.Anchored = true |
| 497 | p.Parent = model |
| 498 | end |
| 499 | do |
| 500 | local p = Instance.new("Part") |
| 501 | p.Name = "PillarTrimBot_3" |
| 502 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 503 | p.CFrame = CFrame.new(-5, 2.5, -5) |
| 504 | p.BrickColor = BrickColor.new("Gold") |
| 505 | p.Material = Enum.Material.Glacier |
| 506 | p.MaterialVariant = "2022 Stud" |
| 507 | p.Anchored = true |
| 508 | p.Parent = model |
| 509 | end |
| 510 | do |
| 511 | local p = Instance.new("Part") |
| 512 | p.Name = "PillarTrimMid_3" |
| 513 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 514 | p.CFrame = CFrame.new(-5, 6.5, -5) |
| 515 | p.BrickColor = BrickColor.new("Gold") |
| 516 | p.Material = Enum.Material.Glacier |
| 517 | p.MaterialVariant = "2022 Stud" |
| 518 | p.Anchored = true |
| 519 | p.Parent = model |
| 520 | end |
| 521 | do |
| 522 | local p = Instance.new("Part") |
| 523 | p.Name = "PillarTrimTop_3" |
| 524 | p.Size = Vector3.new(2.7, 0.4, 2.7) |
| 525 | p.CFrame = CFrame.new(-5, 10.5, -5) |
| 526 | p.BrickColor = BrickColor.new("Gold") |
| 527 | p.Material = Enum.Material.Glacier |
| 528 | p.MaterialVariant = "2022 Stud" |
| 529 | p.Anchored = true |
| 530 | p.Parent = model |
| 531 | end |
| 532 | do |
| 533 | local p = Instance.new("WedgePart") |
| 534 | p.Name = "PillarCap_3" |
| 535 | p.Size = Vector3.new(2.5, 1.5, 2.5) |
| 536 | p.CFrame = CFrame.new(-5, 12.5, -5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 537 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 538 | p.Material = Enum.Material.Glacier |
| 539 | p.MaterialVariant = "2022 Inlet" |
| 540 | p.Anchored = true |
| 541 | p.Parent = model |
| 542 | end |
| 543 | do |
| 544 | local p = Instance.new("Part") |
| 545 | p.Name = "Vent_3_-2" |
| 546 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 547 | p.CFrame = CFrame.new(-5.5, 4.5, -5.5) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 548 | p.BrickColor = BrickColor.new("Deep orange") |
| 549 | p.Material = Enum.Material.Neon |
| 550 | p.Anchored = true |
| 551 | p.Parent = model |
| 552 | end |
| 553 | do |
| 554 | local p = Instance.new("Part") |
| 555 | p.Name = "Vent_3_0" |
| 556 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 557 | p.CFrame = CFrame.new(-5.5, 6.5, -5.5) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 558 | p.BrickColor = BrickColor.new("Deep orange") |
| 559 | p.Material = Enum.Material.Neon |
| 560 | p.Anchored = true |
| 561 | p.Parent = model |
| 562 | end |
| 563 | do |
| 564 | local p = Instance.new("Part") |
| 565 | p.Name = "Vent_3_2" |
| 566 | p.Size = Vector3.new(0.2, 0.6, 1.5) |
| 567 | p.CFrame = CFrame.new(-5.5, 8.5, -5.5) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 568 | p.BrickColor = BrickColor.new("Deep orange") |
| 569 | p.Material = Enum.Material.Neon |
| 570 | p.Anchored = true |
| 571 | p.Parent = model |
| 572 | end |
| 573 | do |
| 574 | local p = Instance.new("Part") |
| 575 | p.Shape = Enum.PartType.Cylinder |
| 576 | p.Name = "DomeCap" |
| 577 | p.Size = Vector3.new(1, 1.5, 1.5) |
| 578 | p.CFrame = CFrame.new(0, 14.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 579 | p.BrickColor = BrickColor.new("Gold") |
| 580 | p.Material = Enum.Material.Glacier |
| 581 | p.MaterialVariant = "2022 Stud" |
| 582 | p.Anchored = true |
| 583 | p.Parent = model |
| 584 | end |
| 585 | do |
| 586 | local p = Instance.new("Part") |
| 587 | p.Shape = Enum.PartType.Ball |
| 588 | p.Name = "DomeLight" |
| 589 | p.Size = Vector3.new(0.76, 0.76, 0.76) |
| 590 | p.CFrame = CFrame.new(0, 15, 0) |
| 591 | p.BrickColor = BrickColor.new("Lime green") |
| 592 | p.Material = Enum.Material.Neon |
| 593 | p.Anchored = true |
| 594 | p.Parent = model |
| 595 | end |
| 596 | do |
| 597 | local p = Instance.new("Part") |
| 598 | p.Shape = Enum.PartType.Cylinder |
| 599 | p.Name = "TopPipe1" |
| 600 | p.Size = Vector3.new(1, 0.72, 0.72) |
| 601 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 602 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 603 | p.Material = Enum.Material.Glacier |
| 604 | p.MaterialVariant = "2022 Inlet" |
| 605 | p.Anchored = true |
| 606 | p.Parent = model |
| 607 | end |
| 608 | do |
| 609 | local p = Instance.new("Part") |
| 610 | p.Shape = Enum.PartType.Cylinder |
| 611 | p.Name = "TopPipe2" |
| 612 | p.Size = Vector3.new(4, 0.8, 0.8) |
| 613 | p.CFrame = CFrame.new(2, 15.5, 0) |
| 614 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 615 | p.Material = Enum.Material.Glacier |
| 616 | p.MaterialVariant = "2022 Inlet" |
| 617 | p.Anchored = true |
| 618 | p.Parent = model |
| 619 | end |
| 620 | do |
| 621 | local p = Instance.new("Part") |
| 622 | p.Shape = Enum.PartType.Cylinder |
| 623 | p.Name = "TopPipeGlow" |
| 624 | p.Size = Vector3.new(3, 0.4, 0.4) |
| 625 | p.CFrame = CFrame.new(2, 15.5, 0) |
| 626 | p.BrickColor = BrickColor.new("Toothpaste") |
| 627 | p.Material = Enum.Material.Neon |
| 628 | p.Anchored = true |
| 629 | p.Parent = model |
| 630 | end |
| 631 | do |
| 632 | local p = Instance.new("Part") |
| 633 | p.Shape = Enum.PartType.Cylinder |
| 634 | p.Name = "TopPipe3" |
| 635 | p.Size = Vector3.new(6.18466, 0.76, 0.76) |
| 636 | p.CFrame = CFrame.new(4.5, 13.75, 2.5) * CFrame.Angles(math.rad(0), math.rad(-78.6901), math.rad(-34.466)) |
| 637 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 638 | p.Material = Enum.Material.Glacier |
| 639 | p.MaterialVariant = "2022 Inlet" |
| 640 | p.Anchored = true |
| 641 | p.Parent = model |
| 642 | end |
| 643 | do |
| 644 | local p = Instance.new("Part") |
| 645 | p.Name = "BackVentHousing" |
| 646 | p.Size = Vector3.new(5, 6, 1.5) |
| 647 | p.CFrame = CFrame.new(0, 6.5, 6) |
| 648 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 649 | p.Material = Enum.Material.Glacier |
| 650 | p.MaterialVariant = "2022 Stud" |
| 651 | p.Anchored = true |
| 652 | p.Parent = model |
| 653 | end |
| 654 | do |
| 655 | local p = Instance.new("Part") |
| 656 | p.Name = "BackVentSlat_4" |
| 657 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 658 | p.CFrame = CFrame.new(0, 4, 6.8) |
| 659 | p.BrickColor = BrickColor.new("Really black") |
| 660 | p.Material = Enum.Material.Glacier |
| 661 | p.MaterialVariant = "2022 Universal" |
| 662 | p.Anchored = true |
| 663 | p.Parent = model |
| 664 | end |
| 665 | do |
| 666 | local p = Instance.new("Part") |
| 667 | p.Name = "BackVentSlat_5" |
| 668 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 669 | p.CFrame = CFrame.new(0, 5, 6.8) |
| 670 | p.BrickColor = BrickColor.new("Really black") |
| 671 | p.Material = Enum.Material.Glacier |
| 672 | p.MaterialVariant = "2022 Universal" |
| 673 | p.Anchored = true |
| 674 | p.Parent = model |
| 675 | end |
| 676 | do |
| 677 | local p = Instance.new("Part") |
| 678 | p.Name = "BackVentSlat_6" |
| 679 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 680 | p.CFrame = CFrame.new(0, 6, 6.8) |
| 681 | p.BrickColor = BrickColor.new("Really black") |
| 682 | p.Material = Enum.Material.Glacier |
| 683 | p.MaterialVariant = "2022 Universal" |
| 684 | p.Anchored = true |
| 685 | p.Parent = model |
| 686 | end |
| 687 | do |
| 688 | local p = Instance.new("Part") |
| 689 | p.Name = "BackVentSlat_7" |
| 690 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 691 | p.CFrame = CFrame.new(0, 7, 6.8) |
| 692 | p.BrickColor = BrickColor.new("Really black") |
| 693 | p.Material = Enum.Material.Glacier |
| 694 | p.MaterialVariant = "2022 Universal" |
| 695 | p.Anchored = true |
| 696 | p.Parent = model |
| 697 | end |
| 698 | do |
| 699 | local p = Instance.new("Part") |
| 700 | p.Name = "BackVentSlat_8" |
| 701 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 702 | p.CFrame = CFrame.new(0, 8, 6.8) |
| 703 | p.BrickColor = BrickColor.new("Really black") |
| 704 | p.Material = Enum.Material.Glacier |
| 705 | p.MaterialVariant = "2022 Universal" |
| 706 | p.Anchored = true |
| 707 | p.Parent = model |
| 708 | end |
| 709 | do |
| 710 | local p = Instance.new("Part") |
| 711 | p.Name = "BackVentSlat_9" |
| 712 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 713 | p.CFrame = CFrame.new(0, 9, 6.8) |
| 714 | p.BrickColor = BrickColor.new("Really black") |
| 715 | p.Material = Enum.Material.Glacier |
| 716 | p.MaterialVariant = "2022 Universal" |
| 717 | p.Anchored = true |
| 718 | p.Parent = model |
| 719 | end |
| 720 | do |
| 721 | local p = Instance.new("Part") |
| 722 | p.Shape = Enum.PartType.Cylinder |
| 723 | p.Name = "Cable1" |
| 724 | p.Size = Vector3.new(4.15331, 0.28, 0.28) |
| 725 | p.CFrame = CFrame.new(2, 1.25, 6.5) * CFrame.Angles(math.rad(-180), math.rad(-14.0362), math.rad(173.086)) |
| 726 | p.BrickColor = BrickColor.new("Really black") |
| 727 | p.Material = Enum.Material.Glacier |
| 728 | p.MaterialVariant = "2022 Universal" |
| 729 | p.Anchored = true |
| 730 | p.Parent = model |
| 731 | end |
| 732 | do |
| 733 | local p = Instance.new("Part") |
| 734 | p.Shape = Enum.PartType.Cylinder |
| 735 | p.Name = "Cable2" |
| 736 | p.Size = Vector3.new(4.15331, 0.32, 0.32) |
| 737 | p.CFrame = CFrame.new(-2, 1.25, 6.5) * CFrame.Angles(math.rad(-180), math.rad(14.0362), math.rad(-173.086)) |
| 738 | p.BrickColor = BrickColor.new("Really black") |
| 739 | p.Material = Enum.Material.Glacier |
| 740 | p.MaterialVariant = "2022 Universal" |
| 741 | p.Anchored = true |
| 742 | p.Parent = model |
| 743 | end |
| 744 | do |
| 745 | local p = Instance.new("Part") |
| 746 | p.Shape = Enum.PartType.Ball |
| 747 | p.Name = "Particle_0" |
| 748 | p.Size = Vector3.new(0.266963, 0.266963, 0.266963) |
| 749 | p.CFrame = CFrame.new(2.92796, 2.30013, -4.72438) |
| 750 | p.BrickColor = BrickColor.new("Lime green") |
| 751 | p.Material = Enum.Material.Neon |
| 752 | p.Anchored = true |
| 753 | p.Parent = model |
| 754 | end |
| 755 | do |
| 756 | local p = Instance.new("Part") |
| 757 | p.Shape = Enum.PartType.Ball |
| 758 | p.Name = "Particle_1" |
| 759 | p.Size = Vector3.new(0.226082, 0.226082, 0.226082) |
| 760 | p.CFrame = CFrame.new(3.3106, 10.1204, 5.49051) |
| 761 | p.BrickColor = BrickColor.new("Lime green") |
| 762 | p.Material = Enum.Material.Neon |
| 763 | p.Anchored = true |
| 764 | p.Parent = model |
| 765 | end |
| 766 | do |
| 767 | local p = Instance.new("Part") |
| 768 | p.Shape = Enum.PartType.Ball |
| 769 | p.Name = "Particle_2" |
| 770 | p.Size = Vector3.new(0.351607, 0.351607, 0.351607) |
| 771 | p.CFrame = CFrame.new(-1.63964, 2.35757, -5.9086) |
| 772 | p.BrickColor = BrickColor.new("Lime green") |
| 773 | p.Material = Enum.Material.Neon |
| 774 | p.Anchored = true |
| 775 | p.Parent = model |
| 776 | end |
| 777 | do |
| 778 | local p = Instance.new("Part") |
| 779 | p.Shape = Enum.PartType.Ball |
| 780 | p.Name = "Particle_3" |
| 781 | p.Size = Vector3.new(0.363482, 0.363482, 0.363482) |
| 782 | p.CFrame = CFrame.new(-6.6285, 4.38605, 2.09838) |
| 783 | p.BrickColor = BrickColor.new("Lime green") |
| 784 | p.Material = Enum.Material.Neon |
| 785 | p.Anchored = true |
| 786 | p.Parent = model |
| 787 | end |
| 788 | do |
| 789 | local p = Instance.new("Part") |
| 790 | p.Shape = Enum.PartType.Ball |
| 791 | p.Name = "Particle_4" |
| 792 | p.Size = Vector3.new(0.20195, 0.20195, 0.20195) |
| 793 | p.CFrame = CFrame.new(-3.91383, 9.07119, 4.33203) |
| 794 | p.BrickColor = BrickColor.new("Lime green") |
| 795 | p.Material = Enum.Material.Neon |
| 796 | p.Anchored = true |
| 797 | p.Parent = model |
| 798 | end |
| 799 | do |
| 800 | local p = Instance.new("Part") |
| 801 | p.Shape = Enum.PartType.Ball |
| 802 | p.Name = "Particle_5" |
| 803 | p.Size = Vector3.new(0.246644, 0.246644, 0.246644) |
| 804 | p.CFrame = CFrame.new(4.28147, 10.3777, -2.23649) |
| 805 | p.BrickColor = BrickColor.new("Lime green") |
| 806 | p.Material = Enum.Material.Neon |
| 807 | p.Anchored = true |
| 808 | p.Parent = model |
| 809 | end |
| 810 | do |
| 811 | local p = Instance.new("Part") |
| 812 | p.Shape = Enum.PartType.Ball |
| 813 | p.Name = "Particle_6" |
| 814 | p.Size = Vector3.new(0.229015, 0.229015, 0.229015) |
| 815 | p.CFrame = CFrame.new(6.40098, 6.03913, -5.70156) |
| 816 | p.BrickColor = BrickColor.new("Lime green") |
| 817 | p.Material = Enum.Material.Neon |
| 818 | p.Anchored = true |
| 819 | p.Parent = model |
| 820 | end |
| 821 | do |
| 822 | local p = Instance.new("Part") |
| 823 | p.Shape = Enum.PartType.Ball |
| 824 | p.Name = "Particle_7" |
| 825 | p.Size = Vector3.new(0.41892, 0.41892, 0.41892) |
| 826 | p.CFrame = CFrame.new(4.86492, 9.24471, 4.2998) |
| 827 | p.BrickColor = BrickColor.new("Lime green") |
| 828 | p.Material = Enum.Material.Neon |
| 829 | p.Anchored = true |
| 830 | p.Parent = model |
| 831 | end |
| 832 | do |
| 833 | local p = Instance.new("Part") |
| 834 | p.Shape = Enum.PartType.Ball |
| 835 | p.Name = "Particle_8" |
| 836 | p.Size = Vector3.new(0.365612, 0.365612, 0.365612) |
| 837 | p.CFrame = CFrame.new(0.76079, 13.6774, -2.55078) |
| 838 | p.BrickColor = BrickColor.new("Lime green") |
| 839 | p.Material = Enum.Material.Neon |
| 840 | p.Anchored = true |
| 841 | p.Parent = model |
| 842 | end |
| 843 | do |
| 844 | local p = Instance.new("Part") |
| 845 | p.Shape = Enum.PartType.Ball |
| 846 | p.Name = "Particle_9" |
| 847 | p.Size = Vector3.new(0.373206, 0.373206, 0.373206) |
| 848 | p.CFrame = CFrame.new(4.61167, 9.42224, 5.0639) |
| 849 | p.BrickColor = BrickColor.new("Lime green") |
| 850 | p.Material = Enum.Material.Neon |
| 851 | p.Anchored = true |
| 852 | p.Parent = model |
| 853 | end |
| 854 | do |
| 855 | local p = Instance.new("Part") |
| 856 | p.Shape = Enum.PartType.Ball |
| 857 | p.Name = "Particle_10" |
| 858 | p.Size = Vector3.new(0.286816, 0.286816, 0.286816) |
| 859 | p.CFrame = CFrame.new(2.86401, 2.54989, -3.80942) |
| 860 | p.BrickColor = BrickColor.new("Lime green") |
| 861 | p.Material = Enum.Material.Neon |
| 862 | p.Anchored = true |
| 863 | p.Parent = model |
| 864 | end |
| 865 | do |
| 866 | local p = Instance.new("Part") |
| 867 | p.Shape = Enum.PartType.Ball |
| 868 | p.Name = "Particle_11" |
| 869 | p.Size = Vector3.new(0.283392, 0.283392, 0.283392) |
| 870 | p.CFrame = CFrame.new(-5.88291, 4.79349, -5.58598) |
| 871 | p.BrickColor = BrickColor.new("Lime green") |
| 872 | p.Material = Enum.Material.Neon |
| 873 | p.Anchored = true |
| 874 | p.Parent = model |
| 875 | end |
| 876 | do |
| 877 | local p = Instance.new("Part") |
| 878 | p.Shape = Enum.PartType.Ball |
| 879 | p.Name = "Particle_12" |
| 880 | p.Size = Vector3.new(0.262852, 0.262852, 0.262852) |
| 881 | p.CFrame = CFrame.new(2.84937, 6.37799, -2.7262) |
| 882 | p.BrickColor = BrickColor.new("Lime green") |
| 883 | p.Material = Enum.Material.Neon |
| 884 | p.Anchored = true |
| 885 | p.Parent = model |
| 886 | end |
| 887 | do |
| 888 | local p = Instance.new("Part") |
| 889 | p.Shape = Enum.PartType.Ball |
| 890 | p.Name = "Particle_13" |
| 891 | p.Size = Vector3.new(0.382739, 0.382739, 0.382739) |
| 892 | p.CFrame = CFrame.new(-4.89347, 13.2399, 3.10874) |
| 893 | p.BrickColor = BrickColor.new("Lime green") |
| 894 | p.Material = Enum.Material.Neon |
| 895 | p.Anchored = true |
| 896 | p.Parent = model |
| 897 | end |
| 898 | do |
| 899 | local p = Instance.new("Part") |
| 900 | p.Shape = Enum.PartType.Ball |
| 901 | p.Name = "Particle_14" |
| 902 | p.Size = Vector3.new(0.313837, 0.313837, 0.313837) |
| 903 | p.CFrame = CFrame.new(-4.60406, 10.7495, -4.71237) |
| 904 | p.BrickColor = BrickColor.new("Lime green") |
| 905 | p.Material = Enum.Material.Neon |
| 906 | p.Anchored = true |
| 907 | p.Parent = model |
| 908 | end |
| 909 | do |
| 910 | local p = Instance.new("Part") |
| 911 | p.Shape = Enum.PartType.Ball |
| 912 | p.Name = "Particle_15" |
| 913 | p.Size = Vector3.new(0.405384, 0.405384, 0.405384) |
| 914 | p.CFrame = CFrame.new(6.85333, 9.68, 0.797296) |
| 915 | p.BrickColor = BrickColor.new("Lime green") |
| 916 | p.Material = Enum.Material.Neon |
| 917 | p.Anchored = true |
| 918 | p.Parent = model |
| 919 | end |
| 920 | do |
| 921 | local p = Instance.new("Part") |
| 922 | p.Shape = Enum.PartType.Ball |
| 923 | p.Name = "Particle_16" |
| 924 | p.Size = Vector3.new(0.20963, 0.20963, 0.20963) |
| 925 | p.CFrame = CFrame.new(4.79993, 11.312, -3.79333) |
| 926 | p.BrickColor = BrickColor.new("Lime green") |
| 927 | p.Material = Enum.Material.Neon |
| 928 | p.Anchored = true |
| 929 | p.Parent = model |
| 930 | end |
| 931 | do |
| 932 | local p = Instance.new("Part") |
| 933 | p.Shape = Enum.PartType.Ball |
| 934 | p.Name = "Particle_17" |
| 935 | p.Size = Vector3.new(0.482873, 0.482873, 0.482873) |
| 936 | p.CFrame = CFrame.new(-2.58366, 5.21289, -4.04624) |
| 937 | p.BrickColor = BrickColor.new("Lime green") |
| 938 | p.Material = Enum.Material.Neon |
| 939 | p.Anchored = true |
| 940 | p.Parent = model |
| 941 | end |
| 942 | do |
| 943 | local p = Instance.new("Part") |
| 944 | p.Shape = Enum.PartType.Ball |
| 945 | p.Name = "Particle_18" |
| 946 | p.Size = Vector3.new(0.31869, 0.31869, 0.31869) |
| 947 | p.CFrame = CFrame.new(5.26915, 5.77614, 2.17614) |
| 948 | p.BrickColor = BrickColor.new("Lime green") |
| 949 | p.Material = Enum.Material.Neon |
| 950 | p.Anchored = true |
| 951 | p.Parent = model |
| 952 | end |
| 953 | do |
| 954 | local p = Instance.new("Part") |
| 955 | p.Shape = Enum.PartType.Ball |
| 956 | p.Name = "Particle_19" |
| 957 | p.Size = Vector3.new(0.273988, 0.273988, 0.273988) |
| 958 | p.CFrame = CFrame.new(5.80367, 7.50622, -3.29168) |
| 959 | p.BrickColor = BrickColor.new("Lime green") |
| 960 | p.Material = Enum.Material.Neon |
| 961 | p.Anchored = true |
| 962 | p.Parent = model |
| 963 | end |
| 964 | do |
| 965 | local p = Instance.new("Part") |
| 966 | p.Shape = Enum.PartType.Ball |
| 967 | p.Name = "Particle_20" |
| 968 | p.Size = Vector3.new(0.469347, 0.469347, 0.469347) |
| 969 | p.CFrame = CFrame.new(1.28873, 5.1529, 1.77631) |
| 970 | p.BrickColor = BrickColor.new("Lime green") |
| 971 | p.Material = Enum.Material.Neon |
| 972 | p.Anchored = true |
| 973 | p.Parent = model |
| 974 | end |
| 975 | do |
| 976 | local p = Instance.new("Part") |
| 977 | p.Shape = Enum.PartType.Ball |
| 978 | p.Name = "Particle_21" |
| 979 | p.Size = Vector3.new(0.352858, 0.352858, 0.352858) |
| 980 | p.CFrame = CFrame.new(-1.40839, 4.63185, 6.96553) |
| 981 | p.BrickColor = BrickColor.new("Lime green") |
| 982 | p.Material = Enum.Material.Neon |
| 983 | p.Anchored = true |
| 984 | p.Parent = model |
| 985 | end |
| 986 | do |
| 987 | local p = Instance.new("Part") |
| 988 | p.Shape = Enum.PartType.Ball |
| 989 | p.Name = "Particle_22" |
| 990 | p.Size = Vector3.new(0.388234, 0.388234, 0.388234) |
| 991 | p.CFrame = CFrame.new(-5.72727, 2.5654, -5.46491) |
| 992 | p.BrickColor = BrickColor.new("Lime green") |
| 993 | p.Material = Enum.Material.Neon |
| 994 | p.Anchored = true |
| 995 | p.Parent = model |
| 996 | end |
| 997 | do |
| 998 | local p = Instance.new("Part") |
| 999 | p.Shape = Enum.PartType.Ball |
| 1000 | p.Name = "Particle_23" |
| 1001 | p.Size = Vector3.new(0.314486, 0.314486, 0.314486) |
| 1002 | p.CFrame = CFrame.new(4.08911, 7.06592, -6.11061) |
| 1003 | p.BrickColor = BrickColor.new("Lime green") |
| 1004 | p.Material = Enum.Material.Neon |
| 1005 | p.Anchored = true |
| 1006 | p.Parent = model |
| 1007 | end |
| 1008 | do |
| 1009 | local p = Instance.new("Part") |
| 1010 | p.Shape = Enum.PartType.Ball |
| 1011 | p.Name = "Particle_24" |
| 1012 | p.Size = Vector3.new(0.458234, 0.458234, 0.458234) |
| 1013 | p.CFrame = CFrame.new(6.9457, 8.34937, 6.5951) |
| 1014 | p.BrickColor = BrickColor.new("Lime green") |
| 1015 | p.Material = Enum.Material.Neon |
| 1016 | p.Anchored = true |
| 1017 | p.Parent = model |
| 1018 | end |
| 1019 | do |
| 1020 | local upV = Vector3.new(0,1,0).Unit |
| 1021 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 1022 | local forwardV = rightV:Cross(upV) |
| 1023 | local pos = Vector3.new(0, 12, 0) |
| 1024 | local ball = Instance.new("Part") |
| 1025 | ball.Shape = Enum.PartType.Ball |
| 1026 | ball.Size = Vector3.new(8, 8, 8) |
| 1027 | ball.CFrame = CFrame.new(pos) |
| 1028 | ball.BrickColor = BrickColor.new("Dark stone grey") |
| 1029 | ball.Material = Enum.Material.Glacier |
| 1030 | ball.MaterialVariant = "2022 Stud" |
| 1031 | ball.Anchored = true; ball.Parent = workspace |
| 1032 | local cuts = {} |
| 1033 | do |
| 1034 | local h = 0 |
| 1035 | local cut = Instance.new("Part") |
| 1036 | cut.Size = Vector3.new(16, 16, 16) |
| 1037 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-8), rightV, upV) |
| 1038 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 1039 | cut.Material = Enum.Material.Glacier |
| 1040 | cut.MaterialVariant = "2022 Stud" |
| 1041 | cut.Anchored = true; cut.Parent = workspace |
| 1042 | table.insert(cuts, cut) |
| 1043 | end |
| 1044 | if #cuts > 0 then |
| 1045 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 1046 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1047 | if ok and result then |
| 1048 | ball:Destroy() |
| 1049 | result.Name = "TopDome"; result.Anchored = true; result.Parent = model |
| 1050 | else |
| 1051 | ball.Name = "TopDome"; ball.Parent = model |
| 1052 | end |
| 1053 | else |
| 1054 | ball.Name = "TopDome"; ball.Parent = model |
| 1055 | end |
| 1056 | end |
| 1057 | model.PrimaryPart = model:FindFirstChild("BasePlate") |
| 1058 | print("PlasmaStorageTank built: " .. #model:GetChildren() .. " parts") |
Loading comments...