Loading model...
by Obesida Dev · 6/18/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: GraphicsCard |
| 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 = "GraphicsCard" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright yellow"] = "2022 Big Stud", |
| 25 | ["Dark stone grey"] = "2022 Stud", |
| 26 | ["Medium stone grey"] = "2022 Inlet", |
| 27 | ["Really black"] = "2022 Universal", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Name = "CoreBody" |
| 32 | p.Size = Vector3.new(18, 9, 3.6) |
| 33 | p.CFrame = CFrame.new(0, 0, 0) |
| 34 | p.BrickColor = BrickColor.new("Really black") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Universal" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "TopBump_0" |
| 43 | p.Size = Vector3.new(1.8, 1, 2.8) |
| 44 | p.CFrame = CFrame.new(-7, 4.8, 0) |
| 45 | p.BrickColor = BrickColor.new("Really black") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Universal" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "TopBump_1" |
| 54 | p.Size = Vector3.new(1.8, 1, 2.8) |
| 55 | p.CFrame = CFrame.new(-3.5, 4.8, 0) |
| 56 | p.BrickColor = BrickColor.new("Really black") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Universal" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "TopBump_2" |
| 65 | p.Size = Vector3.new(1.8, 1, 2.8) |
| 66 | p.CFrame = CFrame.new(0, 4.8, 0) |
| 67 | p.BrickColor = BrickColor.new("Really black") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Universal" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "TopBump_3" |
| 76 | p.Size = Vector3.new(1.8, 1, 2.8) |
| 77 | p.CFrame = CFrame.new(3.5, 4.8, 0) |
| 78 | p.BrickColor = BrickColor.new("Really black") |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Universal" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "TopBump_4" |
| 87 | p.Size = Vector3.new(1.8, 1, 2.8) |
| 88 | p.CFrame = CFrame.new(7, 4.8, 0) |
| 89 | p.BrickColor = BrickColor.new("Really black") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Universal" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "ShroudBase" |
| 98 | p.Size = Vector3.new(18.6, 9.4, 0.4) |
| 99 | p.CFrame = CFrame.new(0, 0, 1.9) |
| 100 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "BracketBack" |
| 109 | p.Size = Vector3.new(0.4, 11, 1.6) |
| 110 | p.CFrame = CFrame.new(-9.3, 0, -1) |
| 111 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Inlet" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "BracketFront" |
| 120 | p.Size = Vector3.new(0.4, 11, 0.8) |
| 121 | p.CFrame = CFrame.new(-9.3, 0, 1.4) |
| 122 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Inlet" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "BracketTop" |
| 131 | p.Size = Vector3.new(0.4, 1, 3.2) |
| 132 | p.CFrame = CFrame.new(-9.26, 5, 0.16) |
| 133 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 134 | p.Material = Enum.Material.Glacier |
| 135 | p.MaterialVariant = "2022 Inlet" |
| 136 | p.Anchored = true |
| 137 | p.Parent = model |
| 138 | end |
| 139 | do |
| 140 | local p = Instance.new("Part") |
| 141 | p.Name = "BracketBottom" |
| 142 | p.Size = Vector3.new(0.4, 1, 3.2) |
| 143 | p.CFrame = CFrame.new(-9.26, -5.04, 0.16) |
| 144 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Inlet" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "BracketMid1" |
| 153 | p.Size = Vector3.new(0.4, 0.6, 3.2) |
| 154 | p.CFrame = CFrame.new(-9.26, 1.5, 0.16) |
| 155 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Inlet" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "BracketMid2" |
| 164 | p.Size = Vector3.new(0.4, 0.6, 3.2) |
| 165 | p.CFrame = CFrame.new(-9.26, -1.5, 0.16) |
| 166 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Inlet" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Name = "BracketLip" |
| 175 | p.Size = Vector3.new(1.4, 0.4, 3.2) |
| 176 | p.CFrame = CFrame.new(-9.84, 5.34, 0.16) |
| 177 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Inlet" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "BracketTab" |
| 186 | p.Size = Vector3.new(0.4, 1.5, 1) |
| 187 | p.CFrame = CFrame.new(-9.22, -6, 0.2) |
| 188 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Inlet" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Name = "PCIe_Main" |
| 197 | p.Size = Vector3.new(8, 1.4, 0.4) |
| 198 | p.CFrame = CFrame.new(-1, -5.24, 0) |
| 199 | p.BrickColor = BrickColor.new("Bright yellow") |
| 200 | p.Material = Enum.Material.Glacier |
| 201 | p.MaterialVariant = "2022 Big Stud" |
| 202 | p.Anchored = true |
| 203 | p.Parent = model |
| 204 | end |
| 205 | do |
| 206 | local p = Instance.new("Part") |
| 207 | p.Name = "PCIe_Small" |
| 208 | p.Size = Vector3.new(2, 1.4, 0.4) |
| 209 | p.CFrame = CFrame.new(-7, -5.24, 0) |
| 210 | p.BrickColor = BrickColor.new("Bright yellow") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Big Stud" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Name = "PCIe_Right" |
| 219 | p.Size = Vector3.new(1, 1.4, 0.4) |
| 220 | p.CFrame = CFrame.new(4.5, -5.24, 0) |
| 221 | p.BrickColor = BrickColor.new("Bright yellow") |
| 222 | p.Material = Enum.Material.Glacier |
| 223 | p.MaterialVariant = "2022 Big Stud" |
| 224 | p.Anchored = true |
| 225 | p.Parent = model |
| 226 | end |
| 227 | do |
| 228 | local p = Instance.new("Part") |
| 229 | p.Shape = Enum.PartType.Cylinder |
| 230 | p.Name = "FanHole_0" |
| 231 | p.Size = Vector3.new(0.2, 7.2, 7.2) |
| 232 | p.CFrame = CFrame.new(-4.2, 0, 2.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 233 | p.BrickColor = BrickColor.new("Really black") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Universal" |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Shape = Enum.PartType.Cylinder |
| 242 | p.Name = "FanRing_0" |
| 243 | p.Size = Vector3.new(0.2, 7.8, 7.8) |
| 244 | p.CFrame = CFrame.new(-4.2, 0, 2.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 245 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 246 | p.Material = Enum.Material.Glacier |
| 247 | p.MaterialVariant = "2022 Stud" |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Shape = Enum.PartType.Cylinder |
| 254 | p.Name = "FanHub_0" |
| 255 | p.Size = Vector3.new(0.4, 2.4, 2.4) |
| 256 | p.CFrame = CFrame.new(-4.2, 0, 2.24) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 257 | p.BrickColor = BrickColor.new("Really black") |
| 258 | p.Material = Enum.Material.Glacier |
| 259 | p.MaterialVariant = "2022 Universal" |
| 260 | p.Anchored = true |
| 261 | p.Parent = model |
| 262 | end |
| 263 | do |
| 264 | local p = Instance.new("Part") |
| 265 | p.Name = "FanBlade_0_0" |
| 266 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 267 | p.CFrame = CFrame.new(-2.2, 0, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 268 | p.BrickColor = BrickColor.new("Toothpaste") |
| 269 | p.Material = Enum.Material.Neon |
| 270 | p.Anchored = true |
| 271 | p.Parent = model |
| 272 | end |
| 273 | do |
| 274 | local p = Instance.new("Part") |
| 275 | p.Name = "FanBlade_0_1" |
| 276 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 277 | p.CFrame = CFrame.new(-2.66791, 1.28557, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(40)) |
| 278 | p.BrickColor = BrickColor.new("Toothpaste") |
| 279 | p.Material = Enum.Material.Neon |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "FanBlade_0_2" |
| 286 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 287 | p.CFrame = CFrame.new(-3.8527, 1.96962, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(80)) |
| 288 | p.BrickColor = BrickColor.new("Toothpaste") |
| 289 | p.Material = Enum.Material.Neon |
| 290 | p.Anchored = true |
| 291 | p.Parent = model |
| 292 | end |
| 293 | do |
| 294 | local p = Instance.new("Part") |
| 295 | p.Name = "FanBlade_0_3" |
| 296 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 297 | p.CFrame = CFrame.new(-5.2, 1.73205, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(120)) |
| 298 | p.BrickColor = BrickColor.new("Toothpaste") |
| 299 | p.Material = Enum.Material.Neon |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Name = "FanBlade_0_4" |
| 306 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 307 | p.CFrame = CFrame.new(-6.07939, 0.68404, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(160)) |
| 308 | p.BrickColor = BrickColor.new("Toothpaste") |
| 309 | p.Material = Enum.Material.Neon |
| 310 | p.Anchored = true |
| 311 | p.Parent = model |
| 312 | end |
| 313 | do |
| 314 | local p = Instance.new("Part") |
| 315 | p.Name = "FanBlade_0_5" |
| 316 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 317 | p.CFrame = CFrame.new(-6.07939, -0.68404, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(200)) |
| 318 | p.BrickColor = BrickColor.new("Toothpaste") |
| 319 | p.Material = Enum.Material.Neon |
| 320 | p.Anchored = true |
| 321 | p.Parent = model |
| 322 | end |
| 323 | do |
| 324 | local p = Instance.new("Part") |
| 325 | p.Name = "FanBlade_0_6" |
| 326 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 327 | p.CFrame = CFrame.new(-5.2, -1.73205, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(240)) |
| 328 | p.BrickColor = BrickColor.new("Toothpaste") |
| 329 | p.Material = Enum.Material.Neon |
| 330 | p.Anchored = true |
| 331 | p.Parent = model |
| 332 | end |
| 333 | do |
| 334 | local p = Instance.new("Part") |
| 335 | p.Name = "FanBlade_0_7" |
| 336 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 337 | p.CFrame = CFrame.new(-3.8527, -1.96962, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(280)) |
| 338 | p.BrickColor = BrickColor.new("Toothpaste") |
| 339 | p.Material = Enum.Material.Neon |
| 340 | p.Anchored = true |
| 341 | p.Parent = model |
| 342 | end |
| 343 | do |
| 344 | local p = Instance.new("Part") |
| 345 | p.Name = "FanBlade_0_8" |
| 346 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 347 | p.CFrame = CFrame.new(-2.66791, -1.28557, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(320)) |
| 348 | p.BrickColor = BrickColor.new("Toothpaste") |
| 349 | p.Material = Enum.Material.Neon |
| 350 | p.Anchored = true |
| 351 | p.Parent = model |
| 352 | end |
| 353 | do |
| 354 | local p = Instance.new("Part") |
| 355 | p.Shape = Enum.PartType.Cylinder |
| 356 | p.Name = "FanHole_1" |
| 357 | p.Size = Vector3.new(0.2, 7.2, 7.2) |
| 358 | p.CFrame = CFrame.new(4.2, 0, 2.04) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 359 | p.BrickColor = BrickColor.new("Really black") |
| 360 | p.Material = Enum.Material.Glacier |
| 361 | p.MaterialVariant = "2022 Universal" |
| 362 | p.Anchored = true |
| 363 | p.Parent = model |
| 364 | end |
| 365 | do |
| 366 | local p = Instance.new("Part") |
| 367 | p.Shape = Enum.PartType.Cylinder |
| 368 | p.Name = "FanRing_1" |
| 369 | p.Size = Vector3.new(0.2, 7.8, 7.8) |
| 370 | p.CFrame = CFrame.new(4.2, 0, 2.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 371 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 372 | p.Material = Enum.Material.Glacier |
| 373 | p.MaterialVariant = "2022 Stud" |
| 374 | p.Anchored = true |
| 375 | p.Parent = model |
| 376 | end |
| 377 | do |
| 378 | local p = Instance.new("Part") |
| 379 | p.Shape = Enum.PartType.Cylinder |
| 380 | p.Name = "FanHub_1" |
| 381 | p.Size = Vector3.new(0.4, 2.4, 2.4) |
| 382 | p.CFrame = CFrame.new(4.2, 0, 2.24) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 383 | p.BrickColor = BrickColor.new("Really black") |
| 384 | p.Material = Enum.Material.Glacier |
| 385 | p.MaterialVariant = "2022 Universal" |
| 386 | p.Anchored = true |
| 387 | p.Parent = model |
| 388 | end |
| 389 | do |
| 390 | local p = Instance.new("Part") |
| 391 | p.Name = "FanBlade_1_0" |
| 392 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 393 | p.CFrame = CFrame.new(6.2, 0, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 394 | p.BrickColor = BrickColor.new("Toothpaste") |
| 395 | p.Material = Enum.Material.Neon |
| 396 | p.Anchored = true |
| 397 | p.Parent = model |
| 398 | end |
| 399 | do |
| 400 | local p = Instance.new("Part") |
| 401 | p.Name = "FanBlade_1_1" |
| 402 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 403 | p.CFrame = CFrame.new(5.73209, 1.28557, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(40)) |
| 404 | p.BrickColor = BrickColor.new("Toothpaste") |
| 405 | p.Material = Enum.Material.Neon |
| 406 | p.Anchored = true |
| 407 | p.Parent = model |
| 408 | end |
| 409 | do |
| 410 | local p = Instance.new("Part") |
| 411 | p.Name = "FanBlade_1_2" |
| 412 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 413 | p.CFrame = CFrame.new(4.5473, 1.96962, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(80)) |
| 414 | p.BrickColor = BrickColor.new("Toothpaste") |
| 415 | p.Material = Enum.Material.Neon |
| 416 | p.Anchored = true |
| 417 | p.Parent = model |
| 418 | end |
| 419 | do |
| 420 | local p = Instance.new("Part") |
| 421 | p.Name = "FanBlade_1_3" |
| 422 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 423 | p.CFrame = CFrame.new(3.2, 1.73205, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(120)) |
| 424 | p.BrickColor = BrickColor.new("Toothpaste") |
| 425 | p.Material = Enum.Material.Neon |
| 426 | p.Anchored = true |
| 427 | p.Parent = model |
| 428 | end |
| 429 | do |
| 430 | local p = Instance.new("Part") |
| 431 | p.Name = "FanBlade_1_4" |
| 432 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 433 | p.CFrame = CFrame.new(2.32062, 0.68404, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(160)) |
| 434 | p.BrickColor = BrickColor.new("Toothpaste") |
| 435 | p.Material = Enum.Material.Neon |
| 436 | p.Anchored = true |
| 437 | p.Parent = model |
| 438 | end |
| 439 | do |
| 440 | local p = Instance.new("Part") |
| 441 | p.Name = "FanBlade_1_5" |
| 442 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 443 | p.CFrame = CFrame.new(2.32062, -0.68404, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(200)) |
| 444 | p.BrickColor = BrickColor.new("Toothpaste") |
| 445 | p.Material = Enum.Material.Neon |
| 446 | p.Anchored = true |
| 447 | p.Parent = model |
| 448 | end |
| 449 | do |
| 450 | local p = Instance.new("Part") |
| 451 | p.Name = "FanBlade_1_6" |
| 452 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 453 | p.CFrame = CFrame.new(3.2, -1.73205, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(240)) |
| 454 | p.BrickColor = BrickColor.new("Toothpaste") |
| 455 | p.Material = Enum.Material.Neon |
| 456 | p.Anchored = true |
| 457 | p.Parent = model |
| 458 | end |
| 459 | do |
| 460 | local p = Instance.new("Part") |
| 461 | p.Name = "FanBlade_1_7" |
| 462 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 463 | p.CFrame = CFrame.new(4.5473, -1.96962, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(280)) |
| 464 | p.BrickColor = BrickColor.new("Toothpaste") |
| 465 | p.Material = Enum.Material.Neon |
| 466 | p.Anchored = true |
| 467 | p.Parent = model |
| 468 | end |
| 469 | do |
| 470 | local p = Instance.new("Part") |
| 471 | p.Name = "FanBlade_1_8" |
| 472 | p.Size = Vector3.new(2.2, 1.2, 0.1) |
| 473 | p.CFrame = CFrame.new(5.73209, -1.28557, 2.1) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(320)) |
| 474 | p.BrickColor = BrickColor.new("Toothpaste") |
| 475 | p.Material = Enum.Material.Neon |
| 476 | p.Anchored = true |
| 477 | p.Parent = model |
| 478 | end |
| 479 | do |
| 480 | local p = Instance.new("Part") |
| 481 | p.Name = "TopNeon" |
| 482 | p.Size = Vector3.new(6, 0.6, 0.3) |
| 483 | p.CFrame = CFrame.new(0, 4.5, 2) |
| 484 | p.BrickColor = BrickColor.new("Toothpaste") |
| 485 | p.Material = Enum.Material.Neon |
| 486 | p.Anchored = true |
| 487 | p.Parent = model |
| 488 | end |
| 489 | do |
| 490 | local p = Instance.new("Part") |
| 491 | p.Name = "BotNeon1" |
| 492 | p.Size = Vector3.new(2, 0.25, 0.2) |
| 493 | p.CFrame = CFrame.new(2, -3.5, 2.14) |
| 494 | p.BrickColor = BrickColor.new("Toothpaste") |
| 495 | p.Material = Enum.Material.Neon |
| 496 | p.Anchored = true |
| 497 | p.Parent = model |
| 498 | end |
| 499 | do |
| 500 | local p = Instance.new("Part") |
| 501 | p.Name = "BotNeon2" |
| 502 | p.Size = Vector3.new(2, 0.25, 0.2) |
| 503 | p.CFrame = CFrame.new(2, -4, 2.18) |
| 504 | p.BrickColor = BrickColor.new("Toothpaste") |
| 505 | p.Material = Enum.Material.Neon |
| 506 | p.Anchored = true |
| 507 | p.Parent = model |
| 508 | end |
| 509 | do |
| 510 | local p = Instance.new("Part") |
| 511 | p.Name = "ChevL1" |
| 512 | p.Size = Vector3.new(0.4, 2, 0.2) |
| 513 | p.CFrame = CFrame.new(-8.4, 1.8, 2.18) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(35)) |
| 514 | p.BrickColor = BrickColor.new("Toothpaste") |
| 515 | p.Material = Enum.Material.Neon |
| 516 | p.Anchored = true |
| 517 | p.Parent = model |
| 518 | end |
| 519 | do |
| 520 | local p = Instance.new("Part") |
| 521 | p.Name = "ChevL2" |
| 522 | p.Size = Vector3.new(0.4, 2, 0.2) |
| 523 | p.CFrame = CFrame.new(-8.4, -1.8, 2.18) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-35)) |
| 524 | p.BrickColor = BrickColor.new("Toothpaste") |
| 525 | p.Material = Enum.Material.Neon |
| 526 | p.Anchored = true |
| 527 | p.Parent = model |
| 528 | end |
| 529 | do |
| 530 | local p = Instance.new("Part") |
| 531 | p.Name = "ChevR1" |
| 532 | p.Size = Vector3.new(0.4, 2, 0.2) |
| 533 | p.CFrame = CFrame.new(8.4, 1.8, 2.18) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-35)) |
| 534 | p.BrickColor = BrickColor.new("Toothpaste") |
| 535 | p.Material = Enum.Material.Neon |
| 536 | p.Anchored = true |
| 537 | p.Parent = model |
| 538 | end |
| 539 | do |
| 540 | local p = Instance.new("Part") |
| 541 | p.Name = "ChevR2" |
| 542 | p.Size = Vector3.new(0.4, 2, 0.2) |
| 543 | p.CFrame = CFrame.new(8.4, -1.8, 2.18) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(35)) |
| 544 | p.BrickColor = BrickColor.new("Toothpaste") |
| 545 | p.Material = Enum.Material.Neon |
| 546 | p.Anchored = true |
| 547 | p.Parent = model |
| 548 | end |
| 549 | do |
| 550 | local p = Instance.new("Part") |
| 551 | p.Name = "BorderTop" |
| 552 | p.Size = Vector3.new(17, 0.6, 0.3) |
| 553 | p.CFrame = CFrame.new(0, 4, 2.1) |
| 554 | p.BrickColor = BrickColor.new("Really black") |
| 555 | p.Material = Enum.Material.Glacier |
| 556 | p.MaterialVariant = "2022 Universal" |
| 557 | p.Anchored = true |
| 558 | p.Parent = model |
| 559 | end |
| 560 | do |
| 561 | local p = Instance.new("Part") |
| 562 | p.Name = "BorderBot" |
| 563 | p.Size = Vector3.new(17, 0.6, 0.3) |
| 564 | p.CFrame = CFrame.new(0, -4, 2.1) |
| 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 = "BorderLeft" |
| 574 | p.Size = Vector3.new(0.6, 7, 0.3) |
| 575 | p.CFrame = CFrame.new(-8.8, 0, 2.1) |
| 576 | p.BrickColor = BrickColor.new("Really black") |
| 577 | p.Material = Enum.Material.Glacier |
| 578 | p.MaterialVariant = "2022 Universal" |
| 579 | p.Anchored = true |
| 580 | p.Parent = model |
| 581 | end |
| 582 | do |
| 583 | local p = Instance.new("Part") |
| 584 | p.Name = "BorderRight" |
| 585 | p.Size = Vector3.new(0.6, 7, 0.3) |
| 586 | p.CFrame = CFrame.new(8.8, 0, 2.1) |
| 587 | p.BrickColor = BrickColor.new("Really black") |
| 588 | p.Material = Enum.Material.Glacier |
| 589 | p.MaterialVariant = "2022 Universal" |
| 590 | p.Anchored = true |
| 591 | p.Parent = model |
| 592 | end |
| 593 | model.PrimaryPart = model:FindFirstChild("CoreBody") |
| 594 | print("GraphicsCard built: " .. #model:GetChildren() .. " parts") |
Loading comments...