Loading model...
by oski nie wiem · 4/16/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: ChunkyGuy |
| 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 = "ChunkyGuy" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brown"] = "2022 Stud", |
| 25 | ["Dusty Rose"] = "2022 Stud", |
| 26 | ["Ghost grey"] = "2022 Stud", |
| 27 | ["Institutional white"] = "2022 Stud", |
| 28 | ["Nougat"] = "2022 Stud", |
| 29 | ["Really black"] = "2022 Universal", |
| 30 | } |
| 31 | do |
| 32 | local p = Instance.new("Part") |
| 33 | p.Name = "TorsoBase" |
| 34 | p.Size = Vector3.new(18, 6, 12) |
| 35 | p.CFrame = CFrame.new(0, 3, 0) |
| 36 | p.BrickColor = BrickColor.new("Really black") |
| 37 | p.Material = Enum.Material.Glacier |
| 38 | p.MaterialVariant = "2022 Universal" |
| 39 | p.Anchored = true |
| 40 | p.Parent = model |
| 41 | end |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Name = "TorsoMid" |
| 45 | p.Size = Vector3.new(16, 3, 10) |
| 46 | p.CFrame = CFrame.new(0, 7.54, 0) |
| 47 | p.BrickColor = BrickColor.new("Really black") |
| 48 | p.Material = Enum.Material.Glacier |
| 49 | p.MaterialVariant = "2022 Universal" |
| 50 | p.Anchored = true |
| 51 | p.Parent = model |
| 52 | end |
| 53 | do |
| 54 | local p = Instance.new("Part") |
| 55 | p.Name = "TorsoShoulders" |
| 56 | p.Size = Vector3.new(14, 2, 9) |
| 57 | p.CFrame = CFrame.new(0, 10.08, 0) |
| 58 | p.BrickColor = BrickColor.new("Really black") |
| 59 | p.Material = Enum.Material.Glacier |
| 60 | p.MaterialVariant = "2022 Universal" |
| 61 | p.Anchored = true |
| 62 | p.Parent = model |
| 63 | end |
| 64 | do |
| 65 | local p = Instance.new("Part") |
| 66 | p.Name = "PatternLeft" |
| 67 | p.Size = Vector3.new(6, 4, 0.5) |
| 68 | p.CFrame = CFrame.new(-4, 4.5, -6.1) |
| 69 | p.BrickColor = BrickColor.new("Ghost 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 = "PatternRight" |
| 78 | p.Size = Vector3.new(7, 3, 0.5) |
| 79 | p.CFrame = CFrame.new(5, 3.5, -6.1) |
| 80 | p.BrickColor = BrickColor.new("Ghost grey") |
| 81 | p.Material = Enum.Material.Glacier |
| 82 | p.MaterialVariant = "2022 Stud" |
| 83 | p.Anchored = true |
| 84 | p.Parent = model |
| 85 | end |
| 86 | do |
| 87 | local p = Instance.new("Part") |
| 88 | p.Name = "PatternCenter" |
| 89 | p.Size = Vector3.new(4, 2, 0.5) |
| 90 | p.CFrame = CFrame.new(0, 2, -6.06) |
| 91 | p.BrickColor = BrickColor.new("Ghost grey") |
| 92 | p.Material = Enum.Material.Glacier |
| 93 | p.MaterialVariant = "2022 Stud" |
| 94 | p.Anchored = true |
| 95 | p.Parent = model |
| 96 | end |
| 97 | do |
| 98 | local p = Instance.new("Part") |
| 99 | p.Name = "StringLeft" |
| 100 | p.Size = Vector3.new(0.6, 4, 0.6) |
| 101 | p.CFrame = CFrame.new(-2.5, 8.5, -4.8) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)) |
| 102 | p.BrickColor = BrickColor.new("Institutional white") |
| 103 | p.Material = Enum.Material.Glacier |
| 104 | p.MaterialVariant = "2022 Stud" |
| 105 | p.Anchored = true |
| 106 | p.Parent = model |
| 107 | end |
| 108 | do |
| 109 | local p = Instance.new("Part") |
| 110 | p.Name = "StringRight" |
| 111 | p.Size = Vector3.new(0.6, 4, 0.6) |
| 112 | p.CFrame = CFrame.new(2.5, 8.5, -4.8) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-10)) |
| 113 | p.BrickColor = BrickColor.new("Institutional white") |
| 114 | p.Material = Enum.Material.Glacier |
| 115 | p.MaterialVariant = "2022 Stud" |
| 116 | p.Anchored = true |
| 117 | p.Parent = model |
| 118 | end |
| 119 | do |
| 120 | local p = Instance.new("Part") |
| 121 | p.Name = "Neck" |
| 122 | p.Size = Vector3.new(9, 3, 9) |
| 123 | p.CFrame = CFrame.new(0, 11.5, 0.04) |
| 124 | p.BrickColor = BrickColor.new("Nougat") |
| 125 | p.Material = Enum.Material.Glacier |
| 126 | p.MaterialVariant = "2022 Stud" |
| 127 | p.Anchored = true |
| 128 | p.Parent = model |
| 129 | end |
| 130 | do |
| 131 | local p = Instance.new("Part") |
| 132 | p.Name = "Jaw" |
| 133 | p.Size = Vector3.new(15, 4, 13) |
| 134 | p.CFrame = CFrame.new(0, 14.5, 0) |
| 135 | p.BrickColor = BrickColor.new("Nougat") |
| 136 | p.Material = Enum.Material.Glacier |
| 137 | p.MaterialVariant = "2022 Stud" |
| 138 | p.Anchored = true |
| 139 | p.Parent = model |
| 140 | end |
| 141 | do |
| 142 | local p = Instance.new("Part") |
| 143 | p.Name = "Cheeks" |
| 144 | p.Size = Vector3.new(14, 3, 12.5) |
| 145 | p.CFrame = CFrame.new(0, 18.04, 0) |
| 146 | p.BrickColor = BrickColor.new("Nougat") |
| 147 | p.Material = Enum.Material.Glacier |
| 148 | p.MaterialVariant = "2022 Stud" |
| 149 | p.Anchored = true |
| 150 | p.Parent = model |
| 151 | end |
| 152 | do |
| 153 | local p = Instance.new("Part") |
| 154 | p.Name = "HeadMain" |
| 155 | p.Size = Vector3.new(12.5, 3, 12) |
| 156 | p.CFrame = CFrame.new(0, 21.08, 0) |
| 157 | p.BrickColor = BrickColor.new("Nougat") |
| 158 | p.Material = Enum.Material.Glacier |
| 159 | p.MaterialVariant = "2022 Stud" |
| 160 | p.Anchored = true |
| 161 | p.Parent = model |
| 162 | end |
| 163 | do |
| 164 | local p = Instance.new("Part") |
| 165 | p.Name = "HeadTop" |
| 166 | p.Size = Vector3.new(10, 2, 10) |
| 167 | p.CFrame = CFrame.new(0, 23.62, 0) |
| 168 | p.BrickColor = BrickColor.new("Nougat") |
| 169 | p.Material = Enum.Material.Glacier |
| 170 | p.MaterialVariant = "2022 Stud" |
| 171 | p.Anchored = true |
| 172 | p.Parent = model |
| 173 | end |
| 174 | do |
| 175 | local p = Instance.new("Part") |
| 176 | p.Name = "HeadDome" |
| 177 | p.Size = Vector3.new(7, 1.5, 7) |
| 178 | p.CFrame = CFrame.new(0, 25.41, 0) |
| 179 | p.BrickColor = BrickColor.new("Nougat") |
| 180 | p.Material = Enum.Material.Glacier |
| 181 | p.MaterialVariant = "2022 Stud" |
| 182 | p.Anchored = true |
| 183 | p.Parent = model |
| 184 | end |
| 185 | do |
| 186 | local p = Instance.new("Part") |
| 187 | p.Name = "Chin" |
| 188 | p.Size = Vector3.new(6, 2.5, 3) |
| 189 | p.CFrame = CFrame.new(0, 12.5, -6.2) |
| 190 | p.BrickColor = BrickColor.new("Nougat") |
| 191 | p.Material = Enum.Material.Glacier |
| 192 | p.MaterialVariant = "2022 Stud" |
| 193 | p.Anchored = true |
| 194 | p.Parent = model |
| 195 | end |
| 196 | do |
| 197 | local p = Instance.new("Part") |
| 198 | p.Name = "Mouth" |
| 199 | p.Size = Vector3.new(4.5, 0.8, 0.5) |
| 200 | p.CFrame = CFrame.new(0, 14, -6.6) |
| 201 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 202 | p.Material = Enum.Material.Glacier |
| 203 | p.MaterialVariant = "2022 Stud" |
| 204 | p.Anchored = true |
| 205 | p.Parent = model |
| 206 | end |
| 207 | do |
| 208 | local p = Instance.new("Part") |
| 209 | p.Name = "Nose" |
| 210 | p.Size = Vector3.new(3.5, 3, 2) |
| 211 | p.CFrame = CFrame.new(0, 16.5, -6.7) |
| 212 | p.BrickColor = BrickColor.new("Nougat") |
| 213 | p.Material = Enum.Material.Glacier |
| 214 | p.MaterialVariant = "2022 Stud" |
| 215 | p.Anchored = true |
| 216 | p.Parent = model |
| 217 | end |
| 218 | do |
| 219 | local p = Instance.new("Part") |
| 220 | p.Name = "EyeLeft" |
| 221 | p.Size = Vector3.new(2.2, 1.4, 0.5) |
| 222 | p.CFrame = CFrame.new(-3.5, 18.51, -6.3) |
| 223 | p.BrickColor = BrickColor.new("Really black") |
| 224 | p.Material = Enum.Material.Glacier |
| 225 | p.MaterialVariant = "2022 Universal" |
| 226 | p.Anchored = true |
| 227 | p.Parent = model |
| 228 | end |
| 229 | do |
| 230 | local p = Instance.new("Part") |
| 231 | p.Name = "EyeRight" |
| 232 | p.Size = Vector3.new(2.2, 1.4, 0.5) |
| 233 | p.CFrame = CFrame.new(3.5, 18.51, -6.3) |
| 234 | p.BrickColor = BrickColor.new("Really black") |
| 235 | p.Material = Enum.Material.Glacier |
| 236 | p.MaterialVariant = "2022 Universal" |
| 237 | p.Anchored = true |
| 238 | p.Parent = model |
| 239 | end |
| 240 | do |
| 241 | local p = Instance.new("Part") |
| 242 | p.Name = "BrowLeft" |
| 243 | p.Size = Vector3.new(3.5, 1.2, 0.6) |
| 244 | p.CFrame = CFrame.new(-3.5, 20, -6.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(6)) |
| 245 | p.BrickColor = BrickColor.new("Brown") |
| 246 | p.Material = Enum.Material.Glacier |
| 247 | p.MaterialVariant = "2022 Stud" |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Name = "BrowRight" |
| 254 | p.Size = Vector3.new(3.5, 1.2, 0.6) |
| 255 | p.CFrame = CFrame.new(3.5, 20, -6.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-6)) |
| 256 | p.BrickColor = BrickColor.new("Brown") |
| 257 | p.Material = Enum.Material.Glacier |
| 258 | p.MaterialVariant = "2022 Stud" |
| 259 | p.Anchored = true |
| 260 | p.Parent = model |
| 261 | end |
| 262 | do |
| 263 | local p = Instance.new("Part") |
| 264 | p.Name = "EarLeft" |
| 265 | p.Size = Vector3.new(2.5, 4.5, 3.5) |
| 266 | p.CFrame = CFrame.new(-8, 16.5, 0) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)) |
| 267 | p.BrickColor = BrickColor.new("Nougat") |
| 268 | p.Material = Enum.Material.Glacier |
| 269 | p.MaterialVariant = "2022 Stud" |
| 270 | p.Anchored = true |
| 271 | p.Parent = model |
| 272 | end |
| 273 | do |
| 274 | local p = Instance.new("Part") |
| 275 | p.Name = "EarRight" |
| 276 | p.Size = Vector3.new(2.5, 4.5, 3.5) |
| 277 | p.CFrame = CFrame.new(8, 16.5, 0) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 278 | p.BrickColor = BrickColor.new("Nougat") |
| 279 | p.Material = Enum.Material.Glacier |
| 280 | p.MaterialVariant = "2022 Stud" |
| 281 | p.Anchored = true |
| 282 | p.Parent = model |
| 283 | end |
| 284 | model.PrimaryPart = model:FindFirstChild("Jaw") |
| 285 | print("ChunkyGuy built: " .. #model:GetChildren() .. " parts") |
Loading comments...