Loading model...
by ichika j · 3/27/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: SciFiCrate |
| 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 = "SciFiCrate" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Stud", |
| 25 | ["Really black"] = "2022 Universal", |
| 26 | } |
| 27 | do |
| 28 | local p = Instance.new("Part") |
| 29 | p.Name = "Core" |
| 30 | p.Size = Vector3.new(10, 10, 10) |
| 31 | p.CFrame = CFrame.new(0, 5, 0) |
| 32 | p.BrickColor = BrickColor.new("Really black") |
| 33 | p.Material = Enum.Material.Glacier |
| 34 | p.MaterialVariant = "2022 Universal" |
| 35 | p.Anchored = true |
| 36 | p.Parent = model |
| 37 | end |
| 38 | do |
| 39 | local p = Instance.new("Part") |
| 40 | p.Name = "TrimTop" |
| 41 | p.Size = Vector3.new(9.5, 0.2, 9.5) |
| 42 | p.CFrame = CFrame.new(0, 10.14, 0) |
| 43 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 44 | p.Material = Enum.Material.Glacier |
| 45 | p.MaterialVariant = "2022 Stud" |
| 46 | p.Anchored = true |
| 47 | p.Parent = model |
| 48 | end |
| 49 | do |
| 50 | local p = Instance.new("Part") |
| 51 | p.Name = "TrimBottom" |
| 52 | p.Size = Vector3.new(9.5, 0.2, 9.5) |
| 53 | p.CFrame = CFrame.new(0, -0.14, 0) |
| 54 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 55 | p.Material = Enum.Material.Glacier |
| 56 | p.MaterialVariant = "2022 Stud" |
| 57 | p.Anchored = true |
| 58 | p.Parent = model |
| 59 | end |
| 60 | do |
| 61 | local p = Instance.new("Part") |
| 62 | p.Name = "TrimLeft" |
| 63 | p.Size = Vector3.new(0.2, 9.5, 9.5) |
| 64 | p.CFrame = CFrame.new(-5.18, 5, 0) |
| 65 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 66 | p.Material = Enum.Material.Glacier |
| 67 | p.MaterialVariant = "2022 Stud" |
| 68 | p.Anchored = true |
| 69 | p.Parent = model |
| 70 | end |
| 71 | do |
| 72 | local p = Instance.new("Part") |
| 73 | p.Name = "TrimRight" |
| 74 | p.Size = Vector3.new(0.2, 9.5, 9.5) |
| 75 | p.CFrame = CFrame.new(5.18, 5, 0) |
| 76 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 77 | p.Material = Enum.Material.Glacier |
| 78 | p.MaterialVariant = "2022 Stud" |
| 79 | p.Anchored = true |
| 80 | p.Parent = model |
| 81 | end |
| 82 | do |
| 83 | local p = Instance.new("Part") |
| 84 | p.Name = "TrimFront" |
| 85 | p.Size = Vector3.new(9.5, 9.5, 0.2) |
| 86 | p.CFrame = CFrame.new(0, 5, -5.14) |
| 87 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 88 | p.Material = Enum.Material.Glacier |
| 89 | p.MaterialVariant = "2022 Stud" |
| 90 | p.Anchored = true |
| 91 | p.Parent = model |
| 92 | end |
| 93 | do |
| 94 | local p = Instance.new("Part") |
| 95 | p.Name = "TrimBack" |
| 96 | p.Size = Vector3.new(9.5, 9.5, 0.2) |
| 97 | p.CFrame = CFrame.new(0, 5, 5.14) |
| 98 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 99 | p.Material = Enum.Material.Glacier |
| 100 | p.MaterialVariant = "2022 Stud" |
| 101 | p.Anchored = true |
| 102 | p.Parent = model |
| 103 | end |
| 104 | do |
| 105 | local p = Instance.new("Part") |
| 106 | p.Name = "GlowFront" |
| 107 | p.Size = Vector3.new(4, 4, 0.1) |
| 108 | p.CFrame = CFrame.new(0, 5, -5.23) |
| 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 = "GlowBack" |
| 117 | p.Size = Vector3.new(4, 4, 0.1) |
| 118 | p.CFrame = CFrame.new(0, 5, 5.23) |
| 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 = "GlowLeft" |
| 127 | p.Size = Vector3.new(0.1, 4, 4) |
| 128 | p.CFrame = CFrame.new(-5.07, 5, 0) |
| 129 | p.BrickColor = BrickColor.new("Toothpaste") |
| 130 | p.Material = Enum.Material.Neon |
| 131 | p.Anchored = true |
| 132 | p.Parent = model |
| 133 | end |
| 134 | do |
| 135 | local p = Instance.new("Part") |
| 136 | p.Name = "GlowRight" |
| 137 | p.Size = Vector3.new(0.1, 4, 4) |
| 138 | p.CFrame = CFrame.new(5.07, 5, 0) |
| 139 | p.BrickColor = BrickColor.new("Toothpaste") |
| 140 | p.Material = Enum.Material.Neon |
| 141 | p.Anchored = true |
| 142 | p.Parent = model |
| 143 | end |
| 144 | do |
| 145 | local p = Instance.new("Part") |
| 146 | p.Name = "GlowTop" |
| 147 | p.Size = Vector3.new(4, 0.1, 4) |
| 148 | p.CFrame = CFrame.new(0, 10.23, 0) |
| 149 | p.BrickColor = BrickColor.new("Toothpaste") |
| 150 | p.Material = Enum.Material.Neon |
| 151 | p.Anchored = true |
| 152 | p.Parent = model |
| 153 | end |
| 154 | model.PrimaryPart = model:FindFirstChild("Core") |
| 155 | print("SciFiCrate built: " .. #model:GetChildren() .. " parts") |
Loading comments...