Loading model...
by Rik Fennema · 9/1/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: VoxelCauldron |
| 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 = "VoxelCauldron" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Dark stone grey"] = "2022 Stud", |
| 26 | ["Deep orange"] = "2022 Stud", |
| 27 | ["Gold"] = "2022 Stud", |
| 28 | ["Lime green"] = "2022 Stud", |
| 29 | ["Really black"] = "2022 Universal", |
| 30 | } |
| 31 | do |
| 32 | local p = Instance.new("Part") |
| 33 | p.Shape = Enum.PartType.Ball |
| 34 | p.Name = "PumpkinBody" |
| 35 | p.Size = Vector3.new(9, 9, 9) |
| 36 | p.CFrame = CFrame.new(0, 7.5, 0) |
| 37 | p.BrickColor = BrickColor.new("Deep orange") |
| 38 | p.Material = Enum.Material.Glacier |
| 39 | p.MaterialVariant = "2022 Stud" |
| 40 | p.Anchored = true |
| 41 | p.Parent = model |
| 42 | end |
| 43 | do |
| 44 | local p = Instance.new("Part") |
| 45 | p.Name = "StemBase" |
| 46 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 47 | p.CFrame = CFrame.new(0, 12, 0) |
| 48 | p.BrickColor = BrickColor.new("Bright green") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Stud" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Name = "StemTop" |
| 57 | p.Size = Vector3.new(1, 1.5, 1) |
| 58 | p.CFrame = CFrame.new(0.5, 13, 0) |
| 59 | p.BrickColor = BrickColor.new("Bright green") |
| 60 | p.Material = Enum.Material.Glacier |
| 61 | p.MaterialVariant = "2022 Stud" |
| 62 | p.Anchored = true |
| 63 | p.Parent = model |
| 64 | end |
| 65 | do |
| 66 | local p = Instance.new("Part") |
| 67 | p.Shape = Enum.PartType.Ball |
| 68 | p.Name = "EyeL" |
| 69 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 70 | p.CFrame = CFrame.new(-2.2, 9, -3.8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 71 | p.BrickColor = BrickColor.new("Lime green") |
| 72 | p.Material = Enum.Material.Neon |
| 73 | p.Anchored = true |
| 74 | p.Parent = model |
| 75 | end |
| 76 | do |
| 77 | local p = Instance.new("Part") |
| 78 | p.Shape = Enum.PartType.Ball |
| 79 | p.Name = "EyeR" |
| 80 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 81 | p.CFrame = CFrame.new(2.2, 9, -3.8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 82 | p.BrickColor = BrickColor.new("Lime green") |
| 83 | p.Material = Enum.Material.Neon |
| 84 | p.Anchored = true |
| 85 | p.Parent = model |
| 86 | end |
| 87 | do |
| 88 | local p = Instance.new("Part") |
| 89 | p.Name = "MouthCenter" |
| 90 | p.Size = Vector3.new(2.5, 1, 1) |
| 91 | p.CFrame = CFrame.new(0, 7.2, -4.2) |
| 92 | p.BrickColor = BrickColor.new("Lime green") |
| 93 | p.Material = Enum.Material.Neon |
| 94 | p.Anchored = true |
| 95 | p.Parent = model |
| 96 | end |
| 97 | do |
| 98 | local p = Instance.new("Part") |
| 99 | p.Name = "MouthL" |
| 100 | p.Size = Vector3.new(1, 1, 1) |
| 101 | p.CFrame = CFrame.new(-1.5, 7.5, -4) |
| 102 | p.BrickColor = BrickColor.new("Lime green") |
| 103 | p.Material = Enum.Material.Neon |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "MouthR" |
| 110 | p.Size = Vector3.new(1, 1, 1) |
| 111 | p.CFrame = CFrame.new(1.5, 7.5, -4) |
| 112 | p.BrickColor = BrickColor.new("Lime green") |
| 113 | p.Material = Enum.Material.Neon |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "Vine1_1" |
| 120 | p.Size = Vector3.new(1.2, 2, 1.2) |
| 121 | p.CFrame = CFrame.new(-1.5, 12.5, 0) |
| 122 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine1_2" |
| 131 | p.Size = Vector3.new(2, 1.2, 1.2) |
| 132 | p.CFrame = CFrame.new(-2.5, 13.5, 0) |
| 133 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine1_3" |
| 142 | p.Size = Vector3.new(1.2, 2, 1.2) |
| 143 | p.CFrame = CFrame.new(-3.5, 14.5, 0) |
| 144 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine1_4" |
| 153 | p.Size = Vector3.new(2, 1.2, 1.2) |
| 154 | p.CFrame = CFrame.new(-2.5, 15.5, 0) |
| 155 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine2_1" |
| 164 | p.Size = Vector3.new(1.2, 2, 1.2) |
| 165 | p.CFrame = CFrame.new(1.5, 12, 1) |
| 166 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine2_2" |
| 175 | p.Size = Vector3.new(2, 1.2, 1.2) |
| 176 | p.CFrame = CFrame.new(2.5, 13, 1) |
| 177 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine2_3" |
| 186 | p.Size = Vector3.new(1.2, 2, 1.2) |
| 187 | p.CFrame = CFrame.new(3.5, 14, 1) |
| 188 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine2_4" |
| 197 | p.Size = Vector3.new(2, 1.2, 1.2) |
| 198 | p.CFrame = CFrame.new(4.5, 15, 1) |
| 199 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine3_1" |
| 208 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 209 | p.CFrame = CFrame.new(-4, 8.5, -4) |
| 210 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine3_2" |
| 219 | p.Size = Vector3.new(1.2, 2, 1.2) |
| 220 | p.CFrame = CFrame.new(-4.5, 7.5, -4.5) |
| 221 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine3_3" |
| 230 | p.Size = Vector3.new(1.2, 2, 1.2) |
| 231 | p.CFrame = CFrame.new(-4.5, 6.46, -4.5) |
| 232 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine4_1" |
| 241 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 242 | p.CFrame = CFrame.new(4.5, 8.5, -2) |
| 243 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Vine4_2" |
| 252 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 253 | p.CFrame = CFrame.new(5.5, 7.5, -2) |
| 254 | p.BrickColor = BrickColor.new("Bright green") |
| 255 | p.Material = Enum.Material.Glacier |
| 256 | p.MaterialVariant = "2022 Stud" |
| 257 | p.Anchored = true |
| 258 | p.Parent = model |
| 259 | end |
| 260 | do |
| 261 | local p = Instance.new("Part") |
| 262 | p.Name = "Vine4_3" |
| 263 | p.Size = Vector3.new(1.2, 2, 1.2) |
| 264 | p.CFrame = CFrame.new(5.5, 6.46, -2) |
| 265 | p.BrickColor = BrickColor.new("Bright green") |
| 266 | p.Material = Enum.Material.Glacier |
| 267 | p.MaterialVariant = "2022 Stud" |
| 268 | p.Anchored = true |
| 269 | p.Parent = model |
| 270 | end |
| 271 | do |
| 272 | local p = Instance.new("Part") |
| 273 | p.Name = "EmblemBase" |
| 274 | p.Size = Vector3.new(2.5, 3.5, 1) |
| 275 | p.CFrame = CFrame.new(0, 5, -5.9) |
| 276 | p.BrickColor = BrickColor.new("Lime green") |
| 277 | p.Material = Enum.Material.Glacier |
| 278 | p.MaterialVariant = "2022 Stud" |
| 279 | p.Anchored = true |
| 280 | p.Parent = model |
| 281 | end |
| 282 | do |
| 283 | local p = Instance.new("Part") |
| 284 | p.Name = "EmblemEye" |
| 285 | p.Size = Vector3.new(1, 1, 0.5) |
| 286 | p.CFrame = CFrame.new(0, 5.5, -6.2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 287 | p.BrickColor = BrickColor.new("Really black") |
| 288 | p.Material = Enum.Material.Glacier |
| 289 | p.MaterialVariant = "2022 Universal" |
| 290 | p.Anchored = true |
| 291 | p.Parent = model |
| 292 | end |
| 293 | do |
| 294 | local p = Instance.new("Part") |
| 295 | p.Name = "EmblemTooth1" |
| 296 | p.Size = Vector3.new(0.6, 1, 1) |
| 297 | p.CFrame = CFrame.new(-0.6, 3.5, -5.7) |
| 298 | p.BrickColor = BrickColor.new("Lime green") |
| 299 | p.Material = Enum.Material.Glacier |
| 300 | p.MaterialVariant = "2022 Stud" |
| 301 | p.Anchored = true |
| 302 | p.Parent = model |
| 303 | end |
| 304 | do |
| 305 | local p = Instance.new("Part") |
| 306 | p.Name = "EmblemTooth2" |
| 307 | p.Size = Vector3.new(0.6, 1, 1) |
| 308 | p.CFrame = CFrame.new(0.6, 3.5, -5.7) |
| 309 | p.BrickColor = BrickColor.new("Lime green") |
| 310 | p.Material = Enum.Material.Glacier |
| 311 | p.MaterialVariant = "2022 Stud" |
| 312 | p.Anchored = true |
| 313 | p.Parent = model |
| 314 | end |
| 315 | do |
| 316 | local p = Instance.new("Part") |
| 317 | p.Name = "RingAttachL" |
| 318 | p.Size = Vector3.new(1, 0.8, 0.8) |
| 319 | p.CFrame = CFrame.new(-5.8, 7.3, 0) |
| 320 | p.BrickColor = BrickColor.new("Gold") |
| 321 | p.Material = Enum.Material.Glacier |
| 322 | p.MaterialVariant = "2022 Stud" |
| 323 | p.Anchored = true |
| 324 | p.Parent = model |
| 325 | end |
| 326 | do |
| 327 | local p = Instance.new("Part") |
| 328 | p.Name = "RingAttachR" |
| 329 | p.Size = Vector3.new(1, 0.8, 0.8) |
| 330 | p.CFrame = CFrame.new(5.8, 7.3, 0) |
| 331 | p.BrickColor = BrickColor.new("Gold") |
| 332 | p.Material = Enum.Material.Glacier |
| 333 | p.MaterialVariant = "2022 Stud" |
| 334 | p.Anchored = true |
| 335 | p.Parent = model |
| 336 | end |
| 337 | do |
| 338 | local p = Instance.new("Part") |
| 339 | p.Name = "RingAttachB" |
| 340 | p.Size = Vector3.new(0.8, 0.8, 1) |
| 341 | p.CFrame = CFrame.new(0, 7.3, 5.8) |
| 342 | p.BrickColor = BrickColor.new("Gold") |
| 343 | p.Material = Enum.Material.Glacier |
| 344 | p.MaterialVariant = "2022 Stud" |
| 345 | p.Anchored = true |
| 346 | p.Parent = model |
| 347 | end |
| 348 | do |
| 349 | local p = Instance.new("Part") |
| 350 | p.Name = "ArmL1" |
| 351 | p.Size = Vector3.new(3, 1.5, 1.5) |
| 352 | p.CFrame = CFrame.new(-5.5, 3, 0) |
| 353 | p.BrickColor = BrickColor.new("Really black") |
| 354 | p.Material = Enum.Material.Glacier |
| 355 | p.MaterialVariant = "2022 Universal" |
| 356 | p.Anchored = true |
| 357 | p.Parent = model |
| 358 | end |
| 359 | do |
| 360 | local p = Instance.new("Part") |
| 361 | p.Name = "ArmL2" |
| 362 | p.Size = Vector3.new(1.5, 2.5, 1.5) |
| 363 | p.CFrame = CFrame.new(-7.5, 2.42, 0.08) |
| 364 | p.BrickColor = BrickColor.new("Really black") |
| 365 | p.Material = Enum.Material.Glacier |
| 366 | p.MaterialVariant = "2022 Universal" |
| 367 | p.Anchored = true |
| 368 | p.Parent = model |
| 369 | end |
| 370 | do |
| 371 | local p = Instance.new("Part") |
| 372 | p.Name = "ClawL1" |
| 373 | p.Size = Vector3.new(0.6, 1.5, 0.6) |
| 374 | p.CFrame = CFrame.new(-8, 1, -0.8) |
| 375 | p.BrickColor = BrickColor.new("Really black") |
| 376 | p.Material = Enum.Material.Glacier |
| 377 | p.MaterialVariant = "2022 Universal" |
| 378 | p.Anchored = true |
| 379 | p.Parent = model |
| 380 | end |
| 381 | do |
| 382 | local p = Instance.new("Part") |
| 383 | p.Name = "ClawL2" |
| 384 | p.Size = Vector3.new(0.6, 1.5, 0.6) |
| 385 | p.CFrame = CFrame.new(-8, 1, 0.8) |
| 386 | p.BrickColor = BrickColor.new("Really black") |
| 387 | p.Material = Enum.Material.Glacier |
| 388 | p.MaterialVariant = "2022 Universal" |
| 389 | p.Anchored = true |
| 390 | p.Parent = model |
| 391 | end |
| 392 | do |
| 393 | local p = Instance.new("Part") |
| 394 | p.Name = "ClawL3" |
| 395 | p.Size = Vector3.new(0.6, 1.5, 0.6) |
| 396 | p.CFrame = CFrame.new(-8.5, 1, 0) |
| 397 | p.BrickColor = BrickColor.new("Really black") |
| 398 | p.Material = Enum.Material.Glacier |
| 399 | p.MaterialVariant = "2022 Universal" |
| 400 | p.Anchored = true |
| 401 | p.Parent = model |
| 402 | end |
| 403 | do |
| 404 | local p = Instance.new("Part") |
| 405 | p.Name = "ArmR1" |
| 406 | p.Size = Vector3.new(3, 1.5, 1.5) |
| 407 | p.CFrame = CFrame.new(5.5, 3, 0) |
| 408 | p.BrickColor = BrickColor.new("Really black") |
| 409 | p.Material = Enum.Material.Glacier |
| 410 | p.MaterialVariant = "2022 Universal" |
| 411 | p.Anchored = true |
| 412 | p.Parent = model |
| 413 | end |
| 414 | do |
| 415 | local p = Instance.new("Part") |
| 416 | p.Name = "ArmR2" |
| 417 | p.Size = Vector3.new(1.5, 2.5, 1.5) |
| 418 | p.CFrame = CFrame.new(7.5, 2.42, 0.08) |
| 419 | p.BrickColor = BrickColor.new("Really black") |
| 420 | p.Material = Enum.Material.Glacier |
| 421 | p.MaterialVariant = "2022 Universal" |
| 422 | p.Anchored = true |
| 423 | p.Parent = model |
| 424 | end |
| 425 | do |
| 426 | local p = Instance.new("Part") |
| 427 | p.Name = "ClawR1" |
| 428 | p.Size = Vector3.new(0.6, 1.5, 0.6) |
| 429 | p.CFrame = CFrame.new(8, 1, -0.8) |
| 430 | p.BrickColor = BrickColor.new("Really black") |
| 431 | p.Material = Enum.Material.Glacier |
| 432 | p.MaterialVariant = "2022 Universal" |
| 433 | p.Anchored = true |
| 434 | p.Parent = model |
| 435 | end |
| 436 | do |
| 437 | local p = Instance.new("Part") |
| 438 | p.Name = "ClawR2" |
| 439 | p.Size = Vector3.new(0.6, 1.5, 0.6) |
| 440 | p.CFrame = CFrame.new(8, 1, 0.8) |
| 441 | p.BrickColor = BrickColor.new("Really black") |
| 442 | p.Material = Enum.Material.Glacier |
| 443 | p.MaterialVariant = "2022 Universal" |
| 444 | p.Anchored = true |
| 445 | p.Parent = model |
| 446 | end |
| 447 | do |
| 448 | local p = Instance.new("Part") |
| 449 | p.Name = "ClawR3" |
| 450 | p.Size = Vector3.new(0.6, 1.5, 0.6) |
| 451 | p.CFrame = CFrame.new(8.5, 1, 0) |
| 452 | p.BrickColor = BrickColor.new("Really black") |
| 453 | p.Material = Enum.Material.Glacier |
| 454 | p.MaterialVariant = "2022 Universal" |
| 455 | p.Anchored = true |
| 456 | p.Parent = model |
| 457 | end |
| 458 | do |
| 459 | local p = Instance.new("Part") |
| 460 | p.Name = "Drip1" |
| 461 | p.Size = Vector3.new(2, 3, 2) |
| 462 | p.CFrame = CFrame.new(0, 0.5, 0) |
| 463 | p.BrickColor = BrickColor.new("Really black") |
| 464 | p.Material = Enum.Material.Glacier |
| 465 | p.MaterialVariant = "2022 Universal" |
| 466 | p.Anchored = true |
| 467 | p.Parent = model |
| 468 | end |
| 469 | do |
| 470 | local p = Instance.new("Part") |
| 471 | p.Name = "Drip2" |
| 472 | p.Size = Vector3.new(1.5, 2.5, 1.5) |
| 473 | p.CFrame = CFrame.new(-2, -0.5, 1) |
| 474 | p.BrickColor = BrickColor.new("Really black") |
| 475 | p.Material = Enum.Material.Glacier |
| 476 | p.MaterialVariant = "2022 Universal" |
| 477 | p.Anchored = true |
| 478 | p.Parent = model |
| 479 | end |
| 480 | do |
| 481 | local p = Instance.new("Part") |
| 482 | p.Name = "Drip3" |
| 483 | p.Size = Vector3.new(1.5, 2, 1.5) |
| 484 | p.CFrame = CFrame.new(2, 0, -1) |
| 485 | p.BrickColor = BrickColor.new("Really black") |
| 486 | p.Material = Enum.Material.Glacier |
| 487 | p.MaterialVariant = "2022 Universal" |
| 488 | p.Anchored = true |
| 489 | p.Parent = model |
| 490 | end |
| 491 | do |
| 492 | local p = Instance.new("Part") |
| 493 | p.Name = "Drip4" |
| 494 | p.Size = Vector3.new(1, 2, 1) |
| 495 | p.CFrame = CFrame.new(0, -1.5, 2) |
| 496 | p.BrickColor = BrickColor.new("Really black") |
| 497 | p.Material = Enum.Material.Glacier |
| 498 | p.MaterialVariant = "2022 Universal" |
| 499 | p.Anchored = true |
| 500 | p.Parent = model |
| 501 | end |
| 502 | do |
| 503 | local p = Instance.new("Part") |
| 504 | p.Name = "Drip5" |
| 505 | p.Size = Vector3.new(1, 1.5, 1) |
| 506 | p.CFrame = CFrame.new(1, -2, 0) |
| 507 | p.BrickColor = BrickColor.new("Really black") |
| 508 | p.Material = Enum.Material.Glacier |
| 509 | p.MaterialVariant = "2022 Universal" |
| 510 | p.Anchored = true |
| 511 | p.Parent = model |
| 512 | end |
| 513 | do |
| 514 | local p = Instance.new("Part") |
| 515 | p.Name = "Drip6" |
| 516 | p.Size = Vector3.new(0.8, 1.5, 0.8) |
| 517 | p.CFrame = CFrame.new(-1, -2.5, -1) |
| 518 | p.BrickColor = BrickColor.new("Really black") |
| 519 | p.Material = Enum.Material.Glacier |
| 520 | p.MaterialVariant = "2022 Universal" |
| 521 | p.Anchored = true |
| 522 | p.Parent = model |
| 523 | end |
| 524 | do |
| 525 | local p = Instance.new("Part") |
| 526 | p.Name = "Part1" |
| 527 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 528 | p.CFrame = CFrame.new(0, -4, 0) |
| 529 | p.BrickColor = BrickColor.new("Really black") |
| 530 | p.Material = Enum.Material.Glacier |
| 531 | p.MaterialVariant = "2022 Universal" |
| 532 | p.Anchored = true |
| 533 | p.Parent = model |
| 534 | end |
| 535 | do |
| 536 | local p = Instance.new("Part") |
| 537 | p.Name = "Part2" |
| 538 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 539 | p.CFrame = CFrame.new(-1.5, -3.5, 1) |
| 540 | p.BrickColor = BrickColor.new("Really black") |
| 541 | p.Material = Enum.Material.Glacier |
| 542 | p.MaterialVariant = "2022 Universal" |
| 543 | p.Anchored = true |
| 544 | p.Parent = model |
| 545 | end |
| 546 | do |
| 547 | local p = Instance.new("Part") |
| 548 | p.Name = "Part3" |
| 549 | p.Size = Vector3.new(0.7, 0.7, 0.7) |
| 550 | p.CFrame = CFrame.new(2, -3, -1) |
| 551 | p.BrickColor = BrickColor.new("Really black") |
| 552 | p.Material = Enum.Material.Glacier |
| 553 | p.MaterialVariant = "2022 Universal" |
| 554 | p.Anchored = true |
| 555 | p.Parent = model |
| 556 | end |
| 557 | do |
| 558 | local p = Instance.new("Part") |
| 559 | p.Name = "Part4" |
| 560 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 561 | p.CFrame = CFrame.new(1, -4.5, 1.5) |
| 562 | p.BrickColor = BrickColor.new("Really black") |
| 563 | p.Material = Enum.Material.Glacier |
| 564 | p.MaterialVariant = "2022 Universal" |
| 565 | p.Anchored = true |
| 566 | p.Parent = model |
| 567 | end |
| 568 | do |
| 569 | local p = Instance.new("Part") |
| 570 | p.Name = "Part5" |
| 571 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 572 | p.CFrame = CFrame.new(-2.5, -2, -2) |
| 573 | p.BrickColor = BrickColor.new("Really black") |
| 574 | p.Material = Enum.Material.Glacier |
| 575 | p.MaterialVariant = "2022 Universal" |
| 576 | p.Anchored = true |
| 577 | p.Parent = model |
| 578 | end |
| 579 | do |
| 580 | local rightV = Vector3.new(1,0,0).Unit |
| 581 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 582 | local normalV = upV:Cross(rightV) |
| 583 | local pos = Vector3.new(0, 8.09, 0.04) |
| 584 | local cyl = Instance.new("Part") |
| 585 | cyl.Shape = Enum.PartType.Cylinder |
| 586 | cyl.Size = Vector3.new(1.2, 13, 13) |
| 587 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 588 | cyl.BrickColor = BrickColor.new("Dark stone grey") |
| 589 | cyl.Material = Enum.Material.Glacier |
| 590 | cyl.MaterialVariant = "2022 Stud" |
| 591 | cyl.Anchored = true; cyl.Parent = workspace |
| 592 | local cuts = {} |
| 593 | local hole = Instance.new("Part") |
| 594 | hole.Shape = Enum.PartType.Cylinder |
| 595 | hole.Size = Vector3.new(1.4, 10, 10) |
| 596 | hole.CFrame = cyl.CFrame |
| 597 | hole.BrickColor = BrickColor.new("Dark stone grey") |
| 598 | hole.Material = Enum.Material.Glacier |
| 599 | hole.MaterialVariant = "2022 Stud" |
| 600 | hole.Anchored = true; hole.Parent = workspace |
| 601 | table.insert(cuts, hole) |
| 602 | local angBoxes = {} |
| 603 | do |
| 604 | local edgeDir = 1*rightV + 0*upV |
| 605 | local edgePerp = 0*rightV + 1*upV |
| 606 | local cut = Instance.new("Part") |
| 607 | cut.Size = Vector3.new(26, 1.4, 26) |
| 608 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 13 * edgePerp, edgeDir, normalV) |
| 609 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 610 | cut.Material = Enum.Material.Glacier |
| 611 | cut.MaterialVariant = "2022 Stud" |
| 612 | cut.Anchored = true; cut.Parent = workspace |
| 613 | table.insert(angBoxes, cut) |
| 614 | end |
| 615 | do |
| 616 | local edgeDir = -1*rightV + 0*upV |
| 617 | local edgePerp = 0*rightV + -1*upV |
| 618 | local cut = Instance.new("Part") |
| 619 | cut.Size = Vector3.new(26, 1.4, 26) |
| 620 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 13 * edgePerp, edgeDir, normalV) |
| 621 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 622 | cut.Material = Enum.Material.Glacier |
| 623 | cut.MaterialVariant = "2022 Stud" |
| 624 | cut.Anchored = true; cut.Parent = workspace |
| 625 | table.insert(angBoxes, cut) |
| 626 | end |
| 627 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 628 | if #cuts > 0 then |
| 629 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 630 | for _, c in ipairs(cuts) do c:Destroy() end |
| 631 | if ok and result then |
| 632 | cyl:Destroy() |
| 633 | result.Name = "RimFront"; result.Anchored = true; result.Parent = model |
| 634 | else |
| 635 | cyl.Name = "RimFront"; cyl.Parent = model |
| 636 | end |
| 637 | else |
| 638 | cyl.Name = "RimFront"; cyl.Parent = model |
| 639 | end |
| 640 | end |
| 641 | do |
| 642 | local rightV = Vector3.new(1,0,0).Unit |
| 643 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 644 | local normalV = upV:Cross(rightV) |
| 645 | local pos = Vector3.new(0, 8.05, 0) |
| 646 | local cyl = Instance.new("Part") |
| 647 | cyl.Shape = Enum.PartType.Cylinder |
| 648 | cyl.Size = Vector3.new(1.2, 13, 13) |
| 649 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 650 | cyl.BrickColor = BrickColor.new("Dark stone grey") |
| 651 | cyl.Material = Enum.Material.Glacier |
| 652 | cyl.MaterialVariant = "2022 Stud" |
| 653 | cyl.Anchored = true; cyl.Parent = workspace |
| 654 | local cuts = {} |
| 655 | local hole = Instance.new("Part") |
| 656 | hole.Shape = Enum.PartType.Cylinder |
| 657 | hole.Size = Vector3.new(1.4, 10, 10) |
| 658 | hole.CFrame = cyl.CFrame |
| 659 | hole.BrickColor = BrickColor.new("Dark stone grey") |
| 660 | hole.Material = Enum.Material.Glacier |
| 661 | hole.MaterialVariant = "2022 Stud" |
| 662 | hole.Anchored = true; hole.Parent = workspace |
| 663 | table.insert(cuts, hole) |
| 664 | local angBoxes = {} |
| 665 | do |
| 666 | local edgeDir = -1*rightV + 0*upV |
| 667 | local edgePerp = 0*rightV + -1*upV |
| 668 | local cut = Instance.new("Part") |
| 669 | cut.Size = Vector3.new(26, 1.4, 26) |
| 670 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 13 * edgePerp, edgeDir, normalV) |
| 671 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 672 | cut.Material = Enum.Material.Glacier |
| 673 | cut.MaterialVariant = "2022 Stud" |
| 674 | cut.Anchored = true; cut.Parent = workspace |
| 675 | table.insert(angBoxes, cut) |
| 676 | end |
| 677 | do |
| 678 | local edgeDir = 1*rightV + 0*upV |
| 679 | local edgePerp = 0*rightV + 1*upV |
| 680 | local cut = Instance.new("Part") |
| 681 | cut.Size = Vector3.new(26, 1.4, 26) |
| 682 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 13 * edgePerp, edgeDir, normalV) |
| 683 | cut.BrickColor = BrickColor.new("Dark stone grey") |
| 684 | cut.Material = Enum.Material.Glacier |
| 685 | cut.MaterialVariant = "2022 Stud" |
| 686 | cut.Anchored = true; cut.Parent = workspace |
| 687 | table.insert(angBoxes, cut) |
| 688 | end |
| 689 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 690 | if #cuts > 0 then |
| 691 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 692 | for _, c in ipairs(cuts) do c:Destroy() end |
| 693 | if ok and result then |
| 694 | cyl:Destroy() |
| 695 | result.Name = "RimBack"; result.Anchored = true; result.Parent = model |
| 696 | else |
| 697 | cyl.Name = "RimBack"; cyl.Parent = model |
| 698 | end |
| 699 | else |
| 700 | cyl.Name = "RimBack"; cyl.Parent = model |
| 701 | end |
| 702 | end |
| 703 | do |
| 704 | local rightV = Vector3.new(0,1,0).Unit |
| 705 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 706 | local normalV = upV:Cross(rightV) |
| 707 | local pos = Vector3.new(-6.5, 5.5, 0.08) |
| 708 | local cyl = Instance.new("Part") |
| 709 | cyl.Shape = Enum.PartType.Cylinder |
| 710 | cyl.Size = Vector3.new(0.6, 3.6, 3.6) |
| 711 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 712 | cyl.BrickColor = BrickColor.new("Gold") |
| 713 | cyl.Material = Enum.Material.Glacier |
| 714 | cyl.MaterialVariant = "2022 Stud" |
| 715 | cyl.Anchored = true; cyl.Parent = workspace |
| 716 | local cuts = {} |
| 717 | local hole = Instance.new("Part") |
| 718 | hole.Shape = Enum.PartType.Cylinder |
| 719 | hole.Size = Vector3.new(0.8, 2.4, 2.4) |
| 720 | hole.CFrame = cyl.CFrame |
| 721 | hole.BrickColor = BrickColor.new("Gold") |
| 722 | hole.Material = Enum.Material.Glacier |
| 723 | hole.MaterialVariant = "2022 Stud" |
| 724 | hole.Anchored = true; hole.Parent = workspace |
| 725 | table.insert(cuts, hole) |
| 726 | local angBoxes = {} |
| 727 | do |
| 728 | local edgeDir = 1*rightV + 0*upV |
| 729 | local edgePerp = 0*rightV + 1*upV |
| 730 | local cut = Instance.new("Part") |
| 731 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 732 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 3.6 * edgePerp, edgeDir, normalV) |
| 733 | cut.BrickColor = BrickColor.new("Gold") |
| 734 | cut.Material = Enum.Material.Glacier |
| 735 | cut.MaterialVariant = "2022 Stud" |
| 736 | cut.Anchored = true; cut.Parent = workspace |
| 737 | table.insert(angBoxes, cut) |
| 738 | end |
| 739 | do |
| 740 | local edgeDir = -1*rightV + 0*upV |
| 741 | local edgePerp = 0*rightV + -1*upV |
| 742 | local cut = Instance.new("Part") |
| 743 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 744 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 3.6 * edgePerp, edgeDir, normalV) |
| 745 | cut.BrickColor = BrickColor.new("Gold") |
| 746 | cut.Material = Enum.Material.Glacier |
| 747 | cut.MaterialVariant = "2022 Stud" |
| 748 | cut.Anchored = true; cut.Parent = workspace |
| 749 | table.insert(angBoxes, cut) |
| 750 | end |
| 751 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 752 | if #cuts > 0 then |
| 753 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 754 | for _, c in ipairs(cuts) do c:Destroy() end |
| 755 | if ok and result then |
| 756 | cyl:Destroy() |
| 757 | result.Name = "RingL1"; result.Anchored = true; result.Parent = model |
| 758 | else |
| 759 | cyl.Name = "RingL1"; cyl.Parent = model |
| 760 | end |
| 761 | else |
| 762 | cyl.Name = "RingL1"; cyl.Parent = model |
| 763 | end |
| 764 | end |
| 765 | do |
| 766 | local rightV = Vector3.new(0,1,0).Unit |
| 767 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 768 | local normalV = upV:Cross(rightV) |
| 769 | local pos = Vector3.new(-6.5, 5.5, 0) |
| 770 | local cyl = Instance.new("Part") |
| 771 | cyl.Shape = Enum.PartType.Cylinder |
| 772 | cyl.Size = Vector3.new(0.6, 3.6, 3.6) |
| 773 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 774 | cyl.BrickColor = BrickColor.new("Gold") |
| 775 | cyl.Material = Enum.Material.Glacier |
| 776 | cyl.MaterialVariant = "2022 Stud" |
| 777 | cyl.Anchored = true; cyl.Parent = workspace |
| 778 | local cuts = {} |
| 779 | local hole = Instance.new("Part") |
| 780 | hole.Shape = Enum.PartType.Cylinder |
| 781 | hole.Size = Vector3.new(0.8, 2.4, 2.4) |
| 782 | hole.CFrame = cyl.CFrame |
| 783 | hole.BrickColor = BrickColor.new("Gold") |
| 784 | hole.Material = Enum.Material.Glacier |
| 785 | hole.MaterialVariant = "2022 Stud" |
| 786 | hole.Anchored = true; hole.Parent = workspace |
| 787 | table.insert(cuts, hole) |
| 788 | local angBoxes = {} |
| 789 | do |
| 790 | local edgeDir = -1*rightV + 0*upV |
| 791 | local edgePerp = 0*rightV + -1*upV |
| 792 | local cut = Instance.new("Part") |
| 793 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 794 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 3.6 * edgePerp, edgeDir, normalV) |
| 795 | cut.BrickColor = BrickColor.new("Gold") |
| 796 | cut.Material = Enum.Material.Glacier |
| 797 | cut.MaterialVariant = "2022 Stud" |
| 798 | cut.Anchored = true; cut.Parent = workspace |
| 799 | table.insert(angBoxes, cut) |
| 800 | end |
| 801 | do |
| 802 | local edgeDir = 1*rightV + 0*upV |
| 803 | local edgePerp = 0*rightV + 1*upV |
| 804 | local cut = Instance.new("Part") |
| 805 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 806 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 3.6 * edgePerp, edgeDir, normalV) |
| 807 | cut.BrickColor = BrickColor.new("Gold") |
| 808 | cut.Material = Enum.Material.Glacier |
| 809 | cut.MaterialVariant = "2022 Stud" |
| 810 | cut.Anchored = true; cut.Parent = workspace |
| 811 | table.insert(angBoxes, cut) |
| 812 | end |
| 813 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 814 | if #cuts > 0 then |
| 815 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 816 | for _, c in ipairs(cuts) do c:Destroy() end |
| 817 | if ok and result then |
| 818 | cyl:Destroy() |
| 819 | result.Name = "RingL2"; result.Anchored = true; result.Parent = model |
| 820 | else |
| 821 | cyl.Name = "RingL2"; cyl.Parent = model |
| 822 | end |
| 823 | else |
| 824 | cyl.Name = "RingL2"; cyl.Parent = model |
| 825 | end |
| 826 | end |
| 827 | do |
| 828 | local rightV = Vector3.new(0,1,0).Unit |
| 829 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 830 | local normalV = upV:Cross(rightV) |
| 831 | local pos = Vector3.new(6.5, 5.5, 0.08) |
| 832 | local cyl = Instance.new("Part") |
| 833 | cyl.Shape = Enum.PartType.Cylinder |
| 834 | cyl.Size = Vector3.new(0.6, 3.6, 3.6) |
| 835 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 836 | cyl.BrickColor = BrickColor.new("Gold") |
| 837 | cyl.Material = Enum.Material.Glacier |
| 838 | cyl.MaterialVariant = "2022 Stud" |
| 839 | cyl.Anchored = true; cyl.Parent = workspace |
| 840 | local cuts = {} |
| 841 | local hole = Instance.new("Part") |
| 842 | hole.Shape = Enum.PartType.Cylinder |
| 843 | hole.Size = Vector3.new(0.8, 2.4, 2.4) |
| 844 | hole.CFrame = cyl.CFrame |
| 845 | hole.BrickColor = BrickColor.new("Gold") |
| 846 | hole.Material = Enum.Material.Glacier |
| 847 | hole.MaterialVariant = "2022 Stud" |
| 848 | hole.Anchored = true; hole.Parent = workspace |
| 849 | table.insert(cuts, hole) |
| 850 | local angBoxes = {} |
| 851 | do |
| 852 | local edgeDir = 1*rightV + 0*upV |
| 853 | local edgePerp = 0*rightV + 1*upV |
| 854 | local cut = Instance.new("Part") |
| 855 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 856 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 3.6 * edgePerp, edgeDir, normalV) |
| 857 | cut.BrickColor = BrickColor.new("Gold") |
| 858 | cut.Material = Enum.Material.Glacier |
| 859 | cut.MaterialVariant = "2022 Stud" |
| 860 | cut.Anchored = true; cut.Parent = workspace |
| 861 | table.insert(angBoxes, cut) |
| 862 | end |
| 863 | do |
| 864 | local edgeDir = -1*rightV + 0*upV |
| 865 | local edgePerp = 0*rightV + -1*upV |
| 866 | local cut = Instance.new("Part") |
| 867 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 868 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 3.6 * edgePerp, edgeDir, normalV) |
| 869 | cut.BrickColor = BrickColor.new("Gold") |
| 870 | cut.Material = Enum.Material.Glacier |
| 871 | cut.MaterialVariant = "2022 Stud" |
| 872 | cut.Anchored = true; cut.Parent = workspace |
| 873 | table.insert(angBoxes, cut) |
| 874 | end |
| 875 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 876 | if #cuts > 0 then |
| 877 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 878 | for _, c in ipairs(cuts) do c:Destroy() end |
| 879 | if ok and result then |
| 880 | cyl:Destroy() |
| 881 | result.Name = "RingR1"; result.Anchored = true; result.Parent = model |
| 882 | else |
| 883 | cyl.Name = "RingR1"; cyl.Parent = model |
| 884 | end |
| 885 | else |
| 886 | cyl.Name = "RingR1"; cyl.Parent = model |
| 887 | end |
| 888 | end |
| 889 | do |
| 890 | local rightV = Vector3.new(0,1,0).Unit |
| 891 | local upV = (Vector3.new(0,0,1) - Vector3.new(0,0,1):Dot(rightV)*rightV).Unit |
| 892 | local normalV = upV:Cross(rightV) |
| 893 | local pos = Vector3.new(6.5, 5.5, 0) |
| 894 | local cyl = Instance.new("Part") |
| 895 | cyl.Shape = Enum.PartType.Cylinder |
| 896 | cyl.Size = Vector3.new(0.6, 3.6, 3.6) |
| 897 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 898 | cyl.BrickColor = BrickColor.new("Gold") |
| 899 | cyl.Material = Enum.Material.Glacier |
| 900 | cyl.MaterialVariant = "2022 Stud" |
| 901 | cyl.Anchored = true; cyl.Parent = workspace |
| 902 | local cuts = {} |
| 903 | local hole = Instance.new("Part") |
| 904 | hole.Shape = Enum.PartType.Cylinder |
| 905 | hole.Size = Vector3.new(0.8, 2.4, 2.4) |
| 906 | hole.CFrame = cyl.CFrame |
| 907 | hole.BrickColor = BrickColor.new("Gold") |
| 908 | hole.Material = Enum.Material.Glacier |
| 909 | hole.MaterialVariant = "2022 Stud" |
| 910 | hole.Anchored = true; hole.Parent = workspace |
| 911 | table.insert(cuts, hole) |
| 912 | local angBoxes = {} |
| 913 | do |
| 914 | local edgeDir = -1*rightV + 0*upV |
| 915 | local edgePerp = 0*rightV + -1*upV |
| 916 | local cut = Instance.new("Part") |
| 917 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 918 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 3.6 * edgePerp, edgeDir, normalV) |
| 919 | cut.BrickColor = BrickColor.new("Gold") |
| 920 | cut.Material = Enum.Material.Glacier |
| 921 | cut.MaterialVariant = "2022 Stud" |
| 922 | cut.Anchored = true; cut.Parent = workspace |
| 923 | table.insert(angBoxes, cut) |
| 924 | end |
| 925 | do |
| 926 | local edgeDir = 1*rightV + 0*upV |
| 927 | local edgePerp = 0*rightV + 1*upV |
| 928 | local cut = Instance.new("Part") |
| 929 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 930 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 3.6 * edgePerp, edgeDir, normalV) |
| 931 | cut.BrickColor = BrickColor.new("Gold") |
| 932 | cut.Material = Enum.Material.Glacier |
| 933 | cut.MaterialVariant = "2022 Stud" |
| 934 | cut.Anchored = true; cut.Parent = workspace |
| 935 | table.insert(angBoxes, cut) |
| 936 | end |
| 937 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 938 | if #cuts > 0 then |
| 939 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 940 | for _, c in ipairs(cuts) do c:Destroy() end |
| 941 | if ok and result then |
| 942 | cyl:Destroy() |
| 943 | result.Name = "RingR2"; result.Anchored = true; result.Parent = model |
| 944 | else |
| 945 | cyl.Name = "RingR2"; cyl.Parent = model |
| 946 | end |
| 947 | else |
| 948 | cyl.Name = "RingR2"; cyl.Parent = model |
| 949 | end |
| 950 | end |
| 951 | do |
| 952 | local rightV = Vector3.new(1,0,0).Unit |
| 953 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 954 | local normalV = upV:Cross(rightV) |
| 955 | local pos = Vector3.new(0, 5.54, 6.5) |
| 956 | local cyl = Instance.new("Part") |
| 957 | cyl.Shape = Enum.PartType.Cylinder |
| 958 | cyl.Size = Vector3.new(0.6, 3.6, 3.6) |
| 959 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 960 | cyl.BrickColor = BrickColor.new("Gold") |
| 961 | cyl.Material = Enum.Material.Glacier |
| 962 | cyl.MaterialVariant = "2022 Stud" |
| 963 | cyl.Anchored = true; cyl.Parent = workspace |
| 964 | local cuts = {} |
| 965 | local hole = Instance.new("Part") |
| 966 | hole.Shape = Enum.PartType.Cylinder |
| 967 | hole.Size = Vector3.new(0.8, 2.4, 2.4) |
| 968 | hole.CFrame = cyl.CFrame |
| 969 | hole.BrickColor = BrickColor.new("Gold") |
| 970 | hole.Material = Enum.Material.Glacier |
| 971 | hole.MaterialVariant = "2022 Stud" |
| 972 | hole.Anchored = true; hole.Parent = workspace |
| 973 | table.insert(cuts, hole) |
| 974 | local angBoxes = {} |
| 975 | do |
| 976 | local edgeDir = 1*rightV + 0*upV |
| 977 | local edgePerp = 0*rightV + 1*upV |
| 978 | local cut = Instance.new("Part") |
| 979 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 980 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 3.6 * edgePerp, edgeDir, normalV) |
| 981 | cut.BrickColor = BrickColor.new("Gold") |
| 982 | cut.Material = Enum.Material.Glacier |
| 983 | cut.MaterialVariant = "2022 Stud" |
| 984 | cut.Anchored = true; cut.Parent = workspace |
| 985 | table.insert(angBoxes, cut) |
| 986 | end |
| 987 | do |
| 988 | local edgeDir = -1*rightV + 0*upV |
| 989 | local edgePerp = 0*rightV + -1*upV |
| 990 | local cut = Instance.new("Part") |
| 991 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 992 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 3.6 * edgePerp, edgeDir, normalV) |
| 993 | cut.BrickColor = BrickColor.new("Gold") |
| 994 | cut.Material = Enum.Material.Glacier |
| 995 | cut.MaterialVariant = "2022 Stud" |
| 996 | cut.Anchored = true; cut.Parent = workspace |
| 997 | table.insert(angBoxes, cut) |
| 998 | end |
| 999 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1000 | if #cuts > 0 then |
| 1001 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1002 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1003 | if ok and result then |
| 1004 | cyl:Destroy() |
| 1005 | result.Name = "RingB1"; result.Anchored = true; result.Parent = model |
| 1006 | else |
| 1007 | cyl.Name = "RingB1"; cyl.Parent = model |
| 1008 | end |
| 1009 | else |
| 1010 | cyl.Name = "RingB1"; cyl.Parent = model |
| 1011 | end |
| 1012 | end |
| 1013 | do |
| 1014 | local rightV = Vector3.new(1,0,0).Unit |
| 1015 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1016 | local normalV = upV:Cross(rightV) |
| 1017 | local pos = Vector3.new(0, 5.5, 6.5) |
| 1018 | local cyl = Instance.new("Part") |
| 1019 | cyl.Shape = Enum.PartType.Cylinder |
| 1020 | cyl.Size = Vector3.new(0.6, 3.6, 3.6) |
| 1021 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1022 | cyl.BrickColor = BrickColor.new("Gold") |
| 1023 | cyl.Material = Enum.Material.Glacier |
| 1024 | cyl.MaterialVariant = "2022 Stud" |
| 1025 | cyl.Anchored = true; cyl.Parent = workspace |
| 1026 | local cuts = {} |
| 1027 | local hole = Instance.new("Part") |
| 1028 | hole.Shape = Enum.PartType.Cylinder |
| 1029 | hole.Size = Vector3.new(0.8, 2.4, 2.4) |
| 1030 | hole.CFrame = cyl.CFrame |
| 1031 | hole.BrickColor = BrickColor.new("Gold") |
| 1032 | hole.Material = Enum.Material.Glacier |
| 1033 | hole.MaterialVariant = "2022 Stud" |
| 1034 | hole.Anchored = true; hole.Parent = workspace |
| 1035 | table.insert(cuts, hole) |
| 1036 | local angBoxes = {} |
| 1037 | do |
| 1038 | local edgeDir = -1*rightV + 0*upV |
| 1039 | local edgePerp = 0*rightV + -1*upV |
| 1040 | local cut = Instance.new("Part") |
| 1041 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 1042 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 3.6 * edgePerp, edgeDir, normalV) |
| 1043 | cut.BrickColor = BrickColor.new("Gold") |
| 1044 | cut.Material = Enum.Material.Glacier |
| 1045 | cut.MaterialVariant = "2022 Stud" |
| 1046 | cut.Anchored = true; cut.Parent = workspace |
| 1047 | table.insert(angBoxes, cut) |
| 1048 | end |
| 1049 | do |
| 1050 | local edgeDir = 1*rightV + 0*upV |
| 1051 | local edgePerp = 0*rightV + 1*upV |
| 1052 | local cut = Instance.new("Part") |
| 1053 | cut.Size = Vector3.new(7.2, 0.8, 7.2) |
| 1054 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 3.6 * edgePerp, edgeDir, normalV) |
| 1055 | cut.BrickColor = BrickColor.new("Gold") |
| 1056 | cut.Material = Enum.Material.Glacier |
| 1057 | cut.MaterialVariant = "2022 Stud" |
| 1058 | cut.Anchored = true; cut.Parent = workspace |
| 1059 | table.insert(angBoxes, cut) |
| 1060 | end |
| 1061 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 1062 | if #cuts > 0 then |
| 1063 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1064 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1065 | if ok and result then |
| 1066 | cyl:Destroy() |
| 1067 | result.Name = "RingB2"; result.Anchored = true; result.Parent = model |
| 1068 | else |
| 1069 | cyl.Name = "RingB2"; cyl.Parent = model |
| 1070 | end |
| 1071 | else |
| 1072 | cyl.Name = "RingB2"; cyl.Parent = model |
| 1073 | end |
| 1074 | end |
| 1075 | do |
| 1076 | local upV = Vector3.new(0,1,0).Unit |
| 1077 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 1078 | local forwardV = rightV:Cross(upV) |
| 1079 | local pos = Vector3.new(0, 6, 0) |
| 1080 | local ball = Instance.new("Part") |
| 1081 | ball.Shape = Enum.PartType.Ball |
| 1082 | ball.Size = Vector3.new(12, 12, 12) |
| 1083 | ball.CFrame = CFrame.new(pos) |
| 1084 | ball.BrickColor = BrickColor.new("Really black") |
| 1085 | ball.Material = Enum.Material.Glacier |
| 1086 | ball.MaterialVariant = "2022 Universal" |
| 1087 | ball.Anchored = true; ball.Parent = workspace |
| 1088 | local cuts = {} |
| 1089 | local hole = Instance.new("Part") |
| 1090 | hole.Shape = Enum.PartType.Ball |
| 1091 | hole.Size = Vector3.new(10, 10, 10) |
| 1092 | hole.CFrame = CFrame.new(pos) |
| 1093 | hole.BrickColor = BrickColor.new("Really black") |
| 1094 | hole.Material = Enum.Material.Glacier |
| 1095 | hole.MaterialVariant = "2022 Universal" |
| 1096 | hole.Anchored = true; hole.Parent = workspace |
| 1097 | table.insert(cuts, hole) |
| 1098 | do |
| 1099 | local h = 2.052121 |
| 1100 | local cut = Instance.new("Part") |
| 1101 | cut.Size = Vector3.new(24, 24, 24) |
| 1102 | cut.CFrame = CFrame.fromMatrix(pos + upV*(14.052121), rightV, upV) |
| 1103 | cut.BrickColor = BrickColor.new("Really black") |
| 1104 | cut.Material = Enum.Material.Glacier |
| 1105 | cut.MaterialVariant = "2022 Universal" |
| 1106 | cut.Anchored = true; cut.Parent = workspace |
| 1107 | table.insert(cuts, cut) |
| 1108 | end |
| 1109 | if #cuts > 0 then |
| 1110 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 1111 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1112 | if ok and result then |
| 1113 | ball:Destroy() |
| 1114 | result.Name = "CauldronBowl"; result.Anchored = true; result.Parent = model |
| 1115 | else |
| 1116 | ball.Name = "CauldronBowl"; ball.Parent = model |
| 1117 | end |
| 1118 | else |
| 1119 | ball.Name = "CauldronBowl"; ball.Parent = model |
| 1120 | end |
| 1121 | end |
| 1122 | model.PrimaryPart = model:FindFirstChild("CauldronBowl") |
| 1123 | print("VoxelCauldron built: " .. #model:GetChildren() .. " parts") |
Loading comments...