Loading model...
by Wayne Schillo · 4/23/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: HoneyTree |
| 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 = "HoneyTree" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright yellow"] = "2022 Big Stud", |
| 25 | ["Brown"] = "2022 Small Stud", |
| 26 | ["Cool yellow"] = "2022 Glue", |
| 27 | ["Deep orange"] = "2022 Stud", |
| 28 | ["Gold"] = "2022 Stud", |
| 29 | ["Nougat"] = "2022 Small Stud", |
| 30 | ["Really black"] = "2022 Universal", |
| 31 | ["Reddish brown"] = "2022 Small Stud", |
| 32 | } |
| 33 | do |
| 34 | local p = Instance.new("Part") |
| 35 | p.Name = "RootCore1" |
| 36 | p.Size = Vector3.new(10, 4, 10) |
| 37 | p.CFrame = CFrame.new(0, 2, 0) |
| 38 | p.BrickColor = BrickColor.new("Deep orange") |
| 39 | p.Material = Enum.Material.Glacier |
| 40 | p.MaterialVariant = "2022 Stud" |
| 41 | p.Anchored = true |
| 42 | p.Parent = model |
| 43 | end |
| 44 | do |
| 45 | local p = Instance.new("Part") |
| 46 | p.Name = "RootCore2" |
| 47 | p.Size = Vector3.new(8, 4, 8) |
| 48 | p.CFrame = CFrame.new(0, 3.96, 0) |
| 49 | p.BrickColor = BrickColor.new("Bright yellow") |
| 50 | p.Material = Enum.Material.Glacier |
| 51 | p.MaterialVariant = "2022 Big Stud" |
| 52 | p.Anchored = true |
| 53 | p.Parent = model |
| 54 | end |
| 55 | do |
| 56 | local p = Instance.new("Part") |
| 57 | p.Name = "HoneyPool1" |
| 58 | p.Size = Vector3.new(6, 1, 6) |
| 59 | p.CFrame = CFrame.new(4, 0.38, 4) |
| 60 | p.BrickColor = BrickColor.new("Bright yellow") |
| 61 | p.Material = Enum.Material.Glacier |
| 62 | p.MaterialVariant = "2022 Big Stud" |
| 63 | p.Anchored = true |
| 64 | p.Parent = model |
| 65 | end |
| 66 | do |
| 67 | local p = Instance.new("Part") |
| 68 | p.Name = "HoneyPool2" |
| 69 | p.Size = Vector3.new(5, 1, 5) |
| 70 | p.CFrame = CFrame.new(-5, 0.38, 3) |
| 71 | p.BrickColor = BrickColor.new("Cool yellow") |
| 72 | p.Material = Enum.Material.Glacier |
| 73 | p.MaterialVariant = "2022 Glue" |
| 74 | p.Anchored = true |
| 75 | p.Parent = model |
| 76 | end |
| 77 | do |
| 78 | local p = Instance.new("Part") |
| 79 | p.Name = "HoneyPool3" |
| 80 | p.Size = Vector3.new(7, 1, 4) |
| 81 | p.CFrame = CFrame.new(2, 0.38, -6) |
| 82 | p.BrickColor = BrickColor.new("Gold") |
| 83 | p.Material = Enum.Material.Glacier |
| 84 | p.MaterialVariant = "2022 Stud" |
| 85 | p.Anchored = true |
| 86 | p.Parent = model |
| 87 | end |
| 88 | do |
| 89 | local p = Instance.new("Part") |
| 90 | p.Name = "RootInner_0" |
| 91 | p.Size = Vector3.new(6, 3, 4) |
| 92 | p.CFrame = CFrame.new(6, 1.46, 0) |
| 93 | p.BrickColor = BrickColor.new("Bright yellow") |
| 94 | p.Material = Enum.Material.Glacier |
| 95 | p.MaterialVariant = "2022 Big Stud" |
| 96 | p.Anchored = true |
| 97 | p.Parent = model |
| 98 | end |
| 99 | do |
| 100 | local p = Instance.new("Part") |
| 101 | p.Name = "RootOuter_0" |
| 102 | p.Size = Vector3.new(5, 1.6, 3) |
| 103 | p.CFrame = CFrame.new(10, 0.68, 0) |
| 104 | p.BrickColor = BrickColor.new("Deep orange") |
| 105 | p.Material = Enum.Material.Glacier |
| 106 | p.MaterialVariant = "2022 Stud" |
| 107 | p.Anchored = true |
| 108 | p.Parent = model |
| 109 | end |
| 110 | do |
| 111 | local p = Instance.new("Part") |
| 112 | p.Name = "RootBranch_0" |
| 113 | p.Size = Vector3.new(4, 2, 2) |
| 114 | p.CFrame = CFrame.new(6.9282, 0.96, -4) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 115 | p.BrickColor = BrickColor.new("Gold") |
| 116 | p.Material = Enum.Material.Glacier |
| 117 | p.MaterialVariant = "2022 Stud" |
| 118 | p.Anchored = true |
| 119 | p.Parent = model |
| 120 | end |
| 121 | do |
| 122 | local p = Instance.new("Part") |
| 123 | p.Name = "RootInner_1" |
| 124 | p.Size = Vector3.new(6, 3, 4) |
| 125 | p.CFrame = CFrame.new(4.24264, 1.46, -4.24264) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 126 | p.BrickColor = BrickColor.new("Bright yellow") |
| 127 | p.Material = Enum.Material.Glacier |
| 128 | p.MaterialVariant = "2022 Big Stud" |
| 129 | p.Anchored = true |
| 130 | p.Parent = model |
| 131 | end |
| 132 | do |
| 133 | local p = Instance.new("Part") |
| 134 | p.Name = "RootOuter_1" |
| 135 | p.Size = Vector3.new(5, 1.6, 3) |
| 136 | p.CFrame = CFrame.new(7.07107, 0.68, -7.07107) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 137 | p.BrickColor = BrickColor.new("Deep orange") |
| 138 | p.Material = Enum.Material.Glacier |
| 139 | p.MaterialVariant = "2022 Stud" |
| 140 | p.Anchored = true |
| 141 | p.Parent = model |
| 142 | end |
| 143 | do |
| 144 | local p = Instance.new("Part") |
| 145 | p.Name = "RootInner_2" |
| 146 | p.Size = Vector3.new(6, 3, 4) |
| 147 | p.CFrame = CFrame.new(0, 1.46, -6) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 148 | p.BrickColor = BrickColor.new("Bright yellow") |
| 149 | p.Material = Enum.Material.Glacier |
| 150 | p.MaterialVariant = "2022 Big Stud" |
| 151 | p.Anchored = true |
| 152 | p.Parent = model |
| 153 | end |
| 154 | do |
| 155 | local p = Instance.new("Part") |
| 156 | p.Name = "RootOuter_2" |
| 157 | p.Size = Vector3.new(5, 1.6, 3) |
| 158 | p.CFrame = CFrame.new(-0.04, 0.84, -10) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 159 | p.BrickColor = BrickColor.new("Deep orange") |
| 160 | p.Material = Enum.Material.Glacier |
| 161 | p.MaterialVariant = "2022 Stud" |
| 162 | p.Anchored = true |
| 163 | p.Parent = model |
| 164 | end |
| 165 | do |
| 166 | local p = Instance.new("Part") |
| 167 | p.Name = "RootBranch_2" |
| 168 | p.Size = Vector3.new(4, 2, 2) |
| 169 | p.CFrame = CFrame.new(-4, 0.88, -6.9282) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(0)) |
| 170 | p.BrickColor = BrickColor.new("Gold") |
| 171 | p.Material = Enum.Material.Glacier |
| 172 | p.MaterialVariant = "2022 Stud" |
| 173 | p.Anchored = true |
| 174 | p.Parent = model |
| 175 | end |
| 176 | do |
| 177 | local p = Instance.new("Part") |
| 178 | p.Name = "RootInner_3" |
| 179 | p.Size = Vector3.new(6, 3, 4) |
| 180 | p.CFrame = CFrame.new(-4.24264, 1.46, -4.24264) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 181 | p.BrickColor = BrickColor.new("Bright yellow") |
| 182 | p.Material = Enum.Material.Glacier |
| 183 | p.MaterialVariant = "2022 Big Stud" |
| 184 | p.Anchored = true |
| 185 | p.Parent = model |
| 186 | end |
| 187 | do |
| 188 | local p = Instance.new("Part") |
| 189 | p.Name = "RootOuter_3" |
| 190 | p.Size = Vector3.new(5, 1.6, 3) |
| 191 | p.CFrame = CFrame.new(-7.07107, 0.68, -7.07107) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 192 | p.BrickColor = BrickColor.new("Deep orange") |
| 193 | p.Material = Enum.Material.Glacier |
| 194 | p.MaterialVariant = "2022 Stud" |
| 195 | p.Anchored = true |
| 196 | p.Parent = model |
| 197 | end |
| 198 | do |
| 199 | local p = Instance.new("Part") |
| 200 | p.Name = "RootInner_4" |
| 201 | p.Size = Vector3.new(6, 3, 4) |
| 202 | p.CFrame = CFrame.new(-6, 1.46, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 203 | p.BrickColor = BrickColor.new("Bright yellow") |
| 204 | p.Material = Enum.Material.Glacier |
| 205 | p.MaterialVariant = "2022 Big Stud" |
| 206 | p.Anchored = true |
| 207 | p.Parent = model |
| 208 | end |
| 209 | do |
| 210 | local p = Instance.new("Part") |
| 211 | p.Name = "RootOuter_4" |
| 212 | p.Size = Vector3.new(5, 1.6, 3) |
| 213 | p.CFrame = CFrame.new(-10.04, 0.68, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 214 | p.BrickColor = BrickColor.new("Deep orange") |
| 215 | p.Material = Enum.Material.Glacier |
| 216 | p.MaterialVariant = "2022 Stud" |
| 217 | p.Anchored = true |
| 218 | p.Parent = model |
| 219 | end |
| 220 | do |
| 221 | local p = Instance.new("Part") |
| 222 | p.Name = "RootBranch_4" |
| 223 | p.Size = Vector3.new(4, 2, 2) |
| 224 | p.CFrame = CFrame.new(-6.9282, 0.96, 4) * CFrame.Angles(math.rad(0), math.rad(210), math.rad(0)) |
| 225 | p.BrickColor = BrickColor.new("Gold") |
| 226 | p.Material = Enum.Material.Glacier |
| 227 | p.MaterialVariant = "2022 Stud" |
| 228 | p.Anchored = true |
| 229 | p.Parent = model |
| 230 | end |
| 231 | do |
| 232 | local p = Instance.new("Part") |
| 233 | p.Name = "RootInner_5" |
| 234 | p.Size = Vector3.new(6, 3, 4) |
| 235 | p.CFrame = CFrame.new(-4.24264, 1.46, 4.24264) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(0)) |
| 236 | p.BrickColor = BrickColor.new("Bright yellow") |
| 237 | p.Material = Enum.Material.Glacier |
| 238 | p.MaterialVariant = "2022 Big Stud" |
| 239 | p.Anchored = true |
| 240 | p.Parent = model |
| 241 | end |
| 242 | do |
| 243 | local p = Instance.new("Part") |
| 244 | p.Name = "RootOuter_5" |
| 245 | p.Size = Vector3.new(5, 1.6, 3) |
| 246 | p.CFrame = CFrame.new(-7.07107, 0.68, 7.07107) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(0)) |
| 247 | p.BrickColor = BrickColor.new("Deep orange") |
| 248 | p.Material = Enum.Material.Glacier |
| 249 | p.MaterialVariant = "2022 Stud" |
| 250 | p.Anchored = true |
| 251 | p.Parent = model |
| 252 | end |
| 253 | do |
| 254 | local p = Instance.new("Part") |
| 255 | p.Name = "RootInner_6" |
| 256 | p.Size = Vector3.new(6, 3, 4) |
| 257 | p.CFrame = CFrame.new(0, 1.46, 6) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 258 | p.BrickColor = BrickColor.new("Bright yellow") |
| 259 | p.Material = Enum.Material.Glacier |
| 260 | p.MaterialVariant = "2022 Big Stud" |
| 261 | p.Anchored = true |
| 262 | p.Parent = model |
| 263 | end |
| 264 | do |
| 265 | local p = Instance.new("Part") |
| 266 | p.Name = "RootOuter_6" |
| 267 | p.Size = Vector3.new(5, 1.6, 3) |
| 268 | p.CFrame = CFrame.new(0, 0.68, 10) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 269 | p.BrickColor = BrickColor.new("Deep orange") |
| 270 | p.Material = Enum.Material.Glacier |
| 271 | p.MaterialVariant = "2022 Stud" |
| 272 | p.Anchored = true |
| 273 | p.Parent = model |
| 274 | end |
| 275 | do |
| 276 | local p = Instance.new("Part") |
| 277 | p.Name = "RootBranch_6" |
| 278 | p.Size = Vector3.new(4, 2, 2) |
| 279 | p.CFrame = CFrame.new(4, 0.96, 6.9282) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(0)) |
| 280 | p.BrickColor = BrickColor.new("Gold") |
| 281 | p.Material = Enum.Material.Glacier |
| 282 | p.MaterialVariant = "2022 Stud" |
| 283 | p.Anchored = true |
| 284 | p.Parent = model |
| 285 | end |
| 286 | do |
| 287 | local p = Instance.new("Part") |
| 288 | p.Name = "RootInner_7" |
| 289 | p.Size = Vector3.new(6, 3, 4) |
| 290 | p.CFrame = CFrame.new(4.24264, 1.46, 4.24264) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 291 | p.BrickColor = BrickColor.new("Bright yellow") |
| 292 | p.Material = Enum.Material.Glacier |
| 293 | p.MaterialVariant = "2022 Big Stud" |
| 294 | p.Anchored = true |
| 295 | p.Parent = model |
| 296 | end |
| 297 | do |
| 298 | local p = Instance.new("Part") |
| 299 | p.Name = "RootOuter_7" |
| 300 | p.Size = Vector3.new(5, 1.6, 3) |
| 301 | p.CFrame = CFrame.new(7.07107, 0.68, 7.07107) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 302 | p.BrickColor = BrickColor.new("Deep orange") |
| 303 | p.Material = Enum.Material.Glacier |
| 304 | p.MaterialVariant = "2022 Stud" |
| 305 | p.Anchored = true |
| 306 | p.Parent = model |
| 307 | end |
| 308 | do |
| 309 | local p = Instance.new("Part") |
| 310 | p.Name = "RootMid_0" |
| 311 | p.Size = Vector3.new(5, 2.4, 3.5) |
| 312 | p.CFrame = CFrame.new(6.46716, 1.12, -2.67878) * CFrame.Angles(math.rad(0), math.rad(22.5), math.rad(0)) |
| 313 | p.BrickColor = BrickColor.new("Gold") |
| 314 | p.Material = Enum.Material.Glacier |
| 315 | p.MaterialVariant = "2022 Stud" |
| 316 | p.Anchored = true |
| 317 | p.Parent = model |
| 318 | end |
| 319 | do |
| 320 | local p = Instance.new("Part") |
| 321 | p.Name = "RootMid_1" |
| 322 | p.Size = Vector3.new(5, 2.4, 3.5) |
| 323 | p.CFrame = CFrame.new(2.67878, 1.12, -6.46716) * CFrame.Angles(math.rad(0), math.rad(67.5), math.rad(0)) |
| 324 | p.BrickColor = BrickColor.new("Gold") |
| 325 | p.Material = Enum.Material.Glacier |
| 326 | p.MaterialVariant = "2022 Stud" |
| 327 | p.Anchored = true |
| 328 | p.Parent = model |
| 329 | end |
| 330 | do |
| 331 | local p = Instance.new("Part") |
| 332 | p.Name = "RootMid_2" |
| 333 | p.Size = Vector3.new(5, 2.4, 3.5) |
| 334 | p.CFrame = CFrame.new(-2.67878, 1.12, -6.46716) * CFrame.Angles(math.rad(0), math.rad(112.5), math.rad(0)) |
| 335 | p.BrickColor = BrickColor.new("Gold") |
| 336 | p.Material = Enum.Material.Glacier |
| 337 | p.MaterialVariant = "2022 Stud" |
| 338 | p.Anchored = true |
| 339 | p.Parent = model |
| 340 | end |
| 341 | do |
| 342 | local p = Instance.new("Part") |
| 343 | p.Name = "RootMid_3" |
| 344 | p.Size = Vector3.new(5, 2.4, 3.5) |
| 345 | p.CFrame = CFrame.new(-6.46716, 1.12, -2.67878) * CFrame.Angles(math.rad(0), math.rad(157.5), math.rad(0)) |
| 346 | p.BrickColor = BrickColor.new("Gold") |
| 347 | p.Material = Enum.Material.Glacier |
| 348 | p.MaterialVariant = "2022 Stud" |
| 349 | p.Anchored = true |
| 350 | p.Parent = model |
| 351 | end |
| 352 | do |
| 353 | local p = Instance.new("Part") |
| 354 | p.Name = "RootMid_4" |
| 355 | p.Size = Vector3.new(5, 2.4, 3.5) |
| 356 | p.CFrame = CFrame.new(-6.46716, 1.12, 2.67878) * CFrame.Angles(math.rad(0), math.rad(202.5), math.rad(0)) |
| 357 | p.BrickColor = BrickColor.new("Gold") |
| 358 | p.Material = Enum.Material.Glacier |
| 359 | p.MaterialVariant = "2022 Stud" |
| 360 | p.Anchored = true |
| 361 | p.Parent = model |
| 362 | end |
| 363 | do |
| 364 | local p = Instance.new("Part") |
| 365 | p.Name = "RootMid_5" |
| 366 | p.Size = Vector3.new(5, 2.4, 3.5) |
| 367 | p.CFrame = CFrame.new(-2.67878, 1.12, 6.46716) * CFrame.Angles(math.rad(0), math.rad(247.5), math.rad(0)) |
| 368 | p.BrickColor = BrickColor.new("Gold") |
| 369 | p.Material = Enum.Material.Glacier |
| 370 | p.MaterialVariant = "2022 Stud" |
| 371 | p.Anchored = true |
| 372 | p.Parent = model |
| 373 | end |
| 374 | do |
| 375 | local p = Instance.new("Part") |
| 376 | p.Name = "RootMid_6" |
| 377 | p.Size = Vector3.new(5, 2.4, 3.5) |
| 378 | p.CFrame = CFrame.new(2.67878, 1.12, 6.46716) * CFrame.Angles(math.rad(0), math.rad(292.5), math.rad(0)) |
| 379 | p.BrickColor = BrickColor.new("Gold") |
| 380 | p.Material = Enum.Material.Glacier |
| 381 | p.MaterialVariant = "2022 Stud" |
| 382 | p.Anchored = true |
| 383 | p.Parent = model |
| 384 | end |
| 385 | do |
| 386 | local p = Instance.new("Part") |
| 387 | p.Name = "RootMid_7" |
| 388 | p.Size = Vector3.new(5, 2.4, 3.5) |
| 389 | p.CFrame = CFrame.new(6.46716, 1.12, 2.67878) * CFrame.Angles(math.rad(0), math.rad(337.5), math.rad(0)) |
| 390 | p.BrickColor = BrickColor.new("Gold") |
| 391 | p.Material = Enum.Material.Glacier |
| 392 | p.MaterialVariant = "2022 Stud" |
| 393 | p.Anchored = true |
| 394 | p.Parent = model |
| 395 | end |
| 396 | do |
| 397 | local p = Instance.new("Part") |
| 398 | p.Name = "TrunkMain" |
| 399 | p.Size = Vector3.new(5, 12, 5) |
| 400 | p.CFrame = CFrame.new(0, 8, 0) |
| 401 | p.BrickColor = BrickColor.new("Reddish brown") |
| 402 | p.Material = Enum.Material.Glacier |
| 403 | p.MaterialVariant = "2022 Small Stud" |
| 404 | p.Anchored = true |
| 405 | p.Parent = model |
| 406 | end |
| 407 | do |
| 408 | local p = Instance.new("Part") |
| 409 | p.Name = "TrunkTop" |
| 410 | p.Size = Vector3.new(6, 4, 6) |
| 411 | p.CFrame = CFrame.new(-0.04, 13, 0.04) |
| 412 | p.BrickColor = BrickColor.new("Reddish brown") |
| 413 | p.Material = Enum.Material.Glacier |
| 414 | p.MaterialVariant = "2022 Small Stud" |
| 415 | p.Anchored = true |
| 416 | p.Parent = model |
| 417 | end |
| 418 | do |
| 419 | local p = Instance.new("Part") |
| 420 | p.Name = "TrunkRidge_0" |
| 421 | p.Size = Vector3.new(1, 11, 2.5) |
| 422 | p.CFrame = CFrame.new(2.2, 8, 0) |
| 423 | p.BrickColor = BrickColor.new("Brown") |
| 424 | p.Material = Enum.Material.Glacier |
| 425 | p.MaterialVariant = "2022 Small Stud" |
| 426 | p.Anchored = true |
| 427 | p.Parent = model |
| 428 | end |
| 429 | do |
| 430 | local p = Instance.new("Part") |
| 431 | p.Name = "TrunkRidge_1" |
| 432 | p.Size = Vector3.new(1, 11, 2.5) |
| 433 | p.CFrame = CFrame.new(1.1, 8, -1.90526) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(0)) |
| 434 | p.BrickColor = BrickColor.new("Brown") |
| 435 | p.Material = Enum.Material.Glacier |
| 436 | p.MaterialVariant = "2022 Small Stud" |
| 437 | p.Anchored = true |
| 438 | p.Parent = model |
| 439 | end |
| 440 | do |
| 441 | local p = Instance.new("Part") |
| 442 | p.Name = "TrunkRidge_2" |
| 443 | p.Size = Vector3.new(1, 11, 2.5) |
| 444 | p.CFrame = CFrame.new(-1.1, 8, -1.90526) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(0)) |
| 445 | p.BrickColor = BrickColor.new("Brown") |
| 446 | p.Material = Enum.Material.Glacier |
| 447 | p.MaterialVariant = "2022 Small Stud" |
| 448 | p.Anchored = true |
| 449 | p.Parent = model |
| 450 | end |
| 451 | do |
| 452 | local p = Instance.new("Part") |
| 453 | p.Name = "TrunkRidge_3" |
| 454 | p.Size = Vector3.new(1, 11, 2.5) |
| 455 | p.CFrame = CFrame.new(-2.2, 8, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 456 | p.BrickColor = BrickColor.new("Brown") |
| 457 | p.Material = Enum.Material.Glacier |
| 458 | p.MaterialVariant = "2022 Small Stud" |
| 459 | p.Anchored = true |
| 460 | p.Parent = model |
| 461 | end |
| 462 | do |
| 463 | local p = Instance.new("Part") |
| 464 | p.Name = "TrunkRidge_4" |
| 465 | p.Size = Vector3.new(1, 11, 2.5) |
| 466 | p.CFrame = CFrame.new(-1.1, 8, 1.90526) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(0)) |
| 467 | p.BrickColor = BrickColor.new("Brown") |
| 468 | p.Material = Enum.Material.Glacier |
| 469 | p.MaterialVariant = "2022 Small Stud" |
| 470 | p.Anchored = true |
| 471 | p.Parent = model |
| 472 | end |
| 473 | do |
| 474 | local p = Instance.new("Part") |
| 475 | p.Name = "TrunkRidge_5" |
| 476 | p.Size = Vector3.new(1, 11, 2.5) |
| 477 | p.CFrame = CFrame.new(1.1, 8, 1.90526) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(0)) |
| 478 | p.BrickColor = BrickColor.new("Brown") |
| 479 | p.Material = Enum.Material.Glacier |
| 480 | p.MaterialVariant = "2022 Small Stud" |
| 481 | p.Anchored = true |
| 482 | p.Parent = model |
| 483 | end |
| 484 | do |
| 485 | local p = Instance.new("Part") |
| 486 | p.Name = "CanopyCore1" |
| 487 | p.Size = Vector3.new(16, 8, 16) |
| 488 | p.CFrame = CFrame.new(0, 16, 0) |
| 489 | p.BrickColor = BrickColor.new("Bright yellow") |
| 490 | p.Material = Enum.Material.Glacier |
| 491 | p.MaterialVariant = "2022 Big Stud" |
| 492 | p.Anchored = true |
| 493 | p.Parent = model |
| 494 | end |
| 495 | do |
| 496 | local p = Instance.new("Part") |
| 497 | p.Name = "CanopyCore2" |
| 498 | p.Size = Vector3.new(14, 6, 14) |
| 499 | p.CFrame = CFrame.new(0.04, 21, 0.04) |
| 500 | p.BrickColor = BrickColor.new("Deep orange") |
| 501 | p.Material = Enum.Material.Glacier |
| 502 | p.MaterialVariant = "2022 Stud" |
| 503 | p.Anchored = true |
| 504 | p.Parent = model |
| 505 | end |
| 506 | do |
| 507 | local p = Instance.new("Part") |
| 508 | p.Name = "CanopyCore3" |
| 509 | p.Size = Vector3.new(10, 5, 10) |
| 510 | p.CFrame = CFrame.new(0, 25, 0) |
| 511 | p.BrickColor = BrickColor.new("Bright yellow") |
| 512 | p.Material = Enum.Material.Glacier |
| 513 | p.MaterialVariant = "2022 Big Stud" |
| 514 | p.Anchored = true |
| 515 | p.Parent = model |
| 516 | end |
| 517 | do |
| 518 | local p = Instance.new("Part") |
| 519 | p.Name = "CanopyL1" |
| 520 | p.Size = Vector3.new(10, 10, 14) |
| 521 | p.CFrame = CFrame.new(-8, 14.92, 0) |
| 522 | p.BrickColor = BrickColor.new("Bright yellow") |
| 523 | p.Material = Enum.Material.Glacier |
| 524 | p.MaterialVariant = "2022 Big Stud" |
| 525 | p.Anchored = true |
| 526 | p.Parent = model |
| 527 | end |
| 528 | do |
| 529 | local p = Instance.new("Part") |
| 530 | p.Name = "CanopyL2" |
| 531 | p.Size = Vector3.new(8, 8, 10) |
| 532 | p.CFrame = CFrame.new(-12.08, 12.92, 0) |
| 533 | p.BrickColor = BrickColor.new("Deep orange") |
| 534 | p.Material = Enum.Material.Glacier |
| 535 | p.MaterialVariant = "2022 Stud" |
| 536 | p.Anchored = true |
| 537 | p.Parent = model |
| 538 | end |
| 539 | do |
| 540 | local p = Instance.new("Part") |
| 541 | p.Name = "CanopyL3" |
| 542 | p.Size = Vector3.new(6, 6, 8) |
| 543 | p.CFrame = CFrame.new(-14.08, 11, 0) |
| 544 | p.BrickColor = BrickColor.new("Bright yellow") |
| 545 | p.Material = Enum.Material.Glacier |
| 546 | p.MaterialVariant = "2022 Big Stud" |
| 547 | p.Anchored = true |
| 548 | p.Parent = model |
| 549 | end |
| 550 | do |
| 551 | local p = Instance.new("Part") |
| 552 | p.Name = "CanopyR1" |
| 553 | p.Size = Vector3.new(10, 10, 14) |
| 554 | p.CFrame = CFrame.new(8, 14.92, 0) |
| 555 | p.BrickColor = BrickColor.new("Bright yellow") |
| 556 | p.Material = Enum.Material.Glacier |
| 557 | p.MaterialVariant = "2022 Big Stud" |
| 558 | p.Anchored = true |
| 559 | p.Parent = model |
| 560 | end |
| 561 | do |
| 562 | local p = Instance.new("Part") |
| 563 | p.Name = "CanopyR2" |
| 564 | p.Size = Vector3.new(8, 8, 10) |
| 565 | p.CFrame = CFrame.new(12.08, 12.92, 0) |
| 566 | p.BrickColor = BrickColor.new("Deep orange") |
| 567 | p.Material = Enum.Material.Glacier |
| 568 | p.MaterialVariant = "2022 Stud" |
| 569 | p.Anchored = true |
| 570 | p.Parent = model |
| 571 | end |
| 572 | do |
| 573 | local p = Instance.new("Part") |
| 574 | p.Name = "CanopyR3" |
| 575 | p.Size = Vector3.new(6, 6, 8) |
| 576 | p.CFrame = CFrame.new(14.08, 11, 0) |
| 577 | p.BrickColor = BrickColor.new("Bright yellow") |
| 578 | p.Material = Enum.Material.Glacier |
| 579 | p.MaterialVariant = "2022 Big Stud" |
| 580 | p.Anchored = true |
| 581 | p.Parent = model |
| 582 | end |
| 583 | do |
| 584 | local p = Instance.new("Part") |
| 585 | p.Name = "CanopyF1" |
| 586 | p.Size = Vector3.new(14, 10, 10) |
| 587 | p.CFrame = CFrame.new(0, 14.96, -8) |
| 588 | p.BrickColor = BrickColor.new("Bright yellow") |
| 589 | p.Material = Enum.Material.Glacier |
| 590 | p.MaterialVariant = "2022 Big Stud" |
| 591 | p.Anchored = true |
| 592 | p.Parent = model |
| 593 | end |
| 594 | do |
| 595 | local p = Instance.new("Part") |
| 596 | p.Name = "CanopyF2" |
| 597 | p.Size = Vector3.new(10, 8, 8) |
| 598 | p.CFrame = CFrame.new(0, 12.96, -12.04) |
| 599 | p.BrickColor = BrickColor.new("Deep orange") |
| 600 | p.Material = Enum.Material.Glacier |
| 601 | p.MaterialVariant = "2022 Stud" |
| 602 | p.Anchored = true |
| 603 | p.Parent = model |
| 604 | end |
| 605 | do |
| 606 | local p = Instance.new("Part") |
| 607 | p.Name = "CanopyF3" |
| 608 | p.Size = Vector3.new(8, 6, 6) |
| 609 | p.CFrame = CFrame.new(0, 11, -14.04) |
| 610 | p.BrickColor = BrickColor.new("Bright yellow") |
| 611 | p.Material = Enum.Material.Glacier |
| 612 | p.MaterialVariant = "2022 Big Stud" |
| 613 | p.Anchored = true |
| 614 | p.Parent = model |
| 615 | end |
| 616 | do |
| 617 | local p = Instance.new("Part") |
| 618 | p.Name = "CanopyB1" |
| 619 | p.Size = Vector3.new(14, 10, 10) |
| 620 | p.CFrame = CFrame.new(0, 14.96, 8) |
| 621 | p.BrickColor = BrickColor.new("Bright yellow") |
| 622 | p.Material = Enum.Material.Glacier |
| 623 | p.MaterialVariant = "2022 Big Stud" |
| 624 | p.Anchored = true |
| 625 | p.Parent = model |
| 626 | end |
| 627 | do |
| 628 | local p = Instance.new("Part") |
| 629 | p.Name = "CanopyB2" |
| 630 | p.Size = Vector3.new(10, 8, 8) |
| 631 | p.CFrame = CFrame.new(0, 12.96, 12.04) |
| 632 | p.BrickColor = BrickColor.new("Deep orange") |
| 633 | p.Material = Enum.Material.Glacier |
| 634 | p.MaterialVariant = "2022 Stud" |
| 635 | p.Anchored = true |
| 636 | p.Parent = model |
| 637 | end |
| 638 | do |
| 639 | local p = Instance.new("Part") |
| 640 | p.Name = "CanopyB3" |
| 641 | p.Size = Vector3.new(8, 6, 6) |
| 642 | p.CFrame = CFrame.new(0, 11, 14.04) |
| 643 | p.BrickColor = BrickColor.new("Bright yellow") |
| 644 | p.Material = Enum.Material.Glacier |
| 645 | p.MaterialVariant = "2022 Big Stud" |
| 646 | p.Anchored = true |
| 647 | p.Parent = model |
| 648 | end |
| 649 | do |
| 650 | local p = Instance.new("Part") |
| 651 | p.Name = "CanopyFL" |
| 652 | p.Size = Vector3.new(10, 10, 10) |
| 653 | p.CFrame = CFrame.new(-6, 14, -6) |
| 654 | p.BrickColor = BrickColor.new("Bright yellow") |
| 655 | p.Material = Enum.Material.Glacier |
| 656 | p.MaterialVariant = "2022 Big Stud" |
| 657 | p.Anchored = true |
| 658 | p.Parent = model |
| 659 | end |
| 660 | do |
| 661 | local p = Instance.new("Part") |
| 662 | p.Name = "CanopyFR" |
| 663 | p.Size = Vector3.new(10, 10, 10) |
| 664 | p.CFrame = CFrame.new(6, 14, -6) |
| 665 | p.BrickColor = BrickColor.new("Bright yellow") |
| 666 | p.Material = Enum.Material.Glacier |
| 667 | p.MaterialVariant = "2022 Big Stud" |
| 668 | p.Anchored = true |
| 669 | p.Parent = model |
| 670 | end |
| 671 | do |
| 672 | local p = Instance.new("Part") |
| 673 | p.Name = "CanopyBL" |
| 674 | p.Size = Vector3.new(10, 10, 10) |
| 675 | p.CFrame = CFrame.new(-6, 14, 6) |
| 676 | p.BrickColor = BrickColor.new("Bright yellow") |
| 677 | p.Material = Enum.Material.Glacier |
| 678 | p.MaterialVariant = "2022 Big Stud" |
| 679 | p.Anchored = true |
| 680 | p.Parent = model |
| 681 | end |
| 682 | do |
| 683 | local p = Instance.new("Part") |
| 684 | p.Name = "CanopyBR" |
| 685 | p.Size = Vector3.new(10, 10, 10) |
| 686 | p.CFrame = CFrame.new(6, 14, 6) |
| 687 | p.BrickColor = BrickColor.new("Bright yellow") |
| 688 | p.Material = Enum.Material.Glacier |
| 689 | p.MaterialVariant = "2022 Big Stud" |
| 690 | p.Anchored = true |
| 691 | p.Parent = model |
| 692 | end |
| 693 | do |
| 694 | local p = Instance.new("Part") |
| 695 | p.Name = "CanopyHang1" |
| 696 | p.Size = Vector3.new(4, 6, 4) |
| 697 | p.CFrame = CFrame.new(-6, 8.96, -6) |
| 698 | p.BrickColor = BrickColor.new("Bright yellow") |
| 699 | p.Material = Enum.Material.Glacier |
| 700 | p.MaterialVariant = "2022 Big Stud" |
| 701 | p.Anchored = true |
| 702 | p.Parent = model |
| 703 | end |
| 704 | do |
| 705 | local p = Instance.new("Part") |
| 706 | p.Name = "CanopyHang2" |
| 707 | p.Size = Vector3.new(4, 6, 4) |
| 708 | p.CFrame = CFrame.new(6, 8.96, 6) |
| 709 | p.BrickColor = BrickColor.new("Deep orange") |
| 710 | p.Material = Enum.Material.Glacier |
| 711 | p.MaterialVariant = "2022 Stud" |
| 712 | p.Anchored = true |
| 713 | p.Parent = model |
| 714 | end |
| 715 | do |
| 716 | local p = Instance.new("Part") |
| 717 | p.Name = "CanopyHang3" |
| 718 | p.Size = Vector3.new(4, 5, 4) |
| 719 | p.CFrame = CFrame.new(8, 10, -4) |
| 720 | p.BrickColor = BrickColor.new("Bright yellow") |
| 721 | p.Material = Enum.Material.Glacier |
| 722 | p.MaterialVariant = "2022 Big Stud" |
| 723 | p.Anchored = true |
| 724 | p.Parent = model |
| 725 | end |
| 726 | do |
| 727 | local p = Instance.new("Part") |
| 728 | p.Name = "CanopyHang4" |
| 729 | p.Size = Vector3.new(4, 5, 4) |
| 730 | p.CFrame = CFrame.new(-8, 10, 4) |
| 731 | p.BrickColor = BrickColor.new("Gold") |
| 732 | p.Material = Enum.Material.Glacier |
| 733 | p.MaterialVariant = "2022 Stud" |
| 734 | p.Anchored = true |
| 735 | p.Parent = model |
| 736 | end |
| 737 | do |
| 738 | local p = Instance.new("Part") |
| 739 | p.Name = "CanopyDet1" |
| 740 | p.Size = Vector3.new(6, 6, 6) |
| 741 | p.CFrame = CFrame.new(-5, 23.04, -5) |
| 742 | p.BrickColor = BrickColor.new("Gold") |
| 743 | p.Material = Enum.Material.Glacier |
| 744 | p.MaterialVariant = "2022 Stud" |
| 745 | p.Anchored = true |
| 746 | p.Parent = model |
| 747 | end |
| 748 | do |
| 749 | local p = Instance.new("Part") |
| 750 | p.Name = "CanopyDet2" |
| 751 | p.Size = Vector3.new(5, 5, 5) |
| 752 | p.CFrame = CFrame.new(6, 22, 4) |
| 753 | p.BrickColor = BrickColor.new("Deep orange") |
| 754 | p.Material = Enum.Material.Glacier |
| 755 | p.MaterialVariant = "2022 Stud" |
| 756 | p.Anchored = true |
| 757 | p.Parent = model |
| 758 | end |
| 759 | do |
| 760 | local p = Instance.new("Part") |
| 761 | p.Name = "CanopyDet3" |
| 762 | p.Size = Vector3.new(7, 5, 7) |
| 763 | p.CFrame = CFrame.new(-8, 18, 6) |
| 764 | p.BrickColor = BrickColor.new("Bright yellow") |
| 765 | p.Material = Enum.Material.Glacier |
| 766 | p.MaterialVariant = "2022 Big Stud" |
| 767 | p.Anchored = true |
| 768 | p.Parent = model |
| 769 | end |
| 770 | do |
| 771 | local p = Instance.new("Part") |
| 772 | p.Name = "CanopyDet4" |
| 773 | p.Size = Vector3.new(6, 6, 6) |
| 774 | p.CFrame = CFrame.new(7, 17.04, -7) |
| 775 | p.BrickColor = BrickColor.new("Gold") |
| 776 | p.Material = Enum.Material.Glacier |
| 777 | p.MaterialVariant = "2022 Stud" |
| 778 | p.Anchored = true |
| 779 | p.Parent = model |
| 780 | end |
| 781 | do |
| 782 | local p = Instance.new("Part") |
| 783 | p.Name = "CanopyDet5" |
| 784 | p.Size = Vector3.new(6, 4, 6) |
| 785 | p.CFrame = CFrame.new(0, 27, 0) |
| 786 | p.BrickColor = BrickColor.new("Deep orange") |
| 787 | p.Material = Enum.Material.Glacier |
| 788 | p.MaterialVariant = "2022 Stud" |
| 789 | p.Anchored = true |
| 790 | p.Parent = model |
| 791 | end |
| 792 | do |
| 793 | local p = Instance.new("Part") |
| 794 | p.Name = "CanopyDet6" |
| 795 | p.Size = Vector3.new(5, 5, 5) |
| 796 | p.CFrame = CFrame.new(-11, 15, -4) |
| 797 | p.BrickColor = BrickColor.new("Gold") |
| 798 | p.Material = Enum.Material.Glacier |
| 799 | p.MaterialVariant = "2022 Stud" |
| 800 | p.Anchored = true |
| 801 | p.Parent = model |
| 802 | end |
| 803 | do |
| 804 | local p = Instance.new("Part") |
| 805 | p.Name = "CanopyDet7" |
| 806 | p.Size = Vector3.new(5, 6, 5) |
| 807 | p.CFrame = CFrame.new(10, 16.04, 5) |
| 808 | p.BrickColor = BrickColor.new("Bright yellow") |
| 809 | p.Material = Enum.Material.Glacier |
| 810 | p.MaterialVariant = "2022 Big Stud" |
| 811 | p.Anchored = true |
| 812 | p.Parent = model |
| 813 | end |
| 814 | do |
| 815 | local p = Instance.new("Part") |
| 816 | p.Name = "CanopyEdge1" |
| 817 | p.Size = Vector3.new(4, 4, 4) |
| 818 | p.CFrame = CFrame.new(-16, 12.04, 0) |
| 819 | p.BrickColor = BrickColor.new("Bright yellow") |
| 820 | p.Material = Enum.Material.Glacier |
| 821 | p.MaterialVariant = "2022 Big Stud" |
| 822 | p.Anchored = true |
| 823 | p.Parent = model |
| 824 | end |
| 825 | do |
| 826 | local p = Instance.new("Part") |
| 827 | p.Name = "CanopyEdge2" |
| 828 | p.Size = Vector3.new(5, 5, 5) |
| 829 | p.CFrame = CFrame.new(16, 14, -2) |
| 830 | p.BrickColor = BrickColor.new("Gold") |
| 831 | p.Material = Enum.Material.Glacier |
| 832 | p.MaterialVariant = "2022 Stud" |
| 833 | p.Anchored = true |
| 834 | p.Parent = model |
| 835 | end |
| 836 | do |
| 837 | local p = Instance.new("Part") |
| 838 | p.Name = "CanopyEdge3" |
| 839 | p.Size = Vector3.new(4, 5, 4) |
| 840 | p.CFrame = CFrame.new(2.04, 13, 16) |
| 841 | p.BrickColor = BrickColor.new("Deep orange") |
| 842 | p.Material = Enum.Material.Glacier |
| 843 | p.MaterialVariant = "2022 Stud" |
| 844 | p.Anchored = true |
| 845 | p.Parent = model |
| 846 | end |
| 847 | do |
| 848 | local p = Instance.new("Part") |
| 849 | p.Name = "CanopyEdge4" |
| 850 | p.Size = Vector3.new(5, 4, 5) |
| 851 | p.CFrame = CFrame.new(-4, 15.04, -15) |
| 852 | p.BrickColor = BrickColor.new("Bright yellow") |
| 853 | p.Material = Enum.Material.Glacier |
| 854 | p.MaterialVariant = "2022 Big Stud" |
| 855 | p.Anchored = true |
| 856 | p.Parent = model |
| 857 | end |
| 858 | do |
| 859 | local p = Instance.new("Part") |
| 860 | p.Name = "CanopyTopBump1" |
| 861 | p.Size = Vector3.new(4, 3, 4) |
| 862 | p.CFrame = CFrame.new(-2, 28, -2) |
| 863 | p.BrickColor = BrickColor.new("Bright yellow") |
| 864 | p.Material = Enum.Material.Glacier |
| 865 | p.MaterialVariant = "2022 Big Stud" |
| 866 | p.Anchored = true |
| 867 | p.Parent = model |
| 868 | end |
| 869 | do |
| 870 | local p = Instance.new("Part") |
| 871 | p.Name = "CanopyTopBump2" |
| 872 | p.Size = Vector3.new(5, 3, 5) |
| 873 | p.CFrame = CFrame.new(3, 27.54, 1) |
| 874 | p.BrickColor = BrickColor.new("Gold") |
| 875 | p.Material = Enum.Material.Glacier |
| 876 | p.MaterialVariant = "2022 Stud" |
| 877 | p.Anchored = true |
| 878 | p.Parent = model |
| 879 | end |
| 880 | do |
| 881 | local p = Instance.new("Part") |
| 882 | p.Name = "CanopyTopBump3" |
| 883 | p.Size = Vector3.new(3, 2, 3) |
| 884 | p.CFrame = CFrame.new(-1.04, 28.54, 3) |
| 885 | p.BrickColor = BrickColor.new("Deep orange") |
| 886 | p.Material = Enum.Material.Glacier |
| 887 | p.MaterialVariant = "2022 Stud" |
| 888 | p.Anchored = true |
| 889 | p.Parent = model |
| 890 | end |
| 891 | do |
| 892 | local p = Instance.new("Part") |
| 893 | p.Name = "Drip_0" |
| 894 | p.Size = Vector3.new(0.4, 10, 0.4) |
| 895 | p.CFrame = CFrame.new(-4, 7.04, -4) |
| 896 | p.BrickColor = BrickColor.new("Cool yellow") |
| 897 | p.Material = Enum.Material.Neon |
| 898 | p.Anchored = true |
| 899 | p.Parent = model |
| 900 | end |
| 901 | do |
| 902 | local p = Instance.new("Part") |
| 903 | p.Name = "Drip_1" |
| 904 | p.Size = Vector3.new(0.3, 12, 0.3) |
| 905 | p.CFrame = CFrame.new(4, 7, -3) |
| 906 | p.BrickColor = BrickColor.new("Cool yellow") |
| 907 | p.Material = Enum.Material.Neon |
| 908 | p.Anchored = true |
| 909 | p.Parent = model |
| 910 | end |
| 911 | do |
| 912 | local p = Instance.new("Part") |
| 913 | p.Name = "Drip_2" |
| 914 | p.Size = Vector3.new(0.5, 9, 0.5) |
| 915 | p.CFrame = CFrame.new(-6, 6.54, 2) |
| 916 | p.BrickColor = BrickColor.new("Cool yellow") |
| 917 | p.Material = Enum.Material.Neon |
| 918 | p.Anchored = true |
| 919 | p.Parent = model |
| 920 | end |
| 921 | do |
| 922 | local p = Instance.new("Part") |
| 923 | p.Name = "Drip_3" |
| 924 | p.Size = Vector3.new(0.4, 13, 0.4) |
| 925 | p.CFrame = CFrame.new(7, 7.54, 5) |
| 926 | p.BrickColor = BrickColor.new("Cool yellow") |
| 927 | p.Material = Enum.Material.Neon |
| 928 | p.Anchored = true |
| 929 | p.Parent = model |
| 930 | end |
| 931 | do |
| 932 | local p = Instance.new("Part") |
| 933 | p.Name = "Drip_4" |
| 934 | p.Size = Vector3.new(0.6, 11, 0.6) |
| 935 | p.CFrame = CFrame.new(0, 6.54, -7) |
| 936 | p.BrickColor = BrickColor.new("Cool yellow") |
| 937 | p.Material = Enum.Material.Neon |
| 938 | p.Anchored = true |
| 939 | p.Parent = model |
| 940 | end |
| 941 | do |
| 942 | local p = Instance.new("Part") |
| 943 | p.Name = "Drip_5" |
| 944 | p.Size = Vector3.new(0.3, 12, 0.3) |
| 945 | p.CFrame = CFrame.new(-2, 7, 6) |
| 946 | p.BrickColor = BrickColor.new("Cool yellow") |
| 947 | p.Material = Enum.Material.Neon |
| 948 | p.Anchored = true |
| 949 | p.Parent = model |
| 950 | end |
| 951 | do |
| 952 | local p = Instance.new("Part") |
| 953 | p.Name = "Drip_6" |
| 954 | p.Size = Vector3.new(0.5, 10, 0.5) |
| 955 | p.CFrame = CFrame.new(3, 6.04, 7) |
| 956 | p.BrickColor = BrickColor.new("Cool yellow") |
| 957 | p.Material = Enum.Material.Neon |
| 958 | p.Anchored = true |
| 959 | p.Parent = model |
| 960 | end |
| 961 | do |
| 962 | local p = Instance.new("Part") |
| 963 | p.Name = "Drip_7" |
| 964 | p.Size = Vector3.new(0.4, 8, 0.4) |
| 965 | p.CFrame = CFrame.new(-8, 5.96, -2) |
| 966 | p.BrickColor = BrickColor.new("Cool yellow") |
| 967 | p.Material = Enum.Material.Neon |
| 968 | p.Anchored = true |
| 969 | p.Parent = model |
| 970 | end |
| 971 | do |
| 972 | local p = Instance.new("Part") |
| 973 | p.Name = "Drip_8" |
| 974 | p.Size = Vector3.new(0.3, 9, 0.3) |
| 975 | p.CFrame = CFrame.new(9, 6.5, -1) |
| 976 | p.BrickColor = BrickColor.new("Cool yellow") |
| 977 | p.Material = Enum.Material.Neon |
| 978 | p.Anchored = true |
| 979 | p.Parent = model |
| 980 | end |
| 981 | do |
| 982 | local p = Instance.new("Part") |
| 983 | p.Name = "Drip_9" |
| 984 | p.Size = Vector3.new(0.5, 12, 0.5) |
| 985 | p.CFrame = CFrame.new(1, 8.04, 2) |
| 986 | p.BrickColor = BrickColor.new("Cool yellow") |
| 987 | p.Material = Enum.Material.Neon |
| 988 | p.Anchored = true |
| 989 | p.Parent = model |
| 990 | end |
| 991 | do |
| 992 | local p = Instance.new("Part") |
| 993 | p.Name = "Drip_10" |
| 994 | p.Size = Vector3.new(0.4, 11, 0.4) |
| 995 | p.CFrame = CFrame.new(-5, 7.54, 5) |
| 996 | p.BrickColor = BrickColor.new("Cool yellow") |
| 997 | p.Material = Enum.Material.Neon |
| 998 | p.Anchored = true |
| 999 | p.Parent = model |
| 1000 | end |
| 1001 | do |
| 1002 | local p = Instance.new("Part") |
| 1003 | p.Name = "Drip_11" |
| 1004 | p.Size = Vector3.new(0.6, 10, 0.6) |
| 1005 | p.CFrame = CFrame.new(5, 7.04, -6) |
| 1006 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1007 | p.Material = Enum.Material.Neon |
| 1008 | p.Anchored = true |
| 1009 | p.Parent = model |
| 1010 | end |
| 1011 | do |
| 1012 | local p = Instance.new("Part") |
| 1013 | p.Name = "Drip_12" |
| 1014 | p.Size = Vector3.new(0.3, 4, 0.3) |
| 1015 | p.CFrame = CFrame.new(-10, 6.96, 0) |
| 1016 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1017 | p.Material = Enum.Material.Neon |
| 1018 | p.Anchored = true |
| 1019 | p.Parent = model |
| 1020 | end |
| 1021 | do |
| 1022 | local p = Instance.new("Part") |
| 1023 | p.Name = "Drip_13" |
| 1024 | p.Size = Vector3.new(0.4, 5, 0.4) |
| 1025 | p.CFrame = CFrame.new(10, 6.46, 0) |
| 1026 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1027 | p.Material = Enum.Material.Neon |
| 1028 | p.Anchored = true |
| 1029 | p.Parent = model |
| 1030 | end |
| 1031 | do |
| 1032 | local p = Instance.new("Part") |
| 1033 | p.Name = "Drip_14" |
| 1034 | p.Size = Vector3.new(0.3, 4, 0.3) |
| 1035 | p.CFrame = CFrame.new(0, 6.92, -10) |
| 1036 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1037 | p.Material = Enum.Material.Neon |
| 1038 | p.Anchored = true |
| 1039 | p.Parent = model |
| 1040 | end |
| 1041 | do |
| 1042 | local p = Instance.new("Part") |
| 1043 | p.Name = "Drip_15" |
| 1044 | p.Size = Vector3.new(0.4, 5, 0.4) |
| 1045 | p.CFrame = CFrame.new(0, 6.42, 10) |
| 1046 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1047 | p.Material = Enum.Material.Neon |
| 1048 | p.Anchored = true |
| 1049 | p.Parent = model |
| 1050 | end |
| 1051 | do |
| 1052 | local p = Instance.new("Part") |
| 1053 | p.Name = "Drip_16" |
| 1054 | p.Size = Vector3.new(0.5, 6, 0.5) |
| 1055 | p.CFrame = CFrame.new(-7, 6.88, -7) |
| 1056 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1057 | p.Material = Enum.Material.Neon |
| 1058 | p.Anchored = true |
| 1059 | p.Parent = model |
| 1060 | end |
| 1061 | do |
| 1062 | local p = Instance.new("Part") |
| 1063 | p.Name = "Drip_17" |
| 1064 | p.Size = Vector3.new(0.3, 6, 0.3) |
| 1065 | p.CFrame = CFrame.new(7, 6.88, 7) |
| 1066 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1067 | p.Material = Enum.Material.Neon |
| 1068 | p.Anchored = true |
| 1069 | p.Parent = model |
| 1070 | end |
| 1071 | do |
| 1072 | local p = Instance.new("Part") |
| 1073 | p.Name = "HiveLeft_L1" |
| 1074 | p.Size = Vector3.new(2.8, 0.6, 2.8) |
| 1075 | p.CFrame = CFrame.new(-12, 5.92, 0) |
| 1076 | p.BrickColor = BrickColor.new("Nougat") |
| 1077 | p.Material = Enum.Material.Glacier |
| 1078 | p.MaterialVariant = "2022 Small Stud" |
| 1079 | p.Anchored = true |
| 1080 | p.Parent = model |
| 1081 | end |
| 1082 | do |
| 1083 | local p = Instance.new("Part") |
| 1084 | p.Name = "HiveLeft_L2" |
| 1085 | p.Size = Vector3.new(3, 0.6, 3) |
| 1086 | p.CFrame = CFrame.new(-12, 6.56, 0) |
| 1087 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1088 | p.Material = Enum.Material.Glacier |
| 1089 | p.MaterialVariant = "2022 Small Stud" |
| 1090 | p.Anchored = true |
| 1091 | p.Parent = model |
| 1092 | end |
| 1093 | do |
| 1094 | local p = Instance.new("Part") |
| 1095 | p.Name = "HiveLeft_L3" |
| 1096 | p.Size = Vector3.new(3.2, 0.6, 3.2) |
| 1097 | p.CFrame = CFrame.new(-12, 7.2, 0) |
| 1098 | p.BrickColor = BrickColor.new("Nougat") |
| 1099 | p.Material = Enum.Material.Glacier |
| 1100 | p.MaterialVariant = "2022 Small Stud" |
| 1101 | p.Anchored = true |
| 1102 | p.Parent = model |
| 1103 | end |
| 1104 | do |
| 1105 | local p = Instance.new("Part") |
| 1106 | p.Name = "HiveLeft_L4" |
| 1107 | p.Size = Vector3.new(3, 0.6, 3) |
| 1108 | p.CFrame = CFrame.new(-12, 7.84, 0) |
| 1109 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1110 | p.Material = Enum.Material.Glacier |
| 1111 | p.MaterialVariant = "2022 Small Stud" |
| 1112 | p.Anchored = true |
| 1113 | p.Parent = model |
| 1114 | end |
| 1115 | do |
| 1116 | local p = Instance.new("Part") |
| 1117 | p.Name = "HiveLeft_L5" |
| 1118 | p.Size = Vector3.new(2.8, 0.6, 2.8) |
| 1119 | p.CFrame = CFrame.new(-12, 8.48, 0) |
| 1120 | p.BrickColor = BrickColor.new("Nougat") |
| 1121 | p.Material = Enum.Material.Glacier |
| 1122 | p.MaterialVariant = "2022 Small Stud" |
| 1123 | p.Anchored = true |
| 1124 | p.Parent = model |
| 1125 | end |
| 1126 | do |
| 1127 | local p = Instance.new("Part") |
| 1128 | p.Name = "HiveLeft_Roof" |
| 1129 | p.Size = Vector3.new(3.4, 0.4, 3.4) |
| 1130 | p.CFrame = CFrame.new(-12, 9, 0) |
| 1131 | p.BrickColor = BrickColor.new("Brown") |
| 1132 | p.Material = Enum.Material.Glacier |
| 1133 | p.MaterialVariant = "2022 Small Stud" |
| 1134 | p.Anchored = true |
| 1135 | p.Parent = model |
| 1136 | end |
| 1137 | do |
| 1138 | local p = Instance.new("Part") |
| 1139 | p.Name = "HiveLeft_Hole" |
| 1140 | p.Size = Vector3.new(0.8, 0.8, 0.2) |
| 1141 | p.CFrame = CFrame.new(-12, 7.2, -1.65) |
| 1142 | p.BrickColor = BrickColor.new("Really black") |
| 1143 | p.Material = Enum.Material.Glacier |
| 1144 | p.MaterialVariant = "2022 Universal" |
| 1145 | p.Anchored = true |
| 1146 | p.Parent = model |
| 1147 | end |
| 1148 | do |
| 1149 | local p = Instance.new("Part") |
| 1150 | p.Name = "HiveLeft_Board" |
| 1151 | p.Size = Vector3.new(1.2, 0.1, 0.4) |
| 1152 | p.CFrame = CFrame.new(-12, 6.8, -1.78) |
| 1153 | p.BrickColor = BrickColor.new("Nougat") |
| 1154 | p.Material = Enum.Material.Glacier |
| 1155 | p.MaterialVariant = "2022 Small Stud" |
| 1156 | p.Anchored = true |
| 1157 | p.Parent = model |
| 1158 | end |
| 1159 | do |
| 1160 | local p = Instance.new("Part") |
| 1161 | p.Name = "HiveLeft_String" |
| 1162 | p.Size = Vector3.new(2.8, 0.3, 0.3) |
| 1163 | p.CFrame = CFrame.new(-12, 10.64, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1164 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1165 | p.Material = Enum.Material.Glacier |
| 1166 | p.MaterialVariant = "2022 Glue" |
| 1167 | p.Anchored = true |
| 1168 | p.Parent = model |
| 1169 | end |
| 1170 | do |
| 1171 | local p = Instance.new("Part") |
| 1172 | p.Name = "HiveRight_L1" |
| 1173 | p.Size = Vector3.new(2.8, 0.6, 2.8) |
| 1174 | p.CFrame = CFrame.new(12, 6.92, 3) |
| 1175 | p.BrickColor = BrickColor.new("Nougat") |
| 1176 | p.Material = Enum.Material.Glacier |
| 1177 | p.MaterialVariant = "2022 Small Stud" |
| 1178 | p.Anchored = true |
| 1179 | p.Parent = model |
| 1180 | end |
| 1181 | do |
| 1182 | local p = Instance.new("Part") |
| 1183 | p.Name = "HiveRight_L2" |
| 1184 | p.Size = Vector3.new(3, 0.6, 3) |
| 1185 | p.CFrame = CFrame.new(12, 7.56, 3) |
| 1186 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1187 | p.Material = Enum.Material.Glacier |
| 1188 | p.MaterialVariant = "2022 Small Stud" |
| 1189 | p.Anchored = true |
| 1190 | p.Parent = model |
| 1191 | end |
| 1192 | do |
| 1193 | local p = Instance.new("Part") |
| 1194 | p.Name = "HiveRight_L3" |
| 1195 | p.Size = Vector3.new(3.2, 0.6, 3.2) |
| 1196 | p.CFrame = CFrame.new(12, 8.2, 3) |
| 1197 | p.BrickColor = BrickColor.new("Nougat") |
| 1198 | p.Material = Enum.Material.Glacier |
| 1199 | p.MaterialVariant = "2022 Small Stud" |
| 1200 | p.Anchored = true |
| 1201 | p.Parent = model |
| 1202 | end |
| 1203 | do |
| 1204 | local p = Instance.new("Part") |
| 1205 | p.Name = "HiveRight_L4" |
| 1206 | p.Size = Vector3.new(3, 0.6, 3) |
| 1207 | p.CFrame = CFrame.new(12, 8.84, 3) |
| 1208 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1209 | p.Material = Enum.Material.Glacier |
| 1210 | p.MaterialVariant = "2022 Small Stud" |
| 1211 | p.Anchored = true |
| 1212 | p.Parent = model |
| 1213 | end |
| 1214 | do |
| 1215 | local p = Instance.new("Part") |
| 1216 | p.Name = "HiveRight_L5" |
| 1217 | p.Size = Vector3.new(2.8, 0.6, 2.8) |
| 1218 | p.CFrame = CFrame.new(12, 9.48, 3) |
| 1219 | p.BrickColor = BrickColor.new("Nougat") |
| 1220 | p.Material = Enum.Material.Glacier |
| 1221 | p.MaterialVariant = "2022 Small Stud" |
| 1222 | p.Anchored = true |
| 1223 | p.Parent = model |
| 1224 | end |
| 1225 | do |
| 1226 | local p = Instance.new("Part") |
| 1227 | p.Name = "HiveRight_Roof" |
| 1228 | p.Size = Vector3.new(3.4, 0.4, 3.4) |
| 1229 | p.CFrame = CFrame.new(12, 10, 3) |
| 1230 | p.BrickColor = BrickColor.new("Brown") |
| 1231 | p.Material = Enum.Material.Glacier |
| 1232 | p.MaterialVariant = "2022 Small Stud" |
| 1233 | p.Anchored = true |
| 1234 | p.Parent = model |
| 1235 | end |
| 1236 | do |
| 1237 | local p = Instance.new("Part") |
| 1238 | p.Name = "HiveRight_Hole" |
| 1239 | p.Size = Vector3.new(0.8, 0.8, 0.2) |
| 1240 | p.CFrame = CFrame.new(12, 8.2, 1.35) |
| 1241 | p.BrickColor = BrickColor.new("Really black") |
| 1242 | p.Material = Enum.Material.Glacier |
| 1243 | p.MaterialVariant = "2022 Universal" |
| 1244 | p.Anchored = true |
| 1245 | p.Parent = model |
| 1246 | end |
| 1247 | do |
| 1248 | local p = Instance.new("Part") |
| 1249 | p.Name = "HiveRight_Board" |
| 1250 | p.Size = Vector3.new(1.2, 0.1, 0.4) |
| 1251 | p.CFrame = CFrame.new(12, 7.8, 1.22) |
| 1252 | p.BrickColor = BrickColor.new("Nougat") |
| 1253 | p.Material = Enum.Material.Glacier |
| 1254 | p.MaterialVariant = "2022 Small Stud" |
| 1255 | p.Anchored = true |
| 1256 | p.Parent = model |
| 1257 | end |
| 1258 | do |
| 1259 | local p = Instance.new("Part") |
| 1260 | p.Name = "HiveRight_String" |
| 1261 | p.Size = Vector3.new(2.8, 0.3, 0.3) |
| 1262 | p.CFrame = CFrame.new(12, 11.56, 3) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1263 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1264 | p.Material = Enum.Material.Glacier |
| 1265 | p.MaterialVariant = "2022 Glue" |
| 1266 | p.Anchored = true |
| 1267 | p.Parent = model |
| 1268 | end |
| 1269 | do |
| 1270 | local p = Instance.new("Part") |
| 1271 | p.Name = "HiveFront_L1" |
| 1272 | p.Size = Vector3.new(2.8, 0.6, 2.8) |
| 1273 | p.CFrame = CFrame.new(-4, 4.92, -10) |
| 1274 | p.BrickColor = BrickColor.new("Nougat") |
| 1275 | p.Material = Enum.Material.Glacier |
| 1276 | p.MaterialVariant = "2022 Small Stud" |
| 1277 | p.Anchored = true |
| 1278 | p.Parent = model |
| 1279 | end |
| 1280 | do |
| 1281 | local p = Instance.new("Part") |
| 1282 | p.Name = "HiveFront_L2" |
| 1283 | p.Size = Vector3.new(3, 0.6, 3) |
| 1284 | p.CFrame = CFrame.new(-4, 5.56, -10) |
| 1285 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1286 | p.Material = Enum.Material.Glacier |
| 1287 | p.MaterialVariant = "2022 Small Stud" |
| 1288 | p.Anchored = true |
| 1289 | p.Parent = model |
| 1290 | end |
| 1291 | do |
| 1292 | local p = Instance.new("Part") |
| 1293 | p.Name = "HiveFront_L3" |
| 1294 | p.Size = Vector3.new(3.2, 0.6, 3.2) |
| 1295 | p.CFrame = CFrame.new(-4, 6.2, -10) |
| 1296 | p.BrickColor = BrickColor.new("Nougat") |
| 1297 | p.Material = Enum.Material.Glacier |
| 1298 | p.MaterialVariant = "2022 Small Stud" |
| 1299 | p.Anchored = true |
| 1300 | p.Parent = model |
| 1301 | end |
| 1302 | do |
| 1303 | local p = Instance.new("Part") |
| 1304 | p.Name = "HiveFront_L4" |
| 1305 | p.Size = Vector3.new(3, 0.6, 3) |
| 1306 | p.CFrame = CFrame.new(-4, 6.84, -10) |
| 1307 | p.BrickColor = BrickColor.new("Reddish brown") |
| 1308 | p.Material = Enum.Material.Glacier |
| 1309 | p.MaterialVariant = "2022 Small Stud" |
| 1310 | p.Anchored = true |
| 1311 | p.Parent = model |
| 1312 | end |
| 1313 | do |
| 1314 | local p = Instance.new("Part") |
| 1315 | p.Name = "HiveFront_L5" |
| 1316 | p.Size = Vector3.new(2.8, 0.6, 2.8) |
| 1317 | p.CFrame = CFrame.new(-4, 7.48, -10) |
| 1318 | p.BrickColor = BrickColor.new("Nougat") |
| 1319 | p.Material = Enum.Material.Glacier |
| 1320 | p.MaterialVariant = "2022 Small Stud" |
| 1321 | p.Anchored = true |
| 1322 | p.Parent = model |
| 1323 | end |
| 1324 | do |
| 1325 | local p = Instance.new("Part") |
| 1326 | p.Name = "HiveFront_Roof" |
| 1327 | p.Size = Vector3.new(3.4, 0.4, 3.4) |
| 1328 | p.CFrame = CFrame.new(-4, 8, -10) |
| 1329 | p.BrickColor = BrickColor.new("Brown") |
| 1330 | p.Material = Enum.Material.Glacier |
| 1331 | p.MaterialVariant = "2022 Small Stud" |
| 1332 | p.Anchored = true |
| 1333 | p.Parent = model |
| 1334 | end |
| 1335 | do |
| 1336 | local p = Instance.new("Part") |
| 1337 | p.Name = "HiveFront_Hole" |
| 1338 | p.Size = Vector3.new(0.8, 0.8, 0.2) |
| 1339 | p.CFrame = CFrame.new(-4, 6.2, -11.65) |
| 1340 | p.BrickColor = BrickColor.new("Really black") |
| 1341 | p.Material = Enum.Material.Glacier |
| 1342 | p.MaterialVariant = "2022 Universal" |
| 1343 | p.Anchored = true |
| 1344 | p.Parent = model |
| 1345 | end |
| 1346 | do |
| 1347 | local p = Instance.new("Part") |
| 1348 | p.Name = "HiveFront_Board" |
| 1349 | p.Size = Vector3.new(1.2, 0.1, 0.4) |
| 1350 | p.CFrame = CFrame.new(-4, 5.8, -11.78) |
| 1351 | p.BrickColor = BrickColor.new("Nougat") |
| 1352 | p.Material = Enum.Material.Glacier |
| 1353 | p.MaterialVariant = "2022 Small Stud" |
| 1354 | p.Anchored = true |
| 1355 | p.Parent = model |
| 1356 | end |
| 1357 | do |
| 1358 | local p = Instance.new("Part") |
| 1359 | p.Name = "HiveFront_String" |
| 1360 | p.Size = Vector3.new(2.8, 0.3, 0.3) |
| 1361 | p.CFrame = CFrame.new(-4, 9.64, -10) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1362 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1363 | p.Material = Enum.Material.Glacier |
| 1364 | p.MaterialVariant = "2022 Glue" |
| 1365 | p.Anchored = true |
| 1366 | p.Parent = model |
| 1367 | end |
| 1368 | do |
| 1369 | local p = Instance.new("Part") |
| 1370 | p.Name = "Sparkle1_A" |
| 1371 | p.Size = Vector3.new(2.5, 0.3, 0.3) |
| 1372 | p.CFrame = CFrame.new(-8, 22, -7.96) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 1373 | p.BrickColor = BrickColor.new("New Yeller") |
| 1374 | p.Material = Enum.Material.Neon |
| 1375 | p.Anchored = true |
| 1376 | p.Parent = model |
| 1377 | end |
| 1378 | do |
| 1379 | local p = Instance.new("Part") |
| 1380 | p.Name = "Sparkle1_B" |
| 1381 | p.Size = Vector3.new(0.3, 2.5, 0.3) |
| 1382 | p.CFrame = CFrame.new(-8, 22, -8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 1383 | p.BrickColor = BrickColor.new("New Yeller") |
| 1384 | p.Material = Enum.Material.Neon |
| 1385 | p.Anchored = true |
| 1386 | p.Parent = model |
| 1387 | end |
| 1388 | do |
| 1389 | local p = Instance.new("Part") |
| 1390 | p.Name = "Sparkle2_A" |
| 1391 | p.Size = Vector3.new(2.5, 0.3, 0.3) |
| 1392 | p.CFrame = CFrame.new(10, 19, -5.96) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 1393 | p.BrickColor = BrickColor.new("New Yeller") |
| 1394 | p.Material = Enum.Material.Neon |
| 1395 | p.Anchored = true |
| 1396 | p.Parent = model |
| 1397 | end |
| 1398 | do |
| 1399 | local p = Instance.new("Part") |
| 1400 | p.Name = "Sparkle2_B" |
| 1401 | p.Size = Vector3.new(0.3, 2.5, 0.3) |
| 1402 | p.CFrame = CFrame.new(10, 19, -6) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 1403 | p.BrickColor = BrickColor.new("New Yeller") |
| 1404 | p.Material = Enum.Material.Neon |
| 1405 | p.Anchored = true |
| 1406 | p.Parent = model |
| 1407 | end |
| 1408 | do |
| 1409 | local p = Instance.new("Part") |
| 1410 | p.Name = "Sparkle3_A" |
| 1411 | p.Size = Vector3.new(2.5, 0.3, 0.3) |
| 1412 | p.CFrame = CFrame.new(2, 26, 5.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 1413 | p.BrickColor = BrickColor.new("New Yeller") |
| 1414 | p.Material = Enum.Material.Neon |
| 1415 | p.Anchored = true |
| 1416 | p.Parent = model |
| 1417 | end |
| 1418 | do |
| 1419 | local p = Instance.new("Part") |
| 1420 | p.Name = "Sparkle3_B" |
| 1421 | p.Size = Vector3.new(0.3, 2.5, 0.3) |
| 1422 | p.CFrame = CFrame.new(2, 26, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 1423 | p.BrickColor = BrickColor.new("New Yeller") |
| 1424 | p.Material = Enum.Material.Neon |
| 1425 | p.Anchored = true |
| 1426 | p.Parent = model |
| 1427 | end |
| 1428 | do |
| 1429 | local p = Instance.new("Part") |
| 1430 | p.Name = "Sparkle4_A" |
| 1431 | p.Size = Vector3.new(2.5, 0.3, 0.3) |
| 1432 | p.CFrame = CFrame.new(-1, 29, 3.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 1433 | p.BrickColor = BrickColor.new("New Yeller") |
| 1434 | p.Material = Enum.Material.Neon |
| 1435 | p.Anchored = true |
| 1436 | p.Parent = model |
| 1437 | end |
| 1438 | do |
| 1439 | local p = Instance.new("Part") |
| 1440 | p.Name = "Sparkle4_B" |
| 1441 | p.Size = Vector3.new(0.3, 2.5, 0.3) |
| 1442 | p.CFrame = CFrame.new(-1, 29, 3) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 1443 | p.BrickColor = BrickColor.new("New Yeller") |
| 1444 | p.Material = Enum.Material.Neon |
| 1445 | p.Anchored = true |
| 1446 | p.Parent = model |
| 1447 | end |
| 1448 | model.PrimaryPart = model:FindFirstChild("TrunkMain") |
| 1449 | print("HoneyTree built: " .. #model:GetChildren() .. " parts") |
Loading comments...