Loading model...
by Seyit Çağdaş “Seyit” Turcan · 3/26/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: iMac_G4 |
| 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 = "iMac_G4" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Ghost grey"] = "2022 Glue", |
| 25 | ["Institutional white"] = "2022 Glue", |
| 26 | ["Medium stone grey"] = "2022 Glue", |
| 27 | ["Really black"] = "2022 Glue", |
| 28 | ["Silver"] = "2022 Glue", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Shape = Enum.PartType.Cylinder |
| 33 | p.Name = "BaseRing" |
| 34 | p.Size = Vector3.new(0.05, 2.05, 2.05) |
| 35 | p.CFrame = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 36 | p.BrickColor = BrickColor.new("Silver") |
| 37 | p.Material = Enum.Material.Glacier |
| 38 | p.MaterialVariant = "2022 Glue" |
| 39 | p.Anchored = true |
| 40 | p.Parent = model |
| 41 | end |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Shape = Enum.PartType.Cylinder |
| 45 | p.Name = "BaseVent" |
| 46 | p.Size = Vector3.new(0.05, 0.4, 0.4) |
| 47 | p.CFrame = CFrame.new(0, 0.98, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 48 | p.BrickColor = BrickColor.new("Ghost grey") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Glue" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Name = "CDTray" |
| 57 | p.Size = Vector3.new(1.2, 0.08, 0.2) |
| 58 | p.CFrame = CFrame.new(0, 0.2, -0.95) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 59 | p.BrickColor = BrickColor.new("Ghost grey") |
| 60 | p.Material = Enum.Material.Glacier |
| 61 | p.MaterialVariant = "2022 Glue" |
| 62 | p.Anchored = true |
| 63 | p.Parent = model |
| 64 | end |
| 65 | do |
| 66 | local p = Instance.new("Part") |
| 67 | p.Name = "BaseLogo" |
| 68 | p.Size = Vector3.new(0.2, 0.2, 0.1) |
| 69 | p.CFrame = CFrame.new(0, 0.5, -0.88) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 70 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 71 | p.Material = Enum.Material.Glacier |
| 72 | p.MaterialVariant = "2022 Glue" |
| 73 | p.Anchored = true |
| 74 | p.Parent = model |
| 75 | end |
| 76 | do |
| 77 | local p = Instance.new("Part") |
| 78 | p.Name = "PortsPanel" |
| 79 | p.Size = Vector3.new(0.8, 0.2, 0.2) |
| 80 | p.CFrame = CFrame.new(0, 0.3, 0.9) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 81 | p.BrickColor = BrickColor.new("Ghost grey") |
| 82 | p.Material = Enum.Material.Glacier |
| 83 | p.MaterialVariant = "2022 Glue" |
| 84 | p.Anchored = true |
| 85 | p.Parent = model |
| 86 | end |
| 87 | do |
| 88 | local p = Instance.new("Part") |
| 89 | p.Shape = Enum.PartType.Ball |
| 90 | p.Name = "ArmBaseJoint" |
| 91 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 92 | p.CFrame = CFrame.new(0, 1, 0) |
| 93 | p.BrickColor = BrickColor.new("Silver") |
| 94 | p.Material = Enum.Material.Glacier |
| 95 | p.MaterialVariant = "2022 Glue" |
| 96 | p.Anchored = true |
| 97 | p.Parent = model |
| 98 | end |
| 99 | do |
| 100 | local p = Instance.new("Part") |
| 101 | p.Shape = Enum.PartType.Cylinder |
| 102 | p.Name = "ArmShaft" |
| 103 | p.Size = Vector3.new(1.216, 0.15, 0.15) |
| 104 | p.CFrame = CFrame.new(0, 1.6, -0.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(80.5)) |
| 105 | p.BrickColor = BrickColor.new("Silver") |
| 106 | p.Material = Enum.Material.Glacier |
| 107 | p.MaterialVariant = "2022 Glue" |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("Part") |
| 113 | p.Shape = Enum.PartType.Ball |
| 114 | p.Name = "ArmTopJoint" |
| 115 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 116 | p.CFrame = CFrame.new(0, 2.2, -0.2) |
| 117 | p.BrickColor = BrickColor.new("Silver") |
| 118 | p.Material = Enum.Material.Glacier |
| 119 | p.MaterialVariant = "2022 Glue" |
| 120 | p.Anchored = true |
| 121 | p.Parent = model |
| 122 | end |
| 123 | do |
| 124 | local p = Instance.new("Part") |
| 125 | p.Name = "Back3" |
| 126 | p.Size = Vector3.new(0.8, 0.8, 0.15) |
| 127 | p.CFrame = CFrame.new(0, 2.2, -0.2) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 128 | p.BrickColor = BrickColor.new("Institutional white") |
| 129 | p.Material = Enum.Material.Glacier |
| 130 | p.MaterialVariant = "2022 Glue" |
| 131 | p.Anchored = true |
| 132 | p.Parent = model |
| 133 | end |
| 134 | do |
| 135 | local p = Instance.new("Part") |
| 136 | p.Name = "Back2" |
| 137 | p.Size = Vector3.new(1.8, 1.2, 0.15) |
| 138 | p.CFrame = CFrame.new(0, 2.174, -0.296) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 139 | p.BrickColor = BrickColor.new("Institutional white") |
| 140 | p.Material = Enum.Material.Glacier |
| 141 | p.MaterialVariant = "2022 Glue" |
| 142 | p.Anchored = true |
| 143 | p.Parent = model |
| 144 | end |
| 145 | do |
| 146 | local p = Instance.new("Part") |
| 147 | p.Name = "Back1" |
| 148 | p.Size = Vector3.new(2.6, 1.8, 0.15) |
| 149 | p.CFrame = CFrame.new(0, 2.148, -0.393) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 150 | p.BrickColor = BrickColor.new("Institutional white") |
| 151 | p.Material = Enum.Material.Glacier |
| 152 | p.MaterialVariant = "2022 Glue" |
| 153 | p.Anchored = true |
| 154 | p.Parent = model |
| 155 | end |
| 156 | do |
| 157 | local p = Instance.new("Part") |
| 158 | p.Name = "Bezel" |
| 159 | p.Size = Vector3.new(3, 2.2, 0.1) |
| 160 | p.CFrame = CFrame.new(0, 2.123, -0.49) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 161 | p.BrickColor = BrickColor.new("Institutional white") |
| 162 | p.Material = Enum.Material.Glacier |
| 163 | p.MaterialVariant = "2022 Glue" |
| 164 | p.Anchored = true |
| 165 | p.Parent = model |
| 166 | end |
| 167 | do |
| 168 | local p = Instance.new("Part") |
| 169 | p.Name = "Acrylic" |
| 170 | p.Size = Vector3.new(3.2, 2.4, 0.05) |
| 171 | p.CFrame = CFrame.new(0, 2.11, -0.538) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 172 | p.BrickColor = BrickColor.new("Ghost grey") |
| 173 | p.Material = Enum.Material.Glacier |
| 174 | p.MaterialVariant = "2022 Glue" |
| 175 | p.Anchored = true |
| 176 | p.Parent = model |
| 177 | end |
| 178 | do |
| 179 | local p = Instance.new("Part") |
| 180 | p.Name = "Screen" |
| 181 | p.Size = Vector3.new(2.6, 1.7, 0.05) |
| 182 | p.CFrame = CFrame.new(0.04, 2.086294, -0.625274) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 183 | p.BrickColor = BrickColor.new("Really black") |
| 184 | p.Material = Enum.Material.Glacier |
| 185 | p.MaterialVariant = "2022 Glue" |
| 186 | p.Anchored = true |
| 187 | p.Parent = model |
| 188 | end |
| 189 | do |
| 190 | local p = Instance.new("Part") |
| 191 | p.Name = "BezelLogo" |
| 192 | p.Size = Vector3.new(0.15, 0.15, 0.11) |
| 193 | p.CFrame = CFrame.new(0, 1.228942, -0.425911) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 194 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 195 | p.Material = Enum.Material.Glacier |
| 196 | p.MaterialVariant = "2022 Glue" |
| 197 | p.Anchored = true |
| 198 | p.Parent = model |
| 199 | end |
| 200 | do |
| 201 | local upV = Vector3.new(0,1,0).Unit |
| 202 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 203 | local forwardV = rightV:Cross(upV) |
| 204 | local pos = Vector3.new(0, 0, 0) |
| 205 | local ball = Instance.new("Part") |
| 206 | ball.Shape = Enum.PartType.Ball |
| 207 | ball.Size = Vector3.new(2, 2, 2) |
| 208 | ball.CFrame = CFrame.new(pos) |
| 209 | ball.BrickColor = BrickColor.new("Institutional white") |
| 210 | ball.Material = Enum.Material.Glacier |
| 211 | ball.MaterialVariant = "2022 Glue" |
| 212 | ball.Anchored = true; ball.Parent = workspace |
| 213 | local cuts = {} |
| 214 | do |
| 215 | local h = 0 |
| 216 | local cut = Instance.new("Part") |
| 217 | cut.Size = Vector3.new(4, 4, 4) |
| 218 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-2), rightV, upV) |
| 219 | cut.BrickColor = BrickColor.new("Institutional white") |
| 220 | cut.Material = Enum.Material.Glacier |
| 221 | cut.MaterialVariant = "2022 Glue" |
| 222 | cut.Anchored = true; cut.Parent = workspace |
| 223 | table.insert(cuts, cut) |
| 224 | end |
| 225 | if #cuts > 0 then |
| 226 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 227 | for _, c in ipairs(cuts) do c:Destroy() end |
| 228 | if ok and result then |
| 229 | ball:Destroy() |
| 230 | result.Name = "BaseDome"; result.Anchored = true; result.Parent = model |
| 231 | else |
| 232 | ball.Name = "BaseDome"; ball.Parent = model |
| 233 | end |
| 234 | else |
| 235 | ball.Name = "BaseDome"; ball.Parent = model |
| 236 | end |
| 237 | end |
| 238 | model.PrimaryPart = model:FindFirstChild("BaseDome") |
| 239 | print("iMac_G4 built: " .. #model:GetChildren() .. " parts") |
Loading comments...