Loading model...
by Nawfel smara · 4/5/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: WaffleMan |
| 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 = "WaffleMan" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Institutional white"] = "2022 Stud", |
| 26 | ["Nougat"] = "2022 Stud", |
| 27 | ["Really black"] = "2022 Universal", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Name = "Torso" |
| 32 | p.Size = Vector3.new(4, 8, 1.2) |
| 33 | p.CFrame = CFrame.new(0, 10, 0) |
| 34 | p.BrickColor = BrickColor.new("Brick yellow") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Stud" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "LeftSclera" |
| 43 | p.Size = Vector3.new(1.2, 0.8, 0.1) |
| 44 | p.CFrame = CFrame.new(0.8, 12.5, -0.61) |
| 45 | p.BrickColor = BrickColor.new("Institutional white") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "LeftIris" |
| 54 | p.Size = Vector3.new(0.5, 0.5, 0.1) |
| 55 | p.CFrame = CFrame.new(0.8, 12.5, -0.74) |
| 56 | p.BrickColor = BrickColor.new("Really black") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Universal" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "RightSclera" |
| 65 | p.Size = Vector3.new(1.2, 0.8, 0.1) |
| 66 | p.CFrame = CFrame.new(-0.8, 12.5, -0.61) |
| 67 | p.BrickColor = BrickColor.new("Institutional white") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Stud" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "RightIris" |
| 76 | p.Size = Vector3.new(0.5, 0.5, 0.1) |
| 77 | p.CFrame = CFrame.new(-0.8, 12.501, -0.74) |
| 78 | p.BrickColor = BrickColor.new("Really black") |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Universal" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "LeftBrow" |
| 87 | p.Size = Vector3.new(1, 0.2, 0.1) |
| 88 | p.CFrame = CFrame.new(0.8, 13.1, -0.62) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)) |
| 89 | p.BrickColor = BrickColor.new("Nougat") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Stud" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "RightBrow" |
| 98 | p.Size = Vector3.new(1, 0.2, 0.1) |
| 99 | p.CFrame = CFrame.new(-0.8, 13.1, -0.62) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)) |
| 100 | p.BrickColor = BrickColor.new("Nougat") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Stud" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("Part") |
| 108 | p.Name = "Mouth" |
| 109 | p.Size = Vector3.new(1.2, 0.15, 0.1) |
| 110 | p.CFrame = CFrame.new(0, 11.2, -0.61) |
| 111 | p.BrickColor = BrickColor.new("Nougat") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Stud" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "RightUpperArm" |
| 120 | p.Size = Vector3.new(3, 0.8, 0.8) |
| 121 | p.CFrame = CFrame.new(3.54, 12, 0) |
| 122 | p.BrickColor = BrickColor.new("Brick yellow") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Stud" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "RightLowerArm" |
| 131 | p.Size = Vector3.new(3, 0.7, 0.7) |
| 132 | p.CFrame = CFrame.new(6.58, 12, 0) |
| 133 | p.BrickColor = BrickColor.new("Brick yellow") |
| 134 | p.Material = Enum.Material.Glacier |
| 135 | p.MaterialVariant = "2022 Stud" |
| 136 | p.Anchored = true |
| 137 | p.Parent = model |
| 138 | end |
| 139 | do |
| 140 | local p = Instance.new("Part") |
| 141 | p.Name = "RightHand" |
| 142 | p.Size = Vector3.new(0.6, 0.8, 0.8) |
| 143 | p.CFrame = CFrame.new(8.2, 12, 0) |
| 144 | p.BrickColor = BrickColor.new("Brick yellow") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Stud" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "LeftUpperArm" |
| 153 | p.Size = Vector3.new(3, 0.8, 0.8) |
| 154 | p.CFrame = CFrame.new(-3.54, 12, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 155 | p.BrickColor = BrickColor.new("Brick yellow") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Stud" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "LeftLowerArm" |
| 164 | p.Size = Vector3.new(3, 0.7, 0.7) |
| 165 | p.CFrame = CFrame.new(-6.58, 12, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-180)) |
| 166 | p.BrickColor = BrickColor.new("Brick yellow") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Stud" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Name = "LeftHand" |
| 175 | p.Size = Vector3.new(0.6, 0.8, 0.8) |
| 176 | p.CFrame = CFrame.new(-8.2, 12, 0) |
| 177 | p.BrickColor = BrickColor.new("Brick yellow") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Stud" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "RightUpperLeg" |
| 186 | p.Size = Vector3.new(3, 0.8, 0.8) |
| 187 | p.CFrame = CFrame.new(1, 4.46, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 188 | p.BrickColor = BrickColor.new("Brick yellow") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Stud" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Name = "RightLowerLeg" |
| 197 | p.Size = Vector3.new(2.5, 0.7, 0.7) |
| 198 | p.CFrame = CFrame.new(1, 1.67, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 199 | p.BrickColor = BrickColor.new("Brick yellow") |
| 200 | p.Material = Enum.Material.Glacier |
| 201 | p.MaterialVariant = "2022 Stud" |
| 202 | p.Anchored = true |
| 203 | p.Parent = model |
| 204 | end |
| 205 | do |
| 206 | local p = Instance.new("Part") |
| 207 | p.Name = "RightFoot" |
| 208 | p.Size = Vector3.new(0.9, 0.5, 1.2) |
| 209 | p.CFrame = CFrame.new(1, 0.13, -0.2) |
| 210 | p.BrickColor = BrickColor.new("Brick yellow") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Stud" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Name = "LeftUpperLeg" |
| 219 | p.Size = Vector3.new(3, 0.8, 0.8) |
| 220 | p.CFrame = CFrame.new(-1, 4.46, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 221 | p.BrickColor = BrickColor.new("Brick yellow") |
| 222 | p.Material = Enum.Material.Glacier |
| 223 | p.MaterialVariant = "2022 Stud" |
| 224 | p.Anchored = true |
| 225 | p.Parent = model |
| 226 | end |
| 227 | do |
| 228 | local p = Instance.new("Part") |
| 229 | p.Name = "LeftLowerLeg" |
| 230 | p.Size = Vector3.new(2.5, 0.7, 0.7) |
| 231 | p.CFrame = CFrame.new(-1, 1.67, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 232 | p.BrickColor = BrickColor.new("Brick yellow") |
| 233 | p.Material = Enum.Material.Glacier |
| 234 | p.MaterialVariant = "2022 Stud" |
| 235 | p.Anchored = true |
| 236 | p.Parent = model |
| 237 | end |
| 238 | do |
| 239 | local p = Instance.new("Part") |
| 240 | p.Name = "LeftFoot" |
| 241 | p.Size = Vector3.new(0.9, 0.5, 1.2) |
| 242 | p.CFrame = CFrame.new(-1, 0.13, -0.2) |
| 243 | p.BrickColor = BrickColor.new("Brick yellow") |
| 244 | p.Material = Enum.Material.Glacier |
| 245 | p.MaterialVariant = "2022 Stud" |
| 246 | p.Anchored = true |
| 247 | p.Parent = model |
| 248 | end |
| 249 | do |
| 250 | local p = Instance.new("Part") |
| 251 | p.Name = "AuraCore_1" |
| 252 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 253 | p.CFrame = CFrame.new(2.5, 8, 1) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(30)) |
| 254 | p.BrickColor = BrickColor.new("Really red") |
| 255 | p.Material = Enum.Material.Neon |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "AuraCore_2" |
| 262 | p.Size = Vector3.new(0.2, 3, 0.2) |
| 263 | p.CFrame = CFrame.new(-2.5, 7, -1) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(-45)) |
| 264 | p.BrickColor = BrickColor.new("Really red") |
| 265 | p.Material = Enum.Material.Neon |
| 266 | p.Anchored = true |
| 267 | p.Parent = model |
| 268 | end |
| 269 | do |
| 270 | local p = Instance.new("Part") |
| 271 | p.Name = "AuraCore_3" |
| 272 | p.Size = Vector3.new(4, 0.1, 0.1) |
| 273 | p.CFrame = CFrame.new(0, 5, 1.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)) |
| 274 | p.BrickColor = BrickColor.new("Persimmon") |
| 275 | p.Material = Enum.Material.Neon |
| 276 | p.Anchored = true |
| 277 | p.Parent = model |
| 278 | end |
| 279 | do |
| 280 | local p = Instance.new("Part") |
| 281 | p.Name = "AuraCore_4" |
| 282 | p.Size = Vector3.new(0.1, 1.5, 0.1) |
| 283 | p.CFrame = CFrame.new(3, 11, -1) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)) |
| 284 | p.BrickColor = BrickColor.new("Really red") |
| 285 | p.Material = Enum.Material.Neon |
| 286 | p.Anchored = true |
| 287 | p.Parent = model |
| 288 | end |
| 289 | do |
| 290 | local p = Instance.new("Part") |
| 291 | p.Name = "AuraCore_5" |
| 292 | p.Size = Vector3.new(0.1, 2, 0.1) |
| 293 | p.CFrame = CFrame.new(-3, 13, 1) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(0)) |
| 294 | p.BrickColor = BrickColor.new("Persimmon") |
| 295 | p.Material = Enum.Material.Neon |
| 296 | p.Anchored = true |
| 297 | p.Parent = model |
| 298 | end |
| 299 | do |
| 300 | local p = Instance.new("Part") |
| 301 | p.Shape = Enum.PartType.Ball |
| 302 | p.Name = "Spark1" |
| 303 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 304 | p.CFrame = CFrame.new(4, 9, 0.5) |
| 305 | p.BrickColor = BrickColor.new("Persimmon") |
| 306 | p.Material = Enum.Material.Neon |
| 307 | p.Anchored = true |
| 308 | p.Parent = model |
| 309 | end |
| 310 | do |
| 311 | local p = Instance.new("Part") |
| 312 | p.Shape = Enum.PartType.Ball |
| 313 | p.Name = "Spark2" |
| 314 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 315 | p.CFrame = CFrame.new(-4, 11, -0.5) |
| 316 | p.BrickColor = BrickColor.new("Really red") |
| 317 | p.Material = Enum.Material.Neon |
| 318 | p.Anchored = true |
| 319 | p.Parent = model |
| 320 | end |
| 321 | do |
| 322 | local p = Instance.new("Part") |
| 323 | p.Shape = Enum.PartType.Ball |
| 324 | p.Name = "Spark3" |
| 325 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 326 | p.CFrame = CFrame.new(1, 4, -1.2) |
| 327 | p.BrickColor = BrickColor.new("Persimmon") |
| 328 | p.Material = Enum.Material.Neon |
| 329 | p.Anchored = true |
| 330 | p.Parent = model |
| 331 | end |
| 332 | model.PrimaryPart = model:FindFirstChild("Torso") |
| 333 | print("WaffleMan built: " .. #model:GetChildren() .. " parts") |
Loading comments...