Loading model...
by Marc Rosenthal · 6/14/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: WrappedCandy |
| 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 = "WrappedCandy" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "2022 Universal", |
| 25 | ["Cyan"] = "2022 Stud", |
| 26 | ["Lapis"] = "2022 Stud", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Name = "Body_Core" |
| 31 | p.Size = Vector3.new(4, 3.5, 4) |
| 32 | p.CFrame = CFrame.new(0, 2.5, 0) |
| 33 | p.BrickColor = BrickColor.new("Bright blue") |
| 34 | p.Material = Enum.Material.Glacier |
| 35 | p.MaterialVariant = "2022 Universal" |
| 36 | p.Anchored = true |
| 37 | p.Parent = model |
| 38 | end |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Name = "Body_Top" |
| 42 | p.Size = Vector3.new(3.2, 0.4, 3.2) |
| 43 | p.CFrame = CFrame.new(0, 4.4, 0) |
| 44 | p.BrickColor = BrickColor.new("Bright blue") |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Universal" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Name = "Body_Bottom" |
| 53 | p.Size = Vector3.new(3.2, 0.4, 3.2) |
| 54 | p.CFrame = CFrame.new(0, 0.6, 0) |
| 55 | p.BrickColor = BrickColor.new("Bright blue") |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Universal" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Name = "Body_Left" |
| 64 | p.Size = Vector3.new(0.4, 2.8, 3.2) |
| 65 | p.CFrame = CFrame.new(-2.1, 2.5, 0) |
| 66 | p.BrickColor = BrickColor.new("Bright blue") |
| 67 | p.Material = Enum.Material.Glacier |
| 68 | p.MaterialVariant = "2022 Universal" |
| 69 | p.Anchored = true |
| 70 | p.Parent = model |
| 71 | end |
| 72 | do |
| 73 | local p = Instance.new("Part") |
| 74 | p.Name = "Body_Right" |
| 75 | p.Size = Vector3.new(0.4, 2.8, 3.2) |
| 76 | p.CFrame = CFrame.new(2.1, 2.5, 0) |
| 77 | p.BrickColor = BrickColor.new("Bright blue") |
| 78 | p.Material = Enum.Material.Glacier |
| 79 | p.MaterialVariant = "2022 Universal" |
| 80 | p.Anchored = true |
| 81 | p.Parent = model |
| 82 | end |
| 83 | do |
| 84 | local p = Instance.new("Part") |
| 85 | p.Name = "Body_Front" |
| 86 | p.Size = Vector3.new(3.2, 2.8, 0.4) |
| 87 | p.CFrame = CFrame.new(0, 2.5, -2.1) |
| 88 | p.BrickColor = BrickColor.new("Bright blue") |
| 89 | p.Material = Enum.Material.Glacier |
| 90 | p.MaterialVariant = "2022 Universal" |
| 91 | p.Anchored = true |
| 92 | p.Parent = model |
| 93 | end |
| 94 | do |
| 95 | local p = Instance.new("Part") |
| 96 | p.Name = "Body_Back" |
| 97 | p.Size = Vector3.new(3.2, 2.8, 0.4) |
| 98 | p.CFrame = CFrame.new(0, 2.5, 2.1) |
| 99 | p.BrickColor = BrickColor.new("Bright blue") |
| 100 | p.Material = Enum.Material.Glacier |
| 101 | p.MaterialVariant = "2022 Universal" |
| 102 | p.Anchored = true |
| 103 | p.Parent = model |
| 104 | end |
| 105 | do |
| 106 | local p = Instance.new("Part") |
| 107 | p.Name = "Crease_1" |
| 108 | p.Size = Vector3.new(1.5, 0.2, 0.6) |
| 109 | p.CFrame = CFrame.new(1, 3.84, -1.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 110 | p.BrickColor = BrickColor.new("Lapis") |
| 111 | p.Material = Enum.Material.Glacier |
| 112 | p.MaterialVariant = "2022 Stud" |
| 113 | p.Anchored = true |
| 114 | p.Parent = model |
| 115 | end |
| 116 | do |
| 117 | local p = Instance.new("Part") |
| 118 | p.Name = "Crease_2" |
| 119 | p.Size = Vector3.new(1.2, 0.2, 0.6) |
| 120 | p.CFrame = CFrame.new(-1.5, 1.5, 1.8) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)) |
| 121 | p.BrickColor = BrickColor.new("Lapis") |
| 122 | p.Material = Enum.Material.Glacier |
| 123 | p.MaterialVariant = "2022 Stud" |
| 124 | p.Anchored = true |
| 125 | p.Parent = model |
| 126 | end |
| 127 | do |
| 128 | local p = Instance.new("Part") |
| 129 | p.Name = "Highlight_1" |
| 130 | p.Size = Vector3.new(2, 0.1, 1) |
| 131 | p.CFrame = CFrame.new(0, 4.34, 0.5) |
| 132 | p.BrickColor = BrickColor.new("Cyan") |
| 133 | p.Material = Enum.Material.Glacier |
| 134 | p.MaterialVariant = "2022 Stud" |
| 135 | p.Anchored = true |
| 136 | p.Parent = model |
| 137 | end |
| 138 | do |
| 139 | local p = Instance.new("Part") |
| 140 | p.Name = "Neck_Left" |
| 141 | p.Size = Vector3.new(0.8, 1.2, 1.2) |
| 142 | p.CFrame = CFrame.new(-2.6, 2.5, 0) |
| 143 | p.BrickColor = BrickColor.new("Lapis") |
| 144 | p.Material = Enum.Material.Glacier |
| 145 | p.MaterialVariant = "2022 Stud" |
| 146 | p.Anchored = true |
| 147 | p.Parent = model |
| 148 | end |
| 149 | do |
| 150 | local p = Instance.new("Part") |
| 151 | p.Name = "Neck_Right" |
| 152 | p.Size = Vector3.new(0.8, 1.2, 1.2) |
| 153 | p.CFrame = CFrame.new(2.6, 2.5, 0) |
| 154 | p.BrickColor = BrickColor.new("Lapis") |
| 155 | p.Material = Enum.Material.Glacier |
| 156 | p.MaterialVariant = "2022 Stud" |
| 157 | p.Anchored = true |
| 158 | p.Parent = model |
| 159 | end |
| 160 | do |
| 161 | local p = Instance.new("Part") |
| 162 | p.Name = "FanL_Base" |
| 163 | p.Size = Vector3.new(1.2, 2.5, 2.5) |
| 164 | p.CFrame = CFrame.new(-3.5, 2.5, 0) |
| 165 | p.BrickColor = BrickColor.new("Bright blue") |
| 166 | p.Material = Enum.Material.Glacier |
| 167 | p.MaterialVariant = "2022 Universal" |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("Part") |
| 173 | p.Name = "FanL_Top" |
| 174 | p.Size = Vector3.new(1.5, 0.8, 3) |
| 175 | p.CFrame = CFrame.new(-4.5, 3.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 176 | p.BrickColor = BrickColor.new("Bright blue") |
| 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 = "FanL_Bottom" |
| 185 | p.Size = Vector3.new(1.5, 0.8, 3) |
| 186 | p.CFrame = CFrame.new(-4.5, 1.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 187 | p.BrickColor = BrickColor.new("Bright blue") |
| 188 | p.Material = Enum.Material.Glacier |
| 189 | p.MaterialVariant = "2022 Universal" |
| 190 | p.Anchored = true |
| 191 | p.Parent = model |
| 192 | end |
| 193 | do |
| 194 | local p = Instance.new("Part") |
| 195 | p.Name = "FanL_Front" |
| 196 | p.Size = Vector3.new(1.2, 3.5, 0.6) |
| 197 | p.CFrame = CFrame.new(-4.8, 2.5, -1.5) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(0)) |
| 198 | p.BrickColor = BrickColor.new("Bright blue") |
| 199 | p.Material = Enum.Material.Glacier |
| 200 | p.MaterialVariant = "2022 Universal" |
| 201 | p.Anchored = true |
| 202 | p.Parent = model |
| 203 | end |
| 204 | do |
| 205 | local p = Instance.new("Part") |
| 206 | p.Name = "FanL_Back" |
| 207 | p.Size = Vector3.new(1.2, 3.5, 0.6) |
| 208 | p.CFrame = CFrame.new(-4.8, 2.5, 1.5) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)) |
| 209 | p.BrickColor = BrickColor.new("Bright blue") |
| 210 | p.Material = Enum.Material.Glacier |
| 211 | p.MaterialVariant = "2022 Universal" |
| 212 | p.Anchored = true |
| 213 | p.Parent = model |
| 214 | end |
| 215 | do |
| 216 | local p = Instance.new("Part") |
| 217 | p.Name = "FanL_Wrinkle1" |
| 218 | p.Size = Vector3.new(1, 2, 0.2) |
| 219 | p.CFrame = CFrame.new(-4, 2.5, 0.5) * CFrame.Angles(math.rad(0), math.rad(5), math.rad(0)) |
| 220 | p.BrickColor = BrickColor.new("Lapis") |
| 221 | p.Material = Enum.Material.Glacier |
| 222 | p.MaterialVariant = "2022 Stud" |
| 223 | p.Anchored = true |
| 224 | p.Parent = model |
| 225 | end |
| 226 | do |
| 227 | local p = Instance.new("Part") |
| 228 | p.Name = "FanL_Wrinkle2" |
| 229 | p.Size = Vector3.new(1, 2, 0.2) |
| 230 | p.CFrame = CFrame.new(-4, 2.5, -0.5) * CFrame.Angles(math.rad(0), math.rad(-5), math.rad(0)) |
| 231 | p.BrickColor = BrickColor.new("Lapis") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Stud" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local p = Instance.new("Part") |
| 239 | p.Name = "FanR_Base" |
| 240 | p.Size = Vector3.new(1.2, 2.5, 2.5) |
| 241 | p.CFrame = CFrame.new(3.5, 2.5, 0) |
| 242 | p.BrickColor = BrickColor.new("Bright blue") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Universal" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Name = "FanR_Top" |
| 251 | p.Size = Vector3.new(1.5, 0.8, 3) |
| 252 | p.CFrame = CFrame.new(4.5, 3.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 253 | p.BrickColor = BrickColor.new("Bright blue") |
| 254 | p.Material = Enum.Material.Glacier |
| 255 | p.MaterialVariant = "2022 Universal" |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "FanR_Bottom" |
| 262 | p.Size = Vector3.new(1.5, 0.8, 3) |
| 263 | p.CFrame = CFrame.new(4.5, 1.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 264 | p.BrickColor = BrickColor.new("Bright blue") |
| 265 | p.Material = Enum.Material.Glacier |
| 266 | p.MaterialVariant = "2022 Universal" |
| 267 | p.Anchored = true |
| 268 | p.Parent = model |
| 269 | end |
| 270 | do |
| 271 | local p = Instance.new("Part") |
| 272 | p.Name = "FanR_Front" |
| 273 | p.Size = Vector3.new(1.2, 3.5, 0.6) |
| 274 | p.CFrame = CFrame.new(4.8, 2.5, -1.5) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)) |
| 275 | p.BrickColor = BrickColor.new("Bright blue") |
| 276 | p.Material = Enum.Material.Glacier |
| 277 | p.MaterialVariant = "2022 Universal" |
| 278 | p.Anchored = true |
| 279 | p.Parent = model |
| 280 | end |
| 281 | do |
| 282 | local p = Instance.new("Part") |
| 283 | p.Name = "FanR_Back" |
| 284 | p.Size = Vector3.new(1.2, 3.5, 0.6) |
| 285 | p.CFrame = CFrame.new(4.8, 2.5, 1.5) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(0)) |
| 286 | p.BrickColor = BrickColor.new("Bright blue") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Universal" |
| 289 | p.Anchored = true |
| 290 | p.Parent = model |
| 291 | end |
| 292 | do |
| 293 | local p = Instance.new("Part") |
| 294 | p.Name = "FanR_Wrinkle1" |
| 295 | p.Size = Vector3.new(1, 2, 0.2) |
| 296 | p.CFrame = CFrame.new(4, 2.5, 0.5) * CFrame.Angles(math.rad(0), math.rad(-5), math.rad(0)) |
| 297 | p.BrickColor = BrickColor.new("Lapis") |
| 298 | p.Material = Enum.Material.Glacier |
| 299 | p.MaterialVariant = "2022 Stud" |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Name = "FanR_Wrinkle2" |
| 306 | p.Size = Vector3.new(1, 2, 0.2) |
| 307 | p.CFrame = CFrame.new(4, 2.5, -0.5) * CFrame.Angles(math.rad(0), math.rad(5), math.rad(0)) |
| 308 | p.BrickColor = BrickColor.new("Lapis") |
| 309 | p.Material = Enum.Material.Glacier |
| 310 | p.MaterialVariant = "2022 Stud" |
| 311 | p.Anchored = true |
| 312 | p.Parent = model |
| 313 | end |
| 314 | do |
| 315 | local p = Instance.new("Part") |
| 316 | p.Name = "FanL_Shine" |
| 317 | p.Size = Vector3.new(0.1, 1.5, 2) |
| 318 | p.CFrame = CFrame.new(-5.2, 3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 319 | p.BrickColor = BrickColor.new("Cyan") |
| 320 | p.Material = Enum.Material.Glacier |
| 321 | p.MaterialVariant = "2022 Stud" |
| 322 | p.Anchored = true |
| 323 | p.Parent = model |
| 324 | end |
| 325 | do |
| 326 | local p = Instance.new("Part") |
| 327 | p.Name = "FanR_Shine" |
| 328 | p.Size = Vector3.new(0.1, 1.5, 2) |
| 329 | p.CFrame = CFrame.new(5.2, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 330 | p.BrickColor = BrickColor.new("Cyan") |
| 331 | p.Material = Enum.Material.Glacier |
| 332 | p.MaterialVariant = "2022 Stud" |
| 333 | p.Anchored = true |
| 334 | p.Parent = model |
| 335 | end |
| 336 | model.PrimaryPart = model:FindFirstChild("Body_Core") |
| 337 | print("WrappedCandy built: " .. #model:GetChildren() .. " parts") |
Loading comments...