Loading model...
by Ueu Jd · 7/9/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: PottedPlants |
| 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 = "PottedPlants" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Bright yellow"] = "2022 Big Stud", |
| 26 | ["Camo"] = "2022 Stud", |
| 27 | ["Dark green"] = "2022 Stud", |
| 28 | ["Dark stone grey"] = "2022 Stud", |
| 29 | ["Dark taupe"] = "2022 Stud", |
| 30 | ["Earth green"] = "2022 Stud", |
| 31 | ["Lavender"] = "2022 Stud", |
| 32 | ["Medium lilac"] = "2022 Stud", |
| 33 | ["Medium stone grey"] = "2022 Inlet", |
| 34 | ["Reddish brown"] = "2022 Small Stud", |
| 35 | ["Sand yellow"] = "2022 Small Stud", |
| 36 | ["Terra Cotta"] = "2022 Stud", |
| 37 | ["White"] = "2022 Stud", |
| 38 | } |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Name = "Floor" |
| 42 | p.Size = Vector3.new(34, 1, 14) |
| 43 | p.CFrame = CFrame.new(0, 0.5, 0) |
| 44 | p.BrickColor = BrickColor.new("Sand yellow") |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Small Stud" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Name = "BorderFrontLeft" |
| 53 | p.Size = Vector3.new(17, 1.2, 1) |
| 54 | p.CFrame = CFrame.new(-9.5, 0.6, 7.58) |
| 55 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Inlet" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Name = "BorderFrontRight" |
| 64 | p.Size = Vector3.new(17, 1.2, 1) |
| 65 | p.CFrame = CFrame.new(9.5, 0.6, 7.58) |
| 66 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 67 | p.Material = Enum.Material.Glacier |
| 68 | p.MaterialVariant = "2022 Inlet" |
| 69 | p.Anchored = true |
| 70 | p.Parent = model |
| 71 | end |
| 72 | do |
| 73 | local p = Instance.new("Part") |
| 74 | p.Name = "BorderStep" |
| 75 | p.Size = Vector3.new(3, 1, 1.6) |
| 76 | p.CFrame = CFrame.new(0, 0.46, 7.84) |
| 77 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 78 | p.Material = Enum.Material.Glacier |
| 79 | p.MaterialVariant = "2022 Stud" |
| 80 | p.Anchored = true |
| 81 | p.Parent = model |
| 82 | end |
| 83 | do |
| 84 | local p = Instance.new("Part") |
| 85 | p.Name = "BorderBack" |
| 86 | p.Size = Vector3.new(36, 1.2, 1) |
| 87 | p.CFrame = CFrame.new(0, 0.6, -7.54) |
| 88 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 89 | p.Material = Enum.Material.Glacier |
| 90 | p.MaterialVariant = "2022 Inlet" |
| 91 | p.Anchored = true |
| 92 | p.Parent = model |
| 93 | end |
| 94 | do |
| 95 | local p = Instance.new("Part") |
| 96 | p.Name = "BorderLeft" |
| 97 | p.Size = Vector3.new(1, 1.2, 14) |
| 98 | p.CFrame = CFrame.new(-17.58, 0.68, -0.08) |
| 99 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 100 | p.Material = Enum.Material.Glacier |
| 101 | p.MaterialVariant = "2022 Inlet" |
| 102 | p.Anchored = true |
| 103 | p.Parent = model |
| 104 | end |
| 105 | do |
| 106 | local p = Instance.new("Part") |
| 107 | p.Name = "BorderRight" |
| 108 | p.Size = Vector3.new(1, 1.2, 14) |
| 109 | p.CFrame = CFrame.new(17.58, 0.68, -0.08) |
| 110 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 111 | p.Material = Enum.Material.Glacier |
| 112 | p.MaterialVariant = "2022 Inlet" |
| 113 | p.Anchored = true |
| 114 | p.Parent = model |
| 115 | end |
| 116 | do |
| 117 | local p = Instance.new("Part") |
| 118 | p.Name = "MossFloor_0" |
| 119 | p.Size = Vector3.new(0.8, 0.1, 1) |
| 120 | p.CFrame = CFrame.new(-12, 1.09, 4) |
| 121 | p.BrickColor = BrickColor.new("Earth green") |
| 122 | p.Material = Enum.Material.Glacier |
| 123 | p.MaterialVariant = "2022 Stud" |
| 124 | p.Anchored = true |
| 125 | p.Parent = model |
| 126 | end |
| 127 | do |
| 128 | local p = Instance.new("Part") |
| 129 | p.Name = "MossFloor_1" |
| 130 | p.Size = Vector3.new(1, 0.1, 1.2) |
| 131 | p.CFrame = CFrame.new(-13, 1.09, 3) |
| 132 | p.BrickColor = BrickColor.new("Earth green") |
| 133 | p.Material = Enum.Material.Glacier |
| 134 | p.MaterialVariant = "2022 Stud" |
| 135 | p.Anchored = true |
| 136 | p.Parent = model |
| 137 | end |
| 138 | do |
| 139 | local p = Instance.new("Part") |
| 140 | p.Name = "MossFloor_2" |
| 141 | p.Size = Vector3.new(1.2, 0.1, 0.8) |
| 142 | p.CFrame = CFrame.new(-11, 1.09, 5) |
| 143 | p.BrickColor = BrickColor.new("Earth green") |
| 144 | p.Material = Enum.Material.Glacier |
| 145 | p.MaterialVariant = "2022 Stud" |
| 146 | p.Anchored = true |
| 147 | p.Parent = model |
| 148 | end |
| 149 | do |
| 150 | local p = Instance.new("Part") |
| 151 | p.Name = "MossFloor_3" |
| 152 | p.Size = Vector3.new(0.8, 0.1, 1) |
| 153 | p.CFrame = CFrame.new(-10, 1.09, -4) |
| 154 | p.BrickColor = BrickColor.new("Earth green") |
| 155 | p.Material = Enum.Material.Glacier |
| 156 | p.MaterialVariant = "2022 Stud" |
| 157 | p.Anchored = true |
| 158 | p.Parent = model |
| 159 | end |
| 160 | do |
| 161 | local p = Instance.new("Part") |
| 162 | p.Name = "MossFloor_4" |
| 163 | p.Size = Vector3.new(1, 0.1, 1.2) |
| 164 | p.CFrame = CFrame.new(-14, 1.09, -2) |
| 165 | p.BrickColor = BrickColor.new("Earth green") |
| 166 | p.Material = Enum.Material.Glacier |
| 167 | p.MaterialVariant = "2022 Stud" |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("Part") |
| 173 | p.Name = "MossFloor_5" |
| 174 | p.Size = Vector3.new(1.2, 0.1, 0.8) |
| 175 | p.CFrame = CFrame.new(-5, 1.09, -2) |
| 176 | p.BrickColor = BrickColor.new("Earth green") |
| 177 | p.Material = Enum.Material.Glacier |
| 178 | p.MaterialVariant = "2022 Stud" |
| 179 | p.Anchored = true |
| 180 | p.Parent = model |
| 181 | end |
| 182 | do |
| 183 | local p = Instance.new("Part") |
| 184 | p.Name = "MossFloor_6" |
| 185 | p.Size = Vector3.new(0.8, 0.1, 1) |
| 186 | p.CFrame = CFrame.new(-4, 1.09, -3) |
| 187 | p.BrickColor = BrickColor.new("Earth green") |
| 188 | p.Material = Enum.Material.Glacier |
| 189 | p.MaterialVariant = "2022 Stud" |
| 190 | p.Anchored = true |
| 191 | p.Parent = model |
| 192 | end |
| 193 | do |
| 194 | local p = Instance.new("Part") |
| 195 | p.Name = "MossFloor_7" |
| 196 | p.Size = Vector3.new(1, 0.1, 1.2) |
| 197 | p.CFrame = CFrame.new(-6, 1.09, 2) |
| 198 | p.BrickColor = BrickColor.new("Earth green") |
| 199 | p.Material = Enum.Material.Glacier |
| 200 | p.MaterialVariant = "2022 Stud" |
| 201 | p.Anchored = true |
| 202 | p.Parent = model |
| 203 | end |
| 204 | do |
| 205 | local p = Instance.new("Part") |
| 206 | p.Name = "MossFloor_8" |
| 207 | p.Size = Vector3.new(1.2, 0.1, 0.8) |
| 208 | p.CFrame = CFrame.new(-2, 1.13, 5) |
| 209 | p.BrickColor = BrickColor.new("Earth green") |
| 210 | p.Material = Enum.Material.Glacier |
| 211 | p.MaterialVariant = "2022 Stud" |
| 212 | p.Anchored = true |
| 213 | p.Parent = model |
| 214 | end |
| 215 | do |
| 216 | local p = Instance.new("Part") |
| 217 | p.Name = "MossFloor_9" |
| 218 | p.Size = Vector3.new(0.8, 0.1, 1) |
| 219 | p.CFrame = CFrame.new(5, 1.09, 4) |
| 220 | p.BrickColor = BrickColor.new("Earth green") |
| 221 | p.Material = Enum.Material.Glacier |
| 222 | p.MaterialVariant = "2022 Stud" |
| 223 | p.Anchored = true |
| 224 | p.Parent = model |
| 225 | end |
| 226 | do |
| 227 | local p = Instance.new("Part") |
| 228 | p.Name = "MossFloor_10" |
| 229 | p.Size = Vector3.new(1, 0.1, 1.2) |
| 230 | p.CFrame = CFrame.new(6, 1.09, 5) |
| 231 | p.BrickColor = BrickColor.new("Earth green") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Stud" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local p = Instance.new("Part") |
| 239 | p.Name = "MossFloor_11" |
| 240 | p.Size = Vector3.new(1.2, 0.1, 0.8) |
| 241 | p.CFrame = CFrame.new(4, 1.09, -3) |
| 242 | p.BrickColor = BrickColor.new("Earth green") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Stud" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Name = "MossFloor_12" |
| 251 | p.Size = Vector3.new(0.8, 0.1, 1) |
| 252 | p.CFrame = CFrame.new(2, 1.09, -5) |
| 253 | p.BrickColor = BrickColor.new("Earth green") |
| 254 | p.Material = Enum.Material.Glacier |
| 255 | p.MaterialVariant = "2022 Stud" |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "MossFloor_13" |
| 262 | p.Size = Vector3.new(1, 0.1, 1.2) |
| 263 | p.CFrame = CFrame.new(14, 1.09, -4) |
| 264 | p.BrickColor = BrickColor.new("Earth green") |
| 265 | p.Material = Enum.Material.Glacier |
| 266 | p.MaterialVariant = "2022 Stud" |
| 267 | p.Anchored = true |
| 268 | p.Parent = model |
| 269 | end |
| 270 | do |
| 271 | local p = Instance.new("Part") |
| 272 | p.Name = "MossFloor_14" |
| 273 | p.Size = Vector3.new(1.2, 0.1, 0.8) |
| 274 | p.CFrame = CFrame.new(13, 1.09, -5) |
| 275 | p.BrickColor = BrickColor.new("Earth green") |
| 276 | p.Material = Enum.Material.Glacier |
| 277 | p.MaterialVariant = "2022 Stud" |
| 278 | p.Anchored = true |
| 279 | p.Parent = model |
| 280 | end |
| 281 | do |
| 282 | local p = Instance.new("Part") |
| 283 | p.Name = "MossFloor_15" |
| 284 | p.Size = Vector3.new(0.8, 0.1, 1) |
| 285 | p.CFrame = CFrame.new(15, 1.09, 2) |
| 286 | p.BrickColor = BrickColor.new("Earth green") |
| 287 | p.Material = Enum.Material.Glacier |
| 288 | p.MaterialVariant = "2022 Stud" |
| 289 | p.Anchored = true |
| 290 | p.Parent = model |
| 291 | end |
| 292 | do |
| 293 | local p = Instance.new("Part") |
| 294 | p.Name = "MossFloor_16" |
| 295 | p.Size = Vector3.new(1, 0.1, 1.2) |
| 296 | p.CFrame = CFrame.new(11, 1.09, 4) |
| 297 | p.BrickColor = BrickColor.new("Earth green") |
| 298 | p.Material = Enum.Material.Glacier |
| 299 | p.MaterialVariant = "2022 Stud" |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Name = "MossFloor_17" |
| 306 | p.Size = Vector3.new(1.2, 0.1, 0.8) |
| 307 | p.CFrame = CFrame.new(12, 1.09, -2) |
| 308 | p.BrickColor = BrickColor.new("Earth green") |
| 309 | p.Material = Enum.Material.Glacier |
| 310 | p.MaterialVariant = "2022 Stud" |
| 311 | p.Anchored = true |
| 312 | p.Parent = model |
| 313 | end |
| 314 | do |
| 315 | local p = Instance.new("Part") |
| 316 | p.Name = "MossBorder_0" |
| 317 | p.Size = Vector3.new(1, 0.1, 1) |
| 318 | p.CFrame = CFrame.new(-15, 1.29, 7.5) |
| 319 | p.BrickColor = BrickColor.new("Earth green") |
| 320 | p.Material = Enum.Material.Glacier |
| 321 | p.MaterialVariant = "2022 Stud" |
| 322 | p.Anchored = true |
| 323 | p.Parent = model |
| 324 | end |
| 325 | do |
| 326 | local p = Instance.new("Part") |
| 327 | p.Name = "MossBorder_1" |
| 328 | p.Size = Vector3.new(1, 0.1, 1) |
| 329 | p.CFrame = CFrame.new(-8, 1.29, 7.5) |
| 330 | p.BrickColor = BrickColor.new("Earth green") |
| 331 | p.Material = Enum.Material.Glacier |
| 332 | p.MaterialVariant = "2022 Stud" |
| 333 | p.Anchored = true |
| 334 | p.Parent = model |
| 335 | end |
| 336 | do |
| 337 | local p = Instance.new("Part") |
| 338 | p.Name = "MossBorder_2" |
| 339 | p.Size = Vector3.new(1, 0.1, 1) |
| 340 | p.CFrame = CFrame.new(5, 1.29, 7.5) |
| 341 | p.BrickColor = BrickColor.new("Earth green") |
| 342 | p.Material = Enum.Material.Glacier |
| 343 | p.MaterialVariant = "2022 Stud" |
| 344 | p.Anchored = true |
| 345 | p.Parent = model |
| 346 | end |
| 347 | do |
| 348 | local p = Instance.new("Part") |
| 349 | p.Name = "MossBorder_3" |
| 350 | p.Size = Vector3.new(1, 0.1, 1) |
| 351 | p.CFrame = CFrame.new(12, 1.29, 7.5) |
| 352 | p.BrickColor = BrickColor.new("Earth green") |
| 353 | p.Material = Enum.Material.Glacier |
| 354 | p.MaterialVariant = "2022 Stud" |
| 355 | p.Anchored = true |
| 356 | p.Parent = model |
| 357 | end |
| 358 | do |
| 359 | local p = Instance.new("Part") |
| 360 | p.Name = "MossBorder_4" |
| 361 | p.Size = Vector3.new(1, 0.1, 1) |
| 362 | p.CFrame = CFrame.new(-17.5, 1.29, 3) |
| 363 | p.BrickColor = BrickColor.new("Earth green") |
| 364 | p.Material = Enum.Material.Glacier |
| 365 | p.MaterialVariant = "2022 Stud" |
| 366 | p.Anchored = true |
| 367 | p.Parent = model |
| 368 | end |
| 369 | do |
| 370 | local p = Instance.new("Part") |
| 371 | p.Name = "MossBorder_5" |
| 372 | p.Size = Vector3.new(1, 0.1, 1) |
| 373 | p.CFrame = CFrame.new(-17.5, 1.29, -4) |
| 374 | p.BrickColor = BrickColor.new("Earth green") |
| 375 | p.Material = Enum.Material.Glacier |
| 376 | p.MaterialVariant = "2022 Stud" |
| 377 | p.Anchored = true |
| 378 | p.Parent = model |
| 379 | end |
| 380 | do |
| 381 | local p = Instance.new("Part") |
| 382 | p.Name = "MossBorder_6" |
| 383 | p.Size = Vector3.new(1, 0.1, 1) |
| 384 | p.CFrame = CFrame.new(17.5, 1.29, 2) |
| 385 | p.BrickColor = BrickColor.new("Earth green") |
| 386 | p.Material = Enum.Material.Glacier |
| 387 | p.MaterialVariant = "2022 Stud" |
| 388 | p.Anchored = true |
| 389 | p.Parent = model |
| 390 | end |
| 391 | do |
| 392 | local p = Instance.new("Part") |
| 393 | p.Name = "MossBorder_7" |
| 394 | p.Size = Vector3.new(1, 0.1, 1) |
| 395 | p.CFrame = CFrame.new(17.5, 1.29, -5) |
| 396 | p.BrickColor = BrickColor.new("Earth green") |
| 397 | p.Material = Enum.Material.Glacier |
| 398 | p.MaterialVariant = "2022 Stud" |
| 399 | p.Anchored = true |
| 400 | p.Parent = model |
| 401 | end |
| 402 | do |
| 403 | local p = Instance.new("Part") |
| 404 | p.Name = "MossBorder_8" |
| 405 | p.Size = Vector3.new(1, 0.1, 1) |
| 406 | p.CFrame = CFrame.new(-10, 1.29, -7.5) |
| 407 | p.BrickColor = BrickColor.new("Earth green") |
| 408 | p.Material = Enum.Material.Glacier |
| 409 | p.MaterialVariant = "2022 Stud" |
| 410 | p.Anchored = true |
| 411 | p.Parent = model |
| 412 | end |
| 413 | do |
| 414 | local p = Instance.new("Part") |
| 415 | p.Name = "MossBorder_9" |
| 416 | p.Size = Vector3.new(1, 0.1, 1) |
| 417 | p.CFrame = CFrame.new(0, 1.29, -7.5) |
| 418 | p.BrickColor = BrickColor.new("Earth green") |
| 419 | p.Material = Enum.Material.Glacier |
| 420 | p.MaterialVariant = "2022 Stud" |
| 421 | p.Anchored = true |
| 422 | p.Parent = model |
| 423 | end |
| 424 | do |
| 425 | local p = Instance.new("Part") |
| 426 | p.Name = "MossBorder_10" |
| 427 | p.Size = Vector3.new(1, 0.1, 1) |
| 428 | p.CFrame = CFrame.new(8, 1.29, -7.5) |
| 429 | p.BrickColor = BrickColor.new("Earth green") |
| 430 | p.Material = Enum.Material.Glacier |
| 431 | p.MaterialVariant = "2022 Stud" |
| 432 | p.Anchored = true |
| 433 | p.Parent = model |
| 434 | end |
| 435 | do |
| 436 | local p = Instance.new("Part") |
| 437 | p.Name = "CenterTileBase" |
| 438 | p.Size = Vector3.new(3, 0.1, 3) |
| 439 | p.CFrame = CFrame.new(0, 1.09, 5) |
| 440 | p.BrickColor = BrickColor.new("Earth green") |
| 441 | p.Material = Enum.Material.Glacier |
| 442 | p.MaterialVariant = "2022 Stud" |
| 443 | p.Anchored = true |
| 444 | p.Parent = model |
| 445 | end |
| 446 | do |
| 447 | local p = Instance.new("Part") |
| 448 | p.Name = "CenterTileInner" |
| 449 | p.Size = Vector3.new(1.5, 0.1, 1.5) |
| 450 | p.CFrame = CFrame.new(0, 1.14, 5) |
| 451 | p.BrickColor = BrickColor.new("Sand yellow") |
| 452 | p.Material = Enum.Material.Glacier |
| 453 | p.MaterialVariant = "2022 Small Stud" |
| 454 | p.Anchored = true |
| 455 | p.Parent = model |
| 456 | end |
| 457 | do |
| 458 | local p = Instance.new("Part") |
| 459 | p.Name = "CenterTileCore" |
| 460 | p.Size = Vector3.new(0.5, 0.1, 0.5) |
| 461 | p.CFrame = CFrame.new(0, 1.27, 5) |
| 462 | p.BrickColor = BrickColor.new("Earth green") |
| 463 | p.Material = Enum.Material.Glacier |
| 464 | p.MaterialVariant = "2022 Stud" |
| 465 | p.Anchored = true |
| 466 | p.Parent = model |
| 467 | end |
| 468 | do |
| 469 | local p = Instance.new("Part") |
| 470 | p.Shape = Enum.PartType.Cylinder |
| 471 | p.Name = "Pot1_Step0" |
| 472 | p.Size = Vector3.new(0.5, 3.2, 3.2) |
| 473 | p.CFrame = CFrame.new(-11, 1.29, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 474 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 475 | p.Material = Enum.Material.Glacier |
| 476 | p.MaterialVariant = "2022 Stud" |
| 477 | p.Anchored = true |
| 478 | p.Parent = model |
| 479 | end |
| 480 | do |
| 481 | local p = Instance.new("Part") |
| 482 | p.Shape = Enum.PartType.Cylinder |
| 483 | p.Name = "Pot1_Step1" |
| 484 | p.Size = Vector3.new(0.5, 3.4, 3.4) |
| 485 | p.CFrame = CFrame.new(-11, 1.55, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 486 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 487 | p.Material = Enum.Material.Glacier |
| 488 | p.MaterialVariant = "2022 Stud" |
| 489 | p.Anchored = true |
| 490 | p.Parent = model |
| 491 | end |
| 492 | do |
| 493 | local p = Instance.new("Part") |
| 494 | p.Shape = Enum.PartType.Cylinder |
| 495 | p.Name = "Pot1_Step2" |
| 496 | p.Size = Vector3.new(0.5, 3.6, 3.6) |
| 497 | p.CFrame = CFrame.new(-11, 2.09, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 498 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 499 | p.Material = Enum.Material.Glacier |
| 500 | p.MaterialVariant = "2022 Stud" |
| 501 | p.Anchored = true |
| 502 | p.Parent = model |
| 503 | end |
| 504 | do |
| 505 | local p = Instance.new("Part") |
| 506 | p.Shape = Enum.PartType.Cylinder |
| 507 | p.Name = "Pot1_Step3" |
| 508 | p.Size = Vector3.new(0.5, 3.8, 3.8) |
| 509 | p.CFrame = CFrame.new(-11, 2.63, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 510 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 511 | p.Material = Enum.Material.Glacier |
| 512 | p.MaterialVariant = "2022 Stud" |
| 513 | p.Anchored = true |
| 514 | p.Parent = model |
| 515 | end |
| 516 | do |
| 517 | local p = Instance.new("Part") |
| 518 | p.Shape = Enum.PartType.Cylinder |
| 519 | p.Name = "Pot1_Step4" |
| 520 | p.Size = Vector3.new(0.5, 4, 4) |
| 521 | p.CFrame = CFrame.new(-11, 3.17, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 522 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 523 | p.Material = Enum.Material.Glacier |
| 524 | p.MaterialVariant = "2022 Stud" |
| 525 | p.Anchored = true |
| 526 | p.Parent = model |
| 527 | end |
| 528 | do |
| 529 | local p = Instance.new("Part") |
| 530 | p.Shape = Enum.PartType.Cylinder |
| 531 | p.Name = "Pot1_Step5" |
| 532 | p.Size = Vector3.new(0.5, 4.2, 4.2) |
| 533 | p.CFrame = CFrame.new(-11, 3.71, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 534 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 535 | p.Material = Enum.Material.Glacier |
| 536 | p.MaterialVariant = "2022 Stud" |
| 537 | p.Anchored = true |
| 538 | p.Parent = model |
| 539 | end |
| 540 | do |
| 541 | local p = Instance.new("Part") |
| 542 | p.Shape = Enum.PartType.Cylinder |
| 543 | p.Name = "Pot1_Rim" |
| 544 | p.Size = Vector3.new(1, 4.6, 4.6) |
| 545 | p.CFrame = CFrame.new(-11, 4.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 546 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 547 | p.Material = Enum.Material.Glacier |
| 548 | p.MaterialVariant = "2022 Stud" |
| 549 | p.Anchored = true |
| 550 | p.Parent = model |
| 551 | end |
| 552 | do |
| 553 | local p = Instance.new("Part") |
| 554 | p.Shape = Enum.PartType.Cylinder |
| 555 | p.Name = "Pot1_Dirt" |
| 556 | p.Size = Vector3.new(0.2, 4.2, 4.2) |
| 557 | p.CFrame = CFrame.new(-11, 4.94, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 558 | p.BrickColor = BrickColor.new("Dark taupe") |
| 559 | p.Material = Enum.Material.Glacier |
| 560 | p.MaterialVariant = "2022 Stud" |
| 561 | p.Anchored = true |
| 562 | p.Parent = model |
| 563 | end |
| 564 | do |
| 565 | local p = Instance.new("Part") |
| 566 | p.Shape = Enum.PartType.Cylinder |
| 567 | p.Name = "Tree1_Trunk" |
| 568 | p.Size = Vector3.new(3, 0.6, 0.6) |
| 569 | p.CFrame = CFrame.new(-11, 6.58, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 570 | p.BrickColor = BrickColor.new("Reddish brown") |
| 571 | p.Material = Enum.Material.Glacier |
| 572 | p.MaterialVariant = "2022 Small Stud" |
| 573 | p.Anchored = true |
| 574 | p.Parent = model |
| 575 | end |
| 576 | do |
| 577 | local p = Instance.new("Part") |
| 578 | p.Name = "Tree1_Core1" |
| 579 | p.Size = Vector3.new(3.5, 3.5, 3.5) |
| 580 | p.CFrame = CFrame.new(-11, 9, 0) |
| 581 | p.BrickColor = BrickColor.new("Earth green") |
| 582 | p.Material = Enum.Material.Glacier |
| 583 | p.MaterialVariant = "2022 Stud" |
| 584 | p.Anchored = true |
| 585 | p.Parent = model |
| 586 | end |
| 587 | do |
| 588 | local p = Instance.new("Part") |
| 589 | p.Name = "Tree1_Core2" |
| 590 | p.Size = Vector3.new(4.2, 2.5, 2.5) |
| 591 | p.CFrame = CFrame.new(-11, 9.04, 0.04) |
| 592 | p.BrickColor = BrickColor.new("Bright green") |
| 593 | p.Material = Enum.Material.Glacier |
| 594 | p.MaterialVariant = "2022 Stud" |
| 595 | p.Anchored = true |
| 596 | p.Parent = model |
| 597 | end |
| 598 | do |
| 599 | local p = Instance.new("Part") |
| 600 | p.Name = "Tree1_Core3" |
| 601 | p.Size = Vector3.new(2.5, 4.2, 2.5) |
| 602 | p.CFrame = CFrame.new(-10.96, 9, 0) |
| 603 | p.BrickColor = BrickColor.new("Bright green") |
| 604 | p.Material = Enum.Material.Glacier |
| 605 | p.MaterialVariant = "2022 Stud" |
| 606 | p.Anchored = true |
| 607 | p.Parent = model |
| 608 | end |
| 609 | do |
| 610 | local p = Instance.new("Part") |
| 611 | p.Name = "Tree1_Core4" |
| 612 | p.Size = Vector3.new(2.5, 2.5, 4.2) |
| 613 | p.CFrame = CFrame.new(-11, 9, 0) |
| 614 | p.BrickColor = BrickColor.new("Earth green") |
| 615 | p.Material = Enum.Material.Glacier |
| 616 | p.MaterialVariant = "2022 Stud" |
| 617 | p.Anchored = true |
| 618 | p.Parent = model |
| 619 | end |
| 620 | do |
| 621 | local p = Instance.new("Part") |
| 622 | p.Name = "Tree1_Corner_0" |
| 623 | p.Size = Vector3.new(2, 2, 2) |
| 624 | p.CFrame = CFrame.new(-9.5, 10.5, 1.5) |
| 625 | p.BrickColor = BrickColor.new("Dark green") |
| 626 | p.Material = Enum.Material.Glacier |
| 627 | p.MaterialVariant = "2022 Stud" |
| 628 | p.Anchored = true |
| 629 | p.Parent = model |
| 630 | end |
| 631 | do |
| 632 | local p = Instance.new("Part") |
| 633 | p.Name = "Tree1_Corner_1" |
| 634 | p.Size = Vector3.new(2, 2, 2) |
| 635 | p.CFrame = CFrame.new(-12.5, 10.5, 1.5) |
| 636 | p.BrickColor = BrickColor.new("Dark green") |
| 637 | p.Material = Enum.Material.Glacier |
| 638 | p.MaterialVariant = "2022 Stud" |
| 639 | p.Anchored = true |
| 640 | p.Parent = model |
| 641 | end |
| 642 | do |
| 643 | local p = Instance.new("Part") |
| 644 | p.Name = "Tree1_Corner_2" |
| 645 | p.Size = Vector3.new(2, 2, 2) |
| 646 | p.CFrame = CFrame.new(-9.5, 7.5, 1.5) |
| 647 | p.BrickColor = BrickColor.new("Dark green") |
| 648 | p.Material = Enum.Material.Glacier |
| 649 | p.MaterialVariant = "2022 Stud" |
| 650 | p.Anchored = true |
| 651 | p.Parent = model |
| 652 | end |
| 653 | do |
| 654 | local p = Instance.new("Part") |
| 655 | p.Name = "Tree1_Corner_3" |
| 656 | p.Size = Vector3.new(2, 2, 2) |
| 657 | p.CFrame = CFrame.new(-12.5, 7.5, 1.5) |
| 658 | p.BrickColor = BrickColor.new("Dark green") |
| 659 | p.Material = Enum.Material.Glacier |
| 660 | p.MaterialVariant = "2022 Stud" |
| 661 | p.Anchored = true |
| 662 | p.Parent = model |
| 663 | end |
| 664 | do |
| 665 | local p = Instance.new("Part") |
| 666 | p.Name = "Tree1_Corner_4" |
| 667 | p.Size = Vector3.new(2, 2, 2) |
| 668 | p.CFrame = CFrame.new(-9.5, 10.5, -1.5) |
| 669 | p.BrickColor = BrickColor.new("Dark green") |
| 670 | p.Material = Enum.Material.Glacier |
| 671 | p.MaterialVariant = "2022 Stud" |
| 672 | p.Anchored = true |
| 673 | p.Parent = model |
| 674 | end |
| 675 | do |
| 676 | local p = Instance.new("Part") |
| 677 | p.Name = "Tree1_Corner_5" |
| 678 | p.Size = Vector3.new(2, 2, 2) |
| 679 | p.CFrame = CFrame.new(-12.5, 10.5, -1.5) |
| 680 | p.BrickColor = BrickColor.new("Dark green") |
| 681 | p.Material = Enum.Material.Glacier |
| 682 | p.MaterialVariant = "2022 Stud" |
| 683 | p.Anchored = true |
| 684 | p.Parent = model |
| 685 | end |
| 686 | do |
| 687 | local p = Instance.new("Part") |
| 688 | p.Name = "Tree1_Corner_6" |
| 689 | p.Size = Vector3.new(2, 2, 2) |
| 690 | p.CFrame = CFrame.new(-9.5, 7.5, -1.5) |
| 691 | p.BrickColor = BrickColor.new("Dark green") |
| 692 | p.Material = Enum.Material.Glacier |
| 693 | p.MaterialVariant = "2022 Stud" |
| 694 | p.Anchored = true |
| 695 | p.Parent = model |
| 696 | end |
| 697 | do |
| 698 | local p = Instance.new("Part") |
| 699 | p.Name = "Tree1_Corner_7" |
| 700 | p.Size = Vector3.new(2, 2, 2) |
| 701 | p.CFrame = CFrame.new(-12.5, 7.5, -1.5) |
| 702 | p.BrickColor = BrickColor.new("Dark green") |
| 703 | p.Material = Enum.Material.Glacier |
| 704 | p.MaterialVariant = "2022 Stud" |
| 705 | p.Anchored = true |
| 706 | p.Parent = model |
| 707 | end |
| 708 | do |
| 709 | local p = Instance.new("Part") |
| 710 | p.Name = "Tree1_Leaf_0" |
| 711 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 712 | p.CFrame = CFrame.new(-8.8, 9, 0) |
| 713 | p.BrickColor = BrickColor.new("Bright green") |
| 714 | p.Material = Enum.Material.Glacier |
| 715 | p.MaterialVariant = "2022 Stud" |
| 716 | p.Anchored = true |
| 717 | p.Parent = model |
| 718 | end |
| 719 | do |
| 720 | local p = Instance.new("Part") |
| 721 | p.Name = "Tree1_Leaf_1" |
| 722 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 723 | p.CFrame = CFrame.new(-13.2, 9, 0) |
| 724 | p.BrickColor = BrickColor.new("Earth green") |
| 725 | p.Material = Enum.Material.Glacier |
| 726 | p.MaterialVariant = "2022 Stud" |
| 727 | p.Anchored = true |
| 728 | p.Parent = model |
| 729 | end |
| 730 | do |
| 731 | local p = Instance.new("Part") |
| 732 | p.Name = "Tree1_Leaf_2" |
| 733 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 734 | p.CFrame = CFrame.new(-11, 11.2, 0) |
| 735 | p.BrickColor = BrickColor.new("Bright green") |
| 736 | p.Material = Enum.Material.Glacier |
| 737 | p.MaterialVariant = "2022 Stud" |
| 738 | p.Anchored = true |
| 739 | p.Parent = model |
| 740 | end |
| 741 | do |
| 742 | local p = Instance.new("Part") |
| 743 | p.Name = "Tree1_Leaf_3" |
| 744 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 745 | p.CFrame = CFrame.new(-11, 6.8, 0) |
| 746 | p.BrickColor = BrickColor.new("Earth green") |
| 747 | p.Material = Enum.Material.Glacier |
| 748 | p.MaterialVariant = "2022 Stud" |
| 749 | p.Anchored = true |
| 750 | p.Parent = model |
| 751 | end |
| 752 | do |
| 753 | local p = Instance.new("Part") |
| 754 | p.Name = "Tree1_Leaf_4" |
| 755 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 756 | p.CFrame = CFrame.new(-11, 9, 2.2) |
| 757 | p.BrickColor = BrickColor.new("Bright green") |
| 758 | p.Material = Enum.Material.Glacier |
| 759 | p.MaterialVariant = "2022 Stud" |
| 760 | p.Anchored = true |
| 761 | p.Parent = model |
| 762 | end |
| 763 | do |
| 764 | local p = Instance.new("Part") |
| 765 | p.Name = "Tree1_Leaf_5" |
| 766 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 767 | p.CFrame = CFrame.new(-11, 9, -2.2) |
| 768 | p.BrickColor = BrickColor.new("Earth green") |
| 769 | p.Material = Enum.Material.Glacier |
| 770 | p.MaterialVariant = "2022 Stud" |
| 771 | p.Anchored = true |
| 772 | p.Parent = model |
| 773 | end |
| 774 | do |
| 775 | local p = Instance.new("Part") |
| 776 | p.Name = "Tree1_Leaf_6" |
| 777 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 778 | p.CFrame = CFrame.new(-9.35, 10.65, 0) |
| 779 | p.BrickColor = BrickColor.new("Bright green") |
| 780 | p.Material = Enum.Material.Glacier |
| 781 | p.MaterialVariant = "2022 Stud" |
| 782 | p.Anchored = true |
| 783 | p.Parent = model |
| 784 | end |
| 785 | do |
| 786 | local p = Instance.new("Part") |
| 787 | p.Name = "Tree1_Leaf_7" |
| 788 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 789 | p.CFrame = CFrame.new(-12.69, 10.73, 0) |
| 790 | p.BrickColor = BrickColor.new("Earth green") |
| 791 | p.Material = Enum.Material.Glacier |
| 792 | p.MaterialVariant = "2022 Stud" |
| 793 | p.Anchored = true |
| 794 | p.Parent = model |
| 795 | end |
| 796 | do |
| 797 | local p = Instance.new("Part") |
| 798 | p.Name = "Tree1_Leaf_8" |
| 799 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 800 | p.CFrame = CFrame.new(-11, 10.69, 1.69) |
| 801 | p.BrickColor = BrickColor.new("Bright green") |
| 802 | p.Material = Enum.Material.Glacier |
| 803 | p.MaterialVariant = "2022 Stud" |
| 804 | p.Anchored = true |
| 805 | p.Parent = model |
| 806 | end |
| 807 | do |
| 808 | local p = Instance.new("Part") |
| 809 | p.Name = "Tree1_Leaf_9" |
| 810 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 811 | p.CFrame = CFrame.new(-11, 10.65, -1.65) |
| 812 | p.BrickColor = BrickColor.new("Earth green") |
| 813 | p.Material = Enum.Material.Glacier |
| 814 | p.MaterialVariant = "2022 Stud" |
| 815 | p.Anchored = true |
| 816 | p.Parent = model |
| 817 | end |
| 818 | do |
| 819 | local p = Instance.new("Part") |
| 820 | p.Name = "Tree1_Leaf_10" |
| 821 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 822 | p.CFrame = CFrame.new(-9.27, 7.31, 0) |
| 823 | p.BrickColor = BrickColor.new("Bright green") |
| 824 | p.Material = Enum.Material.Glacier |
| 825 | p.MaterialVariant = "2022 Stud" |
| 826 | p.Anchored = true |
| 827 | p.Parent = model |
| 828 | end |
| 829 | do |
| 830 | local p = Instance.new("Part") |
| 831 | p.Name = "Tree1_Leaf_11" |
| 832 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 833 | p.CFrame = CFrame.new(-12.69, 7.31, 0) |
| 834 | p.BrickColor = BrickColor.new("Earth green") |
| 835 | p.Material = Enum.Material.Glacier |
| 836 | p.MaterialVariant = "2022 Stud" |
| 837 | p.Anchored = true |
| 838 | p.Parent = model |
| 839 | end |
| 840 | do |
| 841 | local p = Instance.new("Part") |
| 842 | p.Name = "Tree1_Leaf_12" |
| 843 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 844 | p.CFrame = CFrame.new(-11, 7.35, 1.65) |
| 845 | p.BrickColor = BrickColor.new("Bright green") |
| 846 | p.Material = Enum.Material.Glacier |
| 847 | p.MaterialVariant = "2022 Stud" |
| 848 | p.Anchored = true |
| 849 | p.Parent = model |
| 850 | end |
| 851 | do |
| 852 | local p = Instance.new("Part") |
| 853 | p.Name = "Tree1_Leaf_13" |
| 854 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 855 | p.CFrame = CFrame.new(-11, 7.31, -1.69) |
| 856 | p.BrickColor = BrickColor.new("Earth green") |
| 857 | p.Material = Enum.Material.Glacier |
| 858 | p.MaterialVariant = "2022 Stud" |
| 859 | p.Anchored = true |
| 860 | p.Parent = model |
| 861 | end |
| 862 | do |
| 863 | local p = Instance.new("Part") |
| 864 | p.Name = "Tree1_Leaf_14" |
| 865 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 866 | p.CFrame = CFrame.new(-9.31, 9, 1.73) |
| 867 | p.BrickColor = BrickColor.new("Bright green") |
| 868 | p.Material = Enum.Material.Glacier |
| 869 | p.MaterialVariant = "2022 Stud" |
| 870 | p.Anchored = true |
| 871 | p.Parent = model |
| 872 | end |
| 873 | do |
| 874 | local p = Instance.new("Part") |
| 875 | p.Name = "Tree1_Leaf_15" |
| 876 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 877 | p.CFrame = CFrame.new(-12.65, 9, 1.65) |
| 878 | p.BrickColor = BrickColor.new("Earth green") |
| 879 | p.Material = Enum.Material.Glacier |
| 880 | p.MaterialVariant = "2022 Stud" |
| 881 | p.Anchored = true |
| 882 | p.Parent = model |
| 883 | end |
| 884 | do |
| 885 | local p = Instance.new("Part") |
| 886 | p.Name = "Tree1_Leaf_16" |
| 887 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 888 | p.CFrame = CFrame.new(-9.31, 9, -1.69) |
| 889 | p.BrickColor = BrickColor.new("Bright green") |
| 890 | p.Material = Enum.Material.Glacier |
| 891 | p.MaterialVariant = "2022 Stud" |
| 892 | p.Anchored = true |
| 893 | p.Parent = model |
| 894 | end |
| 895 | do |
| 896 | local p = Instance.new("Part") |
| 897 | p.Name = "Tree1_Leaf_17" |
| 898 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 899 | p.CFrame = CFrame.new(-12.69, 9, -1.69) |
| 900 | p.BrickColor = BrickColor.new("Earth green") |
| 901 | p.Material = Enum.Material.Glacier |
| 902 | p.MaterialVariant = "2022 Stud" |
| 903 | p.Anchored = true |
| 904 | p.Parent = model |
| 905 | end |
| 906 | do |
| 907 | local p = Instance.new("Part") |
| 908 | p.Name = "Pot2_Base" |
| 909 | p.Size = Vector3.new(5.8, 0.5, 5.8) |
| 910 | p.CFrame = CFrame.new(0, 1.29, 0) |
| 911 | p.BrickColor = BrickColor.new("Camo") |
| 912 | p.Material = Enum.Material.Glacier |
| 913 | p.MaterialVariant = "2022 Stud" |
| 914 | p.Anchored = true |
| 915 | p.Parent = model |
| 916 | end |
| 917 | do |
| 918 | local p = Instance.new("Part") |
| 919 | p.Name = "Pot2_Body" |
| 920 | p.Size = Vector3.new(5.4, 2.5, 5.4) |
| 921 | p.CFrame = CFrame.new(0, 2.75, 0) |
| 922 | p.BrickColor = BrickColor.new("Camo") |
| 923 | p.Material = Enum.Material.Glacier |
| 924 | p.MaterialVariant = "2022 Stud" |
| 925 | p.Anchored = true |
| 926 | p.Parent = model |
| 927 | end |
| 928 | do |
| 929 | local p = Instance.new("Part") |
| 930 | p.Name = "Pot2_Rim" |
| 931 | p.Size = Vector3.new(6.4, 1, 6.4) |
| 932 | p.CFrame = CFrame.new(0, 4.54, 0) |
| 933 | p.BrickColor = BrickColor.new("Camo") |
| 934 | p.Material = Enum.Material.Glacier |
| 935 | p.MaterialVariant = "2022 Stud" |
| 936 | p.Anchored = true |
| 937 | p.Parent = model |
| 938 | end |
| 939 | do |
| 940 | local p = Instance.new("Part") |
| 941 | p.Name = "Pot2_Dirt" |
| 942 | p.Size = Vector3.new(5.4, 0.2, 5.4) |
| 943 | p.CFrame = CFrame.new(0, 4.94, 0) |
| 944 | p.BrickColor = BrickColor.new("Dark taupe") |
| 945 | p.Material = Enum.Material.Glacier |
| 946 | p.MaterialVariant = "2022 Stud" |
| 947 | p.Anchored = true |
| 948 | p.Parent = model |
| 949 | end |
| 950 | do |
| 951 | local p = Instance.new("Part") |
| 952 | p.Name = "Pot2_PanelF_Top" |
| 953 | p.Size = Vector3.new(3, 0.2, 0.2) |
| 954 | p.CFrame = CFrame.new(0, 3.7, -2.75) |
| 955 | p.BrickColor = BrickColor.new("Earth green") |
| 956 | p.Material = Enum.Material.Glacier |
| 957 | p.MaterialVariant = "2022 Stud" |
| 958 | p.Anchored = true |
| 959 | p.Parent = model |
| 960 | end |
| 961 | do |
| 962 | local p = Instance.new("Part") |
| 963 | p.Name = "Pot2_PanelF_Bot" |
| 964 | p.Size = Vector3.new(3, 0.2, 0.2) |
| 965 | p.CFrame = CFrame.new(0, 1.8, -2.75) |
| 966 | p.BrickColor = BrickColor.new("Earth green") |
| 967 | p.Material = Enum.Material.Glacier |
| 968 | p.MaterialVariant = "2022 Stud" |
| 969 | p.Anchored = true |
| 970 | p.Parent = model |
| 971 | end |
| 972 | do |
| 973 | local p = Instance.new("Part") |
| 974 | p.Name = "Pot2_PanelF_L" |
| 975 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 976 | p.CFrame = CFrame.new(-1.48, 2.75, -2.67) |
| 977 | p.BrickColor = BrickColor.new("Earth green") |
| 978 | p.Material = Enum.Material.Glacier |
| 979 | p.MaterialVariant = "2022 Stud" |
| 980 | p.Anchored = true |
| 981 | p.Parent = model |
| 982 | end |
| 983 | do |
| 984 | local p = Instance.new("Part") |
| 985 | p.Name = "Pot2_PanelF_R" |
| 986 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 987 | p.CFrame = CFrame.new(1.48, 2.75, -2.67) |
| 988 | p.BrickColor = BrickColor.new("Earth green") |
| 989 | p.Material = Enum.Material.Glacier |
| 990 | p.MaterialVariant = "2022 Stud" |
| 991 | p.Anchored = true |
| 992 | p.Parent = model |
| 993 | end |
| 994 | do |
| 995 | local p = Instance.new("Part") |
| 996 | p.Name = "Pot2_PanelF_Cross1" |
| 997 | p.Size = Vector3.new(1, 0.2, 0.25) |
| 998 | p.CFrame = CFrame.new(0, 2.75, -2.71) |
| 999 | p.BrickColor = BrickColor.new("Earth green") |
| 1000 | p.Material = Enum.Material.Glacier |
| 1001 | p.MaterialVariant = "2022 Stud" |
| 1002 | p.Anchored = true |
| 1003 | p.Parent = model |
| 1004 | end |
| 1005 | do |
| 1006 | local p = Instance.new("Part") |
| 1007 | p.Name = "Pot2_PanelF_Cross2" |
| 1008 | p.Size = Vector3.new(0.2, 1, 0.25) |
| 1009 | p.CFrame = CFrame.new(0, 2.75, -2.75) |
| 1010 | p.BrickColor = BrickColor.new("Earth green") |
| 1011 | p.Material = Enum.Material.Glacier |
| 1012 | p.MaterialVariant = "2022 Stud" |
| 1013 | p.Anchored = true |
| 1014 | p.Parent = model |
| 1015 | end |
| 1016 | do |
| 1017 | local p = Instance.new("Part") |
| 1018 | p.Name = "Pot2_PanelB_Top" |
| 1019 | p.Size = Vector3.new(3, 0.2, 0.2) |
| 1020 | p.CFrame = CFrame.new(0, 3.7, 2.75) |
| 1021 | p.BrickColor = BrickColor.new("Earth green") |
| 1022 | p.Material = Enum.Material.Glacier |
| 1023 | p.MaterialVariant = "2022 Stud" |
| 1024 | p.Anchored = true |
| 1025 | p.Parent = model |
| 1026 | end |
| 1027 | do |
| 1028 | local p = Instance.new("Part") |
| 1029 | p.Name = "Pot2_PanelB_Bot" |
| 1030 | p.Size = Vector3.new(3, 0.2, 0.2) |
| 1031 | p.CFrame = CFrame.new(0, 1.8, 2.75) |
| 1032 | p.BrickColor = BrickColor.new("Earth green") |
| 1033 | p.Material = Enum.Material.Glacier |
| 1034 | p.MaterialVariant = "2022 Stud" |
| 1035 | p.Anchored = true |
| 1036 | p.Parent = model |
| 1037 | end |
| 1038 | do |
| 1039 | local p = Instance.new("Part") |
| 1040 | p.Name = "Pot2_PanelB_L" |
| 1041 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 1042 | p.CFrame = CFrame.new(-1.48, 2.75, 2.83) |
| 1043 | p.BrickColor = BrickColor.new("Earth green") |
| 1044 | p.Material = Enum.Material.Glacier |
| 1045 | p.MaterialVariant = "2022 Stud" |
| 1046 | p.Anchored = true |
| 1047 | p.Parent = model |
| 1048 | end |
| 1049 | do |
| 1050 | local p = Instance.new("Part") |
| 1051 | p.Name = "Pot2_PanelB_R" |
| 1052 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 1053 | p.CFrame = CFrame.new(1.48, 2.75, 2.83) |
| 1054 | p.BrickColor = BrickColor.new("Earth green") |
| 1055 | p.Material = Enum.Material.Glacier |
| 1056 | p.MaterialVariant = "2022 Stud" |
| 1057 | p.Anchored = true |
| 1058 | p.Parent = model |
| 1059 | end |
| 1060 | do |
| 1061 | local p = Instance.new("Part") |
| 1062 | p.Name = "Pot2_PanelB_Cross1" |
| 1063 | p.Size = Vector3.new(1, 0.2, 0.25) |
| 1064 | p.CFrame = CFrame.new(0, 2.75, 2.79) |
| 1065 | p.BrickColor = BrickColor.new("Earth green") |
| 1066 | p.Material = Enum.Material.Glacier |
| 1067 | p.MaterialVariant = "2022 Stud" |
| 1068 | p.Anchored = true |
| 1069 | p.Parent = model |
| 1070 | end |
| 1071 | do |
| 1072 | local p = Instance.new("Part") |
| 1073 | p.Name = "Pot2_PanelB_Cross2" |
| 1074 | p.Size = Vector3.new(0.2, 1, 0.25) |
| 1075 | p.CFrame = CFrame.new(0, 2.75, 2.75) |
| 1076 | p.BrickColor = BrickColor.new("Earth green") |
| 1077 | p.Material = Enum.Material.Glacier |
| 1078 | p.MaterialVariant = "2022 Stud" |
| 1079 | p.Anchored = true |
| 1080 | p.Parent = model |
| 1081 | end |
| 1082 | do |
| 1083 | local p = Instance.new("Part") |
| 1084 | p.Name = "Pot2_PanelL_Top" |
| 1085 | p.Size = Vector3.new(0.2, 0.2, 3) |
| 1086 | p.CFrame = CFrame.new(-2.75, 3.7, 0) |
| 1087 | p.BrickColor = BrickColor.new("Earth green") |
| 1088 | p.Material = Enum.Material.Glacier |
| 1089 | p.MaterialVariant = "2022 Stud" |
| 1090 | p.Anchored = true |
| 1091 | p.Parent = model |
| 1092 | end |
| 1093 | do |
| 1094 | local p = Instance.new("Part") |
| 1095 | p.Name = "Pot2_PanelL_Bot" |
| 1096 | p.Size = Vector3.new(0.2, 0.2, 3) |
| 1097 | p.CFrame = CFrame.new(-2.75, 1.8, 0) |
| 1098 | p.BrickColor = BrickColor.new("Earth green") |
| 1099 | p.Material = Enum.Material.Glacier |
| 1100 | p.MaterialVariant = "2022 Stud" |
| 1101 | p.Anchored = true |
| 1102 | p.Parent = model |
| 1103 | end |
| 1104 | do |
| 1105 | local p = Instance.new("Part") |
| 1106 | p.Name = "Pot2_PanelL_F" |
| 1107 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 1108 | p.CFrame = CFrame.new(-2.71, 2.75, -1.44) |
| 1109 | p.BrickColor = BrickColor.new("Earth green") |
| 1110 | p.Material = Enum.Material.Glacier |
| 1111 | p.MaterialVariant = "2022 Stud" |
| 1112 | p.Anchored = true |
| 1113 | p.Parent = model |
| 1114 | end |
| 1115 | do |
| 1116 | local p = Instance.new("Part") |
| 1117 | p.Name = "Pot2_PanelL_B" |
| 1118 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 1119 | p.CFrame = CFrame.new(-2.71, 2.75, 1.44) |
| 1120 | p.BrickColor = BrickColor.new("Earth green") |
| 1121 | p.Material = Enum.Material.Glacier |
| 1122 | p.MaterialVariant = "2022 Stud" |
| 1123 | p.Anchored = true |
| 1124 | p.Parent = model |
| 1125 | end |
| 1126 | do |
| 1127 | local p = Instance.new("Part") |
| 1128 | p.Name = "Pot2_PanelL_Cross1" |
| 1129 | p.Size = Vector3.new(0.25, 0.2, 1) |
| 1130 | p.CFrame = CFrame.new(-2.71, 2.75, 0) |
| 1131 | p.BrickColor = BrickColor.new("Earth green") |
| 1132 | p.Material = Enum.Material.Glacier |
| 1133 | p.MaterialVariant = "2022 Stud" |
| 1134 | p.Anchored = true |
| 1135 | p.Parent = model |
| 1136 | end |
| 1137 | do |
| 1138 | local p = Instance.new("Part") |
| 1139 | p.Name = "Pot2_PanelL_Cross2" |
| 1140 | p.Size = Vector3.new(0.25, 1, 0.2) |
| 1141 | p.CFrame = CFrame.new(-2.75, 2.75, 0) |
| 1142 | p.BrickColor = BrickColor.new("Earth green") |
| 1143 | p.Material = Enum.Material.Glacier |
| 1144 | p.MaterialVariant = "2022 Stud" |
| 1145 | p.Anchored = true |
| 1146 | p.Parent = model |
| 1147 | end |
| 1148 | do |
| 1149 | local p = Instance.new("Part") |
| 1150 | p.Name = "Pot2_PanelR_Top" |
| 1151 | p.Size = Vector3.new(0.2, 0.2, 3) |
| 1152 | p.CFrame = CFrame.new(2.75, 3.7, 0) |
| 1153 | p.BrickColor = BrickColor.new("Earth green") |
| 1154 | p.Material = Enum.Material.Glacier |
| 1155 | p.MaterialVariant = "2022 Stud" |
| 1156 | p.Anchored = true |
| 1157 | p.Parent = model |
| 1158 | end |
| 1159 | do |
| 1160 | local p = Instance.new("Part") |
| 1161 | p.Name = "Pot2_PanelR_Bot" |
| 1162 | p.Size = Vector3.new(0.2, 0.2, 3) |
| 1163 | p.CFrame = CFrame.new(2.75, 1.8, 0) |
| 1164 | p.BrickColor = BrickColor.new("Earth green") |
| 1165 | p.Material = Enum.Material.Glacier |
| 1166 | p.MaterialVariant = "2022 Stud" |
| 1167 | p.Anchored = true |
| 1168 | p.Parent = model |
| 1169 | end |
| 1170 | do |
| 1171 | local p = Instance.new("Part") |
| 1172 | p.Name = "Pot2_PanelR_F" |
| 1173 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 1174 | p.CFrame = CFrame.new(2.83, 2.75, -1.44) |
| 1175 | p.BrickColor = BrickColor.new("Earth green") |
| 1176 | p.Material = Enum.Material.Glacier |
| 1177 | p.MaterialVariant = "2022 Stud" |
| 1178 | p.Anchored = true |
| 1179 | p.Parent = model |
| 1180 | end |
| 1181 | do |
| 1182 | local p = Instance.new("Part") |
| 1183 | p.Name = "Pot2_PanelR_B" |
| 1184 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 1185 | p.CFrame = CFrame.new(2.83, 2.75, 1.44) |
| 1186 | p.BrickColor = BrickColor.new("Earth green") |
| 1187 | p.Material = Enum.Material.Glacier |
| 1188 | p.MaterialVariant = "2022 Stud" |
| 1189 | p.Anchored = true |
| 1190 | p.Parent = model |
| 1191 | end |
| 1192 | do |
| 1193 | local p = Instance.new("Part") |
| 1194 | p.Name = "Pot2_PanelR_Cross1" |
| 1195 | p.Size = Vector3.new(0.25, 0.2, 1) |
| 1196 | p.CFrame = CFrame.new(2.79, 2.75, 0) |
| 1197 | p.BrickColor = BrickColor.new("Earth green") |
| 1198 | p.Material = Enum.Material.Glacier |
| 1199 | p.MaterialVariant = "2022 Stud" |
| 1200 | p.Anchored = true |
| 1201 | p.Parent = model |
| 1202 | end |
| 1203 | do |
| 1204 | local p = Instance.new("Part") |
| 1205 | p.Name = "Pot2_PanelR_Cross2" |
| 1206 | p.Size = Vector3.new(0.25, 1, 0.2) |
| 1207 | p.CFrame = CFrame.new(2.75, 2.75, 0) |
| 1208 | p.BrickColor = BrickColor.new("Earth green") |
| 1209 | p.Material = Enum.Material.Glacier |
| 1210 | p.MaterialVariant = "2022 Stud" |
| 1211 | p.Anchored = true |
| 1212 | p.Parent = model |
| 1213 | end |
| 1214 | do |
| 1215 | local p = Instance.new("Part") |
| 1216 | p.Name = "Bush_Core1" |
| 1217 | p.Size = Vector3.new(4.5, 2, 4.5) |
| 1218 | p.CFrame = CFrame.new(0, 6.08, 0) |
| 1219 | p.BrickColor = BrickColor.new("Dark green") |
| 1220 | p.Material = Enum.Material.Glacier |
| 1221 | p.MaterialVariant = "2022 Stud" |
| 1222 | p.Anchored = true |
| 1223 | p.Parent = model |
| 1224 | end |
| 1225 | do |
| 1226 | local p = Instance.new("Part") |
| 1227 | p.Name = "Bush_Core2" |
| 1228 | p.Size = Vector3.new(3.5, 2, 3.5) |
| 1229 | p.CFrame = CFrame.new(0, 7, 0) |
| 1230 | p.BrickColor = BrickColor.new("Earth green") |
| 1231 | p.Material = Enum.Material.Glacier |
| 1232 | p.MaterialVariant = "2022 Stud" |
| 1233 | p.Anchored = true |
| 1234 | p.Parent = model |
| 1235 | end |
| 1236 | do |
| 1237 | local p = Instance.new("Part") |
| 1238 | p.Name = "Bush_Core3" |
| 1239 | p.Size = Vector3.new(2.5, 1.5, 2.5) |
| 1240 | p.CFrame = CFrame.new(0, 8, 0) |
| 1241 | p.BrickColor = BrickColor.new("Bright green") |
| 1242 | p.Material = Enum.Material.Glacier |
| 1243 | p.MaterialVariant = "2022 Stud" |
| 1244 | p.Anchored = true |
| 1245 | p.Parent = model |
| 1246 | end |
| 1247 | do |
| 1248 | local p = Instance.new("Part") |
| 1249 | p.Name = "Bush_Leaf_0" |
| 1250 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1251 | p.CFrame = CFrame.new(2, 6, 1) |
| 1252 | p.BrickColor = BrickColor.new("Dark green") |
| 1253 | p.Material = Enum.Material.Glacier |
| 1254 | p.MaterialVariant = "2022 Stud" |
| 1255 | p.Anchored = true |
| 1256 | p.Parent = model |
| 1257 | end |
| 1258 | do |
| 1259 | local p = Instance.new("Part") |
| 1260 | p.Name = "Bush_Leaf_1" |
| 1261 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1262 | p.CFrame = CFrame.new(-2, 6, -1) |
| 1263 | p.BrickColor = BrickColor.new("Dark green") |
| 1264 | p.Material = Enum.Material.Glacier |
| 1265 | p.MaterialVariant = "2022 Stud" |
| 1266 | p.Anchored = true |
| 1267 | p.Parent = model |
| 1268 | end |
| 1269 | do |
| 1270 | local p = Instance.new("Part") |
| 1271 | p.Name = "Bush_Leaf_2" |
| 1272 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1273 | p.CFrame = CFrame.new(1, 6, 2) |
| 1274 | p.BrickColor = BrickColor.new("Dark green") |
| 1275 | p.Material = Enum.Material.Glacier |
| 1276 | p.MaterialVariant = "2022 Stud" |
| 1277 | p.Anchored = true |
| 1278 | p.Parent = model |
| 1279 | end |
| 1280 | do |
| 1281 | local p = Instance.new("Part") |
| 1282 | p.Name = "Bush_Leaf_3" |
| 1283 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1284 | p.CFrame = CFrame.new(-1, 6, -2) |
| 1285 | p.BrickColor = BrickColor.new("Dark green") |
| 1286 | p.Material = Enum.Material.Glacier |
| 1287 | p.MaterialVariant = "2022 Stud" |
| 1288 | p.Anchored = true |
| 1289 | p.Parent = model |
| 1290 | end |
| 1291 | do |
| 1292 | local p = Instance.new("Part") |
| 1293 | p.Name = "Bush_Leaf_4" |
| 1294 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1295 | p.CFrame = CFrame.new(2, 6, -1) |
| 1296 | p.BrickColor = BrickColor.new("Dark green") |
| 1297 | p.Material = Enum.Material.Glacier |
| 1298 | p.MaterialVariant = "2022 Stud" |
| 1299 | p.Anchored = true |
| 1300 | p.Parent = model |
| 1301 | end |
| 1302 | do |
| 1303 | local p = Instance.new("Part") |
| 1304 | p.Name = "Bush_Leaf_5" |
| 1305 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1306 | p.CFrame = CFrame.new(-2, 6, 1) |
| 1307 | p.BrickColor = BrickColor.new("Dark green") |
| 1308 | p.Material = Enum.Material.Glacier |
| 1309 | p.MaterialVariant = "2022 Stud" |
| 1310 | p.Anchored = true |
| 1311 | p.Parent = model |
| 1312 | end |
| 1313 | do |
| 1314 | local p = Instance.new("Part") |
| 1315 | p.Name = "Bush_Leaf_6" |
| 1316 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1317 | p.CFrame = CFrame.new(-1, 6, 2) |
| 1318 | p.BrickColor = BrickColor.new("Dark green") |
| 1319 | p.Material = Enum.Material.Glacier |
| 1320 | p.MaterialVariant = "2022 Stud" |
| 1321 | p.Anchored = true |
| 1322 | p.Parent = model |
| 1323 | end |
| 1324 | do |
| 1325 | local p = Instance.new("Part") |
| 1326 | p.Name = "Bush_Leaf_7" |
| 1327 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1328 | p.CFrame = CFrame.new(1, 6, -2) |
| 1329 | p.BrickColor = BrickColor.new("Dark green") |
| 1330 | p.Material = Enum.Material.Glacier |
| 1331 | p.MaterialVariant = "2022 Stud" |
| 1332 | p.Anchored = true |
| 1333 | p.Parent = model |
| 1334 | end |
| 1335 | do |
| 1336 | local p = Instance.new("Part") |
| 1337 | p.Name = "Bush_Leaf_8" |
| 1338 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1339 | p.CFrame = CFrame.new(1.5, 7, 1.5) |
| 1340 | p.BrickColor = BrickColor.new("Earth green") |
| 1341 | p.Material = Enum.Material.Glacier |
| 1342 | p.MaterialVariant = "2022 Stud" |
| 1343 | p.Anchored = true |
| 1344 | p.Parent = model |
| 1345 | end |
| 1346 | do |
| 1347 | local p = Instance.new("Part") |
| 1348 | p.Name = "Bush_Leaf_9" |
| 1349 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1350 | p.CFrame = CFrame.new(-1.5, 7, -1.5) |
| 1351 | p.BrickColor = BrickColor.new("Earth green") |
| 1352 | p.Material = Enum.Material.Glacier |
| 1353 | p.MaterialVariant = "2022 Stud" |
| 1354 | p.Anchored = true |
| 1355 | p.Parent = model |
| 1356 | end |
| 1357 | do |
| 1358 | local p = Instance.new("Part") |
| 1359 | p.Name = "Bush_Leaf_10" |
| 1360 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1361 | p.CFrame = CFrame.new(1.5, 7, -1.5) |
| 1362 | p.BrickColor = BrickColor.new("Earth green") |
| 1363 | p.Material = Enum.Material.Glacier |
| 1364 | p.MaterialVariant = "2022 Stud" |
| 1365 | p.Anchored = true |
| 1366 | p.Parent = model |
| 1367 | end |
| 1368 | do |
| 1369 | local p = Instance.new("Part") |
| 1370 | p.Name = "Bush_Leaf_11" |
| 1371 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1372 | p.CFrame = CFrame.new(-1.5, 7, 1.5) |
| 1373 | p.BrickColor = BrickColor.new("Earth green") |
| 1374 | p.Material = Enum.Material.Glacier |
| 1375 | p.MaterialVariant = "2022 Stud" |
| 1376 | p.Anchored = true |
| 1377 | p.Parent = model |
| 1378 | end |
| 1379 | do |
| 1380 | local p = Instance.new("Part") |
| 1381 | p.Name = "Bush_Leaf_12" |
| 1382 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1383 | p.CFrame = CFrame.new(1.8, 6.5, 0) |
| 1384 | p.BrickColor = BrickColor.new("Earth green") |
| 1385 | p.Material = Enum.Material.Glacier |
| 1386 | p.MaterialVariant = "2022 Stud" |
| 1387 | p.Anchored = true |
| 1388 | p.Parent = model |
| 1389 | end |
| 1390 | do |
| 1391 | local p = Instance.new("Part") |
| 1392 | p.Name = "Bush_Leaf_13" |
| 1393 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1394 | p.CFrame = CFrame.new(-1.84, 6.5, 0) |
| 1395 | p.BrickColor = BrickColor.new("Earth green") |
| 1396 | p.Material = Enum.Material.Glacier |
| 1397 | p.MaterialVariant = "2022 Stud" |
| 1398 | p.Anchored = true |
| 1399 | p.Parent = model |
| 1400 | end |
| 1401 | do |
| 1402 | local p = Instance.new("Part") |
| 1403 | p.Name = "Bush_Leaf_14" |
| 1404 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1405 | p.CFrame = CFrame.new(0, 6.5, 1.8) |
| 1406 | p.BrickColor = BrickColor.new("Earth green") |
| 1407 | p.Material = Enum.Material.Glacier |
| 1408 | p.MaterialVariant = "2022 Stud" |
| 1409 | p.Anchored = true |
| 1410 | p.Parent = model |
| 1411 | end |
| 1412 | do |
| 1413 | local p = Instance.new("Part") |
| 1414 | p.Name = "Bush_Leaf_15" |
| 1415 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1416 | p.CFrame = CFrame.new(0, 6.5, -1.84) |
| 1417 | p.BrickColor = BrickColor.new("Earth green") |
| 1418 | p.Material = Enum.Material.Glacier |
| 1419 | p.MaterialVariant = "2022 Stud" |
| 1420 | p.Anchored = true |
| 1421 | p.Parent = model |
| 1422 | end |
| 1423 | do |
| 1424 | local p = Instance.new("Part") |
| 1425 | p.Name = "Bush_Leaf_16" |
| 1426 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1427 | p.CFrame = CFrame.new(1, 8, 0) |
| 1428 | p.BrickColor = BrickColor.new("Bright green") |
| 1429 | p.Material = Enum.Material.Glacier |
| 1430 | p.MaterialVariant = "2022 Stud" |
| 1431 | p.Anchored = true |
| 1432 | p.Parent = model |
| 1433 | end |
| 1434 | do |
| 1435 | local p = Instance.new("Part") |
| 1436 | p.Name = "Bush_Leaf_17" |
| 1437 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1438 | p.CFrame = CFrame.new(-1, 8, 0) |
| 1439 | p.BrickColor = BrickColor.new("Bright green") |
| 1440 | p.Material = Enum.Material.Glacier |
| 1441 | p.MaterialVariant = "2022 Stud" |
| 1442 | p.Anchored = true |
| 1443 | p.Parent = model |
| 1444 | end |
| 1445 | do |
| 1446 | local p = Instance.new("Part") |
| 1447 | p.Name = "Bush_Leaf_18" |
| 1448 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1449 | p.CFrame = CFrame.new(0, 8, 1) |
| 1450 | p.BrickColor = BrickColor.new("Bright green") |
| 1451 | p.Material = Enum.Material.Glacier |
| 1452 | p.MaterialVariant = "2022 Stud" |
| 1453 | p.Anchored = true |
| 1454 | p.Parent = model |
| 1455 | end |
| 1456 | do |
| 1457 | local p = Instance.new("Part") |
| 1458 | p.Name = "Bush_Leaf_19" |
| 1459 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1460 | p.CFrame = CFrame.new(0, 8, -1) |
| 1461 | p.BrickColor = BrickColor.new("Bright green") |
| 1462 | p.Material = Enum.Material.Glacier |
| 1463 | p.MaterialVariant = "2022 Stud" |
| 1464 | p.Anchored = true |
| 1465 | p.Parent = model |
| 1466 | end |
| 1467 | do |
| 1468 | local p = Instance.new("Part") |
| 1469 | p.Name = "Bush_Leaf_20" |
| 1470 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1471 | p.CFrame = CFrame.new(0, 9, 0) |
| 1472 | p.BrickColor = BrickColor.new("Bright green") |
| 1473 | p.Material = Enum.Material.Glacier |
| 1474 | p.MaterialVariant = "2022 Stud" |
| 1475 | p.Anchored = true |
| 1476 | p.Parent = model |
| 1477 | end |
| 1478 | do |
| 1479 | local p = Instance.new("Part") |
| 1480 | p.Name = "Bush_Leaf_21" |
| 1481 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1482 | p.CFrame = CFrame.new(0.5, 8.5, 0.5) |
| 1483 | p.BrickColor = BrickColor.new("Bright green") |
| 1484 | p.Material = Enum.Material.Glacier |
| 1485 | p.MaterialVariant = "2022 Stud" |
| 1486 | p.Anchored = true |
| 1487 | p.Parent = model |
| 1488 | end |
| 1489 | do |
| 1490 | local p = Instance.new("Part") |
| 1491 | p.Name = "Bush_Leaf_22" |
| 1492 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1493 | p.CFrame = CFrame.new(-0.5, 8.5, -0.5) |
| 1494 | p.BrickColor = BrickColor.new("Bright green") |
| 1495 | p.Material = Enum.Material.Glacier |
| 1496 | p.MaterialVariant = "2022 Stud" |
| 1497 | p.Anchored = true |
| 1498 | p.Parent = model |
| 1499 | end |
| 1500 | do |
| 1501 | local p = Instance.new("Part") |
| 1502 | p.Name = "Bush_Leaf_23" |
| 1503 | p.Size = Vector3.new(0.9, 0.9, 0.9) |
| 1504 | p.CFrame = CFrame.new(0.5, 8.5, -0.5) |
| 1505 | p.BrickColor = BrickColor.new("Bright green") |
| 1506 | p.Material = Enum.Material.Glacier |
| 1507 | p.MaterialVariant = "2022 Stud" |
| 1508 | p.Anchored = true |
| 1509 | p.Parent = model |
| 1510 | end |
| 1511 | do |
| 1512 | local p = Instance.new("Part") |
| 1513 | p.Name = "Bush_Leaf_24" |
| 1514 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1515 | p.CFrame = CFrame.new(-0.5, 8.5, 0.5) |
| 1516 | p.BrickColor = BrickColor.new("Bright green") |
| 1517 | p.Material = Enum.Material.Glacier |
| 1518 | p.MaterialVariant = "2022 Stud" |
| 1519 | p.Anchored = true |
| 1520 | p.Parent = model |
| 1521 | end |
| 1522 | do |
| 1523 | local p = Instance.new("Part") |
| 1524 | p.Name = "Flower_0_Base" |
| 1525 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1526 | p.CFrame = CFrame.new(-1.5, 6.5, 1.8) |
| 1527 | p.BrickColor = BrickColor.new("White") |
| 1528 | p.Material = Enum.Material.Glacier |
| 1529 | p.MaterialVariant = "2022 Stud" |
| 1530 | p.Anchored = true |
| 1531 | p.Parent = model |
| 1532 | end |
| 1533 | do |
| 1534 | local p = Instance.new("Part") |
| 1535 | p.Name = "Flower_0_Center" |
| 1536 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1537 | p.CFrame = CFrame.new(-1.5, 6.7, 1.8) |
| 1538 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1539 | p.Material = Enum.Material.Glacier |
| 1540 | p.MaterialVariant = "2022 Big Stud" |
| 1541 | p.Anchored = true |
| 1542 | p.Parent = model |
| 1543 | end |
| 1544 | do |
| 1545 | local p = Instance.new("Part") |
| 1546 | p.Name = "Flower_1_Base" |
| 1547 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1548 | p.CFrame = CFrame.new(1.8, 7, 1) |
| 1549 | p.BrickColor = BrickColor.new("White") |
| 1550 | p.Material = Enum.Material.Glacier |
| 1551 | p.MaterialVariant = "2022 Stud" |
| 1552 | p.Anchored = true |
| 1553 | p.Parent = model |
| 1554 | end |
| 1555 | do |
| 1556 | local p = Instance.new("Part") |
| 1557 | p.Name = "Flower_1_Center" |
| 1558 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1559 | p.CFrame = CFrame.new(1.8, 7.2, 0.96) |
| 1560 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1561 | p.Material = Enum.Material.Glacier |
| 1562 | p.MaterialVariant = "2022 Big Stud" |
| 1563 | p.Anchored = true |
| 1564 | p.Parent = model |
| 1565 | end |
| 1566 | do |
| 1567 | local p = Instance.new("Part") |
| 1568 | p.Name = "Flower_2_Base" |
| 1569 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1570 | p.CFrame = CFrame.new(0.5, 7.84, -1.5) |
| 1571 | p.BrickColor = BrickColor.new("White") |
| 1572 | p.Material = Enum.Material.Glacier |
| 1573 | p.MaterialVariant = "2022 Stud" |
| 1574 | p.Anchored = true |
| 1575 | p.Parent = model |
| 1576 | end |
| 1577 | do |
| 1578 | local p = Instance.new("Part") |
| 1579 | p.Name = "Flower_2_Center" |
| 1580 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1581 | p.CFrame = CFrame.new(0.5, 8.12, -1.5) |
| 1582 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1583 | p.Material = Enum.Material.Glacier |
| 1584 | p.MaterialVariant = "2022 Big Stud" |
| 1585 | p.Anchored = true |
| 1586 | p.Parent = model |
| 1587 | end |
| 1588 | do |
| 1589 | local p = Instance.new("Part") |
| 1590 | p.Name = "Flower_3_Base" |
| 1591 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1592 | p.CFrame = CFrame.new(-1.8, 6.16, -1) |
| 1593 | p.BrickColor = BrickColor.new("White") |
| 1594 | p.Material = Enum.Material.Glacier |
| 1595 | p.MaterialVariant = "2022 Stud" |
| 1596 | p.Anchored = true |
| 1597 | p.Parent = model |
| 1598 | end |
| 1599 | do |
| 1600 | local p = Instance.new("Part") |
| 1601 | p.Name = "Flower_3_Center" |
| 1602 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1603 | p.CFrame = CFrame.new(-1.8, 6.44, -1) |
| 1604 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1605 | p.Material = Enum.Material.Glacier |
| 1606 | p.MaterialVariant = "2022 Big Stud" |
| 1607 | p.Anchored = true |
| 1608 | p.Parent = model |
| 1609 | end |
| 1610 | do |
| 1611 | local p = Instance.new("Part") |
| 1612 | p.Name = "Flower_4_Base" |
| 1613 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1614 | p.CFrame = CFrame.new(0, 8.84, 0.5) |
| 1615 | p.BrickColor = BrickColor.new("White") |
| 1616 | p.Material = Enum.Material.Glacier |
| 1617 | p.MaterialVariant = "2022 Stud" |
| 1618 | p.Anchored = true |
| 1619 | p.Parent = model |
| 1620 | end |
| 1621 | do |
| 1622 | local p = Instance.new("Part") |
| 1623 | p.Name = "Flower_4_Center" |
| 1624 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1625 | p.CFrame = CFrame.new(0.04, 9.12, 0.54) |
| 1626 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1627 | p.Material = Enum.Material.Glacier |
| 1628 | p.MaterialVariant = "2022 Big Stud" |
| 1629 | p.Anchored = true |
| 1630 | p.Parent = model |
| 1631 | end |
| 1632 | do |
| 1633 | local p = Instance.new("Part") |
| 1634 | p.Name = "Flower_5_Base" |
| 1635 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1636 | p.CFrame = CFrame.new(1.5, 6, -1.84) |
| 1637 | p.BrickColor = BrickColor.new("White") |
| 1638 | p.Material = Enum.Material.Glacier |
| 1639 | p.MaterialVariant = "2022 Stud" |
| 1640 | p.Anchored = true |
| 1641 | p.Parent = model |
| 1642 | end |
| 1643 | do |
| 1644 | local p = Instance.new("Part") |
| 1645 | p.Name = "Flower_5_Center" |
| 1646 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1647 | p.CFrame = CFrame.new(1.5, 6.2, -1.8) |
| 1648 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1649 | p.Material = Enum.Material.Glacier |
| 1650 | p.MaterialVariant = "2022 Big Stud" |
| 1651 | p.Anchored = true |
| 1652 | p.Parent = model |
| 1653 | end |
| 1654 | do |
| 1655 | local p = Instance.new("Part") |
| 1656 | p.Name = "Flower_6_Base" |
| 1657 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1658 | p.CFrame = CFrame.new(-0.5, 7.5, 1.5) |
| 1659 | p.BrickColor = BrickColor.new("White") |
| 1660 | p.Material = Enum.Material.Glacier |
| 1661 | p.MaterialVariant = "2022 Stud" |
| 1662 | p.Anchored = true |
| 1663 | p.Parent = model |
| 1664 | end |
| 1665 | do |
| 1666 | local p = Instance.new("Part") |
| 1667 | p.Name = "Flower_6_Center" |
| 1668 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1669 | p.CFrame = CFrame.new(-0.54, 7.7, 1.54) |
| 1670 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1671 | p.Material = Enum.Material.Glacier |
| 1672 | p.MaterialVariant = "2022 Big Stud" |
| 1673 | p.Anchored = true |
| 1674 | p.Parent = model |
| 1675 | end |
| 1676 | do |
| 1677 | local p = Instance.new("Part") |
| 1678 | p.Name = "Flower_7_Base" |
| 1679 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1680 | p.CFrame = CFrame.new(1.2, 8.24, 0.84) |
| 1681 | p.BrickColor = BrickColor.new("White") |
| 1682 | p.Material = Enum.Material.Glacier |
| 1683 | p.MaterialVariant = "2022 Stud" |
| 1684 | p.Anchored = true |
| 1685 | p.Parent = model |
| 1686 | end |
| 1687 | do |
| 1688 | local p = Instance.new("Part") |
| 1689 | p.Name = "Flower_7_Center" |
| 1690 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1691 | p.CFrame = CFrame.new(1.2, 8.44, 0.8) |
| 1692 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1693 | p.Material = Enum.Material.Glacier |
| 1694 | p.MaterialVariant = "2022 Big Stud" |
| 1695 | p.Anchored = true |
| 1696 | p.Parent = model |
| 1697 | end |
| 1698 | do |
| 1699 | local p = Instance.new("Part") |
| 1700 | p.Name = "Flower_8_Base" |
| 1701 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1702 | p.CFrame = CFrame.new(-1.2, 8, -0.8) |
| 1703 | p.BrickColor = BrickColor.new("White") |
| 1704 | p.Material = Enum.Material.Glacier |
| 1705 | p.MaterialVariant = "2022 Stud" |
| 1706 | p.Anchored = true |
| 1707 | p.Parent = model |
| 1708 | end |
| 1709 | do |
| 1710 | local p = Instance.new("Part") |
| 1711 | p.Name = "Flower_8_Center" |
| 1712 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1713 | p.CFrame = CFrame.new(-1.24, 8.2, -0.8) |
| 1714 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1715 | p.Material = Enum.Material.Glacier |
| 1716 | p.MaterialVariant = "2022 Big Stud" |
| 1717 | p.Anchored = true |
| 1718 | p.Parent = model |
| 1719 | end |
| 1720 | do |
| 1721 | local p = Instance.new("Part") |
| 1722 | p.Name = "Flower_9_Base" |
| 1723 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1724 | p.CFrame = CFrame.new(2, 6.5, -0.5) |
| 1725 | p.BrickColor = BrickColor.new("White") |
| 1726 | p.Material = Enum.Material.Glacier |
| 1727 | p.MaterialVariant = "2022 Stud" |
| 1728 | p.Anchored = true |
| 1729 | p.Parent = model |
| 1730 | end |
| 1731 | do |
| 1732 | local p = Instance.new("Part") |
| 1733 | p.Name = "Flower_9_Center" |
| 1734 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1735 | p.CFrame = CFrame.new(2, 6.7, -0.54) |
| 1736 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1737 | p.Material = Enum.Material.Glacier |
| 1738 | p.MaterialVariant = "2022 Big Stud" |
| 1739 | p.Anchored = true |
| 1740 | p.Parent = model |
| 1741 | end |
| 1742 | do |
| 1743 | local p = Instance.new("Part") |
| 1744 | p.Name = "Flower_10_Base" |
| 1745 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 1746 | p.CFrame = CFrame.new(-2, 6.92, 0.5) |
| 1747 | p.BrickColor = BrickColor.new("White") |
| 1748 | p.Material = Enum.Material.Glacier |
| 1749 | p.MaterialVariant = "2022 Stud" |
| 1750 | p.Anchored = true |
| 1751 | p.Parent = model |
| 1752 | end |
| 1753 | do |
| 1754 | local p = Instance.new("Part") |
| 1755 | p.Name = "Flower_10_Center" |
| 1756 | p.Size = Vector3.new(0.2, 0.1, 0.2) |
| 1757 | p.CFrame = CFrame.new(-2, 7.16, 0.5) |
| 1758 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1759 | p.Material = Enum.Material.Glacier |
| 1760 | p.MaterialVariant = "2022 Big Stud" |
| 1761 | p.Anchored = true |
| 1762 | p.Parent = model |
| 1763 | end |
| 1764 | do |
| 1765 | local p = Instance.new("Part") |
| 1766 | p.Shape = Enum.PartType.Cylinder |
| 1767 | p.Name = "Pot3_Step0" |
| 1768 | p.Size = Vector3.new(0.5, 3.2, 3.2) |
| 1769 | p.CFrame = CFrame.new(11, 1.29, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1770 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 1771 | p.Material = Enum.Material.Glacier |
| 1772 | p.MaterialVariant = "2022 Stud" |
| 1773 | p.Anchored = true |
| 1774 | p.Parent = model |
| 1775 | end |
| 1776 | do |
| 1777 | local p = Instance.new("Part") |
| 1778 | p.Shape = Enum.PartType.Cylinder |
| 1779 | p.Name = "Pot3_Step1" |
| 1780 | p.Size = Vector3.new(0.5, 3.4, 3.4) |
| 1781 | p.CFrame = CFrame.new(11, 1.55, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1782 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 1783 | p.Material = Enum.Material.Glacier |
| 1784 | p.MaterialVariant = "2022 Stud" |
| 1785 | p.Anchored = true |
| 1786 | p.Parent = model |
| 1787 | end |
| 1788 | do |
| 1789 | local p = Instance.new("Part") |
| 1790 | p.Shape = Enum.PartType.Cylinder |
| 1791 | p.Name = "Pot3_Step2" |
| 1792 | p.Size = Vector3.new(0.5, 3.6, 3.6) |
| 1793 | p.CFrame = CFrame.new(11, 2.09, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1794 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 1795 | p.Material = Enum.Material.Glacier |
| 1796 | p.MaterialVariant = "2022 Stud" |
| 1797 | p.Anchored = true |
| 1798 | p.Parent = model |
| 1799 | end |
| 1800 | do |
| 1801 | local p = Instance.new("Part") |
| 1802 | p.Shape = Enum.PartType.Cylinder |
| 1803 | p.Name = "Pot3_Step3" |
| 1804 | p.Size = Vector3.new(0.5, 3.8, 3.8) |
| 1805 | p.CFrame = CFrame.new(11, 2.63, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1806 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 1807 | p.Material = Enum.Material.Glacier |
| 1808 | p.MaterialVariant = "2022 Stud" |
| 1809 | p.Anchored = true |
| 1810 | p.Parent = model |
| 1811 | end |
| 1812 | do |
| 1813 | local p = Instance.new("Part") |
| 1814 | p.Shape = Enum.PartType.Cylinder |
| 1815 | p.Name = "Pot3_Step4" |
| 1816 | p.Size = Vector3.new(0.5, 4, 4) |
| 1817 | p.CFrame = CFrame.new(11, 3.17, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1818 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 1819 | p.Material = Enum.Material.Glacier |
| 1820 | p.MaterialVariant = "2022 Stud" |
| 1821 | p.Anchored = true |
| 1822 | p.Parent = model |
| 1823 | end |
| 1824 | do |
| 1825 | local p = Instance.new("Part") |
| 1826 | p.Shape = Enum.PartType.Cylinder |
| 1827 | p.Name = "Pot3_Step5" |
| 1828 | p.Size = Vector3.new(0.5, 4.2, 4.2) |
| 1829 | p.CFrame = CFrame.new(11, 3.71, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1830 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 1831 | p.Material = Enum.Material.Glacier |
| 1832 | p.MaterialVariant = "2022 Stud" |
| 1833 | p.Anchored = true |
| 1834 | p.Parent = model |
| 1835 | end |
| 1836 | do |
| 1837 | local p = Instance.new("Part") |
| 1838 | p.Shape = Enum.PartType.Cylinder |
| 1839 | p.Name = "Pot3_Rim" |
| 1840 | p.Size = Vector3.new(1, 4.6, 4.6) |
| 1841 | p.CFrame = CFrame.new(11, 4.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1842 | p.BrickColor = BrickColor.new("Terra Cotta") |
| 1843 | p.Material = Enum.Material.Glacier |
| 1844 | p.MaterialVariant = "2022 Stud" |
| 1845 | p.Anchored = true |
| 1846 | p.Parent = model |
| 1847 | end |
| 1848 | do |
| 1849 | local p = Instance.new("Part") |
| 1850 | p.Shape = Enum.PartType.Cylinder |
| 1851 | p.Name = "Pot3_Dirt" |
| 1852 | p.Size = Vector3.new(0.2, 4.2, 4.2) |
| 1853 | p.CFrame = CFrame.new(11, 4.94, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1854 | p.BrickColor = BrickColor.new("Dark taupe") |
| 1855 | p.Material = Enum.Material.Glacier |
| 1856 | p.MaterialVariant = "2022 Stud" |
| 1857 | p.Anchored = true |
| 1858 | p.Parent = model |
| 1859 | end |
| 1860 | do |
| 1861 | local p = Instance.new("Part") |
| 1862 | p.Name = "Lav_Stem_0" |
| 1863 | p.Size = Vector3.new(4, 0.15, 0.15) |
| 1864 | p.CFrame = CFrame.new(11, 7.08, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1865 | p.BrickColor = BrickColor.new("Earth green") |
| 1866 | p.Material = Enum.Material.Glacier |
| 1867 | p.MaterialVariant = "2022 Stud" |
| 1868 | p.Anchored = true |
| 1869 | p.Parent = model |
| 1870 | end |
| 1871 | do |
| 1872 | local p = Instance.new("Part") |
| 1873 | p.Name = "Lav_Flower_0_0_1" |
| 1874 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1875 | p.CFrame = CFrame.new(11.15, 6.80682, -0.051764) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 1876 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1877 | p.Material = Enum.Material.Glacier |
| 1878 | p.MaterialVariant = "2022 Stud" |
| 1879 | p.Anchored = true |
| 1880 | p.Parent = model |
| 1881 | end |
| 1882 | do |
| 1883 | local p = Instance.new("Part") |
| 1884 | p.Name = "Lav_Flower_0_0_2" |
| 1885 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1886 | p.CFrame = CFrame.new(10.85, 6.84545, 0.041411) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 1887 | p.BrickColor = BrickColor.new("Lavender") |
| 1888 | p.Material = Enum.Material.Glacier |
| 1889 | p.MaterialVariant = "2022 Stud" |
| 1890 | p.Anchored = true |
| 1891 | p.Parent = model |
| 1892 | end |
| 1893 | do |
| 1894 | local p = Instance.new("Part") |
| 1895 | p.Name = "Lav_Flower_0_0_3" |
| 1896 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1897 | p.CFrame = CFrame.new(10.9717, 6.88, 0.178284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 1898 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1899 | p.Material = Enum.Material.Glacier |
| 1900 | p.MaterialVariant = "2022 Stud" |
| 1901 | p.Anchored = true |
| 1902 | p.Parent = model |
| 1903 | end |
| 1904 | do |
| 1905 | local p = Instance.new("Part") |
| 1906 | p.Name = "Lav_Flower_0_0_4" |
| 1907 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1908 | p.CFrame = CFrame.new(11.0283, 6.88, -0.178284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 1909 | p.BrickColor = BrickColor.new("Lavender") |
| 1910 | p.Material = Enum.Material.Glacier |
| 1911 | p.MaterialVariant = "2022 Stud" |
| 1912 | p.Anchored = true |
| 1913 | p.Parent = model |
| 1914 | end |
| 1915 | do |
| 1916 | local p = Instance.new("Part") |
| 1917 | p.Name = "Lav_Flower_0_1_1" |
| 1918 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1919 | p.CFrame = CFrame.new(11.13, 7.39306, -0.064519) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 1920 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1921 | p.Material = Enum.Material.Glacier |
| 1922 | p.MaterialVariant = "2022 Stud" |
| 1923 | p.Anchored = true |
| 1924 | p.Parent = model |
| 1925 | end |
| 1926 | do |
| 1927 | local p = Instance.new("Part") |
| 1928 | p.Name = "Lav_Flower_0_1_2" |
| 1929 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1930 | p.CFrame = CFrame.new(10.85, 7.38409, 0.031058) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 1931 | p.BrickColor = BrickColor.new("Lavender") |
| 1932 | p.Material = Enum.Material.Glacier |
| 1933 | p.MaterialVariant = "2022 Stud" |
| 1934 | p.Anchored = true |
| 1935 | p.Parent = model |
| 1936 | end |
| 1937 | do |
| 1938 | local p = Instance.new("Part") |
| 1939 | p.Name = "Lav_Flower_0_1_3" |
| 1940 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1941 | p.CFrame = CFrame.new(10.9717, 7.46, 0.178284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 1942 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1943 | p.Material = Enum.Material.Glacier |
| 1944 | p.MaterialVariant = "2022 Stud" |
| 1945 | p.Anchored = true |
| 1946 | p.Parent = model |
| 1947 | end |
| 1948 | do |
| 1949 | local p = Instance.new("Part") |
| 1950 | p.Name = "Lav_Flower_0_1_4" |
| 1951 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1952 | p.CFrame = CFrame.new(11.0283, 7.42, -0.178284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 1953 | p.BrickColor = BrickColor.new("Lavender") |
| 1954 | p.Material = Enum.Material.Glacier |
| 1955 | p.MaterialVariant = "2022 Stud" |
| 1956 | p.Anchored = true |
| 1957 | p.Parent = model |
| 1958 | end |
| 1959 | do |
| 1960 | local p = Instance.new("Part") |
| 1961 | p.Name = "Lav_Flower_0_2_1" |
| 1962 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1963 | p.CFrame = CFrame.new(11.15, 7.96136, -0.010353) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 1964 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1965 | p.Material = Enum.Material.Glacier |
| 1966 | p.MaterialVariant = "2022 Stud" |
| 1967 | p.Anchored = true |
| 1968 | p.Parent = model |
| 1969 | end |
| 1970 | do |
| 1971 | local p = Instance.new("Part") |
| 1972 | p.Name = "Lav_Flower_0_2_2" |
| 1973 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1974 | p.CFrame = CFrame.new(10.85, 7.92273, 0.020706) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 1975 | p.BrickColor = BrickColor.new("Lavender") |
| 1976 | p.Material = Enum.Material.Glacier |
| 1977 | p.MaterialVariant = "2022 Stud" |
| 1978 | p.Anchored = true |
| 1979 | p.Parent = model |
| 1980 | end |
| 1981 | do |
| 1982 | local p = Instance.new("Part") |
| 1983 | p.Name = "Lav_Flower_0_2_3" |
| 1984 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1985 | p.CFrame = CFrame.new(10.9717, 7.96, 0.178284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 1986 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1987 | p.Material = Enum.Material.Glacier |
| 1988 | p.MaterialVariant = "2022 Stud" |
| 1989 | p.Anchored = true |
| 1990 | p.Parent = model |
| 1991 | end |
| 1992 | do |
| 1993 | local p = Instance.new("Part") |
| 1994 | p.Name = "Lav_Flower_0_2_4" |
| 1995 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 1996 | p.CFrame = CFrame.new(11.0283, 7.96, -0.178284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 1997 | p.BrickColor = BrickColor.new("Lavender") |
| 1998 | p.Material = Enum.Material.Glacier |
| 1999 | p.MaterialVariant = "2022 Stud" |
| 2000 | p.Anchored = true |
| 2001 | p.Parent = model |
| 2002 | end |
| 2003 | do |
| 2004 | local p = Instance.new("Part") |
| 2005 | p.Name = "Lav_Flower_0_3_1" |
| 2006 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2007 | p.CFrame = CFrame.new(11.15, 8.53864, 0.010353) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2008 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2009 | p.Material = Enum.Material.Glacier |
| 2010 | p.MaterialVariant = "2022 Stud" |
| 2011 | p.Anchored = true |
| 2012 | p.Parent = model |
| 2013 | end |
| 2014 | do |
| 2015 | local p = Instance.new("Part") |
| 2016 | p.Name = "Lav_Flower_0_3_2" |
| 2017 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2018 | p.CFrame = CFrame.new(10.85, 8.46136, 0.010353) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2019 | p.BrickColor = BrickColor.new("Lavender") |
| 2020 | p.Material = Enum.Material.Glacier |
| 2021 | p.MaterialVariant = "2022 Stud" |
| 2022 | p.Anchored = true |
| 2023 | p.Parent = model |
| 2024 | end |
| 2025 | do |
| 2026 | local p = Instance.new("Part") |
| 2027 | p.Name = "Lav_Flower_0_3_3" |
| 2028 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2029 | p.CFrame = CFrame.new(10.9717, 8.54, 0.178284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2030 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2031 | p.Material = Enum.Material.Glacier |
| 2032 | p.MaterialVariant = "2022 Stud" |
| 2033 | p.Anchored = true |
| 2034 | p.Parent = model |
| 2035 | end |
| 2036 | do |
| 2037 | local p = Instance.new("Part") |
| 2038 | p.Name = "Lav_Flower_0_3_4" |
| 2039 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2040 | p.CFrame = CFrame.new(11.0283, 8.5, -0.178284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2041 | p.BrickColor = BrickColor.new("Lavender") |
| 2042 | p.Material = Enum.Material.Glacier |
| 2043 | p.MaterialVariant = "2022 Stud" |
| 2044 | p.Anchored = true |
| 2045 | p.Parent = model |
| 2046 | end |
| 2047 | do |
| 2048 | local p = Instance.new("Part") |
| 2049 | p.Name = "Lav_Flower_0_4_1" |
| 2050 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2051 | p.CFrame = CFrame.new(11.15, 9.07727, 0.020706) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2052 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2053 | p.Material = Enum.Material.Glacier |
| 2054 | p.MaterialVariant = "2022 Stud" |
| 2055 | p.Anchored = true |
| 2056 | p.Parent = model |
| 2057 | end |
| 2058 | do |
| 2059 | local p = Instance.new("Part") |
| 2060 | p.Name = "Lav_Flower_0_4_2" |
| 2061 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2062 | p.CFrame = CFrame.new(10.85, 9, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2063 | p.BrickColor = BrickColor.new("Lavender") |
| 2064 | p.Material = Enum.Material.Glacier |
| 2065 | p.MaterialVariant = "2022 Stud" |
| 2066 | p.Anchored = true |
| 2067 | p.Parent = model |
| 2068 | end |
| 2069 | do |
| 2070 | local p = Instance.new("Part") |
| 2071 | p.Name = "Lav_Flower_0_4_3" |
| 2072 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2073 | p.CFrame = CFrame.new(10.9717, 9.12, 0.178284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2074 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2075 | p.Material = Enum.Material.Glacier |
| 2076 | p.MaterialVariant = "2022 Stud" |
| 2077 | p.Anchored = true |
| 2078 | p.Parent = model |
| 2079 | end |
| 2080 | do |
| 2081 | local p = Instance.new("Part") |
| 2082 | p.Name = "Lav_Flower_0_4_4" |
| 2083 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2084 | p.CFrame = CFrame.new(11.0283, 9.08, -0.178284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2085 | p.BrickColor = BrickColor.new("Lavender") |
| 2086 | p.Material = Enum.Material.Glacier |
| 2087 | p.MaterialVariant = "2022 Stud" |
| 2088 | p.Anchored = true |
| 2089 | p.Parent = model |
| 2090 | end |
| 2091 | do |
| 2092 | local p = Instance.new("Part") |
| 2093 | p.Name = "Lav_Stem_1" |
| 2094 | p.Size = Vector3.new(3.7, 0.15, 0.15) |
| 2095 | p.CFrame = CFrame.new(11.9, 6.75, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(71.0754)) |
| 2096 | p.BrickColor = BrickColor.new("Earth green") |
| 2097 | p.Material = Enum.Material.Glacier |
| 2098 | p.MaterialVariant = "2022 Stud" |
| 2099 | p.Anchored = true |
| 2100 | p.Parent = model |
| 2101 | end |
| 2102 | do |
| 2103 | local p = Instance.new("Part") |
| 2104 | p.Name = "Lav_Flower_1_0_1" |
| 2105 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2106 | p.CFrame = CFrame.new(12.05, 6.75, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2107 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2108 | p.Material = Enum.Material.Glacier |
| 2109 | p.MaterialVariant = "2022 Stud" |
| 2110 | p.Anchored = true |
| 2111 | p.Parent = model |
| 2112 | end |
| 2113 | do |
| 2114 | local p = Instance.new("Part") |
| 2115 | p.Name = "Lav_Flower_1_0_2" |
| 2116 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2117 | p.CFrame = CFrame.new(11.75, 6.75, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2118 | p.BrickColor = BrickColor.new("Lavender") |
| 2119 | p.Material = Enum.Material.Glacier |
| 2120 | p.MaterialVariant = "2022 Stud" |
| 2121 | p.Anchored = true |
| 2122 | p.Parent = model |
| 2123 | end |
| 2124 | do |
| 2125 | local p = Instance.new("Part") |
| 2126 | p.Name = "Lav_Flower_1_0_3" |
| 2127 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2128 | p.CFrame = CFrame.new(11.9283, 6.79, 0.121716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2129 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2130 | p.Material = Enum.Material.Glacier |
| 2131 | p.MaterialVariant = "2022 Stud" |
| 2132 | p.Anchored = true |
| 2133 | p.Parent = model |
| 2134 | end |
| 2135 | do |
| 2136 | local p = Instance.new("Part") |
| 2137 | p.Name = "Lav_Flower_1_0_4" |
| 2138 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2139 | p.CFrame = CFrame.new(11.9283, 6.63, -0.121716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2140 | p.BrickColor = BrickColor.new("Lavender") |
| 2141 | p.Material = Enum.Material.Glacier |
| 2142 | p.MaterialVariant = "2022 Stud" |
| 2143 | p.Anchored = true |
| 2144 | p.Parent = model |
| 2145 | end |
| 2146 | do |
| 2147 | local p = Instance.new("Part") |
| 2148 | p.Name = "Lav_Flower_1_1_1" |
| 2149 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2150 | p.CFrame = CFrame.new(12.2, 7.1875, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2151 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2152 | p.Material = Enum.Material.Glacier |
| 2153 | p.MaterialVariant = "2022 Stud" |
| 2154 | p.Anchored = true |
| 2155 | p.Parent = model |
| 2156 | end |
| 2157 | do |
| 2158 | local p = Instance.new("Part") |
| 2159 | p.Name = "Lav_Flower_1_1_2" |
| 2160 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2161 | p.CFrame = CFrame.new(11.9, 7.1875, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2162 | p.BrickColor = BrickColor.new("Lavender") |
| 2163 | p.Material = Enum.Material.Glacier |
| 2164 | p.MaterialVariant = "2022 Stud" |
| 2165 | p.Anchored = true |
| 2166 | p.Parent = model |
| 2167 | end |
| 2168 | do |
| 2169 | local p = Instance.new("Part") |
| 2170 | p.Name = "Lav_Flower_1_1_3" |
| 2171 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2172 | p.CFrame = CFrame.new(12.05, 7.2275, 0.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2173 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2174 | p.Material = Enum.Material.Glacier |
| 2175 | p.MaterialVariant = "2022 Stud" |
| 2176 | p.Anchored = true |
| 2177 | p.Parent = model |
| 2178 | end |
| 2179 | do |
| 2180 | local p = Instance.new("Part") |
| 2181 | p.Name = "Lav_Flower_1_1_4" |
| 2182 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2183 | p.CFrame = CFrame.new(12.05, 7.1875, -0.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2184 | p.BrickColor = BrickColor.new("Lavender") |
| 2185 | p.Material = Enum.Material.Glacier |
| 2186 | p.MaterialVariant = "2022 Stud" |
| 2187 | p.Anchored = true |
| 2188 | p.Parent = model |
| 2189 | end |
| 2190 | do |
| 2191 | local p = Instance.new("Part") |
| 2192 | p.Name = "Lav_Flower_1_2_1" |
| 2193 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2194 | p.CFrame = CFrame.new(12.35, 7.625, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2195 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2196 | p.Material = Enum.Material.Glacier |
| 2197 | p.MaterialVariant = "2022 Stud" |
| 2198 | p.Anchored = true |
| 2199 | p.Parent = model |
| 2200 | end |
| 2201 | do |
| 2202 | local p = Instance.new("Part") |
| 2203 | p.Name = "Lav_Flower_1_2_2" |
| 2204 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2205 | p.CFrame = CFrame.new(12.05, 7.625, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2206 | p.BrickColor = BrickColor.new("Lavender") |
| 2207 | p.Material = Enum.Material.Glacier |
| 2208 | p.MaterialVariant = "2022 Stud" |
| 2209 | p.Anchored = true |
| 2210 | p.Parent = model |
| 2211 | end |
| 2212 | do |
| 2213 | local p = Instance.new("Part") |
| 2214 | p.Name = "Lav_Flower_1_2_3" |
| 2215 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2216 | p.CFrame = CFrame.new(12.2, 7.665, 0.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2217 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2218 | p.Material = Enum.Material.Glacier |
| 2219 | p.MaterialVariant = "2022 Stud" |
| 2220 | p.Anchored = true |
| 2221 | p.Parent = model |
| 2222 | end |
| 2223 | do |
| 2224 | local p = Instance.new("Part") |
| 2225 | p.Name = "Lav_Flower_1_2_4" |
| 2226 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2227 | p.CFrame = CFrame.new(12.2, 7.625, -0.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2228 | p.BrickColor = BrickColor.new("Lavender") |
| 2229 | p.Material = Enum.Material.Glacier |
| 2230 | p.MaterialVariant = "2022 Stud" |
| 2231 | p.Anchored = true |
| 2232 | p.Parent = model |
| 2233 | end |
| 2234 | do |
| 2235 | local p = Instance.new("Part") |
| 2236 | p.Name = "Lav_Flower_1_3_1" |
| 2237 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2238 | p.CFrame = CFrame.new(12.5, 8.0625, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2239 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2240 | p.Material = Enum.Material.Glacier |
| 2241 | p.MaterialVariant = "2022 Stud" |
| 2242 | p.Anchored = true |
| 2243 | p.Parent = model |
| 2244 | end |
| 2245 | do |
| 2246 | local p = Instance.new("Part") |
| 2247 | p.Name = "Lav_Flower_1_3_2" |
| 2248 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2249 | p.CFrame = CFrame.new(12.2, 8.0625, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2250 | p.BrickColor = BrickColor.new("Lavender") |
| 2251 | p.Material = Enum.Material.Glacier |
| 2252 | p.MaterialVariant = "2022 Stud" |
| 2253 | p.Anchored = true |
| 2254 | p.Parent = model |
| 2255 | end |
| 2256 | do |
| 2257 | local p = Instance.new("Part") |
| 2258 | p.Name = "Lav_Flower_1_3_3" |
| 2259 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2260 | p.CFrame = CFrame.new(12.35, 8.1025, 0.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2261 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2262 | p.Material = Enum.Material.Glacier |
| 2263 | p.MaterialVariant = "2022 Stud" |
| 2264 | p.Anchored = true |
| 2265 | p.Parent = model |
| 2266 | end |
| 2267 | do |
| 2268 | local p = Instance.new("Part") |
| 2269 | p.Name = "Lav_Flower_1_3_4" |
| 2270 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2271 | p.CFrame = CFrame.new(12.35, 8.0625, -0.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2272 | p.BrickColor = BrickColor.new("Lavender") |
| 2273 | p.Material = Enum.Material.Glacier |
| 2274 | p.MaterialVariant = "2022 Stud" |
| 2275 | p.Anchored = true |
| 2276 | p.Parent = model |
| 2277 | end |
| 2278 | do |
| 2279 | local p = Instance.new("Part") |
| 2280 | p.Name = "Lav_Flower_1_4_1" |
| 2281 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2282 | p.CFrame = CFrame.new(12.65, 8.5, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2283 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2284 | p.Material = Enum.Material.Glacier |
| 2285 | p.MaterialVariant = "2022 Stud" |
| 2286 | p.Anchored = true |
| 2287 | p.Parent = model |
| 2288 | end |
| 2289 | do |
| 2290 | local p = Instance.new("Part") |
| 2291 | p.Name = "Lav_Flower_1_4_2" |
| 2292 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2293 | p.CFrame = CFrame.new(12.35, 8.5, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2294 | p.BrickColor = BrickColor.new("Lavender") |
| 2295 | p.Material = Enum.Material.Glacier |
| 2296 | p.MaterialVariant = "2022 Stud" |
| 2297 | p.Anchored = true |
| 2298 | p.Parent = model |
| 2299 | end |
| 2300 | do |
| 2301 | local p = Instance.new("Part") |
| 2302 | p.Name = "Lav_Flower_1_4_3" |
| 2303 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2304 | p.CFrame = CFrame.new(12.5, 8.54, 0.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2305 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2306 | p.Material = Enum.Material.Glacier |
| 2307 | p.MaterialVariant = "2022 Stud" |
| 2308 | p.Anchored = true |
| 2309 | p.Parent = model |
| 2310 | end |
| 2311 | do |
| 2312 | local p = Instance.new("Part") |
| 2313 | p.Name = "Lav_Flower_1_4_4" |
| 2314 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2315 | p.CFrame = CFrame.new(12.5, 8.5, -0.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2316 | p.BrickColor = BrickColor.new("Lavender") |
| 2317 | p.Material = Enum.Material.Glacier |
| 2318 | p.MaterialVariant = "2022 Stud" |
| 2319 | p.Anchored = true |
| 2320 | p.Parent = model |
| 2321 | end |
| 2322 | do |
| 2323 | local p = Instance.new("Part") |
| 2324 | p.Name = "Lav_Stem_2" |
| 2325 | p.Size = Vector3.new(3.7, 0.15, 0.15) |
| 2326 | p.CFrame = CFrame.new(10.1, 6.75, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-108.925)) |
| 2327 | p.BrickColor = BrickColor.new("Earth green") |
| 2328 | p.Material = Enum.Material.Glacier |
| 2329 | p.MaterialVariant = "2022 Stud" |
| 2330 | p.Anchored = true |
| 2331 | p.Parent = model |
| 2332 | end |
| 2333 | do |
| 2334 | local p = Instance.new("Part") |
| 2335 | p.Name = "Lav_Flower_2_0_1" |
| 2336 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2337 | p.CFrame = CFrame.new(10.25, 6.75, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2338 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2339 | p.Material = Enum.Material.Glacier |
| 2340 | p.MaterialVariant = "2022 Stud" |
| 2341 | p.Anchored = true |
| 2342 | p.Parent = model |
| 2343 | end |
| 2344 | do |
| 2345 | local p = Instance.new("Part") |
| 2346 | p.Name = "Lav_Flower_2_0_2" |
| 2347 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2348 | p.CFrame = CFrame.new(9.95, 6.75, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2349 | p.BrickColor = BrickColor.new("Lavender") |
| 2350 | p.Material = Enum.Material.Glacier |
| 2351 | p.MaterialVariant = "2022 Stud" |
| 2352 | p.Anchored = true |
| 2353 | p.Parent = model |
| 2354 | end |
| 2355 | do |
| 2356 | local p = Instance.new("Part") |
| 2357 | p.Name = "Lav_Flower_2_0_3" |
| 2358 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2359 | p.CFrame = CFrame.new(10.0717, 6.79, 0.121716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2360 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2361 | p.Material = Enum.Material.Glacier |
| 2362 | p.MaterialVariant = "2022 Stud" |
| 2363 | p.Anchored = true |
| 2364 | p.Parent = model |
| 2365 | end |
| 2366 | do |
| 2367 | local p = Instance.new("Part") |
| 2368 | p.Name = "Lav_Flower_2_0_4" |
| 2369 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2370 | p.CFrame = CFrame.new(10.0717, 6.63, -0.121716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2371 | p.BrickColor = BrickColor.new("Lavender") |
| 2372 | p.Material = Enum.Material.Glacier |
| 2373 | p.MaterialVariant = "2022 Stud" |
| 2374 | p.Anchored = true |
| 2375 | p.Parent = model |
| 2376 | end |
| 2377 | do |
| 2378 | local p = Instance.new("Part") |
| 2379 | p.Name = "Lav_Flower_2_1_1" |
| 2380 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2381 | p.CFrame = CFrame.new(10.1, 7.1875, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2382 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2383 | p.Material = Enum.Material.Glacier |
| 2384 | p.MaterialVariant = "2022 Stud" |
| 2385 | p.Anchored = true |
| 2386 | p.Parent = model |
| 2387 | end |
| 2388 | do |
| 2389 | local p = Instance.new("Part") |
| 2390 | p.Name = "Lav_Flower_2_1_2" |
| 2391 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2392 | p.CFrame = CFrame.new(9.8, 7.1875, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2393 | p.BrickColor = BrickColor.new("Lavender") |
| 2394 | p.Material = Enum.Material.Glacier |
| 2395 | p.MaterialVariant = "2022 Stud" |
| 2396 | p.Anchored = true |
| 2397 | p.Parent = model |
| 2398 | end |
| 2399 | do |
| 2400 | local p = Instance.new("Part") |
| 2401 | p.Name = "Lav_Flower_2_1_3" |
| 2402 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2403 | p.CFrame = CFrame.new(9.95, 7.2275, 0.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2404 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2405 | p.Material = Enum.Material.Glacier |
| 2406 | p.MaterialVariant = "2022 Stud" |
| 2407 | p.Anchored = true |
| 2408 | p.Parent = model |
| 2409 | end |
| 2410 | do |
| 2411 | local p = Instance.new("Part") |
| 2412 | p.Name = "Lav_Flower_2_1_4" |
| 2413 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2414 | p.CFrame = CFrame.new(9.95, 7.1875, -0.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2415 | p.BrickColor = BrickColor.new("Lavender") |
| 2416 | p.Material = Enum.Material.Glacier |
| 2417 | p.MaterialVariant = "2022 Stud" |
| 2418 | p.Anchored = true |
| 2419 | p.Parent = model |
| 2420 | end |
| 2421 | do |
| 2422 | local p = Instance.new("Part") |
| 2423 | p.Name = "Lav_Flower_2_2_1" |
| 2424 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2425 | p.CFrame = CFrame.new(9.95, 7.625, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2426 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2427 | p.Material = Enum.Material.Glacier |
| 2428 | p.MaterialVariant = "2022 Stud" |
| 2429 | p.Anchored = true |
| 2430 | p.Parent = model |
| 2431 | end |
| 2432 | do |
| 2433 | local p = Instance.new("Part") |
| 2434 | p.Name = "Lav_Flower_2_2_2" |
| 2435 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2436 | p.CFrame = CFrame.new(9.65, 7.625, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2437 | p.BrickColor = BrickColor.new("Lavender") |
| 2438 | p.Material = Enum.Material.Glacier |
| 2439 | p.MaterialVariant = "2022 Stud" |
| 2440 | p.Anchored = true |
| 2441 | p.Parent = model |
| 2442 | end |
| 2443 | do |
| 2444 | local p = Instance.new("Part") |
| 2445 | p.Name = "Lav_Flower_2_2_3" |
| 2446 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2447 | p.CFrame = CFrame.new(9.8, 7.665, 0.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2448 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2449 | p.Material = Enum.Material.Glacier |
| 2450 | p.MaterialVariant = "2022 Stud" |
| 2451 | p.Anchored = true |
| 2452 | p.Parent = model |
| 2453 | end |
| 2454 | do |
| 2455 | local p = Instance.new("Part") |
| 2456 | p.Name = "Lav_Flower_2_2_4" |
| 2457 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2458 | p.CFrame = CFrame.new(9.8, 7.625, -0.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2459 | p.BrickColor = BrickColor.new("Lavender") |
| 2460 | p.Material = Enum.Material.Glacier |
| 2461 | p.MaterialVariant = "2022 Stud" |
| 2462 | p.Anchored = true |
| 2463 | p.Parent = model |
| 2464 | end |
| 2465 | do |
| 2466 | local p = Instance.new("Part") |
| 2467 | p.Name = "Lav_Flower_2_3_1" |
| 2468 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2469 | p.CFrame = CFrame.new(9.8, 8.0625, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2470 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2471 | p.Material = Enum.Material.Glacier |
| 2472 | p.MaterialVariant = "2022 Stud" |
| 2473 | p.Anchored = true |
| 2474 | p.Parent = model |
| 2475 | end |
| 2476 | do |
| 2477 | local p = Instance.new("Part") |
| 2478 | p.Name = "Lav_Flower_2_3_2" |
| 2479 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2480 | p.CFrame = CFrame.new(9.5, 8.0625, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2481 | p.BrickColor = BrickColor.new("Lavender") |
| 2482 | p.Material = Enum.Material.Glacier |
| 2483 | p.MaterialVariant = "2022 Stud" |
| 2484 | p.Anchored = true |
| 2485 | p.Parent = model |
| 2486 | end |
| 2487 | do |
| 2488 | local p = Instance.new("Part") |
| 2489 | p.Name = "Lav_Flower_2_3_3" |
| 2490 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2491 | p.CFrame = CFrame.new(9.65, 8.1025, 0.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2492 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2493 | p.Material = Enum.Material.Glacier |
| 2494 | p.MaterialVariant = "2022 Stud" |
| 2495 | p.Anchored = true |
| 2496 | p.Parent = model |
| 2497 | end |
| 2498 | do |
| 2499 | local p = Instance.new("Part") |
| 2500 | p.Name = "Lav_Flower_2_3_4" |
| 2501 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2502 | p.CFrame = CFrame.new(9.65, 8.0625, -0.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2503 | p.BrickColor = BrickColor.new("Lavender") |
| 2504 | p.Material = Enum.Material.Glacier |
| 2505 | p.MaterialVariant = "2022 Stud" |
| 2506 | p.Anchored = true |
| 2507 | p.Parent = model |
| 2508 | end |
| 2509 | do |
| 2510 | local p = Instance.new("Part") |
| 2511 | p.Name = "Lav_Flower_2_4_1" |
| 2512 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2513 | p.CFrame = CFrame.new(9.65, 8.5, 0) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2514 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2515 | p.Material = Enum.Material.Glacier |
| 2516 | p.MaterialVariant = "2022 Stud" |
| 2517 | p.Anchored = true |
| 2518 | p.Parent = model |
| 2519 | end |
| 2520 | do |
| 2521 | local p = Instance.new("Part") |
| 2522 | p.Name = "Lav_Flower_2_4_2" |
| 2523 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2524 | p.CFrame = CFrame.new(9.35, 8.5, 0) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2525 | p.BrickColor = BrickColor.new("Lavender") |
| 2526 | p.Material = Enum.Material.Glacier |
| 2527 | p.MaterialVariant = "2022 Stud" |
| 2528 | p.Anchored = true |
| 2529 | p.Parent = model |
| 2530 | end |
| 2531 | do |
| 2532 | local p = Instance.new("Part") |
| 2533 | p.Name = "Lav_Flower_2_4_3" |
| 2534 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2535 | p.CFrame = CFrame.new(9.5, 8.54, 0.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2536 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2537 | p.Material = Enum.Material.Glacier |
| 2538 | p.MaterialVariant = "2022 Stud" |
| 2539 | p.Anchored = true |
| 2540 | p.Parent = model |
| 2541 | end |
| 2542 | do |
| 2543 | local p = Instance.new("Part") |
| 2544 | p.Name = "Lav_Flower_2_4_4" |
| 2545 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2546 | p.CFrame = CFrame.new(9.5, 8.5, -0.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2547 | p.BrickColor = BrickColor.new("Lavender") |
| 2548 | p.Material = Enum.Material.Glacier |
| 2549 | p.MaterialVariant = "2022 Stud" |
| 2550 | p.Anchored = true |
| 2551 | p.Parent = model |
| 2552 | end |
| 2553 | do |
| 2554 | local p = Instance.new("Part") |
| 2555 | p.Name = "Lav_Stem_3" |
| 2556 | p.Size = Vector3.new(3.7, 0.15, 0.15) |
| 2557 | p.CFrame = CFrame.new(11, 6.75, 0.9) * CFrame.Angles(math.rad(-71.0754), math.rad(-90), math.rad(0)) |
| 2558 | p.BrickColor = BrickColor.new("Earth green") |
| 2559 | p.Material = Enum.Material.Glacier |
| 2560 | p.MaterialVariant = "2022 Stud" |
| 2561 | p.Anchored = true |
| 2562 | p.Parent = model |
| 2563 | end |
| 2564 | do |
| 2565 | local p = Instance.new("Part") |
| 2566 | p.Name = "Lav_Flower_3_0_1" |
| 2567 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2568 | p.CFrame = CFrame.new(11.1154, 6.74482, 0.919319) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2569 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2570 | p.Material = Enum.Material.Glacier |
| 2571 | p.MaterialVariant = "2022 Stud" |
| 2572 | p.Anchored = true |
| 2573 | p.Parent = model |
| 2574 | end |
| 2575 | do |
| 2576 | local p = Instance.new("Part") |
| 2577 | p.Name = "Lav_Flower_3_0_2" |
| 2578 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2579 | p.CFrame = CFrame.new(10.85, 6.75, 0.9) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2580 | p.BrickColor = BrickColor.new("Lavender") |
| 2581 | p.Material = Enum.Material.Glacier |
| 2582 | p.MaterialVariant = "2022 Stud" |
| 2583 | p.Anchored = true |
| 2584 | p.Parent = model |
| 2585 | end |
| 2586 | do |
| 2587 | local p = Instance.new("Part") |
| 2588 | p.Name = "Lav_Flower_3_0_3" |
| 2589 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2590 | p.CFrame = CFrame.new(11, 6.79, 1.05) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2591 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2592 | p.Material = Enum.Material.Glacier |
| 2593 | p.MaterialVariant = "2022 Stud" |
| 2594 | p.Anchored = true |
| 2595 | p.Parent = model |
| 2596 | end |
| 2597 | do |
| 2598 | local p = Instance.new("Part") |
| 2599 | p.Name = "Lav_Flower_3_0_4" |
| 2600 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2601 | p.CFrame = CFrame.new(11, 6.63, 0.75) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2602 | p.BrickColor = BrickColor.new("Lavender") |
| 2603 | p.Material = Enum.Material.Glacier |
| 2604 | p.MaterialVariant = "2022 Stud" |
| 2605 | p.Anchored = true |
| 2606 | p.Parent = model |
| 2607 | end |
| 2608 | do |
| 2609 | local p = Instance.new("Part") |
| 2610 | p.Name = "Lav_Flower_3_1_1" |
| 2611 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2612 | p.CFrame = CFrame.new(11.2539, 7.20303, 0.992044) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2613 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2614 | p.Material = Enum.Material.Glacier |
| 2615 | p.MaterialVariant = "2022 Stud" |
| 2616 | p.Anchored = true |
| 2617 | p.Parent = model |
| 2618 | end |
| 2619 | do |
| 2620 | local p = Instance.new("Part") |
| 2621 | p.Name = "Lav_Flower_3_1_2" |
| 2622 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2623 | p.CFrame = CFrame.new(10.85, 7.1875, 1.05) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2624 | p.BrickColor = BrickColor.new("Lavender") |
| 2625 | p.Material = Enum.Material.Glacier |
| 2626 | p.MaterialVariant = "2022 Stud" |
| 2627 | p.Anchored = true |
| 2628 | p.Parent = model |
| 2629 | end |
| 2630 | do |
| 2631 | local p = Instance.new("Part") |
| 2632 | p.Name = "Lav_Flower_3_1_3" |
| 2633 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2634 | p.CFrame = CFrame.new(11, 7.2275, 1.2) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2635 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2636 | p.Material = Enum.Material.Glacier |
| 2637 | p.MaterialVariant = "2022 Stud" |
| 2638 | p.Anchored = true |
| 2639 | p.Parent = model |
| 2640 | end |
| 2641 | do |
| 2642 | local p = Instance.new("Part") |
| 2643 | p.Name = "Lav_Flower_3_1_4" |
| 2644 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2645 | p.CFrame = CFrame.new(11, 7.1875, 0.9) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2646 | p.BrickColor = BrickColor.new("Lavender") |
| 2647 | p.Material = Enum.Material.Glacier |
| 2648 | p.MaterialVariant = "2022 Stud" |
| 2649 | p.Anchored = true |
| 2650 | p.Parent = model |
| 2651 | end |
| 2652 | do |
| 2653 | local p = Instance.new("Part") |
| 2654 | p.Name = "Lav_Flower_3_2_1" |
| 2655 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2656 | p.CFrame = CFrame.new(11.2193, 7.63535, 1.16136) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2657 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2658 | p.Material = Enum.Material.Glacier |
| 2659 | p.MaterialVariant = "2022 Stud" |
| 2660 | p.Anchored = true |
| 2661 | p.Parent = model |
| 2662 | end |
| 2663 | do |
| 2664 | local p = Instance.new("Part") |
| 2665 | p.Name = "Lav_Flower_3_2_2" |
| 2666 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2667 | p.CFrame = CFrame.new(10.85, 7.625, 1.2) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2668 | p.BrickColor = BrickColor.new("Lavender") |
| 2669 | p.Material = Enum.Material.Glacier |
| 2670 | p.MaterialVariant = "2022 Stud" |
| 2671 | p.Anchored = true |
| 2672 | p.Parent = model |
| 2673 | end |
| 2674 | do |
| 2675 | local p = Instance.new("Part") |
| 2676 | p.Name = "Lav_Flower_3_2_3" |
| 2677 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2678 | p.CFrame = CFrame.new(11, 7.665, 1.35) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2679 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2680 | p.Material = Enum.Material.Glacier |
| 2681 | p.MaterialVariant = "2022 Stud" |
| 2682 | p.Anchored = true |
| 2683 | p.Parent = model |
| 2684 | end |
| 2685 | do |
| 2686 | local p = Instance.new("Part") |
| 2687 | p.Name = "Lav_Flower_3_2_4" |
| 2688 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2689 | p.CFrame = CFrame.new(11, 7.625, 1.05) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2690 | p.BrickColor = BrickColor.new("Lavender") |
| 2691 | p.Material = Enum.Material.Glacier |
| 2692 | p.MaterialVariant = "2022 Stud" |
| 2693 | p.Anchored = true |
| 2694 | p.Parent = model |
| 2695 | end |
| 2696 | do |
| 2697 | local p = Instance.new("Part") |
| 2698 | p.Name = "Lav_Flower_3_3_1" |
| 2699 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2700 | p.CFrame = CFrame.new(11.1846, 8.06768, 1.33068) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2701 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2702 | p.Material = Enum.Material.Glacier |
| 2703 | p.MaterialVariant = "2022 Stud" |
| 2704 | p.Anchored = true |
| 2705 | p.Parent = model |
| 2706 | end |
| 2707 | do |
| 2708 | local p = Instance.new("Part") |
| 2709 | p.Name = "Lav_Flower_3_3_2" |
| 2710 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2711 | p.CFrame = CFrame.new(10.85, 8.0625, 1.35) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2712 | p.BrickColor = BrickColor.new("Lavender") |
| 2713 | p.Material = Enum.Material.Glacier |
| 2714 | p.MaterialVariant = "2022 Stud" |
| 2715 | p.Anchored = true |
| 2716 | p.Parent = model |
| 2717 | end |
| 2718 | do |
| 2719 | local p = Instance.new("Part") |
| 2720 | p.Name = "Lav_Flower_3_3_3" |
| 2721 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2722 | p.CFrame = CFrame.new(11, 8.1025, 1.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2723 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2724 | p.Material = Enum.Material.Glacier |
| 2725 | p.MaterialVariant = "2022 Stud" |
| 2726 | p.Anchored = true |
| 2727 | p.Parent = model |
| 2728 | end |
| 2729 | do |
| 2730 | local p = Instance.new("Part") |
| 2731 | p.Name = "Lav_Flower_3_3_4" |
| 2732 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2733 | p.CFrame = CFrame.new(11, 8.0625, 1.2) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2734 | p.BrickColor = BrickColor.new("Lavender") |
| 2735 | p.Material = Enum.Material.Glacier |
| 2736 | p.MaterialVariant = "2022 Stud" |
| 2737 | p.Anchored = true |
| 2738 | p.Parent = model |
| 2739 | end |
| 2740 | do |
| 2741 | local p = Instance.new("Part") |
| 2742 | p.Name = "Lav_Flower_3_4_1" |
| 2743 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2744 | p.CFrame = CFrame.new(11.15, 8.5, 1.5) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2745 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2746 | p.Material = Enum.Material.Glacier |
| 2747 | p.MaterialVariant = "2022 Stud" |
| 2748 | p.Anchored = true |
| 2749 | p.Parent = model |
| 2750 | end |
| 2751 | do |
| 2752 | local p = Instance.new("Part") |
| 2753 | p.Name = "Lav_Flower_3_4_2" |
| 2754 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2755 | p.CFrame = CFrame.new(10.85, 8.5, 1.5) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2756 | p.BrickColor = BrickColor.new("Lavender") |
| 2757 | p.Material = Enum.Material.Glacier |
| 2758 | p.MaterialVariant = "2022 Stud" |
| 2759 | p.Anchored = true |
| 2760 | p.Parent = model |
| 2761 | end |
| 2762 | do |
| 2763 | local p = Instance.new("Part") |
| 2764 | p.Name = "Lav_Flower_3_4_3" |
| 2765 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2766 | p.CFrame = CFrame.new(11, 8.54, 1.65) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2767 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2768 | p.Material = Enum.Material.Glacier |
| 2769 | p.MaterialVariant = "2022 Stud" |
| 2770 | p.Anchored = true |
| 2771 | p.Parent = model |
| 2772 | end |
| 2773 | do |
| 2774 | local p = Instance.new("Part") |
| 2775 | p.Name = "Lav_Flower_3_4_4" |
| 2776 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2777 | p.CFrame = CFrame.new(11, 8.5, 1.35) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2778 | p.BrickColor = BrickColor.new("Lavender") |
| 2779 | p.Material = Enum.Material.Glacier |
| 2780 | p.MaterialVariant = "2022 Stud" |
| 2781 | p.Anchored = true |
| 2782 | p.Parent = model |
| 2783 | end |
| 2784 | do |
| 2785 | local p = Instance.new("Part") |
| 2786 | p.Name = "Lav_Stem_4" |
| 2787 | p.Size = Vector3.new(3.7, 0.15, 0.15) |
| 2788 | p.CFrame = CFrame.new(11, 6.75, -0.9) * CFrame.Angles(math.rad(71.0754), math.rad(90), math.rad(0)) |
| 2789 | p.BrickColor = BrickColor.new("Earth green") |
| 2790 | p.Material = Enum.Material.Glacier |
| 2791 | p.MaterialVariant = "2022 Stud" |
| 2792 | p.Anchored = true |
| 2793 | p.Parent = model |
| 2794 | end |
| 2795 | do |
| 2796 | local p = Instance.new("Part") |
| 2797 | p.Name = "Lav_Flower_4_0_1" |
| 2798 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2799 | p.CFrame = CFrame.new(11.15, 6.71136, -0.910353) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2800 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2801 | p.Material = Enum.Material.Glacier |
| 2802 | p.MaterialVariant = "2022 Stud" |
| 2803 | p.Anchored = true |
| 2804 | p.Parent = model |
| 2805 | end |
| 2806 | do |
| 2807 | local p = Instance.new("Part") |
| 2808 | p.Name = "Lav_Flower_4_0_2" |
| 2809 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2810 | p.CFrame = CFrame.new(10.8154, 6.74482, -0.919319) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2811 | p.BrickColor = BrickColor.new("Lavender") |
| 2812 | p.Material = Enum.Material.Glacier |
| 2813 | p.MaterialVariant = "2022 Stud" |
| 2814 | p.Anchored = true |
| 2815 | p.Parent = model |
| 2816 | end |
| 2817 | do |
| 2818 | local p = Instance.new("Part") |
| 2819 | p.Name = "Lav_Flower_4_0_3" |
| 2820 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2821 | p.CFrame = CFrame.new(11.0283, 6.79, -0.778284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2822 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2823 | p.Material = Enum.Material.Glacier |
| 2824 | p.MaterialVariant = "2022 Stud" |
| 2825 | p.Anchored = true |
| 2826 | p.Parent = model |
| 2827 | end |
| 2828 | do |
| 2829 | local p = Instance.new("Part") |
| 2830 | p.Name = "Lav_Flower_4_0_4" |
| 2831 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2832 | p.CFrame = CFrame.new(11, 6.75, -1.05) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2833 | p.BrickColor = BrickColor.new("Lavender") |
| 2834 | p.Material = Enum.Material.Glacier |
| 2835 | p.MaterialVariant = "2022 Stud" |
| 2836 | p.Anchored = true |
| 2837 | p.Parent = model |
| 2838 | end |
| 2839 | do |
| 2840 | local p = Instance.new("Part") |
| 2841 | p.Name = "Lav_Flower_4_1_1" |
| 2842 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2843 | p.CFrame = CFrame.new(11.15, 7.1875, -1.05) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2844 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2845 | p.Material = Enum.Material.Glacier |
| 2846 | p.MaterialVariant = "2022 Stud" |
| 2847 | p.Anchored = true |
| 2848 | p.Parent = model |
| 2849 | end |
| 2850 | do |
| 2851 | local p = Instance.new("Part") |
| 2852 | p.Name = "Lav_Flower_4_1_2" |
| 2853 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2854 | p.CFrame = CFrame.new(10.9539, 7.20303, -0.992044) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2855 | p.BrickColor = BrickColor.new("Lavender") |
| 2856 | p.Material = Enum.Material.Glacier |
| 2857 | p.MaterialVariant = "2022 Stud" |
| 2858 | p.Anchored = true |
| 2859 | p.Parent = model |
| 2860 | end |
| 2861 | do |
| 2862 | local p = Instance.new("Part") |
| 2863 | p.Name = "Lav_Flower_4_1_3" |
| 2864 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2865 | p.CFrame = CFrame.new(11, 7.2275, -0.9) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2866 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2867 | p.Material = Enum.Material.Glacier |
| 2868 | p.MaterialVariant = "2022 Stud" |
| 2869 | p.Anchored = true |
| 2870 | p.Parent = model |
| 2871 | end |
| 2872 | do |
| 2873 | local p = Instance.new("Part") |
| 2874 | p.Name = "Lav_Flower_4_1_4" |
| 2875 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2876 | p.CFrame = CFrame.new(11, 7.1875, -1.2) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2877 | p.BrickColor = BrickColor.new("Lavender") |
| 2878 | p.Material = Enum.Material.Glacier |
| 2879 | p.MaterialVariant = "2022 Stud" |
| 2880 | p.Anchored = true |
| 2881 | p.Parent = model |
| 2882 | end |
| 2883 | do |
| 2884 | local p = Instance.new("Part") |
| 2885 | p.Name = "Lav_Flower_4_2_1" |
| 2886 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2887 | p.CFrame = CFrame.new(11.15, 7.625, -1.2) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2888 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2889 | p.Material = Enum.Material.Glacier |
| 2890 | p.MaterialVariant = "2022 Stud" |
| 2891 | p.Anchored = true |
| 2892 | p.Parent = model |
| 2893 | end |
| 2894 | do |
| 2895 | local p = Instance.new("Part") |
| 2896 | p.Name = "Lav_Flower_4_2_2" |
| 2897 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2898 | p.CFrame = CFrame.new(10.9193, 7.63535, -1.16136) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2899 | p.BrickColor = BrickColor.new("Lavender") |
| 2900 | p.Material = Enum.Material.Glacier |
| 2901 | p.MaterialVariant = "2022 Stud" |
| 2902 | p.Anchored = true |
| 2903 | p.Parent = model |
| 2904 | end |
| 2905 | do |
| 2906 | local p = Instance.new("Part") |
| 2907 | p.Name = "Lav_Flower_4_2_3" |
| 2908 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2909 | p.CFrame = CFrame.new(11, 7.665, -1.05) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2910 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2911 | p.Material = Enum.Material.Glacier |
| 2912 | p.MaterialVariant = "2022 Stud" |
| 2913 | p.Anchored = true |
| 2914 | p.Parent = model |
| 2915 | end |
| 2916 | do |
| 2917 | local p = Instance.new("Part") |
| 2918 | p.Name = "Lav_Flower_4_2_4" |
| 2919 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2920 | p.CFrame = CFrame.new(11, 7.625, -1.35) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2921 | p.BrickColor = BrickColor.new("Lavender") |
| 2922 | p.Material = Enum.Material.Glacier |
| 2923 | p.MaterialVariant = "2022 Stud" |
| 2924 | p.Anchored = true |
| 2925 | p.Parent = model |
| 2926 | end |
| 2927 | do |
| 2928 | local p = Instance.new("Part") |
| 2929 | p.Name = "Lav_Flower_4_3_1" |
| 2930 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2931 | p.CFrame = CFrame.new(11.15, 8.0625, -1.35) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2932 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2933 | p.Material = Enum.Material.Glacier |
| 2934 | p.MaterialVariant = "2022 Stud" |
| 2935 | p.Anchored = true |
| 2936 | p.Parent = model |
| 2937 | end |
| 2938 | do |
| 2939 | local p = Instance.new("Part") |
| 2940 | p.Name = "Lav_Flower_4_3_2" |
| 2941 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2942 | p.CFrame = CFrame.new(10.8846, 8.06768, -1.33068) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2943 | p.BrickColor = BrickColor.new("Lavender") |
| 2944 | p.Material = Enum.Material.Glacier |
| 2945 | p.MaterialVariant = "2022 Stud" |
| 2946 | p.Anchored = true |
| 2947 | p.Parent = model |
| 2948 | end |
| 2949 | do |
| 2950 | local p = Instance.new("Part") |
| 2951 | p.Name = "Lav_Flower_4_3_3" |
| 2952 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2953 | p.CFrame = CFrame.new(11, 8.1025, -1.2) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2954 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2955 | p.Material = Enum.Material.Glacier |
| 2956 | p.MaterialVariant = "2022 Stud" |
| 2957 | p.Anchored = true |
| 2958 | p.Parent = model |
| 2959 | end |
| 2960 | do |
| 2961 | local p = Instance.new("Part") |
| 2962 | p.Name = "Lav_Flower_4_3_4" |
| 2963 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2964 | p.CFrame = CFrame.new(11, 8.0625, -1.5) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 2965 | p.BrickColor = BrickColor.new("Lavender") |
| 2966 | p.Material = Enum.Material.Glacier |
| 2967 | p.MaterialVariant = "2022 Stud" |
| 2968 | p.Anchored = true |
| 2969 | p.Parent = model |
| 2970 | end |
| 2971 | do |
| 2972 | local p = Instance.new("Part") |
| 2973 | p.Name = "Lav_Flower_4_4_1" |
| 2974 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2975 | p.CFrame = CFrame.new(11.15, 8.5, -1.5) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 2976 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2977 | p.Material = Enum.Material.Glacier |
| 2978 | p.MaterialVariant = "2022 Stud" |
| 2979 | p.Anchored = true |
| 2980 | p.Parent = model |
| 2981 | end |
| 2982 | do |
| 2983 | local p = Instance.new("Part") |
| 2984 | p.Name = "Lav_Flower_4_4_2" |
| 2985 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2986 | p.CFrame = CFrame.new(10.85, 8.5, -1.5) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 2987 | p.BrickColor = BrickColor.new("Lavender") |
| 2988 | p.Material = Enum.Material.Glacier |
| 2989 | p.MaterialVariant = "2022 Stud" |
| 2990 | p.Anchored = true |
| 2991 | p.Parent = model |
| 2992 | end |
| 2993 | do |
| 2994 | local p = Instance.new("Part") |
| 2995 | p.Name = "Lav_Flower_4_4_3" |
| 2996 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 2997 | p.CFrame = CFrame.new(11, 8.54, -1.35) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 2998 | p.BrickColor = BrickColor.new("Medium lilac") |
| 2999 | p.Material = Enum.Material.Glacier |
| 3000 | p.MaterialVariant = "2022 Stud" |
| 3001 | p.Anchored = true |
| 3002 | p.Parent = model |
| 3003 | end |
| 3004 | do |
| 3005 | local p = Instance.new("Part") |
| 3006 | p.Name = "Lav_Flower_4_4_4" |
| 3007 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3008 | p.CFrame = CFrame.new(11, 8.5, -1.65) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3009 | p.BrickColor = BrickColor.new("Lavender") |
| 3010 | p.Material = Enum.Material.Glacier |
| 3011 | p.MaterialVariant = "2022 Stud" |
| 3012 | p.Anchored = true |
| 3013 | p.Parent = model |
| 3014 | end |
| 3015 | do |
| 3016 | local p = Instance.new("Part") |
| 3017 | p.Name = "Lav_Stem_5" |
| 3018 | p.Size = Vector3.new(3.20624, 0.15, 0.15) |
| 3019 | p.CFrame = CFrame.new(11.5717, 6.5, 0.628284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(69.3374)) |
| 3020 | p.BrickColor = BrickColor.new("Earth green") |
| 3021 | p.Material = Enum.Material.Glacier |
| 3022 | p.MaterialVariant = "2022 Stud" |
| 3023 | p.Anchored = true |
| 3024 | p.Parent = model |
| 3025 | end |
| 3026 | do |
| 3027 | local p = Instance.new("Part") |
| 3028 | p.Name = "Lav_Flower_5_0_1" |
| 3029 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3030 | p.CFrame = CFrame.new(11.75, 6.5, 0.6) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3031 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3032 | p.Material = Enum.Material.Glacier |
| 3033 | p.MaterialVariant = "2022 Stud" |
| 3034 | p.Anchored = true |
| 3035 | p.Parent = model |
| 3036 | end |
| 3037 | do |
| 3038 | local p = Instance.new("Part") |
| 3039 | p.Name = "Lav_Flower_5_0_2" |
| 3040 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3041 | p.CFrame = CFrame.new(11.45, 6.5, 0.6) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3042 | p.BrickColor = BrickColor.new("Lavender") |
| 3043 | p.Material = Enum.Material.Glacier |
| 3044 | p.MaterialVariant = "2022 Stud" |
| 3045 | p.Anchored = true |
| 3046 | p.Parent = model |
| 3047 | end |
| 3048 | do |
| 3049 | local p = Instance.new("Part") |
| 3050 | p.Name = "Lav_Flower_5_0_3" |
| 3051 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3052 | p.CFrame = CFrame.new(11.6283, 6.5, 0.721716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3053 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3054 | p.Material = Enum.Material.Glacier |
| 3055 | p.MaterialVariant = "2022 Stud" |
| 3056 | p.Anchored = true |
| 3057 | p.Parent = model |
| 3058 | end |
| 3059 | do |
| 3060 | local p = Instance.new("Part") |
| 3061 | p.Name = "Lav_Flower_5_0_4" |
| 3062 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3063 | p.CFrame = CFrame.new(11.6283, 6.54, 0.421716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3064 | p.BrickColor = BrickColor.new("Lavender") |
| 3065 | p.Material = Enum.Material.Glacier |
| 3066 | p.MaterialVariant = "2022 Stud" |
| 3067 | p.Anchored = true |
| 3068 | p.Parent = model |
| 3069 | end |
| 3070 | do |
| 3071 | local p = Instance.new("Part") |
| 3072 | p.Name = "Lav_Flower_5_1_1" |
| 3073 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3074 | p.CFrame = CFrame.new(11.85, 6.875, 0.7) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3075 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3076 | p.Material = Enum.Material.Glacier |
| 3077 | p.MaterialVariant = "2022 Stud" |
| 3078 | p.Anchored = true |
| 3079 | p.Parent = model |
| 3080 | end |
| 3081 | do |
| 3082 | local p = Instance.new("Part") |
| 3083 | p.Name = "Lav_Flower_5_1_2" |
| 3084 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3085 | p.CFrame = CFrame.new(11.55, 6.875, 0.7) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3086 | p.BrickColor = BrickColor.new("Lavender") |
| 3087 | p.Material = Enum.Material.Glacier |
| 3088 | p.MaterialVariant = "2022 Stud" |
| 3089 | p.Anchored = true |
| 3090 | p.Parent = model |
| 3091 | end |
| 3092 | do |
| 3093 | local p = Instance.new("Part") |
| 3094 | p.Name = "Lav_Flower_5_1_3" |
| 3095 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3096 | p.CFrame = CFrame.new(11.6717, 6.915, 0.878284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3097 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3098 | p.Material = Enum.Material.Glacier |
| 3099 | p.MaterialVariant = "2022 Stud" |
| 3100 | p.Anchored = true |
| 3101 | p.Parent = model |
| 3102 | end |
| 3103 | do |
| 3104 | local p = Instance.new("Part") |
| 3105 | p.Name = "Lav_Flower_5_1_4" |
| 3106 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3107 | p.CFrame = CFrame.new(11.6717, 6.875, 0.578284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3108 | p.BrickColor = BrickColor.new("Lavender") |
| 3109 | p.Material = Enum.Material.Glacier |
| 3110 | p.MaterialVariant = "2022 Stud" |
| 3111 | p.Anchored = true |
| 3112 | p.Parent = model |
| 3113 | end |
| 3114 | do |
| 3115 | local p = Instance.new("Part") |
| 3116 | p.Name = "Lav_Flower_5_2_1" |
| 3117 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3118 | p.CFrame = CFrame.new(11.95, 7.25, 0.8) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3119 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3120 | p.Material = Enum.Material.Glacier |
| 3121 | p.MaterialVariant = "2022 Stud" |
| 3122 | p.Anchored = true |
| 3123 | p.Parent = model |
| 3124 | end |
| 3125 | do |
| 3126 | local p = Instance.new("Part") |
| 3127 | p.Name = "Lav_Flower_5_2_2" |
| 3128 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3129 | p.CFrame = CFrame.new(11.65, 7.25, 0.8) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3130 | p.BrickColor = BrickColor.new("Lavender") |
| 3131 | p.Material = Enum.Material.Glacier |
| 3132 | p.MaterialVariant = "2022 Stud" |
| 3133 | p.Anchored = true |
| 3134 | p.Parent = model |
| 3135 | end |
| 3136 | do |
| 3137 | local p = Instance.new("Part") |
| 3138 | p.Name = "Lav_Flower_5_2_3" |
| 3139 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3140 | p.CFrame = CFrame.new(11.8566, 7.29, 0.893431) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3141 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3142 | p.Material = Enum.Material.Glacier |
| 3143 | p.MaterialVariant = "2022 Stud" |
| 3144 | p.Anchored = true |
| 3145 | p.Parent = model |
| 3146 | end |
| 3147 | do |
| 3148 | local p = Instance.new("Part") |
| 3149 | p.Name = "Lav_Flower_5_2_4" |
| 3150 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3151 | p.CFrame = CFrame.new(11.8566, 7.25, 0.593431) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3152 | p.BrickColor = BrickColor.new("Lavender") |
| 3153 | p.Material = Enum.Material.Glacier |
| 3154 | p.MaterialVariant = "2022 Stud" |
| 3155 | p.Anchored = true |
| 3156 | p.Parent = model |
| 3157 | end |
| 3158 | do |
| 3159 | local p = Instance.new("Part") |
| 3160 | p.Name = "Lav_Flower_5_3_1" |
| 3161 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3162 | p.CFrame = CFrame.new(12.05, 7.625, 0.9) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3163 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3164 | p.Material = Enum.Material.Glacier |
| 3165 | p.MaterialVariant = "2022 Stud" |
| 3166 | p.Anchored = true |
| 3167 | p.Parent = model |
| 3168 | end |
| 3169 | do |
| 3170 | local p = Instance.new("Part") |
| 3171 | p.Name = "Lav_Flower_5_3_2" |
| 3172 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3173 | p.CFrame = CFrame.new(11.75, 7.625, 0.9) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3174 | p.BrickColor = BrickColor.new("Lavender") |
| 3175 | p.Material = Enum.Material.Glacier |
| 3176 | p.MaterialVariant = "2022 Stud" |
| 3177 | p.Anchored = true |
| 3178 | p.Parent = model |
| 3179 | end |
| 3180 | do |
| 3181 | local p = Instance.new("Part") |
| 3182 | p.Name = "Lav_Flower_5_3_3" |
| 3183 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3184 | p.CFrame = CFrame.new(11.9283, 7.625, 1.02172) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3185 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3186 | p.Material = Enum.Material.Glacier |
| 3187 | p.MaterialVariant = "2022 Stud" |
| 3188 | p.Anchored = true |
| 3189 | p.Parent = model |
| 3190 | end |
| 3191 | do |
| 3192 | local p = Instance.new("Part") |
| 3193 | p.Name = "Lav_Flower_5_3_4" |
| 3194 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3195 | p.CFrame = CFrame.new(11.9283, 7.665, 0.721716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3196 | p.BrickColor = BrickColor.new("Lavender") |
| 3197 | p.Material = Enum.Material.Glacier |
| 3198 | p.MaterialVariant = "2022 Stud" |
| 3199 | p.Anchored = true |
| 3200 | p.Parent = model |
| 3201 | end |
| 3202 | do |
| 3203 | local p = Instance.new("Part") |
| 3204 | p.Name = "Lav_Flower_5_4_1" |
| 3205 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3206 | p.CFrame = CFrame.new(12.15, 8, 1) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3207 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3208 | p.Material = Enum.Material.Glacier |
| 3209 | p.MaterialVariant = "2022 Stud" |
| 3210 | p.Anchored = true |
| 3211 | p.Parent = model |
| 3212 | end |
| 3213 | do |
| 3214 | local p = Instance.new("Part") |
| 3215 | p.Name = "Lav_Flower_5_4_2" |
| 3216 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3217 | p.CFrame = CFrame.new(11.85, 8, 1) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3218 | p.BrickColor = BrickColor.new("Lavender") |
| 3219 | p.Material = Enum.Material.Glacier |
| 3220 | p.MaterialVariant = "2022 Stud" |
| 3221 | p.Anchored = true |
| 3222 | p.Parent = model |
| 3223 | end |
| 3224 | do |
| 3225 | local p = Instance.new("Part") |
| 3226 | p.Name = "Lav_Flower_5_4_3" |
| 3227 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3228 | p.CFrame = CFrame.new(12, 8.04, 1.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3229 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3230 | p.Material = Enum.Material.Glacier |
| 3231 | p.MaterialVariant = "2022 Stud" |
| 3232 | p.Anchored = true |
| 3233 | p.Parent = model |
| 3234 | end |
| 3235 | do |
| 3236 | local p = Instance.new("Part") |
| 3237 | p.Name = "Lav_Flower_5_4_4" |
| 3238 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3239 | p.CFrame = CFrame.new(12, 8, 0.85) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3240 | p.BrickColor = BrickColor.new("Lavender") |
| 3241 | p.Material = Enum.Material.Glacier |
| 3242 | p.MaterialVariant = "2022 Stud" |
| 3243 | p.Anchored = true |
| 3244 | p.Parent = model |
| 3245 | end |
| 3246 | do |
| 3247 | local p = Instance.new("Part") |
| 3248 | p.Name = "Lav_Stem_6" |
| 3249 | p.Size = Vector3.new(3.20624, 0.15, 0.15) |
| 3250 | p.CFrame = CFrame.new(10.4283, 6.5, -0.628284) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-110.663)) |
| 3251 | p.BrickColor = BrickColor.new("Earth green") |
| 3252 | p.Material = Enum.Material.Glacier |
| 3253 | p.MaterialVariant = "2022 Stud" |
| 3254 | p.Anchored = true |
| 3255 | p.Parent = model |
| 3256 | end |
| 3257 | do |
| 3258 | local p = Instance.new("Part") |
| 3259 | p.Name = "Lav_Flower_6_0_1" |
| 3260 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3261 | p.CFrame = CFrame.new(10.4807, 6.48965, -0.561363) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3262 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3263 | p.Material = Enum.Material.Glacier |
| 3264 | p.MaterialVariant = "2022 Stud" |
| 3265 | p.Anchored = true |
| 3266 | p.Parent = model |
| 3267 | end |
| 3268 | do |
| 3269 | local p = Instance.new("Part") |
| 3270 | p.Name = "Lav_Flower_6_0_2" |
| 3271 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3272 | p.CFrame = CFrame.new(10.25, 6.5, -0.6) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3273 | p.BrickColor = BrickColor.new("Lavender") |
| 3274 | p.Material = Enum.Material.Glacier |
| 3275 | p.MaterialVariant = "2022 Stud" |
| 3276 | p.Anchored = true |
| 3277 | p.Parent = model |
| 3278 | end |
| 3279 | do |
| 3280 | local p = Instance.new("Part") |
| 3281 | p.Name = "Lav_Flower_6_0_3" |
| 3282 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3283 | p.CFrame = CFrame.new(10.3717, 6.54, -0.421716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3284 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3285 | p.Material = Enum.Material.Glacier |
| 3286 | p.MaterialVariant = "2022 Stud" |
| 3287 | p.Anchored = true |
| 3288 | p.Parent = model |
| 3289 | end |
| 3290 | do |
| 3291 | local p = Instance.new("Part") |
| 3292 | p.Name = "Lav_Flower_6_0_4" |
| 3293 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3294 | p.CFrame = CFrame.new(10.3717, 6.5, -0.721716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3295 | p.BrickColor = BrickColor.new("Lavender") |
| 3296 | p.Material = Enum.Material.Glacier |
| 3297 | p.MaterialVariant = "2022 Stud" |
| 3298 | p.Anchored = true |
| 3299 | p.Parent = model |
| 3300 | end |
| 3301 | do |
| 3302 | local p = Instance.new("Part") |
| 3303 | p.Name = "Lav_Flower_6_1_1" |
| 3304 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3305 | p.CFrame = CFrame.new(10.4154, 6.86982, -0.680681) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3306 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3307 | p.Material = Enum.Material.Glacier |
| 3308 | p.MaterialVariant = "2022 Stud" |
| 3309 | p.Anchored = true |
| 3310 | p.Parent = model |
| 3311 | end |
| 3312 | do |
| 3313 | local p = Instance.new("Part") |
| 3314 | p.Name = "Lav_Flower_6_1_2" |
| 3315 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3316 | p.CFrame = CFrame.new(10.15, 6.875, -0.7) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3317 | p.BrickColor = BrickColor.new("Lavender") |
| 3318 | p.Material = Enum.Material.Glacier |
| 3319 | p.MaterialVariant = "2022 Stud" |
| 3320 | p.Anchored = true |
| 3321 | p.Parent = model |
| 3322 | end |
| 3323 | do |
| 3324 | local p = Instance.new("Part") |
| 3325 | p.Name = "Lav_Flower_6_1_3" |
| 3326 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3327 | p.CFrame = CFrame.new(10.3283, 6.915, -0.578284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3328 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3329 | p.Material = Enum.Material.Glacier |
| 3330 | p.MaterialVariant = "2022 Stud" |
| 3331 | p.Anchored = true |
| 3332 | p.Parent = model |
| 3333 | end |
| 3334 | do |
| 3335 | local p = Instance.new("Part") |
| 3336 | p.Name = "Lav_Flower_6_1_4" |
| 3337 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3338 | p.CFrame = CFrame.new(10.3283, 6.875, -0.878284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3339 | p.BrickColor = BrickColor.new("Lavender") |
| 3340 | p.Material = Enum.Material.Glacier |
| 3341 | p.MaterialVariant = "2022 Stud" |
| 3342 | p.Anchored = true |
| 3343 | p.Parent = model |
| 3344 | end |
| 3345 | do |
| 3346 | local p = Instance.new("Part") |
| 3347 | p.Name = "Lav_Flower_6_2_1" |
| 3348 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3349 | p.CFrame = CFrame.new(10.3846, 7.25518, -0.819319) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3350 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3351 | p.Material = Enum.Material.Glacier |
| 3352 | p.MaterialVariant = "2022 Stud" |
| 3353 | p.Anchored = true |
| 3354 | p.Parent = model |
| 3355 | end |
| 3356 | do |
| 3357 | local p = Instance.new("Part") |
| 3358 | p.Name = "Lav_Flower_6_2_2" |
| 3359 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3360 | p.CFrame = CFrame.new(10.05, 7.25, -0.8) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3361 | p.BrickColor = BrickColor.new("Lavender") |
| 3362 | p.Material = Enum.Material.Glacier |
| 3363 | p.MaterialVariant = "2022 Stud" |
| 3364 | p.Anchored = true |
| 3365 | p.Parent = model |
| 3366 | end |
| 3367 | do |
| 3368 | local p = Instance.new("Part") |
| 3369 | p.Name = "Lav_Flower_6_2_3" |
| 3370 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3371 | p.CFrame = CFrame.new(10.1434, 7.29, -0.593431) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3372 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3373 | p.Material = Enum.Material.Glacier |
| 3374 | p.MaterialVariant = "2022 Stud" |
| 3375 | p.Anchored = true |
| 3376 | p.Parent = model |
| 3377 | end |
| 3378 | do |
| 3379 | local p = Instance.new("Part") |
| 3380 | p.Name = "Lav_Flower_6_2_4" |
| 3381 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3382 | p.CFrame = CFrame.new(10.1434, 7.25, -0.893431) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3383 | p.BrickColor = BrickColor.new("Lavender") |
| 3384 | p.Material = Enum.Material.Glacier |
| 3385 | p.MaterialVariant = "2022 Stud" |
| 3386 | p.Anchored = true |
| 3387 | p.Parent = model |
| 3388 | end |
| 3389 | do |
| 3390 | local p = Instance.new("Part") |
| 3391 | p.Name = "Lav_Flower_6_3_1" |
| 3392 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3393 | p.CFrame = CFrame.new(10.2154, 7.61982, -0.880681) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3394 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3395 | p.Material = Enum.Material.Glacier |
| 3396 | p.MaterialVariant = "2022 Stud" |
| 3397 | p.Anchored = true |
| 3398 | p.Parent = model |
| 3399 | end |
| 3400 | do |
| 3401 | local p = Instance.new("Part") |
| 3402 | p.Name = "Lav_Flower_6_3_2" |
| 3403 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3404 | p.CFrame = CFrame.new(9.95, 7.625, -0.9) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3405 | p.BrickColor = BrickColor.new("Lavender") |
| 3406 | p.Material = Enum.Material.Glacier |
| 3407 | p.MaterialVariant = "2022 Stud" |
| 3408 | p.Anchored = true |
| 3409 | p.Parent = model |
| 3410 | end |
| 3411 | do |
| 3412 | local p = Instance.new("Part") |
| 3413 | p.Name = "Lav_Flower_6_3_3" |
| 3414 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3415 | p.CFrame = CFrame.new(10.0717, 7.665, -0.721716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3416 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3417 | p.Material = Enum.Material.Glacier |
| 3418 | p.MaterialVariant = "2022 Stud" |
| 3419 | p.Anchored = true |
| 3420 | p.Parent = model |
| 3421 | end |
| 3422 | do |
| 3423 | local p = Instance.new("Part") |
| 3424 | p.Name = "Lav_Flower_6_3_4" |
| 3425 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3426 | p.CFrame = CFrame.new(10.0717, 7.625, -1.02172) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3427 | p.BrickColor = BrickColor.new("Lavender") |
| 3428 | p.Material = Enum.Material.Glacier |
| 3429 | p.MaterialVariant = "2022 Stud" |
| 3430 | p.Anchored = true |
| 3431 | p.Parent = model |
| 3432 | end |
| 3433 | do |
| 3434 | local p = Instance.new("Part") |
| 3435 | p.Name = "Lav_Flower_6_4_1" |
| 3436 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3437 | p.CFrame = CFrame.new(10.15, 8, -1) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3438 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3439 | p.Material = Enum.Material.Glacier |
| 3440 | p.MaterialVariant = "2022 Stud" |
| 3441 | p.Anchored = true |
| 3442 | p.Parent = model |
| 3443 | end |
| 3444 | do |
| 3445 | local p = Instance.new("Part") |
| 3446 | p.Name = "Lav_Flower_6_4_2" |
| 3447 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3448 | p.CFrame = CFrame.new(9.85, 8, -1) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3449 | p.BrickColor = BrickColor.new("Lavender") |
| 3450 | p.Material = Enum.Material.Glacier |
| 3451 | p.MaterialVariant = "2022 Stud" |
| 3452 | p.Anchored = true |
| 3453 | p.Parent = model |
| 3454 | end |
| 3455 | do |
| 3456 | local p = Instance.new("Part") |
| 3457 | p.Name = "Lav_Flower_6_4_3" |
| 3458 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3459 | p.CFrame = CFrame.new(10, 8.04, -0.85) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3460 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3461 | p.Material = Enum.Material.Glacier |
| 3462 | p.MaterialVariant = "2022 Stud" |
| 3463 | p.Anchored = true |
| 3464 | p.Parent = model |
| 3465 | end |
| 3466 | do |
| 3467 | local p = Instance.new("Part") |
| 3468 | p.Name = "Lav_Flower_6_4_4" |
| 3469 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3470 | p.CFrame = CFrame.new(10, 8, -1.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3471 | p.BrickColor = BrickColor.new("Lavender") |
| 3472 | p.Material = Enum.Material.Glacier |
| 3473 | p.MaterialVariant = "2022 Stud" |
| 3474 | p.Anchored = true |
| 3475 | p.Parent = model |
| 3476 | end |
| 3477 | do |
| 3478 | local p = Instance.new("Part") |
| 3479 | p.Name = "Lav_Stem_7" |
| 3480 | p.Size = Vector3.new(3.20624, 0.15, 0.15) |
| 3481 | p.CFrame = CFrame.new(11.6849, 6.5, -0.515147) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(69.3374)) |
| 3482 | p.BrickColor = BrickColor.new("Earth green") |
| 3483 | p.Material = Enum.Material.Glacier |
| 3484 | p.MaterialVariant = "2022 Stud" |
| 3485 | p.Anchored = true |
| 3486 | p.Parent = model |
| 3487 | end |
| 3488 | do |
| 3489 | local p = Instance.new("Part") |
| 3490 | p.Name = "Lav_Flower_7_0_1" |
| 3491 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3492 | p.CFrame = CFrame.new(11.75, 6.5, -0.6) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3493 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3494 | p.Material = Enum.Material.Glacier |
| 3495 | p.MaterialVariant = "2022 Stud" |
| 3496 | p.Anchored = true |
| 3497 | p.Parent = model |
| 3498 | end |
| 3499 | do |
| 3500 | local p = Instance.new("Part") |
| 3501 | p.Name = "Lav_Flower_7_0_2" |
| 3502 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3503 | p.CFrame = CFrame.new(11.45, 6.5, -0.6) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3504 | p.BrickColor = BrickColor.new("Lavender") |
| 3505 | p.Material = Enum.Material.Glacier |
| 3506 | p.MaterialVariant = "2022 Stud" |
| 3507 | p.Anchored = true |
| 3508 | p.Parent = model |
| 3509 | end |
| 3510 | do |
| 3511 | local p = Instance.new("Part") |
| 3512 | p.Name = "Lav_Flower_7_0_3" |
| 3513 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3514 | p.CFrame = CFrame.new(11.6283, 6.54, -0.421716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3515 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3516 | p.Material = Enum.Material.Glacier |
| 3517 | p.MaterialVariant = "2022 Stud" |
| 3518 | p.Anchored = true |
| 3519 | p.Parent = model |
| 3520 | end |
| 3521 | do |
| 3522 | local p = Instance.new("Part") |
| 3523 | p.Name = "Lav_Flower_7_0_4" |
| 3524 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3525 | p.CFrame = CFrame.new(11.6283, 6.5, -0.721716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3526 | p.BrickColor = BrickColor.new("Lavender") |
| 3527 | p.Material = Enum.Material.Glacier |
| 3528 | p.MaterialVariant = "2022 Stud" |
| 3529 | p.Anchored = true |
| 3530 | p.Parent = model |
| 3531 | end |
| 3532 | do |
| 3533 | local p = Instance.new("Part") |
| 3534 | p.Name = "Lav_Flower_7_1_1" |
| 3535 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3536 | p.CFrame = CFrame.new(11.85, 6.875, -0.7) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3537 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3538 | p.Material = Enum.Material.Glacier |
| 3539 | p.MaterialVariant = "2022 Stud" |
| 3540 | p.Anchored = true |
| 3541 | p.Parent = model |
| 3542 | end |
| 3543 | do |
| 3544 | local p = Instance.new("Part") |
| 3545 | p.Name = "Lav_Flower_7_1_2" |
| 3546 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3547 | p.CFrame = CFrame.new(11.55, 6.875, -0.7) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3548 | p.BrickColor = BrickColor.new("Lavender") |
| 3549 | p.Material = Enum.Material.Glacier |
| 3550 | p.MaterialVariant = "2022 Stud" |
| 3551 | p.Anchored = true |
| 3552 | p.Parent = model |
| 3553 | end |
| 3554 | do |
| 3555 | local p = Instance.new("Part") |
| 3556 | p.Name = "Lav_Flower_7_1_3" |
| 3557 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3558 | p.CFrame = CFrame.new(11.6717, 6.915, -0.578284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3559 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3560 | p.Material = Enum.Material.Glacier |
| 3561 | p.MaterialVariant = "2022 Stud" |
| 3562 | p.Anchored = true |
| 3563 | p.Parent = model |
| 3564 | end |
| 3565 | do |
| 3566 | local p = Instance.new("Part") |
| 3567 | p.Name = "Lav_Flower_7_1_4" |
| 3568 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3569 | p.CFrame = CFrame.new(11.6717, 6.875, -0.878284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3570 | p.BrickColor = BrickColor.new("Lavender") |
| 3571 | p.Material = Enum.Material.Glacier |
| 3572 | p.MaterialVariant = "2022 Stud" |
| 3573 | p.Anchored = true |
| 3574 | p.Parent = model |
| 3575 | end |
| 3576 | do |
| 3577 | local p = Instance.new("Part") |
| 3578 | p.Name = "Lav_Flower_7_2_1" |
| 3579 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3580 | p.CFrame = CFrame.new(11.95, 7.25, -0.8) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3581 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3582 | p.Material = Enum.Material.Glacier |
| 3583 | p.MaterialVariant = "2022 Stud" |
| 3584 | p.Anchored = true |
| 3585 | p.Parent = model |
| 3586 | end |
| 3587 | do |
| 3588 | local p = Instance.new("Part") |
| 3589 | p.Name = "Lav_Flower_7_2_2" |
| 3590 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3591 | p.CFrame = CFrame.new(11.65, 7.25, -0.8) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3592 | p.BrickColor = BrickColor.new("Lavender") |
| 3593 | p.Material = Enum.Material.Glacier |
| 3594 | p.MaterialVariant = "2022 Stud" |
| 3595 | p.Anchored = true |
| 3596 | p.Parent = model |
| 3597 | end |
| 3598 | do |
| 3599 | local p = Instance.new("Part") |
| 3600 | p.Name = "Lav_Flower_7_2_3" |
| 3601 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3602 | p.CFrame = CFrame.new(11.8566, 7.29, -0.593431) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3603 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3604 | p.Material = Enum.Material.Glacier |
| 3605 | p.MaterialVariant = "2022 Stud" |
| 3606 | p.Anchored = true |
| 3607 | p.Parent = model |
| 3608 | end |
| 3609 | do |
| 3610 | local p = Instance.new("Part") |
| 3611 | p.Name = "Lav_Flower_7_2_4" |
| 3612 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3613 | p.CFrame = CFrame.new(11.8566, 7.25, -0.893431) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3614 | p.BrickColor = BrickColor.new("Lavender") |
| 3615 | p.Material = Enum.Material.Glacier |
| 3616 | p.MaterialVariant = "2022 Stud" |
| 3617 | p.Anchored = true |
| 3618 | p.Parent = model |
| 3619 | end |
| 3620 | do |
| 3621 | local p = Instance.new("Part") |
| 3622 | p.Name = "Lav_Flower_7_3_1" |
| 3623 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3624 | p.CFrame = CFrame.new(12.05, 7.625, -0.9) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3625 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3626 | p.Material = Enum.Material.Glacier |
| 3627 | p.MaterialVariant = "2022 Stud" |
| 3628 | p.Anchored = true |
| 3629 | p.Parent = model |
| 3630 | end |
| 3631 | do |
| 3632 | local p = Instance.new("Part") |
| 3633 | p.Name = "Lav_Flower_7_3_2" |
| 3634 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3635 | p.CFrame = CFrame.new(11.75, 7.625, -0.9) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3636 | p.BrickColor = BrickColor.new("Lavender") |
| 3637 | p.Material = Enum.Material.Glacier |
| 3638 | p.MaterialVariant = "2022 Stud" |
| 3639 | p.Anchored = true |
| 3640 | p.Parent = model |
| 3641 | end |
| 3642 | do |
| 3643 | local p = Instance.new("Part") |
| 3644 | p.Name = "Lav_Flower_7_3_3" |
| 3645 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3646 | p.CFrame = CFrame.new(11.9283, 7.665, -0.721716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3647 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3648 | p.Material = Enum.Material.Glacier |
| 3649 | p.MaterialVariant = "2022 Stud" |
| 3650 | p.Anchored = true |
| 3651 | p.Parent = model |
| 3652 | end |
| 3653 | do |
| 3654 | local p = Instance.new("Part") |
| 3655 | p.Name = "Lav_Flower_7_3_4" |
| 3656 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3657 | p.CFrame = CFrame.new(11.9283, 7.625, -1.02172) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3658 | p.BrickColor = BrickColor.new("Lavender") |
| 3659 | p.Material = Enum.Material.Glacier |
| 3660 | p.MaterialVariant = "2022 Stud" |
| 3661 | p.Anchored = true |
| 3662 | p.Parent = model |
| 3663 | end |
| 3664 | do |
| 3665 | local p = Instance.new("Part") |
| 3666 | p.Name = "Lav_Flower_7_4_1" |
| 3667 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3668 | p.CFrame = CFrame.new(12.15, 8, -1) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3669 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3670 | p.Material = Enum.Material.Glacier |
| 3671 | p.MaterialVariant = "2022 Stud" |
| 3672 | p.Anchored = true |
| 3673 | p.Parent = model |
| 3674 | end |
| 3675 | do |
| 3676 | local p = Instance.new("Part") |
| 3677 | p.Name = "Lav_Flower_7_4_2" |
| 3678 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3679 | p.CFrame = CFrame.new(11.85, 8, -1) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3680 | p.BrickColor = BrickColor.new("Lavender") |
| 3681 | p.Material = Enum.Material.Glacier |
| 3682 | p.MaterialVariant = "2022 Stud" |
| 3683 | p.Anchored = true |
| 3684 | p.Parent = model |
| 3685 | end |
| 3686 | do |
| 3687 | local p = Instance.new("Part") |
| 3688 | p.Name = "Lav_Flower_7_4_3" |
| 3689 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3690 | p.CFrame = CFrame.new(12, 8.04, -0.85) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3691 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3692 | p.Material = Enum.Material.Glacier |
| 3693 | p.MaterialVariant = "2022 Stud" |
| 3694 | p.Anchored = true |
| 3695 | p.Parent = model |
| 3696 | end |
| 3697 | do |
| 3698 | local p = Instance.new("Part") |
| 3699 | p.Name = "Lav_Flower_7_4_4" |
| 3700 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3701 | p.CFrame = CFrame.new(12, 8, -1.15) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3702 | p.BrickColor = BrickColor.new("Lavender") |
| 3703 | p.Material = Enum.Material.Glacier |
| 3704 | p.MaterialVariant = "2022 Stud" |
| 3705 | p.Anchored = true |
| 3706 | p.Parent = model |
| 3707 | end |
| 3708 | do |
| 3709 | local p = Instance.new("Part") |
| 3710 | p.Name = "Lav_Stem_8" |
| 3711 | p.Size = Vector3.new(3.20624, 0.15, 0.15) |
| 3712 | p.CFrame = CFrame.new(10.3717, 6.5, 0.571716) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-110.663)) |
| 3713 | p.BrickColor = BrickColor.new("Earth green") |
| 3714 | p.Material = Enum.Material.Glacier |
| 3715 | p.MaterialVariant = "2022 Stud" |
| 3716 | p.Anchored = true |
| 3717 | p.Parent = model |
| 3718 | end |
| 3719 | do |
| 3720 | local p = Instance.new("Part") |
| 3721 | p.Name = "Lav_Flower_8_0_1" |
| 3722 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3723 | p.CFrame = CFrame.new(10.55, 6.5, 0.6) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3724 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3725 | p.Material = Enum.Material.Glacier |
| 3726 | p.MaterialVariant = "2022 Stud" |
| 3727 | p.Anchored = true |
| 3728 | p.Parent = model |
| 3729 | end |
| 3730 | do |
| 3731 | local p = Instance.new("Part") |
| 3732 | p.Name = "Lav_Flower_8_0_2" |
| 3733 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3734 | p.CFrame = CFrame.new(10.1807, 6.48965, 0.561363) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3735 | p.BrickColor = BrickColor.new("Lavender") |
| 3736 | p.Material = Enum.Material.Glacier |
| 3737 | p.MaterialVariant = "2022 Stud" |
| 3738 | p.Anchored = true |
| 3739 | p.Parent = model |
| 3740 | end |
| 3741 | do |
| 3742 | local p = Instance.new("Part") |
| 3743 | p.Name = "Lav_Flower_8_0_3" |
| 3744 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3745 | p.CFrame = CFrame.new(10.3717, 6.5, 0.721716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3746 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3747 | p.Material = Enum.Material.Glacier |
| 3748 | p.MaterialVariant = "2022 Stud" |
| 3749 | p.Anchored = true |
| 3750 | p.Parent = model |
| 3751 | end |
| 3752 | do |
| 3753 | local p = Instance.new("Part") |
| 3754 | p.Name = "Lav_Flower_8_0_4" |
| 3755 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3756 | p.CFrame = CFrame.new(10.3717, 6.54, 0.421716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3757 | p.BrickColor = BrickColor.new("Lavender") |
| 3758 | p.Material = Enum.Material.Glacier |
| 3759 | p.MaterialVariant = "2022 Stud" |
| 3760 | p.Anchored = true |
| 3761 | p.Parent = model |
| 3762 | end |
| 3763 | do |
| 3764 | local p = Instance.new("Part") |
| 3765 | p.Name = "Lav_Flower_8_1_1" |
| 3766 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3767 | p.CFrame = CFrame.new(10.45, 6.875, 0.7) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3768 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3769 | p.Material = Enum.Material.Glacier |
| 3770 | p.MaterialVariant = "2022 Stud" |
| 3771 | p.Anchored = true |
| 3772 | p.Parent = model |
| 3773 | end |
| 3774 | do |
| 3775 | local p = Instance.new("Part") |
| 3776 | p.Name = "Lav_Flower_8_1_2" |
| 3777 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3778 | p.CFrame = CFrame.new(10.1154, 6.86982, 0.680681) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3779 | p.BrickColor = BrickColor.new("Lavender") |
| 3780 | p.Material = Enum.Material.Glacier |
| 3781 | p.MaterialVariant = "2022 Stud" |
| 3782 | p.Anchored = true |
| 3783 | p.Parent = model |
| 3784 | end |
| 3785 | do |
| 3786 | local p = Instance.new("Part") |
| 3787 | p.Name = "Lav_Flower_8_1_3" |
| 3788 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3789 | p.CFrame = CFrame.new(10.3283, 6.915, 0.878284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3790 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3791 | p.Material = Enum.Material.Glacier |
| 3792 | p.MaterialVariant = "2022 Stud" |
| 3793 | p.Anchored = true |
| 3794 | p.Parent = model |
| 3795 | end |
| 3796 | do |
| 3797 | local p = Instance.new("Part") |
| 3798 | p.Name = "Lav_Flower_8_1_4" |
| 3799 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3800 | p.CFrame = CFrame.new(10.3283, 6.875, 0.578284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3801 | p.BrickColor = BrickColor.new("Lavender") |
| 3802 | p.Material = Enum.Material.Glacier |
| 3803 | p.MaterialVariant = "2022 Stud" |
| 3804 | p.Anchored = true |
| 3805 | p.Parent = model |
| 3806 | end |
| 3807 | do |
| 3808 | local p = Instance.new("Part") |
| 3809 | p.Name = "Lav_Flower_8_2_1" |
| 3810 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3811 | p.CFrame = CFrame.new(10.35, 7.25, 0.8) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3812 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3813 | p.Material = Enum.Material.Glacier |
| 3814 | p.MaterialVariant = "2022 Stud" |
| 3815 | p.Anchored = true |
| 3816 | p.Parent = model |
| 3817 | end |
| 3818 | do |
| 3819 | local p = Instance.new("Part") |
| 3820 | p.Name = "Lav_Flower_8_2_2" |
| 3821 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3822 | p.CFrame = CFrame.new(10.0846, 7.25518, 0.819319) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3823 | p.BrickColor = BrickColor.new("Lavender") |
| 3824 | p.Material = Enum.Material.Glacier |
| 3825 | p.MaterialVariant = "2022 Stud" |
| 3826 | p.Anchored = true |
| 3827 | p.Parent = model |
| 3828 | end |
| 3829 | do |
| 3830 | local p = Instance.new("Part") |
| 3831 | p.Name = "Lav_Flower_8_2_3" |
| 3832 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3833 | p.CFrame = CFrame.new(10.1434, 7.29, 0.893431) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3834 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3835 | p.Material = Enum.Material.Glacier |
| 3836 | p.MaterialVariant = "2022 Stud" |
| 3837 | p.Anchored = true |
| 3838 | p.Parent = model |
| 3839 | end |
| 3840 | do |
| 3841 | local p = Instance.new("Part") |
| 3842 | p.Name = "Lav_Flower_8_2_4" |
| 3843 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3844 | p.CFrame = CFrame.new(10.1434, 7.25, 0.593431) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3845 | p.BrickColor = BrickColor.new("Lavender") |
| 3846 | p.Material = Enum.Material.Glacier |
| 3847 | p.MaterialVariant = "2022 Stud" |
| 3848 | p.Anchored = true |
| 3849 | p.Parent = model |
| 3850 | end |
| 3851 | do |
| 3852 | local p = Instance.new("Part") |
| 3853 | p.Name = "Lav_Flower_8_3_1" |
| 3854 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3855 | p.CFrame = CFrame.new(10.25, 7.625, 0.9) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3856 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3857 | p.Material = Enum.Material.Glacier |
| 3858 | p.MaterialVariant = "2022 Stud" |
| 3859 | p.Anchored = true |
| 3860 | p.Parent = model |
| 3861 | end |
| 3862 | do |
| 3863 | local p = Instance.new("Part") |
| 3864 | p.Name = "Lav_Flower_8_3_2" |
| 3865 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3866 | p.CFrame = CFrame.new(9.91536, 7.61982, 0.880681) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3867 | p.BrickColor = BrickColor.new("Lavender") |
| 3868 | p.Material = Enum.Material.Glacier |
| 3869 | p.MaterialVariant = "2022 Stud" |
| 3870 | p.Anchored = true |
| 3871 | p.Parent = model |
| 3872 | end |
| 3873 | do |
| 3874 | local p = Instance.new("Part") |
| 3875 | p.Name = "Lav_Flower_8_3_3" |
| 3876 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3877 | p.CFrame = CFrame.new(10.0717, 7.665, 1.02172) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3878 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3879 | p.Material = Enum.Material.Glacier |
| 3880 | p.MaterialVariant = "2022 Stud" |
| 3881 | p.Anchored = true |
| 3882 | p.Parent = model |
| 3883 | end |
| 3884 | do |
| 3885 | local p = Instance.new("Part") |
| 3886 | p.Name = "Lav_Flower_8_3_4" |
| 3887 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3888 | p.CFrame = CFrame.new(10.0717, 7.625, 0.721716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3889 | p.BrickColor = BrickColor.new("Lavender") |
| 3890 | p.Material = Enum.Material.Glacier |
| 3891 | p.MaterialVariant = "2022 Stud" |
| 3892 | p.Anchored = true |
| 3893 | p.Parent = model |
| 3894 | end |
| 3895 | do |
| 3896 | local p = Instance.new("Part") |
| 3897 | p.Name = "Lav_Flower_8_4_1" |
| 3898 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3899 | p.CFrame = CFrame.new(10.15, 8, 1) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3900 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3901 | p.Material = Enum.Material.Glacier |
| 3902 | p.MaterialVariant = "2022 Stud" |
| 3903 | p.Anchored = true |
| 3904 | p.Parent = model |
| 3905 | end |
| 3906 | do |
| 3907 | local p = Instance.new("Part") |
| 3908 | p.Name = "Lav_Flower_8_4_2" |
| 3909 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3910 | p.CFrame = CFrame.new(9.85, 8, 1) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3911 | p.BrickColor = BrickColor.new("Lavender") |
| 3912 | p.Material = Enum.Material.Glacier |
| 3913 | p.MaterialVariant = "2022 Stud" |
| 3914 | p.Anchored = true |
| 3915 | p.Parent = model |
| 3916 | end |
| 3917 | do |
| 3918 | local p = Instance.new("Part") |
| 3919 | p.Name = "Lav_Flower_8_4_3" |
| 3920 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3921 | p.CFrame = CFrame.new(10, 8.04, 1.15) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3922 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3923 | p.Material = Enum.Material.Glacier |
| 3924 | p.MaterialVariant = "2022 Stud" |
| 3925 | p.Anchored = true |
| 3926 | p.Parent = model |
| 3927 | end |
| 3928 | do |
| 3929 | local p = Instance.new("Part") |
| 3930 | p.Name = "Lav_Flower_8_4_4" |
| 3931 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3932 | p.CFrame = CFrame.new(10, 8, 0.85) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3933 | p.BrickColor = BrickColor.new("Lavender") |
| 3934 | p.Material = Enum.Material.Glacier |
| 3935 | p.MaterialVariant = "2022 Stud" |
| 3936 | p.Anchored = true |
| 3937 | p.Parent = model |
| 3938 | end |
| 3939 | do |
| 3940 | local p = Instance.new("Part") |
| 3941 | p.Name = "Lav_Stem_9" |
| 3942 | p.Size = Vector3.new(4.53542, 0.15, 0.15) |
| 3943 | p.CFrame = CFrame.new(11.3, 7.25, 0.3) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(82.8351)) |
| 3944 | p.BrickColor = BrickColor.new("Earth green") |
| 3945 | p.Material = Enum.Material.Glacier |
| 3946 | p.MaterialVariant = "2022 Stud" |
| 3947 | p.Anchored = true |
| 3948 | p.Parent = model |
| 3949 | end |
| 3950 | do |
| 3951 | local p = Instance.new("Part") |
| 3952 | p.Name = "Lav_Flower_9_0_1" |
| 3953 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3954 | p.CFrame = CFrame.new(11.45, 7.25, 0.3) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3955 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3956 | p.Material = Enum.Material.Glacier |
| 3957 | p.MaterialVariant = "2022 Stud" |
| 3958 | p.Anchored = true |
| 3959 | p.Parent = model |
| 3960 | end |
| 3961 | do |
| 3962 | local p = Instance.new("Part") |
| 3963 | p.Name = "Lav_Flower_9_0_2" |
| 3964 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3965 | p.CFrame = CFrame.new(11.15, 7.25, 0.3) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 3966 | p.BrickColor = BrickColor.new("Lavender") |
| 3967 | p.Material = Enum.Material.Glacier |
| 3968 | p.MaterialVariant = "2022 Stud" |
| 3969 | p.Anchored = true |
| 3970 | p.Parent = model |
| 3971 | end |
| 3972 | do |
| 3973 | local p = Instance.new("Part") |
| 3974 | p.Name = "Lav_Flower_9_0_3" |
| 3975 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3976 | p.CFrame = CFrame.new(11.2717, 7.29, 0.478284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 3977 | p.BrickColor = BrickColor.new("Medium lilac") |
| 3978 | p.Material = Enum.Material.Glacier |
| 3979 | p.MaterialVariant = "2022 Stud" |
| 3980 | p.Anchored = true |
| 3981 | p.Parent = model |
| 3982 | end |
| 3983 | do |
| 3984 | local p = Instance.new("Part") |
| 3985 | p.Name = "Lav_Flower_9_0_4" |
| 3986 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3987 | p.CFrame = CFrame.new(11.3283, 7.25, 0.121716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 3988 | p.BrickColor = BrickColor.new("Lavender") |
| 3989 | p.Material = Enum.Material.Glacier |
| 3990 | p.MaterialVariant = "2022 Stud" |
| 3991 | p.Anchored = true |
| 3992 | p.Parent = model |
| 3993 | end |
| 3994 | do |
| 3995 | local p = Instance.new("Part") |
| 3996 | p.Name = "Lav_Flower_9_1_1" |
| 3997 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 3998 | p.CFrame = CFrame.new(11.5, 7.8125, 0.35) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 3999 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4000 | p.Material = Enum.Material.Glacier |
| 4001 | p.MaterialVariant = "2022 Stud" |
| 4002 | p.Anchored = true |
| 4003 | p.Parent = model |
| 4004 | end |
| 4005 | do |
| 4006 | local p = Instance.new("Part") |
| 4007 | p.Name = "Lav_Flower_9_1_2" |
| 4008 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4009 | p.CFrame = CFrame.new(11.2, 7.8125, 0.35) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4010 | p.BrickColor = BrickColor.new("Lavender") |
| 4011 | p.Material = Enum.Material.Glacier |
| 4012 | p.MaterialVariant = "2022 Stud" |
| 4013 | p.Anchored = true |
| 4014 | p.Parent = model |
| 4015 | end |
| 4016 | do |
| 4017 | local p = Instance.new("Part") |
| 4018 | p.Name = "Lav_Flower_9_1_3" |
| 4019 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4020 | p.CFrame = CFrame.new(11.3217, 7.8525, 0.528284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4021 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4022 | p.Material = Enum.Material.Glacier |
| 4023 | p.MaterialVariant = "2022 Stud" |
| 4024 | p.Anchored = true |
| 4025 | p.Parent = model |
| 4026 | end |
| 4027 | do |
| 4028 | local p = Instance.new("Part") |
| 4029 | p.Name = "Lav_Flower_9_1_4" |
| 4030 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4031 | p.CFrame = CFrame.new(11.3783, 7.8125, 0.171716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4032 | p.BrickColor = BrickColor.new("Lavender") |
| 4033 | p.Material = Enum.Material.Glacier |
| 4034 | p.MaterialVariant = "2022 Stud" |
| 4035 | p.Anchored = true |
| 4036 | p.Parent = model |
| 4037 | end |
| 4038 | do |
| 4039 | local p = Instance.new("Part") |
| 4040 | p.Name = "Lav_Flower_9_2_1" |
| 4041 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4042 | p.CFrame = CFrame.new(11.55, 8.375, 0.4) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 4043 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4044 | p.Material = Enum.Material.Glacier |
| 4045 | p.MaterialVariant = "2022 Stud" |
| 4046 | p.Anchored = true |
| 4047 | p.Parent = model |
| 4048 | end |
| 4049 | do |
| 4050 | local p = Instance.new("Part") |
| 4051 | p.Name = "Lav_Flower_9_2_2" |
| 4052 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4053 | p.CFrame = CFrame.new(11.25, 8.375, 0.4) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4054 | p.BrickColor = BrickColor.new("Lavender") |
| 4055 | p.Material = Enum.Material.Glacier |
| 4056 | p.MaterialVariant = "2022 Stud" |
| 4057 | p.Anchored = true |
| 4058 | p.Parent = model |
| 4059 | end |
| 4060 | do |
| 4061 | local p = Instance.new("Part") |
| 4062 | p.Name = "Lav_Flower_9_2_3" |
| 4063 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4064 | p.CFrame = CFrame.new(11.3717, 8.415, 0.578284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4065 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4066 | p.Material = Enum.Material.Glacier |
| 4067 | p.MaterialVariant = "2022 Stud" |
| 4068 | p.Anchored = true |
| 4069 | p.Parent = model |
| 4070 | end |
| 4071 | do |
| 4072 | local p = Instance.new("Part") |
| 4073 | p.Name = "Lav_Flower_9_2_4" |
| 4074 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4075 | p.CFrame = CFrame.new(11.4283, 8.375, 0.221716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4076 | p.BrickColor = BrickColor.new("Lavender") |
| 4077 | p.Material = Enum.Material.Glacier |
| 4078 | p.MaterialVariant = "2022 Stud" |
| 4079 | p.Anchored = true |
| 4080 | p.Parent = model |
| 4081 | end |
| 4082 | do |
| 4083 | local p = Instance.new("Part") |
| 4084 | p.Name = "Lav_Flower_9_3_1" |
| 4085 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4086 | p.CFrame = CFrame.new(11.6, 8.9375, 0.45) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 4087 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4088 | p.Material = Enum.Material.Glacier |
| 4089 | p.MaterialVariant = "2022 Stud" |
| 4090 | p.Anchored = true |
| 4091 | p.Parent = model |
| 4092 | end |
| 4093 | do |
| 4094 | local p = Instance.new("Part") |
| 4095 | p.Name = "Lav_Flower_9_3_2" |
| 4096 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4097 | p.CFrame = CFrame.new(11.3, 8.9375, 0.45) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4098 | p.BrickColor = BrickColor.new("Lavender") |
| 4099 | p.Material = Enum.Material.Glacier |
| 4100 | p.MaterialVariant = "2022 Stud" |
| 4101 | p.Anchored = true |
| 4102 | p.Parent = model |
| 4103 | end |
| 4104 | do |
| 4105 | local p = Instance.new("Part") |
| 4106 | p.Name = "Lav_Flower_9_3_3" |
| 4107 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4108 | p.CFrame = CFrame.new(11.4217, 8.9375, 0.628284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4109 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4110 | p.Material = Enum.Material.Glacier |
| 4111 | p.MaterialVariant = "2022 Stud" |
| 4112 | p.Anchored = true |
| 4113 | p.Parent = model |
| 4114 | end |
| 4115 | do |
| 4116 | local p = Instance.new("Part") |
| 4117 | p.Name = "Lav_Flower_9_3_4" |
| 4118 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4119 | p.CFrame = CFrame.new(11.4783, 8.9775, 0.271716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4120 | p.BrickColor = BrickColor.new("Lavender") |
| 4121 | p.Material = Enum.Material.Glacier |
| 4122 | p.MaterialVariant = "2022 Stud" |
| 4123 | p.Anchored = true |
| 4124 | p.Parent = model |
| 4125 | end |
| 4126 | do |
| 4127 | local p = Instance.new("Part") |
| 4128 | p.Name = "Lav_Flower_9_4_1" |
| 4129 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4130 | p.CFrame = CFrame.new(11.65, 9.5, 0.5) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 4131 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4132 | p.Material = Enum.Material.Glacier |
| 4133 | p.MaterialVariant = "2022 Stud" |
| 4134 | p.Anchored = true |
| 4135 | p.Parent = model |
| 4136 | end |
| 4137 | do |
| 4138 | local p = Instance.new("Part") |
| 4139 | p.Name = "Lav_Flower_9_4_2" |
| 4140 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4141 | p.CFrame = CFrame.new(11.35, 9.5, 0.5) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4142 | p.BrickColor = BrickColor.new("Lavender") |
| 4143 | p.Material = Enum.Material.Glacier |
| 4144 | p.MaterialVariant = "2022 Stud" |
| 4145 | p.Anchored = true |
| 4146 | p.Parent = model |
| 4147 | end |
| 4148 | do |
| 4149 | local p = Instance.new("Part") |
| 4150 | p.Name = "Lav_Flower_9_4_3" |
| 4151 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4152 | p.CFrame = CFrame.new(11.4717, 9.54, 0.678284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4153 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4154 | p.Material = Enum.Material.Glacier |
| 4155 | p.MaterialVariant = "2022 Stud" |
| 4156 | p.Anchored = true |
| 4157 | p.Parent = model |
| 4158 | end |
| 4159 | do |
| 4160 | local p = Instance.new("Part") |
| 4161 | p.Name = "Lav_Flower_9_4_4" |
| 4162 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4163 | p.CFrame = CFrame.new(11.5283, 9.5, 0.321716) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4164 | p.BrickColor = BrickColor.new("Lavender") |
| 4165 | p.Material = Enum.Material.Glacier |
| 4166 | p.MaterialVariant = "2022 Stud" |
| 4167 | p.Anchored = true |
| 4168 | p.Parent = model |
| 4169 | end |
| 4170 | do |
| 4171 | local p = Instance.new("Part") |
| 4172 | p.Name = "Lav_Stem_10" |
| 4173 | p.Size = Vector3.new(4.23792, 0.15, 0.15) |
| 4174 | p.CFrame = CFrame.new(10.7, 7.1, -0.3) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-97.6708)) |
| 4175 | p.BrickColor = BrickColor.new("Earth green") |
| 4176 | p.Material = Enum.Material.Glacier |
| 4177 | p.MaterialVariant = "2022 Stud" |
| 4178 | p.Anchored = true |
| 4179 | p.Parent = model |
| 4180 | end |
| 4181 | do |
| 4182 | local p = Instance.new("Part") |
| 4183 | p.Name = "Lav_Flower_10_0_1" |
| 4184 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4185 | p.CFrame = CFrame.new(10.85, 7.13864, -0.289647) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 4186 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4187 | p.Material = Enum.Material.Glacier |
| 4188 | p.MaterialVariant = "2022 Stud" |
| 4189 | p.Anchored = true |
| 4190 | p.Parent = model |
| 4191 | end |
| 4192 | do |
| 4193 | local p = Instance.new("Part") |
| 4194 | p.Name = "Lav_Flower_10_0_2" |
| 4195 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4196 | p.CFrame = CFrame.new(10.5154, 7.13346, -0.329671) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4197 | p.BrickColor = BrickColor.new("Lavender") |
| 4198 | p.Material = Enum.Material.Glacier |
| 4199 | p.MaterialVariant = "2022 Stud" |
| 4200 | p.Anchored = true |
| 4201 | p.Parent = model |
| 4202 | end |
| 4203 | do |
| 4204 | local p = Instance.new("Part") |
| 4205 | p.Name = "Lav_Flower_10_0_3" |
| 4206 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4207 | p.CFrame = CFrame.new(10.6717, 7.14, -0.121716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4208 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4209 | p.Material = Enum.Material.Glacier |
| 4210 | p.MaterialVariant = "2022 Stud" |
| 4211 | p.Anchored = true |
| 4212 | p.Parent = model |
| 4213 | end |
| 4214 | do |
| 4215 | local p = Instance.new("Part") |
| 4216 | p.Name = "Lav_Flower_10_0_4" |
| 4217 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4218 | p.CFrame = CFrame.new(10.7283, 7.1, -0.478284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4219 | p.BrickColor = BrickColor.new("Lavender") |
| 4220 | p.Material = Enum.Material.Glacier |
| 4221 | p.MaterialVariant = "2022 Stud" |
| 4222 | p.Anchored = true |
| 4223 | p.Parent = model |
| 4224 | end |
| 4225 | do |
| 4226 | local p = Instance.new("Part") |
| 4227 | p.Name = "Lav_Flower_10_1_1" |
| 4228 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4229 | p.CFrame = CFrame.new(10.78, 7.47942, -0.424872) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 4230 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4231 | p.Material = Enum.Material.Glacier |
| 4232 | p.MaterialVariant = "2022 Stud" |
| 4233 | p.Anchored = true |
| 4234 | p.Parent = model |
| 4235 | end |
| 4236 | do |
| 4237 | local p = Instance.new("Part") |
| 4238 | p.Name = "Lav_Flower_10_1_2" |
| 4239 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4240 | p.CFrame = CFrame.new(10.3961, 7.60947, -0.407956) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4241 | p.BrickColor = BrickColor.new("Lavender") |
| 4242 | p.Material = Enum.Material.Glacier |
| 4243 | p.MaterialVariant = "2022 Stud" |
| 4244 | p.Anchored = true |
| 4245 | p.Parent = model |
| 4246 | end |
| 4247 | do |
| 4248 | local p = Instance.new("Part") |
| 4249 | p.Name = "Lav_Flower_10_1_3" |
| 4250 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4251 | p.CFrame = CFrame.new(10.6217, 7.665, -0.171716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4252 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4253 | p.Material = Enum.Material.Glacier |
| 4254 | p.MaterialVariant = "2022 Stud" |
| 4255 | p.Anchored = true |
| 4256 | p.Parent = model |
| 4257 | end |
| 4258 | do |
| 4259 | local p = Instance.new("Part") |
| 4260 | p.Name = "Lav_Flower_10_1_4" |
| 4261 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4262 | p.CFrame = CFrame.new(10.6783, 7.625, -0.528284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4263 | p.BrickColor = BrickColor.new("Lavender") |
| 4264 | p.Material = Enum.Material.Glacier |
| 4265 | p.MaterialVariant = "2022 Stud" |
| 4266 | p.Anchored = true |
| 4267 | p.Parent = model |
| 4268 | end |
| 4269 | do |
| 4270 | local p = Instance.new("Part") |
| 4271 | p.Name = "Lav_Flower_10_2_1" |
| 4272 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4273 | p.CFrame = CFrame.new(10.75, 8.07273, -0.420706) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 4274 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4275 | p.Material = Enum.Material.Glacier |
| 4276 | p.MaterialVariant = "2022 Stud" |
| 4277 | p.Anchored = true |
| 4278 | p.Parent = model |
| 4279 | end |
| 4280 | do |
| 4281 | local p = Instance.new("Part") |
| 4282 | p.Name = "Lav_Flower_10_2_2" |
| 4283 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4284 | p.CFrame = CFrame.new(10.3807, 8.13965, -0.438637) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4285 | p.BrickColor = BrickColor.new("Lavender") |
| 4286 | p.Material = Enum.Material.Glacier |
| 4287 | p.MaterialVariant = "2022 Stud" |
| 4288 | p.Anchored = true |
| 4289 | p.Parent = model |
| 4290 | end |
| 4291 | do |
| 4292 | local p = Instance.new("Part") |
| 4293 | p.Name = "Lav_Flower_10_2_3" |
| 4294 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4295 | p.CFrame = CFrame.new(10.5717, 8.19, -0.221716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4296 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4297 | p.Material = Enum.Material.Glacier |
| 4298 | p.MaterialVariant = "2022 Stud" |
| 4299 | p.Anchored = true |
| 4300 | p.Parent = model |
| 4301 | end |
| 4302 | do |
| 4303 | local p = Instance.new("Part") |
| 4304 | p.Name = "Lav_Flower_10_2_4" |
| 4305 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4306 | p.CFrame = CFrame.new(10.6283, 8.15, -0.578284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4307 | p.BrickColor = BrickColor.new("Lavender") |
| 4308 | p.Material = Enum.Material.Glacier |
| 4309 | p.MaterialVariant = "2022 Stud" |
| 4310 | p.Anchored = true |
| 4311 | p.Parent = model |
| 4312 | end |
| 4313 | do |
| 4314 | local p = Instance.new("Part") |
| 4315 | p.Name = "Lav_Flower_10_3_1" |
| 4316 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4317 | p.CFrame = CFrame.new(10.7, 8.63636, -0.460353) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 4318 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4319 | p.Material = Enum.Material.Glacier |
| 4320 | p.MaterialVariant = "2022 Stud" |
| 4321 | p.Anchored = true |
| 4322 | p.Parent = model |
| 4323 | end |
| 4324 | do |
| 4325 | local p = Instance.new("Part") |
| 4326 | p.Name = "Lav_Flower_10_3_2" |
| 4327 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4328 | p.CFrame = CFrame.new(10.3654, 8.66982, -0.469319) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4329 | p.BrickColor = BrickColor.new("Lavender") |
| 4330 | p.Material = Enum.Material.Glacier |
| 4331 | p.MaterialVariant = "2022 Stud" |
| 4332 | p.Anchored = true |
| 4333 | p.Parent = model |
| 4334 | end |
| 4335 | do |
| 4336 | local p = Instance.new("Part") |
| 4337 | p.Name = "Lav_Flower_10_3_3" |
| 4338 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4339 | p.CFrame = CFrame.new(10.5217, 8.715, -0.271716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4340 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4341 | p.Material = Enum.Material.Glacier |
| 4342 | p.MaterialVariant = "2022 Stud" |
| 4343 | p.Anchored = true |
| 4344 | p.Parent = model |
| 4345 | end |
| 4346 | do |
| 4347 | local p = Instance.new("Part") |
| 4348 | p.Name = "Lav_Flower_10_3_4" |
| 4349 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4350 | p.CFrame = CFrame.new(10.5783, 8.675, -0.628284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4351 | p.BrickColor = BrickColor.new("Lavender") |
| 4352 | p.Material = Enum.Material.Glacier |
| 4353 | p.MaterialVariant = "2022 Stud" |
| 4354 | p.Anchored = true |
| 4355 | p.Parent = model |
| 4356 | end |
| 4357 | do |
| 4358 | local p = Instance.new("Part") |
| 4359 | p.Name = "Lav_Flower_10_4_1" |
| 4360 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4361 | p.CFrame = CFrame.new(10.65, 9.2, -0.5) * CFrame.Angles(math.rad(15), math.rad(30), math.rad(0)) |
| 4362 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4363 | p.Material = Enum.Material.Glacier |
| 4364 | p.MaterialVariant = "2022 Stud" |
| 4365 | p.Anchored = true |
| 4366 | p.Parent = model |
| 4367 | end |
| 4368 | do |
| 4369 | local p = Instance.new("Part") |
| 4370 | p.Name = "Lav_Flower_10_4_2" |
| 4371 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4372 | p.CFrame = CFrame.new(10.35, 9.2, -0.5) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 4373 | p.BrickColor = BrickColor.new("Lavender") |
| 4374 | p.Material = Enum.Material.Glacier |
| 4375 | p.MaterialVariant = "2022 Stud" |
| 4376 | p.Anchored = true |
| 4377 | p.Parent = model |
| 4378 | end |
| 4379 | do |
| 4380 | local p = Instance.new("Part") |
| 4381 | p.Name = "Lav_Flower_10_4_3" |
| 4382 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4383 | p.CFrame = CFrame.new(10.4717, 9.24, -0.321716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 4384 | p.BrickColor = BrickColor.new("Medium lilac") |
| 4385 | p.Material = Enum.Material.Glacier |
| 4386 | p.MaterialVariant = "2022 Stud" |
| 4387 | p.Anchored = true |
| 4388 | p.Parent = model |
| 4389 | end |
| 4390 | do |
| 4391 | local p = Instance.new("Part") |
| 4392 | p.Name = "Lav_Flower_10_4_4" |
| 4393 | p.Size = Vector3.new(0.4, 0.5, 0.4) |
| 4394 | p.CFrame = CFrame.new(10.5283, 9.2, -0.678284) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 4395 | p.BrickColor = BrickColor.new("Lavender") |
| 4396 | p.Material = Enum.Material.Glacier |
| 4397 | p.MaterialVariant = "2022 Stud" |
| 4398 | p.Anchored = true |
| 4399 | p.Parent = model |
| 4400 | end |
| 4401 | model.PrimaryPart = model:FindFirstChild("Floor") |
| 4402 | print("PottedPlants built: " .. #model:GetChildren() .. " parts") |
Loading comments...