Loading model...
by Obesida Dev · 6/21/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: SciFiTerminal |
| 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 = "SciFiTerminal" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Black"] = "2022 Glue", |
| 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 = "BaseBottom" |
| 32 | p.Size = Vector3.new(22, 2, 16) |
| 33 | p.CFrame = CFrame.new(0, 1, 2) |
| 34 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "BaseMid" |
| 43 | p.Size = Vector3.new(18, 1, 14) |
| 44 | p.CFrame = CFrame.new(0, 2.54, 2) |
| 45 | p.BrickColor = BrickColor.new("Black") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Glue" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "BaseTop" |
| 54 | p.Size = Vector3.new(12, 1, 10) |
| 55 | p.CFrame = CFrame.new(0, 3.58, 2) |
| 56 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "FrontStep1" |
| 65 | p.Size = Vector3.new(12, 1, 4) |
| 66 | p.CFrame = CFrame.new(0, 1.54, -6) |
| 67 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Inlet" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "FrontStep2" |
| 76 | p.Size = Vector3.new(8, 1, 2) |
| 77 | p.CFrame = CFrame.new(0, 2, -5.04) |
| 78 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "NeonBaseFront" |
| 87 | p.Size = Vector3.new(16, 0.4, 0.2) |
| 88 | p.CFrame = CFrame.new(0, 1, -6.14) |
| 89 | p.BrickColor = BrickColor.new("Toothpaste") |
| 90 | p.Material = Enum.Material.Neon |
| 91 | p.Anchored = true |
| 92 | p.Parent = model |
| 93 | end |
| 94 | do |
| 95 | local p = Instance.new("Part") |
| 96 | p.Name = "NeonStepFront" |
| 97 | p.Size = Vector3.new(8, 0.4, 0.2) |
| 98 | p.CFrame = CFrame.new(0, 1.5, -8.14) |
| 99 | p.BrickColor = BrickColor.new("Toothpaste") |
| 100 | p.Material = Enum.Material.Neon |
| 101 | p.Anchored = true |
| 102 | p.Parent = model |
| 103 | end |
| 104 | do |
| 105 | local p = Instance.new("Part") |
| 106 | p.Name = "NeonBaseLeft" |
| 107 | p.Size = Vector3.new(0.2, 0.4, 10) |
| 108 | p.CFrame = CFrame.new(-11.18, 1, 2) |
| 109 | p.BrickColor = BrickColor.new("Toothpaste") |
| 110 | p.Material = Enum.Material.Neon |
| 111 | p.Anchored = true |
| 112 | p.Parent = model |
| 113 | end |
| 114 | do |
| 115 | local p = Instance.new("Part") |
| 116 | p.Name = "NeonBaseRight" |
| 117 | p.Size = Vector3.new(0.2, 0.4, 10) |
| 118 | p.CFrame = CFrame.new(11.18, 1, 2) |
| 119 | p.BrickColor = BrickColor.new("Toothpaste") |
| 120 | p.Material = Enum.Material.Neon |
| 121 | p.Anchored = true |
| 122 | p.Parent = model |
| 123 | end |
| 124 | do |
| 125 | local p = Instance.new("Part") |
| 126 | p.Name = "PillarBase_Left" |
| 127 | p.Size = Vector3.new(3, 3, 10) |
| 128 | p.CFrame = CFrame.new(-9.58, 4.58, 2) |
| 129 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 130 | p.Material = Enum.Material.Glacier |
| 131 | p.MaterialVariant = "2022 Stud" |
| 132 | p.Anchored = true |
| 133 | p.Parent = model |
| 134 | end |
| 135 | do |
| 136 | local p = Instance.new("Part") |
| 137 | p.Name = "PillarMid_Left" |
| 138 | p.Size = Vector3.new(2.5, 5, 8) |
| 139 | p.CFrame = CFrame.new(-9.5, 8.5, 2) |
| 140 | p.BrickColor = BrickColor.new("Black") |
| 141 | p.Material = Enum.Material.Glacier |
| 142 | p.MaterialVariant = "2022 Glue" |
| 143 | p.Anchored = true |
| 144 | p.Parent = model |
| 145 | end |
| 146 | do |
| 147 | local p = Instance.new("Part") |
| 148 | p.Name = "PillarTop_Left" |
| 149 | p.Size = Vector3.new(2, 4, 6) |
| 150 | p.CFrame = CFrame.new(-9.5, 12, 2) |
| 151 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 152 | p.Material = Enum.Material.Glacier |
| 153 | p.MaterialVariant = "2022 Stud" |
| 154 | p.Anchored = true |
| 155 | p.Parent = model |
| 156 | end |
| 157 | do |
| 158 | local p = Instance.new("Part") |
| 159 | p.Name = "NeonSlot1_Left" |
| 160 | p.Size = Vector3.new(0.2, 0.6, 4) |
| 161 | p.CFrame = CFrame.new(-10.8, 7, 2) |
| 162 | p.BrickColor = BrickColor.new("Toothpaste") |
| 163 | p.Material = Enum.Material.Neon |
| 164 | p.Anchored = true |
| 165 | p.Parent = model |
| 166 | end |
| 167 | do |
| 168 | local p = Instance.new("Part") |
| 169 | p.Name = "NeonSlot2_Left" |
| 170 | p.Size = Vector3.new(0.2, 0.6, 4) |
| 171 | p.CFrame = CFrame.new(-10.8, 8.5, 2) |
| 172 | p.BrickColor = BrickColor.new("Toothpaste") |
| 173 | p.Material = Enum.Material.Neon |
| 174 | p.Anchored = true |
| 175 | p.Parent = model |
| 176 | end |
| 177 | do |
| 178 | local p = Instance.new("Part") |
| 179 | p.Name = "NeonSlot3_Left" |
| 180 | p.Size = Vector3.new(0.2, 0.6, 4) |
| 181 | p.CFrame = CFrame.new(-10.8, 10, 2) |
| 182 | p.BrickColor = BrickColor.new("Toothpaste") |
| 183 | p.Material = Enum.Material.Neon |
| 184 | p.Anchored = true |
| 185 | p.Parent = model |
| 186 | end |
| 187 | do |
| 188 | local p = Instance.new("Part") |
| 189 | p.Shape = Enum.PartType.Cylinder |
| 190 | p.Name = "PivotJoint_Left" |
| 191 | p.Size = Vector3.new(2.5, 5, 5) |
| 192 | p.CFrame = CFrame.new(-10, 13, 2) |
| 193 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 194 | p.Material = Enum.Material.Glacier |
| 195 | p.MaterialVariant = "2022 Inlet" |
| 196 | p.Anchored = true |
| 197 | p.Parent = model |
| 198 | end |
| 199 | do |
| 200 | local p = Instance.new("Part") |
| 201 | p.Shape = Enum.PartType.Cylinder |
| 202 | p.Name = "PivotCap_Left" |
| 203 | p.Size = Vector3.new(0.5, 4, 4) |
| 204 | p.CFrame = CFrame.new(-11.3, 13, 2) |
| 205 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 206 | p.Material = Enum.Material.Glacier |
| 207 | p.MaterialVariant = "2022 Stud" |
| 208 | p.Anchored = true |
| 209 | p.Parent = model |
| 210 | end |
| 211 | do |
| 212 | local p = Instance.new("Part") |
| 213 | p.Shape = Enum.PartType.Cylinder |
| 214 | p.Name = "PivotNeon_Left" |
| 215 | p.Size = Vector3.new(0.2, 2.5, 2.5) |
| 216 | p.CFrame = CFrame.new(-11.6, 13, 2) |
| 217 | p.BrickColor = BrickColor.new("Toothpaste") |
| 218 | p.Material = Enum.Material.Neon |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("Part") |
| 224 | p.Name = "PillarBase_Right" |
| 225 | p.Size = Vector3.new(3, 3, 10) |
| 226 | p.CFrame = CFrame.new(9.58, 4.58, 2) |
| 227 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Stud" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Name = "PillarMid_Right" |
| 236 | p.Size = Vector3.new(2.5, 5, 8) |
| 237 | p.CFrame = CFrame.new(9.5, 8.5, 2) |
| 238 | p.BrickColor = BrickColor.new("Black") |
| 239 | p.Material = Enum.Material.Glacier |
| 240 | p.MaterialVariant = "2022 Glue" |
| 241 | p.Anchored = true |
| 242 | p.Parent = model |
| 243 | end |
| 244 | do |
| 245 | local p = Instance.new("Part") |
| 246 | p.Name = "PillarTop_Right" |
| 247 | p.Size = Vector3.new(2, 4, 6) |
| 248 | p.CFrame = CFrame.new(9.5, 12, 2) |
| 249 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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 = "NeonSlot1_Right" |
| 258 | p.Size = Vector3.new(0.2, 0.6, 4) |
| 259 | p.CFrame = CFrame.new(10.8, 7, 2) |
| 260 | p.BrickColor = BrickColor.new("Toothpaste") |
| 261 | p.Material = Enum.Material.Neon |
| 262 | p.Anchored = true |
| 263 | p.Parent = model |
| 264 | end |
| 265 | do |
| 266 | local p = Instance.new("Part") |
| 267 | p.Name = "NeonSlot2_Right" |
| 268 | p.Size = Vector3.new(0.2, 0.6, 4) |
| 269 | p.CFrame = CFrame.new(10.8, 8.5, 2) |
| 270 | p.BrickColor = BrickColor.new("Toothpaste") |
| 271 | p.Material = Enum.Material.Neon |
| 272 | p.Anchored = true |
| 273 | p.Parent = model |
| 274 | end |
| 275 | do |
| 276 | local p = Instance.new("Part") |
| 277 | p.Name = "NeonSlot3_Right" |
| 278 | p.Size = Vector3.new(0.2, 0.6, 4) |
| 279 | p.CFrame = CFrame.new(10.8, 10, 2) |
| 280 | p.BrickColor = BrickColor.new("Toothpaste") |
| 281 | p.Material = Enum.Material.Neon |
| 282 | p.Anchored = true |
| 283 | p.Parent = model |
| 284 | end |
| 285 | do |
| 286 | local p = Instance.new("Part") |
| 287 | p.Shape = Enum.PartType.Cylinder |
| 288 | p.Name = "PivotJoint_Right" |
| 289 | p.Size = Vector3.new(2.5, 5, 5) |
| 290 | p.CFrame = CFrame.new(10, 13, 2) |
| 291 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 292 | p.Material = Enum.Material.Glacier |
| 293 | p.MaterialVariant = "2022 Inlet" |
| 294 | p.Anchored = true |
| 295 | p.Parent = model |
| 296 | end |
| 297 | do |
| 298 | local p = Instance.new("Part") |
| 299 | p.Shape = Enum.PartType.Cylinder |
| 300 | p.Name = "PivotCap_Right" |
| 301 | p.Size = Vector3.new(0.5, 4, 4) |
| 302 | p.CFrame = CFrame.new(11.3, 13, 2) |
| 303 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 304 | p.Material = Enum.Material.Glacier |
| 305 | p.MaterialVariant = "2022 Stud" |
| 306 | p.Anchored = true |
| 307 | p.Parent = model |
| 308 | end |
| 309 | do |
| 310 | local p = Instance.new("Part") |
| 311 | p.Shape = Enum.PartType.Cylinder |
| 312 | p.Name = "PivotNeon_Right" |
| 313 | p.Size = Vector3.new(0.2, 2.5, 2.5) |
| 314 | p.CFrame = CFrame.new(11.6, 13, 2) |
| 315 | p.BrickColor = BrickColor.new("Toothpaste") |
| 316 | p.Material = Enum.Material.Neon |
| 317 | p.Anchored = true |
| 318 | p.Parent = model |
| 319 | end |
| 320 | do |
| 321 | local p = Instance.new("Part") |
| 322 | p.Name = "ScreenFrame" |
| 323 | p.Size = Vector3.new(16, 20, 2) |
| 324 | p.CFrame = CFrame.new(0, 13, 2) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 325 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 326 | p.Material = Enum.Material.Glacier |
| 327 | p.MaterialVariant = "2022 Stud" |
| 328 | p.Anchored = true |
| 329 | p.Parent = model |
| 330 | end |
| 331 | do |
| 332 | local p = Instance.new("Part") |
| 333 | p.Name = "ScreenBezel" |
| 334 | p.Size = Vector3.new(15, 19, 1.5) |
| 335 | p.CFrame = CFrame.new(0, 12.8706, 1.51704) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 336 | p.BrickColor = BrickColor.new("Black") |
| 337 | p.Material = Enum.Material.Glacier |
| 338 | p.MaterialVariant = "2022 Glue" |
| 339 | p.Anchored = true |
| 340 | p.Parent = model |
| 341 | end |
| 342 | do |
| 343 | local p = Instance.new("Part") |
| 344 | p.Name = "BlankScreen" |
| 345 | p.Size = Vector3.new(14, 18, 0.6) |
| 346 | p.CFrame = CFrame.new(0, 12.7412, 1.03407) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 347 | p.BrickColor = BrickColor.new("Really black") |
| 348 | p.Material = Enum.Material.Glacier |
| 349 | p.MaterialVariant = "2022 Universal" |
| 350 | p.Anchored = true |
| 351 | p.Parent = model |
| 352 | end |
| 353 | do |
| 354 | local p = Instance.new("Part") |
| 355 | p.Name = "ScreenNeonTop" |
| 356 | p.Size = Vector3.new(14, 0.3, 0.2) |
| 357 | p.CFrame = CFrame.new(0.04, 21.581094, -1.520924) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 358 | p.BrickColor = BrickColor.new("Toothpaste") |
| 359 | p.Material = Enum.Material.Neon |
| 360 | p.Anchored = true |
| 361 | p.Parent = model |
| 362 | end |
| 363 | do |
| 364 | local p = Instance.new("Part") |
| 365 | p.Name = "ScreenNeonBottom" |
| 366 | p.Size = Vector3.new(14, 0.3, 0.2) |
| 367 | p.CFrame = CFrame.new(0, 3.808074, 3.241346) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 368 | p.BrickColor = BrickColor.new("Toothpaste") |
| 369 | p.Material = Enum.Material.Neon |
| 370 | p.Anchored = true |
| 371 | p.Parent = model |
| 372 | end |
| 373 | do |
| 374 | local p = Instance.new("Part") |
| 375 | p.Name = "ScreenNeonLeft" |
| 376 | p.Size = Vector3.new(0.3, 18.7, 0.2) |
| 377 | p.CFrame = CFrame.new(-7.2, 12.694594, 0.860208) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 378 | p.BrickColor = BrickColor.new("Toothpaste") |
| 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 = "ScreenNeonRight" |
| 386 | p.Size = Vector3.new(0.3, 18.7, 0.2) |
| 387 | p.CFrame = CFrame.new(7.2, 12.694594, 0.860208) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 388 | p.BrickColor = BrickColor.new("Toothpaste") |
| 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 = "CornerTL" |
| 396 | p.Size = Vector3.new(2, 2, 1.6) |
| 397 | p.CFrame = CFrame.new(-7.5, 22.021, -1.03834) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 398 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 399 | p.Material = Enum.Material.Glacier |
| 400 | p.MaterialVariant = "2022 Inlet" |
| 401 | p.Anchored = true |
| 402 | p.Parent = model |
| 403 | end |
| 404 | do |
| 405 | local p = Instance.new("Part") |
| 406 | p.Name = "CornerTR" |
| 407 | p.Size = Vector3.new(2, 2, 1.6) |
| 408 | p.CFrame = CFrame.new(7.5, 22.021, -1.03834) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 409 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 410 | p.Material = Enum.Material.Glacier |
| 411 | p.MaterialVariant = "2022 Inlet" |
| 412 | p.Anchored = true |
| 413 | p.Parent = model |
| 414 | end |
| 415 | do |
| 416 | local p = Instance.new("Part") |
| 417 | p.Name = "CornerBL" |
| 418 | p.Size = Vector3.new(2, 2, 1.6) |
| 419 | p.CFrame = CFrame.new(-7.5, 3.66841, 3.87922) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 420 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 421 | p.Material = Enum.Material.Glacier |
| 422 | p.MaterialVariant = "2022 Inlet" |
| 423 | p.Anchored = true |
| 424 | p.Parent = model |
| 425 | end |
| 426 | do |
| 427 | local p = Instance.new("Part") |
| 428 | p.Name = "CornerBR" |
| 429 | p.Size = Vector3.new(2, 2, 1.6) |
| 430 | p.CFrame = CFrame.new(7.5, 3.66841, 3.87922) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 431 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 432 | p.Material = Enum.Material.Glacier |
| 433 | p.MaterialVariant = "2022 Inlet" |
| 434 | p.Anchored = true |
| 435 | p.Parent = model |
| 436 | end |
| 437 | do |
| 438 | local p = Instance.new("Part") |
| 439 | p.Name = "FrameDetailTop" |
| 440 | p.Size = Vector3.new(6, 0.5, 1.2) |
| 441 | p.CFrame = CFrame.new(0, 22.723, -1.12292) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 442 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 443 | p.Material = Enum.Material.Glacier |
| 444 | p.MaterialVariant = "2022 Inlet" |
| 445 | p.Anchored = true |
| 446 | p.Parent = model |
| 447 | end |
| 448 | do |
| 449 | local p = Instance.new("Part") |
| 450 | p.Name = "FrameDetailBottom" |
| 451 | p.Size = Vector3.new(8, 0.5, 1.2) |
| 452 | p.CFrame = CFrame.new(0, 3.01815, 4.15699) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 453 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 454 | p.Material = Enum.Material.Glacier |
| 455 | p.MaterialVariant = "2022 Inlet" |
| 456 | p.Anchored = true |
| 457 | p.Parent = model |
| 458 | end |
| 459 | model.PrimaryPart = model:FindFirstChild("BaseBottom") |
| 460 | print("SciFiTerminal built: " .. #model:GetChildren() .. " parts") |
Loading comments...