by nate213121 · 3/9/2026
Roblox Studio Command Bar
Paste this script into the Command Bar to spawn the model
| 1 | local MS = game:GetService("MaterialService") |
| 2 | |
| 3 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 4 | if not ok then return warn(roots) end |
| 5 | |
| 6 | local tmp = Instance.new("Folder") |
| 7 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 8 | |
| 9 | for _, d in ipairs(tmp:GetDescendants()) do |
| 10 | if d:IsA("MaterialVariant") then |
| 11 | d.Parent = MS |
| 12 | end |
| 13 | end |
| 14 | tmp:Destroy() |
| 15 | |
| 16 | local model = Instance.new("Model") |
| 17 | model.Name = "GingerbreadMan" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Brick yellow"] = "2022 Small Stud", |
| 22 | ["Reddish brown"] = "2022 Small Stud", |
| 23 | } |
| 24 | if next(needed) then |
| 25 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 26 | if not ok then warn(roots) else |
| 27 | local tmp = Instance.new("Folder") |
| 28 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 29 | for _, d in ipairs(tmp:GetDescendants()) do |
| 30 | if d:IsA("MaterialVariant") and needed[d.Name] then |
| 31 | d.Parent = MS |
| 32 | end |
| 33 | end |
| 34 | tmp:Destroy() |
| 35 | end |
| 36 | end |
| 37 | end |
| 38 | do |
| 39 | local p = Instance.new("Part") |
| 40 | p.Name = "HeadCenter" |
| 41 | p.Size = Vector3.new(2.4, 2.4, 0.8) |
| 42 | p.CFrame = CFrame.new(0, 6, 0) |
| 43 | p.BrickColor = BrickColor.new("Brick yellow") |
| 44 | p.Material = Enum.Material.Glacier |
| 45 | p.MaterialVariant = "2022 Small Stud" |
| 46 | p.Anchored = true |
| 47 | p.Parent = model |
| 48 | end |
| 49 | do |
| 50 | local p = Instance.new("Part") |
| 51 | p.Name = "HeadTop" |
| 52 | p.Size = Vector3.new(1.6, 0.6, 0.8) |
| 53 | p.CFrame = CFrame.new(0, 7.2, 0.04) |
| 54 | p.BrickColor = BrickColor.new("Brick yellow") |
| 55 | p.Material = Enum.Material.Glacier |
| 56 | p.MaterialVariant = "2022 Small Stud" |
| 57 | p.Anchored = true |
| 58 | p.Parent = model |
| 59 | end |
| 60 | do |
| 61 | local p = Instance.new("Part") |
| 62 | p.Name = "HeadBottom" |
| 63 | p.Size = Vector3.new(1.6, 0.6, 0.8) |
| 64 | p.CFrame = CFrame.new(0, 4.84, 0.08) |
| 65 | p.BrickColor = BrickColor.new("Brick yellow") |
| 66 | p.Material = Enum.Material.Glacier |
| 67 | p.MaterialVariant = "2022 Small Stud" |
| 68 | p.Anchored = true |
| 69 | p.Parent = model |
| 70 | end |
| 71 | do |
| 72 | local p = Instance.new("Part") |
| 73 | p.Name = "HeadLeft" |
| 74 | p.Size = Vector3.new(0.6, 1.6, 0.8) |
| 75 | p.CFrame = CFrame.new(-1.2, 6, 0.08) |
| 76 | p.BrickColor = BrickColor.new("Brick yellow") |
| 77 | p.Material = Enum.Material.Glacier |
| 78 | p.MaterialVariant = "2022 Small Stud" |
| 79 | p.Anchored = true |
| 80 | p.Parent = model |
| 81 | end |
| 82 | do |
| 83 | local p = Instance.new("Part") |
| 84 | p.Name = "HeadRight" |
| 85 | p.Size = Vector3.new(0.6, 1.6, 0.8) |
| 86 | p.CFrame = CFrame.new(1.2, 6, 0.08) |
| 87 | p.BrickColor = BrickColor.new("Brick yellow") |
| 88 | p.Material = Enum.Material.Glacier |
| 89 | p.MaterialVariant = "2022 Small Stud" |
| 90 | p.Anchored = true |
| 91 | p.Parent = model |
| 92 | end |
| 93 | do |
| 94 | local p = Instance.new("Part") |
| 95 | p.Name = "EyeLeft" |
| 96 | p.Size = Vector3.new(0.3, 0.3, 0.1) |
| 97 | p.CFrame = CFrame.new(-0.5, 6.3, 0.45) |
| 98 | p.BrickColor = BrickColor.new("Reddish brown") |
| 99 | p.Material = Enum.Material.Glacier |
| 100 | p.MaterialVariant = "2022 Small Stud" |
| 101 | p.Anchored = true |
| 102 | p.Parent = model |
| 103 | end |
| 104 | do |
| 105 | local p = Instance.new("Part") |
| 106 | p.Name = "EyeRight" |
| 107 | p.Size = Vector3.new(0.3, 0.3, 0.1) |
| 108 | p.CFrame = CFrame.new(0.5, 6.3, 0.45) |
| 109 | p.BrickColor = BrickColor.new("Reddish brown") |
| 110 | p.Material = Enum.Material.Glacier |
| 111 | p.MaterialVariant = "2022 Small Stud" |
| 112 | p.Anchored = true |
| 113 | p.Parent = model |
| 114 | end |
| 115 | do |
| 116 | local p = Instance.new("Part") |
| 117 | p.Name = "SmileCenter" |
| 118 | p.Size = Vector3.new(0.8, 0.2, 0.1) |
| 119 | p.CFrame = CFrame.new(0, 5.5, 0.45) |
| 120 | p.BrickColor = BrickColor.new("Reddish brown") |
| 121 | p.Material = Enum.Material.Glacier |
| 122 | p.MaterialVariant = "2022 Small Stud" |
| 123 | p.Anchored = true |
| 124 | p.Parent = model |
| 125 | end |
| 126 | do |
| 127 | local p = Instance.new("Part") |
| 128 | p.Name = "SmileLeft" |
| 129 | p.Size = Vector3.new(0.2, 0.4, 0.1) |
| 130 | p.CFrame = CFrame.new(-0.5, 5.7, 0.53) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) |
| 131 | p.BrickColor = BrickColor.new("Reddish brown") |
| 132 | p.Material = Enum.Material.Glacier |
| 133 | p.MaterialVariant = "2022 Small Stud" |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Name = "SmileRight" |
| 140 | p.Size = Vector3.new(0.2, 0.4, 0.1) |
| 141 | p.CFrame = CFrame.new(0.5, 5.7, 0.53) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-30)) |
| 142 | p.BrickColor = BrickColor.new("Reddish brown") |
| 143 | p.Material = Enum.Material.Glacier |
| 144 | p.MaterialVariant = "2022 Small Stud" |
| 145 | p.Anchored = true |
| 146 | p.Parent = model |
| 147 | end |
| 148 | do |
| 149 | local p = Instance.new("Part") |
| 150 | p.Name = "BodyMain" |
| 151 | p.Size = Vector3.new(2.8, 3.6, 0.8) |
| 152 | p.CFrame = CFrame.new(0, 3, 0) |
| 153 | p.BrickColor = BrickColor.new("Brick yellow") |
| 154 | p.Material = Enum.Material.Glacier |
| 155 | p.MaterialVariant = "2022 Small Stud" |
| 156 | p.Anchored = true |
| 157 | p.Parent = model |
| 158 | end |
| 159 | do |
| 160 | local p = Instance.new("Part") |
| 161 | p.Name = "BodyNeck" |
| 162 | p.Size = Vector3.new(1.8, 0.6, 0.8) |
| 163 | p.CFrame = CFrame.new(0, 4.8, 0.04) |
| 164 | p.BrickColor = BrickColor.new("Brick yellow") |
| 165 | p.Material = Enum.Material.Glacier |
| 166 | p.MaterialVariant = "2022 Small Stud" |
| 167 | p.Anchored = true |
| 168 | p.Parent = model |
| 169 | end |
| 170 | do |
| 171 | local p = Instance.new("Part") |
| 172 | p.Name = "Button1" |
| 173 | p.Size = Vector3.new(0.3, 0.3, 0.1) |
| 174 | p.CFrame = CFrame.new(0, 3.8, 0.45) |
| 175 | p.BrickColor = BrickColor.new("Reddish brown") |
| 176 | p.Material = Enum.Material.Glacier |
| 177 | p.MaterialVariant = "2022 Small Stud" |
| 178 | p.Anchored = true |
| 179 | p.Parent = model |
| 180 | end |
| 181 | do |
| 182 | local p = Instance.new("Part") |
| 183 | p.Name = "Button2" |
| 184 | p.Size = Vector3.new(0.3, 0.3, 0.1) |
| 185 | p.CFrame = CFrame.new(0, 3, 0.45) |
| 186 | p.BrickColor = BrickColor.new("Reddish brown") |
| 187 | p.Material = Enum.Material.Glacier |
| 188 | p.MaterialVariant = "2022 Small Stud" |
| 189 | p.Anchored = true |
| 190 | p.Parent = model |
| 191 | end |
| 192 | do |
| 193 | local p = Instance.new("Part") |
| 194 | p.Name = "Button3" |
| 195 | p.Size = Vector3.new(0.3, 0.3, 0.1) |
| 196 | p.CFrame = CFrame.new(0, 2.2, 0.45) |
| 197 | p.BrickColor = BrickColor.new("Reddish brown") |
| 198 | p.Material = Enum.Material.Glacier |
| 199 | p.MaterialVariant = "2022 Small Stud" |
| 200 | p.Anchored = true |
| 201 | p.Parent = model |
| 202 | end |
| 203 | do |
| 204 | local p = Instance.new("Part") |
| 205 | p.Name = "ArmLeftMain" |
| 206 | p.Size = Vector3.new(2, 1.2, 0.8) |
| 207 | p.CFrame = CFrame.new(-2.2, 3.5, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 208 | p.BrickColor = BrickColor.new("Brick yellow") |
| 209 | p.Material = Enum.Material.Glacier |
| 210 | p.MaterialVariant = "2022 Small Stud" |
| 211 | p.Anchored = true |
| 212 | p.Parent = model |
| 213 | end |
| 214 | do |
| 215 | local p = Instance.new("Part") |
| 216 | p.Name = "ArmLeftTip" |
| 217 | p.Size = Vector3.new(0.6, 1, 0.8) |
| 218 | p.CFrame = CFrame.new(-3.2, 3.75, -0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 219 | p.BrickColor = BrickColor.new("Brick yellow") |
| 220 | p.Material = Enum.Material.Glacier |
| 221 | p.MaterialVariant = "2022 Small Stud" |
| 222 | p.Anchored = true |
| 223 | p.Parent = model |
| 224 | end |
| 225 | do |
| 226 | local p = Instance.new("Part") |
| 227 | p.Name = "ArmRightMain" |
| 228 | p.Size = Vector3.new(2, 1.2, 0.8) |
| 229 | p.CFrame = CFrame.new(2.2, 3.5, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 230 | p.BrickColor = BrickColor.new("Brick yellow") |
| 231 | p.Material = Enum.Material.Glacier |
| 232 | p.MaterialVariant = "2022 Small Stud" |
| 233 | p.Anchored = true |
| 234 | p.Parent = model |
| 235 | end |
| 236 | do |
| 237 | local p = Instance.new("Part") |
| 238 | p.Name = "ArmRightTip" |
| 239 | p.Size = Vector3.new(0.6, 1, 0.8) |
| 240 | p.CFrame = CFrame.new(3.2, 3.75, -0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 241 | p.BrickColor = BrickColor.new("Brick yellow") |
| 242 | p.Material = Enum.Material.Glacier |
| 243 | p.MaterialVariant = "2022 Small Stud" |
| 244 | p.Anchored = true |
| 245 | p.Parent = model |
| 246 | end |
| 247 | do |
| 248 | local p = Instance.new("Part") |
| 249 | p.Name = "LegLeftMain" |
| 250 | p.Size = Vector3.new(1.4, 2, 0.8) |
| 251 | p.CFrame = CFrame.new(-1, 0.6, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 252 | p.BrickColor = BrickColor.new("Brick yellow") |
| 253 | p.Material = Enum.Material.Glacier |
| 254 | p.MaterialVariant = "2022 Small Stud" |
| 255 | p.Anchored = true |
| 256 | p.Parent = model |
| 257 | end |
| 258 | do |
| 259 | local p = Instance.new("Part") |
| 260 | p.Name = "LegLeftTip" |
| 261 | p.Size = Vector3.new(1.2, 0.6, 0.8) |
| 262 | p.CFrame = CFrame.new(-1.25, -0.4, -0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 263 | p.BrickColor = BrickColor.new("Brick yellow") |
| 264 | p.Material = Enum.Material.Glacier |
| 265 | p.MaterialVariant = "2022 Small Stud" |
| 266 | p.Anchored = true |
| 267 | p.Parent = model |
| 268 | end |
| 269 | do |
| 270 | local p = Instance.new("Part") |
| 271 | p.Name = "LegRightMain" |
| 272 | p.Size = Vector3.new(1.4, 2, 0.8) |
| 273 | p.CFrame = CFrame.new(1, 0.6, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 274 | p.BrickColor = BrickColor.new("Brick yellow") |
| 275 | p.Material = Enum.Material.Glacier |
| 276 | p.MaterialVariant = "2022 Small Stud" |
| 277 | p.Anchored = true |
| 278 | p.Parent = model |
| 279 | end |
| 280 | do |
| 281 | local p = Instance.new("Part") |
| 282 | p.Name = "LegRightTip" |
| 283 | p.Size = Vector3.new(1.2, 0.6, 0.8) |
| 284 | p.CFrame = CFrame.new(1.25, -0.4, -0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 285 | p.BrickColor = BrickColor.new("Brick yellow") |
| 286 | p.Material = Enum.Material.Glacier |
| 287 | p.MaterialVariant = "2022 Small Stud" |
| 288 | p.Anchored = true |
| 289 | p.Parent = model |
| 290 | end |
| 291 | do |
| 292 | local p = Instance.new("Part") |
| 293 | p.Name = "CrotchFiller" |
| 294 | p.Size = Vector3.new(1, 0.8, 0.8) |
| 295 | p.CFrame = CFrame.new(0, 1.2, 0.08) |
| 296 | p.BrickColor = BrickColor.new("Brick yellow") |
| 297 | p.Material = Enum.Material.Glacier |
| 298 | p.MaterialVariant = "2022 Small Stud" |
| 299 | p.Anchored = true |
| 300 | p.Parent = model |
| 301 | end |
| 302 | model.PrimaryPart = model:FindFirstChild("BodyMain") |
| 303 | print("GingerbreadMan built: " .. #model:GetChildren() .. " parts") |