Loading model...
by Danyal Assi · 6/12/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: ClassicFactory |
| 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 = "ClassicFactory" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "2022 Glue", |
| 25 | ["Dark stone grey"] = "2022 Big Stud", |
| 26 | ["Light stone grey"] = "2022 Inlet", |
| 27 | ["Medium stone grey"] = "2022 Stud", |
| 28 | ["Really black"] = "2022 Universal", |
| 29 | ["Reddish brown"] = "2022 Small Stud", |
| 30 | } |
| 31 | do |
| 32 | local p = Instance.new("Part") |
| 33 | p.Name = "BasePlate" |
| 34 | p.Size = Vector3.new(34, 1, 26) |
| 35 | p.CFrame = CFrame.new(0, 0.46, 0) |
| 36 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 37 | p.Material = Enum.Material.Glacier |
| 38 | p.MaterialVariant = "2022 Big Stud" |
| 39 | p.Anchored = true |
| 40 | p.Parent = model |
| 41 | end |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Name = "LeftBldg_Body" |
| 45 | p.Size = Vector3.new(12, 10, 16) |
| 46 | p.CFrame = CFrame.new(-6, 6, 2) |
| 47 | p.BrickColor = BrickColor.new("Light stone grey") |
| 48 | p.Material = Enum.Material.Glacier |
| 49 | p.MaterialVariant = "2022 Inlet" |
| 50 | p.Anchored = true |
| 51 | p.Parent = model |
| 52 | end |
| 53 | do |
| 54 | local p = Instance.new("Part") |
| 55 | p.Name = "LeftBldg_RoofTrim" |
| 56 | p.Size = Vector3.new(12.4, 0.5, 16.4) |
| 57 | p.CFrame = CFrame.new(-6, 11.29, 2) |
| 58 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 59 | p.Material = Enum.Material.Glacier |
| 60 | p.MaterialVariant = "2022 Big Stud" |
| 61 | p.Anchored = true |
| 62 | p.Parent = model |
| 63 | end |
| 64 | do |
| 65 | local p = Instance.new("Part") |
| 66 | p.Name = "LeftBldg_Roof" |
| 67 | p.Size = Vector3.new(11.2, 0.6, 15.2) |
| 68 | p.CFrame = CFrame.new(-6, 11.34, 2) |
| 69 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 70 | p.Material = Enum.Material.Glacier |
| 71 | p.MaterialVariant = "2022 Stud" |
| 72 | p.Anchored = true |
| 73 | p.Parent = model |
| 74 | end |
| 75 | do |
| 76 | local p = Instance.new("Part") |
| 77 | p.Name = "LeftBldg_VentPad" |
| 78 | p.Size = Vector3.new(4, 0.2, 4) |
| 79 | p.CFrame = CFrame.new(-8, 11.78, -2) |
| 80 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 81 | p.Material = Enum.Material.Glacier |
| 82 | p.MaterialVariant = "2022 Big Stud" |
| 83 | p.Anchored = true |
| 84 | p.Parent = model |
| 85 | end |
| 86 | do |
| 87 | local p = Instance.new("Part") |
| 88 | p.Shape = Enum.PartType.Cylinder |
| 89 | p.Name = "LeftBldg_Vent_-3_-5" |
| 90 | p.Size = Vector3.new(1, 1.2, 1.2) |
| 91 | p.CFrame = CFrame.new(-7, 12.2, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 92 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 93 | p.Material = Enum.Material.Glacier |
| 94 | p.MaterialVariant = "2022 Stud" |
| 95 | p.Anchored = true |
| 96 | p.Parent = model |
| 97 | end |
| 98 | do |
| 99 | local p = Instance.new("Part") |
| 100 | p.Shape = Enum.PartType.Cylinder |
| 101 | p.Name = "LeftBldg_VentHole_-3_-5" |
| 102 | p.Size = Vector3.new(0.1, 0.8, 0.8) |
| 103 | p.CFrame = CFrame.new(-7, 12.79, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 104 | p.BrickColor = BrickColor.new("Really black") |
| 105 | p.Material = Enum.Material.Glacier |
| 106 | p.MaterialVariant = "2022 Universal" |
| 107 | p.Anchored = true |
| 108 | p.Parent = model |
| 109 | end |
| 110 | do |
| 111 | local p = Instance.new("Part") |
| 112 | p.Shape = Enum.PartType.Cylinder |
| 113 | p.Name = "LeftBldg_Vent_-3_-3" |
| 114 | p.Size = Vector3.new(1, 1.2, 1.2) |
| 115 | p.CFrame = CFrame.new(-7, 12.2, 3) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 116 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 117 | p.Material = Enum.Material.Glacier |
| 118 | p.MaterialVariant = "2022 Stud" |
| 119 | p.Anchored = true |
| 120 | p.Parent = model |
| 121 | end |
| 122 | do |
| 123 | local p = Instance.new("Part") |
| 124 | p.Shape = Enum.PartType.Cylinder |
| 125 | p.Name = "LeftBldg_VentHole_-3_-3" |
| 126 | p.Size = Vector3.new(0.1, 0.8, 0.8) |
| 127 | p.CFrame = CFrame.new(-7, 12.79, 3) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 128 | p.BrickColor = BrickColor.new("Really black") |
| 129 | p.Material = Enum.Material.Glacier |
| 130 | p.MaterialVariant = "2022 Universal" |
| 131 | p.Anchored = true |
| 132 | p.Parent = model |
| 133 | end |
| 134 | do |
| 135 | local p = Instance.new("Part") |
| 136 | p.Shape = Enum.PartType.Cylinder |
| 137 | p.Name = "LeftBldg_Vent_-1_-5" |
| 138 | p.Size = Vector3.new(1, 1.2, 1.2) |
| 139 | p.CFrame = CFrame.new(-5, 12.2, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 140 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 141 | p.Material = Enum.Material.Glacier |
| 142 | p.MaterialVariant = "2022 Stud" |
| 143 | p.Anchored = true |
| 144 | p.Parent = model |
| 145 | end |
| 146 | do |
| 147 | local p = Instance.new("Part") |
| 148 | p.Shape = Enum.PartType.Cylinder |
| 149 | p.Name = "LeftBldg_VentHole_-1_-5" |
| 150 | p.Size = Vector3.new(0.1, 0.8, 0.8) |
| 151 | p.CFrame = CFrame.new(-5, 12.79, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 152 | p.BrickColor = BrickColor.new("Really black") |
| 153 | p.Material = Enum.Material.Glacier |
| 154 | p.MaterialVariant = "2022 Universal" |
| 155 | p.Anchored = true |
| 156 | p.Parent = model |
| 157 | end |
| 158 | do |
| 159 | local p = Instance.new("Part") |
| 160 | p.Shape = Enum.PartType.Cylinder |
| 161 | p.Name = "LeftBldg_Vent_-1_-3" |
| 162 | p.Size = Vector3.new(1, 1.2, 1.2) |
| 163 | p.CFrame = CFrame.new(-5, 12.2, 3) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 164 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 165 | p.Material = Enum.Material.Glacier |
| 166 | p.MaterialVariant = "2022 Stud" |
| 167 | p.Anchored = true |
| 168 | p.Parent = model |
| 169 | end |
| 170 | do |
| 171 | local p = Instance.new("Part") |
| 172 | p.Shape = Enum.PartType.Cylinder |
| 173 | p.Name = "LeftBldg_VentHole_-1_-3" |
| 174 | p.Size = Vector3.new(0.1, 0.8, 0.8) |
| 175 | p.CFrame = CFrame.new(-5, 12.79, 3) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 176 | p.BrickColor = BrickColor.new("Really black") |
| 177 | p.Material = Enum.Material.Glacier |
| 178 | p.MaterialVariant = "2022 Universal" |
| 179 | p.Anchored = true |
| 180 | p.Parent = model |
| 181 | end |
| 182 | do |
| 183 | local p = Instance.new("Part") |
| 184 | p.Name = "LeftBldg_RoofPatch" |
| 185 | p.Size = Vector3.new(6, 0.2, 6) |
| 186 | p.CFrame = CFrame.new(-5, 11.69, 4) |
| 187 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 188 | p.Material = Enum.Material.Glacier |
| 189 | p.MaterialVariant = "2022 Big Stud" |
| 190 | p.Anchored = true |
| 191 | p.Parent = model |
| 192 | end |
| 193 | do |
| 194 | local p = Instance.new("Part") |
| 195 | p.Name = "LeftBldg_WinF1" |
| 196 | p.Size = Vector3.new(1.5, 1.5, 0.2) |
| 197 | p.CFrame = CFrame.new(-9, 7, -6.05) |
| 198 | p.BrickColor = BrickColor.new("Bright blue") |
| 199 | p.Material = Enum.Material.Glacier |
| 200 | p.MaterialVariant = "2022 Glue" |
| 201 | p.Anchored = true |
| 202 | p.Parent = model |
| 203 | end |
| 204 | do |
| 205 | local p = Instance.new("Part") |
| 206 | p.Name = "LeftBldg_WinF2" |
| 207 | p.Size = Vector3.new(1.5, 1.5, 0.2) |
| 208 | p.CFrame = CFrame.new(-3, 7, -6.05) |
| 209 | p.BrickColor = BrickColor.new("Bright blue") |
| 210 | p.Material = Enum.Material.Glacier |
| 211 | p.MaterialVariant = "2022 Glue" |
| 212 | p.Anchored = true |
| 213 | p.Parent = model |
| 214 | end |
| 215 | do |
| 216 | local p = Instance.new("Part") |
| 217 | p.Name = "LeftBldg_WinS1" |
| 218 | p.Size = Vector3.new(0.2, 1.5, 1.5) |
| 219 | p.CFrame = CFrame.new(-12.05, 7, -2) |
| 220 | p.BrickColor = BrickColor.new("Bright blue") |
| 221 | p.Material = Enum.Material.Glacier |
| 222 | p.MaterialVariant = "2022 Glue" |
| 223 | p.Anchored = true |
| 224 | p.Parent = model |
| 225 | end |
| 226 | do |
| 227 | local p = Instance.new("Part") |
| 228 | p.Name = "LeftBldg_WinS2" |
| 229 | p.Size = Vector3.new(0.2, 1.5, 1.5) |
| 230 | p.CFrame = CFrame.new(-12.05, 7, 2) |
| 231 | p.BrickColor = BrickColor.new("Bright blue") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Glue" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local p = Instance.new("Part") |
| 239 | p.Name = "LeftBldg_WinS3" |
| 240 | p.Size = Vector3.new(0.2, 1.5, 1.5) |
| 241 | p.CFrame = CFrame.new(-12.05, 7, 6) |
| 242 | p.BrickColor = BrickColor.new("Bright blue") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Glue" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Name = "RightBldg_Body" |
| 251 | p.Size = Vector3.new(12, 8, 12) |
| 252 | p.CFrame = CFrame.new(6.04, 5, -2) |
| 253 | p.BrickColor = BrickColor.new("Light stone grey") |
| 254 | p.Material = Enum.Material.Glacier |
| 255 | p.MaterialVariant = "2022 Inlet" |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "RightBldg_RoofTrim" |
| 262 | p.Size = Vector3.new(12.4, 0.5, 12.4) |
| 263 | p.CFrame = CFrame.new(6, 9.29, -2) |
| 264 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 265 | p.Material = Enum.Material.Glacier |
| 266 | p.MaterialVariant = "2022 Big Stud" |
| 267 | p.Anchored = true |
| 268 | p.Parent = model |
| 269 | end |
| 270 | do |
| 271 | local p = Instance.new("Part") |
| 272 | p.Name = "RightBldg_Roof" |
| 273 | p.Size = Vector3.new(11.2, 0.6, 11.2) |
| 274 | p.CFrame = CFrame.new(6, 9.38, -2) |
| 275 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 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 = "RightBldg_RoofPatch" |
| 284 | p.Size = Vector3.new(5, 0.2, 5) |
| 285 | p.CFrame = CFrame.new(8, 9.69, -1) |
| 286 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Big Stud" |
| 289 | p.Anchored = true |
| 290 | p.Parent = model |
| 291 | end |
| 292 | do |
| 293 | local p = Instance.new("Part") |
| 294 | p.Name = "RightBldg_WinF0" |
| 295 | p.Size = Vector3.new(1, 1.5, 0.2) |
| 296 | p.CFrame = CFrame.new(2, 6, -8.05) |
| 297 | p.BrickColor = BrickColor.new("Bright blue") |
| 298 | p.Material = Enum.Material.Glacier |
| 299 | p.MaterialVariant = "2022 Glue" |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Name = "RightBldg_WinF1" |
| 306 | p.Size = Vector3.new(1, 1.5, 0.2) |
| 307 | p.CFrame = CFrame.new(4, 6, -8.05) |
| 308 | p.BrickColor = BrickColor.new("Bright blue") |
| 309 | p.Material = Enum.Material.Glacier |
| 310 | p.MaterialVariant = "2022 Glue" |
| 311 | p.Anchored = true |
| 312 | p.Parent = model |
| 313 | end |
| 314 | do |
| 315 | local p = Instance.new("Part") |
| 316 | p.Name = "RightBldg_WinF2" |
| 317 | p.Size = Vector3.new(1, 1.5, 0.2) |
| 318 | p.CFrame = CFrame.new(6, 6, -8.05) |
| 319 | p.BrickColor = BrickColor.new("Bright blue") |
| 320 | p.Material = Enum.Material.Glacier |
| 321 | p.MaterialVariant = "2022 Glue" |
| 322 | p.Anchored = true |
| 323 | p.Parent = model |
| 324 | end |
| 325 | do |
| 326 | local p = Instance.new("Part") |
| 327 | p.Name = "RightBldg_WinF3" |
| 328 | p.Size = Vector3.new(1, 1.5, 0.2) |
| 329 | p.CFrame = CFrame.new(8, 6, -8.05) |
| 330 | p.BrickColor = BrickColor.new("Bright blue") |
| 331 | p.Material = Enum.Material.Glacier |
| 332 | p.MaterialVariant = "2022 Glue" |
| 333 | p.Anchored = true |
| 334 | p.Parent = model |
| 335 | end |
| 336 | do |
| 337 | local p = Instance.new("Part") |
| 338 | p.Name = "RightBldg_WinF4" |
| 339 | p.Size = Vector3.new(1, 1.5, 0.2) |
| 340 | p.CFrame = CFrame.new(10, 6, -8.05) |
| 341 | p.BrickColor = BrickColor.new("Bright blue") |
| 342 | p.Material = Enum.Material.Glacier |
| 343 | p.MaterialVariant = "2022 Glue" |
| 344 | p.Anchored = true |
| 345 | p.Parent = model |
| 346 | end |
| 347 | do |
| 348 | local p = Instance.new("Part") |
| 349 | p.Shape = Enum.PartType.Cylinder |
| 350 | p.Name = "Stack1_Base" |
| 351 | p.Size = Vector3.new(4, 3.5, 3.5) |
| 352 | p.CFrame = CFrame.new(3, 11.72, -4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 353 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 354 | p.Material = Enum.Material.Glacier |
| 355 | p.MaterialVariant = "2022 Stud" |
| 356 | p.Anchored = true |
| 357 | p.Parent = model |
| 358 | end |
| 359 | do |
| 360 | local p = Instance.new("Part") |
| 361 | p.Shape = Enum.PartType.Cylinder |
| 362 | p.Name = "Stack1_Mid" |
| 363 | p.Size = Vector3.new(3, 2.8, 2.8) |
| 364 | p.CFrame = CFrame.new(3, 15.26, -4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 365 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 366 | p.Material = Enum.Material.Glacier |
| 367 | p.MaterialVariant = "2022 Stud" |
| 368 | p.Anchored = true |
| 369 | p.Parent = model |
| 370 | end |
| 371 | do |
| 372 | local p = Instance.new("Part") |
| 373 | p.Shape = Enum.PartType.Cylinder |
| 374 | p.Name = "Stack1_Top" |
| 375 | p.Size = Vector3.new(2, 2.2, 2.2) |
| 376 | p.CFrame = CFrame.new(3, 17.8, -4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 377 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 378 | p.Material = Enum.Material.Glacier |
| 379 | p.MaterialVariant = "2022 Stud" |
| 380 | p.Anchored = true |
| 381 | p.Parent = model |
| 382 | end |
| 383 | do |
| 384 | local p = Instance.new("Part") |
| 385 | p.Shape = Enum.PartType.Cylinder |
| 386 | p.Name = "Stack1_Hole" |
| 387 | p.Size = Vector3.new(0.2, 1.6, 1.6) |
| 388 | p.CFrame = CFrame.new(3, 18.69, -4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 389 | p.BrickColor = BrickColor.new("Really black") |
| 390 | p.Material = Enum.Material.Glacier |
| 391 | p.MaterialVariant = "2022 Universal" |
| 392 | p.Anchored = true |
| 393 | p.Parent = model |
| 394 | end |
| 395 | do |
| 396 | local p = Instance.new("Part") |
| 397 | p.Shape = Enum.PartType.Cylinder |
| 398 | p.Name = "Stack2_Base" |
| 399 | p.Size = Vector3.new(3, 2.5, 2.5) |
| 400 | p.CFrame = CFrame.new(8, 11.22, -5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 401 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 402 | p.Material = Enum.Material.Glacier |
| 403 | p.MaterialVariant = "2022 Stud" |
| 404 | p.Anchored = true |
| 405 | p.Parent = model |
| 406 | end |
| 407 | do |
| 408 | local p = Instance.new("Part") |
| 409 | p.Shape = Enum.PartType.Cylinder |
| 410 | p.Name = "Stack2_Mid" |
| 411 | p.Size = Vector3.new(2, 2, 2) |
| 412 | p.CFrame = CFrame.new(8, 13.76, -5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 413 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 414 | p.Material = Enum.Material.Glacier |
| 415 | p.MaterialVariant = "2022 Stud" |
| 416 | p.Anchored = true |
| 417 | p.Parent = model |
| 418 | end |
| 419 | do |
| 420 | local p = Instance.new("Part") |
| 421 | p.Shape = Enum.PartType.Cylinder |
| 422 | p.Name = "Stack2_Top" |
| 423 | p.Size = Vector3.new(1, 1.6, 1.6) |
| 424 | p.CFrame = CFrame.new(8, 15.3, -5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 425 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 426 | p.Material = Enum.Material.Glacier |
| 427 | p.MaterialVariant = "2022 Stud" |
| 428 | p.Anchored = true |
| 429 | p.Parent = model |
| 430 | end |
| 431 | do |
| 432 | local p = Instance.new("Part") |
| 433 | p.Shape = Enum.PartType.Cylinder |
| 434 | p.Name = "Stack2_Hole" |
| 435 | p.Size = Vector3.new(0.2, 1.2, 1.2) |
| 436 | p.CFrame = CFrame.new(8, 15.69, -5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 437 | p.BrickColor = BrickColor.new("Really black") |
| 438 | p.Material = Enum.Material.Glacier |
| 439 | p.MaterialVariant = "2022 Universal" |
| 440 | p.Anchored = true |
| 441 | p.Parent = model |
| 442 | end |
| 443 | do |
| 444 | local p = Instance.new("Part") |
| 445 | p.Name = "MainDoor" |
| 446 | p.Size = Vector3.new(0.2, 4, 3) |
| 447 | p.CFrame = CFrame.new(0.05, 3.08, -2) |
| 448 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 449 | p.Material = Enum.Material.Glacier |
| 450 | p.MaterialVariant = "2022 Big Stud" |
| 451 | p.Anchored = true |
| 452 | p.Parent = model |
| 453 | end |
| 454 | do |
| 455 | local p = Instance.new("WedgePart") |
| 456 | p.Name = "LoadingRamp" |
| 457 | p.Size = Vector3.new(4, 2, 4) |
| 458 | p.CFrame = CFrame.new(2.05, 2.04, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 459 | p.BrickColor = BrickColor.new("Reddish brown") |
| 460 | p.Material = Enum.Material.Glacier |
| 461 | p.MaterialVariant = "2022 Small Stud" |
| 462 | p.Anchored = true |
| 463 | p.Parent = model |
| 464 | end |
| 465 | do |
| 466 | local p = Instance.new("Part") |
| 467 | p.Name = "RampSupport" |
| 468 | p.Size = Vector3.new(4, 1, 4) |
| 469 | p.CFrame = CFrame.new(2.05, 1, -1.96) |
| 470 | p.BrickColor = BrickColor.new("Reddish brown") |
| 471 | p.Material = Enum.Material.Glacier |
| 472 | p.MaterialVariant = "2022 Small Stud" |
| 473 | p.Anchored = true |
| 474 | p.Parent = model |
| 475 | end |
| 476 | model.PrimaryPart = model:FindFirstChild("BasePlate") |
| 477 | print("ClassicFactory built: " .. #model:GetChildren() .. " parts") |
Loading comments...