Loading model...
by Liks · 7/18/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: LavenderPlant |
| 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 = "LavenderPlant" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright violet"] = "2022 Stud", |
| 25 | ["Earth green"] = "2022 Stud", |
| 26 | ["Forest green"] = "2022 Stud", |
| 27 | ["Medium lilac"] = "2022 Stud", |
| 28 | ["Royal purple"] = "2022 Stud", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Shape = Enum.PartType.Cylinder |
| 33 | p.Name = "MainStem" |
| 34 | p.Size = Vector3.new(7, 0.13, 0.13) |
| 35 | p.CFrame = CFrame.new(0, 3.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 36 | p.BrickColor = BrickColor.new("Forest green") |
| 37 | p.Material = Enum.Material.Glacier |
| 38 | p.MaterialVariant = "2022 Stud" |
| 39 | p.Anchored = true |
| 40 | p.Parent = model |
| 41 | end |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Shape = Enum.PartType.Cylinder |
| 45 | p.Name = "MainBud_0_0" |
| 46 | p.Size = Vector3.new(0.75, 0.15, 0.15) |
| 47 | p.CFrame = CFrame.new(0.295091, 7.30718, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(55)) |
| 48 | p.BrickColor = BrickColor.new("Royal purple") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Stud" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Shape = Enum.PartType.Cylinder |
| 57 | p.Name = "MainBud_0_1" |
| 58 | p.Size = Vector3.new(0.75, 0.15, 0.15) |
| 59 | p.CFrame = CFrame.new(0.147546, 7.30718, -0.255556) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(55)) |
| 60 | p.BrickColor = BrickColor.new("Bright violet") |
| 61 | p.Material = Enum.Material.Glacier |
| 62 | p.MaterialVariant = "2022 Stud" |
| 63 | p.Anchored = true |
| 64 | p.Parent = model |
| 65 | end |
| 66 | do |
| 67 | local p = Instance.new("Part") |
| 68 | p.Shape = Enum.PartType.Cylinder |
| 69 | p.Name = "MainBud_0_2" |
| 70 | p.Size = Vector3.new(0.75, 0.15, 0.15) |
| 71 | p.CFrame = CFrame.new(-0.147546, 7.30718, -0.255556) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(55)) |
| 72 | p.BrickColor = BrickColor.new("Bright violet") |
| 73 | p.Material = Enum.Material.Glacier |
| 74 | p.MaterialVariant = "2022 Stud" |
| 75 | p.Anchored = true |
| 76 | p.Parent = model |
| 77 | end |
| 78 | do |
| 79 | local p = Instance.new("Part") |
| 80 | p.Shape = Enum.PartType.Cylinder |
| 81 | p.Name = "MainBud_0_3" |
| 82 | p.Size = Vector3.new(0.75, 0.15, 0.15) |
| 83 | p.CFrame = CFrame.new(-0.295091, 7.30718, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(55)) |
| 84 | p.BrickColor = BrickColor.new("Royal purple") |
| 85 | p.Material = Enum.Material.Glacier |
| 86 | p.MaterialVariant = "2022 Stud" |
| 87 | p.Anchored = true |
| 88 | p.Parent = model |
| 89 | end |
| 90 | do |
| 91 | local p = Instance.new("Part") |
| 92 | p.Shape = Enum.PartType.Cylinder |
| 93 | p.Name = "MainBud_0_4" |
| 94 | p.Size = Vector3.new(0.75, 0.15, 0.15) |
| 95 | p.CFrame = CFrame.new(-0.147546, 7.30718, 0.255556) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(55)) |
| 96 | p.BrickColor = BrickColor.new("Medium lilac") |
| 97 | p.Material = Enum.Material.Glacier |
| 98 | p.MaterialVariant = "2022 Stud" |
| 99 | p.Anchored = true |
| 100 | p.Parent = model |
| 101 | end |
| 102 | do |
| 103 | local p = Instance.new("Part") |
| 104 | p.Shape = Enum.PartType.Cylinder |
| 105 | p.Name = "MainBud_0_5" |
| 106 | p.Size = Vector3.new(0.75, 0.15, 0.15) |
| 107 | p.CFrame = CFrame.new(0.147546, 7.30718, 0.255556) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(55)) |
| 108 | p.BrickColor = BrickColor.new("Bright violet") |
| 109 | p.Material = Enum.Material.Glacier |
| 110 | p.MaterialVariant = "2022 Stud" |
| 111 | p.Anchored = true |
| 112 | p.Parent = model |
| 113 | end |
| 114 | do |
| 115 | local p = Instance.new("Part") |
| 116 | p.Shape = Enum.PartType.Cylinder |
| 117 | p.Name = "MainBud_1_0" |
| 118 | p.Size = Vector3.new(0.733333, 0.14, 0.14) |
| 119 | p.CFrame = CFrame.new(0.247351, 7.70894, -0.179711) * CFrame.Angles(math.rad(0), math.rad(36), math.rad(52)) |
| 120 | p.BrickColor = BrickColor.new("Bright violet") |
| 121 | p.Material = Enum.Material.Glacier |
| 122 | p.MaterialVariant = "2022 Stud" |
| 123 | p.Anchored = true |
| 124 | p.Parent = model |
| 125 | end |
| 126 | do |
| 127 | local p = Instance.new("Part") |
| 128 | p.Shape = Enum.PartType.Cylinder |
| 129 | p.Name = "MainBud_1_1" |
| 130 | p.Size = Vector3.new(0.733333, 0.14, 0.14) |
| 131 | p.CFrame = CFrame.new(-0.09448, 7.70894, -0.290778) * CFrame.Angles(math.rad(0), math.rad(108), math.rad(52)) |
| 132 | p.BrickColor = BrickColor.new("Bright violet") |
| 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.Shape = Enum.PartType.Cylinder |
| 141 | p.Name = "MainBud_1_2" |
| 142 | p.Size = Vector3.new(0.733333, 0.14, 0.14) |
| 143 | p.CFrame = CFrame.new(-0.305743, 7.70894, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(52)) |
| 144 | p.BrickColor = BrickColor.new("Royal purple") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Stud" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Shape = Enum.PartType.Cylinder |
| 153 | p.Name = "MainBud_1_3" |
| 154 | p.Size = Vector3.new(0.733333, 0.14, 0.14) |
| 155 | p.CFrame = CFrame.new(-0.09448, 7.70894, 0.290778) * CFrame.Angles(math.rad(0), math.rad(252), math.rad(52)) |
| 156 | p.BrickColor = BrickColor.new("Medium lilac") |
| 157 | p.Material = Enum.Material.Glacier |
| 158 | p.MaterialVariant = "2022 Stud" |
| 159 | p.Anchored = true |
| 160 | p.Parent = model |
| 161 | end |
| 162 | do |
| 163 | local p = Instance.new("Part") |
| 164 | p.Shape = Enum.PartType.Cylinder |
| 165 | p.Name = "MainBud_1_4" |
| 166 | p.Size = Vector3.new(0.733333, 0.14, 0.14) |
| 167 | p.CFrame = CFrame.new(0.247351, 7.70894, 0.179711) * CFrame.Angles(math.rad(0), math.rad(324), math.rad(52)) |
| 168 | p.BrickColor = BrickColor.new("Bright violet") |
| 169 | p.Material = Enum.Material.Glacier |
| 170 | p.MaterialVariant = "2022 Stud" |
| 171 | p.Anchored = true |
| 172 | p.Parent = model |
| 173 | end |
| 174 | do |
| 175 | local p = Instance.new("Part") |
| 176 | p.Shape = Enum.PartType.Cylinder |
| 177 | p.Name = "MainBud_2_0" |
| 178 | p.Size = Vector3.new(0.716667, 0.13, 0.13) |
| 179 | p.CFrame = CFrame.new(0.315088, 8.11044, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(49)) |
| 180 | p.BrickColor = BrickColor.new("Bright violet") |
| 181 | p.Material = Enum.Material.Glacier |
| 182 | p.MaterialVariant = "2022 Stud" |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Shape = Enum.PartType.Cylinder |
| 189 | p.Name = "MainBud_2_1" |
| 190 | p.Size = Vector3.new(0.716667, 0.13, 0.13) |
| 191 | p.CFrame = CFrame.new(0.097367, 8.11044, -0.299666) * CFrame.Angles(math.rad(0), math.rad(72), math.rad(49)) |
| 192 | p.BrickColor = BrickColor.new("Royal purple") |
| 193 | p.Material = Enum.Material.Glacier |
| 194 | p.MaterialVariant = "2022 Stud" |
| 195 | p.Anchored = true |
| 196 | p.Parent = model |
| 197 | end |
| 198 | do |
| 199 | local p = Instance.new("Part") |
| 200 | p.Shape = Enum.PartType.Cylinder |
| 201 | p.Name = "MainBud_2_2" |
| 202 | p.Size = Vector3.new(0.716667, 0.13, 0.13) |
| 203 | p.CFrame = CFrame.new(-0.254911, 8.11044, -0.185204) * CFrame.Angles(math.rad(0), math.rad(144), math.rad(49)) |
| 204 | p.BrickColor = BrickColor.new("Medium lilac") |
| 205 | p.Material = Enum.Material.Glacier |
| 206 | p.MaterialVariant = "2022 Stud" |
| 207 | p.Anchored = true |
| 208 | p.Parent = model |
| 209 | end |
| 210 | do |
| 211 | local p = Instance.new("Part") |
| 212 | p.Shape = Enum.PartType.Cylinder |
| 213 | p.Name = "MainBud_2_3" |
| 214 | p.Size = Vector3.new(0.716667, 0.13, 0.13) |
| 215 | p.CFrame = CFrame.new(-0.254911, 8.11044, 0.185204) * CFrame.Angles(math.rad(0), math.rad(216), math.rad(49)) |
| 216 | p.BrickColor = BrickColor.new("Bright violet") |
| 217 | p.Material = Enum.Material.Glacier |
| 218 | p.MaterialVariant = "2022 Stud" |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("Part") |
| 224 | p.Shape = Enum.PartType.Cylinder |
| 225 | p.Name = "MainBud_2_4" |
| 226 | p.Size = Vector3.new(0.716667, 0.13, 0.13) |
| 227 | p.CFrame = CFrame.new(0.097367, 8.11044, 0.299666) * CFrame.Angles(math.rad(0), math.rad(288), math.rad(49)) |
| 228 | p.BrickColor = BrickColor.new("Royal purple") |
| 229 | p.Material = Enum.Material.Glacier |
| 230 | p.MaterialVariant = "2022 Stud" |
| 231 | p.Anchored = true |
| 232 | p.Parent = model |
| 233 | end |
| 234 | do |
| 235 | local p = Instance.new("Part") |
| 236 | p.Shape = Enum.PartType.Cylinder |
| 237 | p.Name = "MainBud_3_0" |
| 238 | p.Size = Vector3.new(0.7, 0.12, 0.12) |
| 239 | p.CFrame = CFrame.new(0.261418, 8.51177, -0.189931) * CFrame.Angles(math.rad(0), math.rad(36), math.rad(46)) |
| 240 | p.BrickColor = BrickColor.new("Royal purple") |
| 241 | p.Material = Enum.Material.Glacier |
| 242 | p.MaterialVariant = "2022 Stud" |
| 243 | p.Anchored = true |
| 244 | p.Parent = model |
| 245 | end |
| 246 | do |
| 247 | local p = Instance.new("Part") |
| 248 | p.Shape = Enum.PartType.Cylinder |
| 249 | p.Name = "MainBud_3_1" |
| 250 | p.Size = Vector3.new(0.7, 0.12, 0.12) |
| 251 | p.CFrame = CFrame.new(-0.099853, 8.51177, -0.307315) * CFrame.Angles(math.rad(0), math.rad(108), math.rad(46)) |
| 252 | p.BrickColor = BrickColor.new("Medium lilac") |
| 253 | p.Material = Enum.Material.Glacier |
| 254 | p.MaterialVariant = "2022 Stud" |
| 255 | p.Anchored = true |
| 256 | p.Parent = model |
| 257 | end |
| 258 | do |
| 259 | local p = Instance.new("Part") |
| 260 | p.Shape = Enum.PartType.Cylinder |
| 261 | p.Name = "MainBud_3_2" |
| 262 | p.Size = Vector3.new(0.7, 0.12, 0.12) |
| 263 | p.CFrame = CFrame.new(-0.32313, 8.51177, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(46)) |
| 264 | p.BrickColor = BrickColor.new("Bright violet") |
| 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.Shape = Enum.PartType.Cylinder |
| 273 | p.Name = "MainBud_3_3" |
| 274 | p.Size = Vector3.new(0.7, 0.12, 0.12) |
| 275 | p.CFrame = CFrame.new(-0.099853, 8.51177, 0.307315) * CFrame.Angles(math.rad(0), math.rad(252), math.rad(46)) |
| 276 | p.BrickColor = BrickColor.new("Royal purple") |
| 277 | p.Material = Enum.Material.Glacier |
| 278 | p.MaterialVariant = "2022 Stud" |
| 279 | p.Anchored = true |
| 280 | p.Parent = model |
| 281 | end |
| 282 | do |
| 283 | local p = Instance.new("Part") |
| 284 | p.Shape = Enum.PartType.Cylinder |
| 285 | p.Name = "MainBud_3_4" |
| 286 | p.Size = Vector3.new(0.7, 0.12, 0.12) |
| 287 | p.CFrame = CFrame.new(0.261418, 8.51177, 0.189931) * CFrame.Angles(math.rad(0), math.rad(324), math.rad(46)) |
| 288 | p.BrickColor = BrickColor.new("Bright violet") |
| 289 | p.Material = Enum.Material.Glacier |
| 290 | p.MaterialVariant = "2022 Stud" |
| 291 | p.Anchored = true |
| 292 | p.Parent = model |
| 293 | end |
| 294 | do |
| 295 | local p = Instance.new("Part") |
| 296 | p.Shape = Enum.PartType.Cylinder |
| 297 | p.Name = "MainBud_4_0" |
| 298 | p.Size = Vector3.new(0.683333, 0.11, 0.11) |
| 299 | p.CFrame = CFrame.new(0.329879, 8.91302, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(43)) |
| 300 | p.BrickColor = BrickColor.new("Medium lilac") |
| 301 | p.Material = Enum.Material.Glacier |
| 302 | p.MaterialVariant = "2022 Stud" |
| 303 | p.Anchored = true |
| 304 | p.Parent = model |
| 305 | end |
| 306 | do |
| 307 | local p = Instance.new("Part") |
| 308 | p.Shape = Enum.PartType.Cylinder |
| 309 | p.Name = "MainBud_4_1" |
| 310 | p.Size = Vector3.new(0.683333, 0.11, 0.11) |
| 311 | p.CFrame = CFrame.new(0.101938, 8.91302, -0.313734) * CFrame.Angles(math.rad(0), math.rad(72), math.rad(43)) |
| 312 | p.BrickColor = BrickColor.new("Bright violet") |
| 313 | p.Material = Enum.Material.Glacier |
| 314 | p.MaterialVariant = "2022 Stud" |
| 315 | p.Anchored = true |
| 316 | p.Parent = model |
| 317 | end |
| 318 | do |
| 319 | local p = Instance.new("Part") |
| 320 | p.Shape = Enum.PartType.Cylinder |
| 321 | p.Name = "MainBud_4_2" |
| 322 | p.Size = Vector3.new(0.683333, 0.11, 0.11) |
| 323 | p.CFrame = CFrame.new(-0.266878, 8.91302, -0.193898) * CFrame.Angles(math.rad(0), math.rad(144), math.rad(43)) |
| 324 | p.BrickColor = BrickColor.new("Royal purple") |
| 325 | p.Material = Enum.Material.Glacier |
| 326 | p.MaterialVariant = "2022 Stud" |
| 327 | p.Anchored = true |
| 328 | p.Parent = model |
| 329 | end |
| 330 | do |
| 331 | local p = Instance.new("Part") |
| 332 | p.Shape = Enum.PartType.Cylinder |
| 333 | p.Name = "MainBud_4_3" |
| 334 | p.Size = Vector3.new(0.683333, 0.11, 0.11) |
| 335 | p.CFrame = CFrame.new(-0.266878, 8.91302, 0.193898) * CFrame.Angles(math.rad(0), math.rad(216), math.rad(43)) |
| 336 | p.BrickColor = BrickColor.new("Bright violet") |
| 337 | p.Material = Enum.Material.Glacier |
| 338 | p.MaterialVariant = "2022 Stud" |
| 339 | p.Anchored = true |
| 340 | p.Parent = model |
| 341 | end |
| 342 | do |
| 343 | local p = Instance.new("Part") |
| 344 | p.Shape = Enum.PartType.Cylinder |
| 345 | p.Name = "MainBud_4_4" |
| 346 | p.Size = Vector3.new(0.683333, 0.11, 0.11) |
| 347 | p.CFrame = CFrame.new(0.101938, 8.91302, 0.313734) * CFrame.Angles(math.rad(0), math.rad(288), math.rad(43)) |
| 348 | p.BrickColor = BrickColor.new("Medium lilac") |
| 349 | p.Material = Enum.Material.Glacier |
| 350 | p.MaterialVariant = "2022 Stud" |
| 351 | p.Anchored = true |
| 352 | p.Parent = model |
| 353 | end |
| 354 | do |
| 355 | local p = Instance.new("Part") |
| 356 | p.Shape = Enum.PartType.Cylinder |
| 357 | p.Name = "MainBud_5_0" |
| 358 | p.Size = Vector3.new(0.666667, 0.1, 0.1) |
| 359 | p.CFrame = CFrame.new(0.271302, 9.31426, -0.197113) * CFrame.Angles(math.rad(0), math.rad(36), math.rad(40)) |
| 360 | p.BrickColor = BrickColor.new("Bright violet") |
| 361 | p.Material = Enum.Material.Glacier |
| 362 | p.MaterialVariant = "2022 Stud" |
| 363 | p.Anchored = true |
| 364 | p.Parent = model |
| 365 | end |
| 366 | do |
| 367 | local p = Instance.new("Part") |
| 368 | p.Shape = Enum.PartType.Cylinder |
| 369 | p.Name = "MainBud_5_1" |
| 370 | p.Size = Vector3.new(0.666667, 0.1, 0.1) |
| 371 | p.CFrame = CFrame.new(-0.103628, 9.31426, -0.318935) * CFrame.Angles(math.rad(0), math.rad(108), math.rad(40)) |
| 372 | p.BrickColor = BrickColor.new("Royal purple") |
| 373 | p.Material = Enum.Material.Glacier |
| 374 | p.MaterialVariant = "2022 Stud" |
| 375 | p.Anchored = true |
| 376 | p.Parent = model |
| 377 | end |
| 378 | do |
| 379 | local p = Instance.new("Part") |
| 380 | p.Shape = Enum.PartType.Cylinder |
| 381 | p.Name = "MainBud_5_2" |
| 382 | p.Size = Vector3.new(0.666667, 0.1, 0.1) |
| 383 | p.CFrame = CFrame.new(-0.335348, 9.31426, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(40)) |
| 384 | p.BrickColor = BrickColor.new("Bright violet") |
| 385 | p.Material = Enum.Material.Glacier |
| 386 | p.MaterialVariant = "2022 Stud" |
| 387 | p.Anchored = true |
| 388 | p.Parent = model |
| 389 | end |
| 390 | do |
| 391 | local p = Instance.new("Part") |
| 392 | p.Shape = Enum.PartType.Cylinder |
| 393 | p.Name = "MainBud_5_3" |
| 394 | p.Size = Vector3.new(0.666667, 0.1, 0.1) |
| 395 | p.CFrame = CFrame.new(-0.103628, 9.31426, 0.318935) * CFrame.Angles(math.rad(0), math.rad(252), math.rad(40)) |
| 396 | p.BrickColor = BrickColor.new("Medium lilac") |
| 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.Shape = Enum.PartType.Cylinder |
| 405 | p.Name = "MainBud_5_4" |
| 406 | p.Size = Vector3.new(0.666667, 0.1, 0.1) |
| 407 | p.CFrame = CFrame.new(0.271302, 9.31426, 0.197113) * CFrame.Angles(math.rad(0), math.rad(324), math.rad(40)) |
| 408 | p.BrickColor = BrickColor.new("Royal purple") |
| 409 | p.Material = Enum.Material.Glacier |
| 410 | p.MaterialVariant = "2022 Stud" |
| 411 | p.Anchored = true |
| 412 | p.Parent = model |
| 413 | end |
| 414 | do |
| 415 | local p = Instance.new("Part") |
| 416 | p.Shape = Enum.PartType.Cylinder |
| 417 | p.Name = "MainBud_6_0" |
| 418 | p.Size = Vector3.new(0.65, 0.09, 0.09) |
| 419 | p.CFrame = CFrame.new(0.339557, 9.71559, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(37)) |
| 420 | p.BrickColor = BrickColor.new("Royal purple") |
| 421 | p.Material = Enum.Material.Glacier |
| 422 | p.MaterialVariant = "2022 Stud" |
| 423 | p.Anchored = true |
| 424 | p.Parent = model |
| 425 | end |
| 426 | do |
| 427 | local p = Instance.new("Part") |
| 428 | p.Shape = Enum.PartType.Cylinder |
| 429 | p.Name = "MainBud_6_1" |
| 430 | p.Size = Vector3.new(0.65, 0.09, 0.09) |
| 431 | p.CFrame = CFrame.new(0.104929, 9.71559, -0.322937) * CFrame.Angles(math.rad(0), math.rad(72), math.rad(37)) |
| 432 | p.BrickColor = BrickColor.new("Bright violet") |
| 433 | p.Material = Enum.Material.Glacier |
| 434 | p.MaterialVariant = "2022 Stud" |
| 435 | p.Anchored = true |
| 436 | p.Parent = model |
| 437 | end |
| 438 | do |
| 439 | local p = Instance.new("Part") |
| 440 | p.Shape = Enum.PartType.Cylinder |
| 441 | p.Name = "MainBud_6_2" |
| 442 | p.Size = Vector3.new(0.65, 0.09, 0.09) |
| 443 | p.CFrame = CFrame.new(-0.274707, 9.71559, -0.199586) * CFrame.Angles(math.rad(0), math.rad(144), math.rad(37)) |
| 444 | p.BrickColor = BrickColor.new("Medium lilac") |
| 445 | p.Material = Enum.Material.Glacier |
| 446 | p.MaterialVariant = "2022 Stud" |
| 447 | p.Anchored = true |
| 448 | p.Parent = model |
| 449 | end |
| 450 | do |
| 451 | local p = Instance.new("Part") |
| 452 | p.Shape = Enum.PartType.Cylinder |
| 453 | p.Name = "MainBud_6_3" |
| 454 | p.Size = Vector3.new(0.65, 0.09, 0.09) |
| 455 | p.CFrame = CFrame.new(-0.274707, 9.71559, 0.199586) * CFrame.Angles(math.rad(0), math.rad(216), math.rad(37)) |
| 456 | p.BrickColor = BrickColor.new("Royal purple") |
| 457 | p.Material = Enum.Material.Glacier |
| 458 | p.MaterialVariant = "2022 Stud" |
| 459 | p.Anchored = true |
| 460 | p.Parent = model |
| 461 | end |
| 462 | do |
| 463 | local p = Instance.new("Part") |
| 464 | p.Shape = Enum.PartType.Cylinder |
| 465 | p.Name = "MainBud_6_4" |
| 466 | p.Size = Vector3.new(0.65, 0.09, 0.09) |
| 467 | p.CFrame = CFrame.new(0.104929, 9.71559, 0.322937) * CFrame.Angles(math.rad(0), math.rad(288), math.rad(37)) |
| 468 | p.BrickColor = BrickColor.new("Bright violet") |
| 469 | p.Material = Enum.Material.Glacier |
| 470 | p.MaterialVariant = "2022 Stud" |
| 471 | p.Anchored = true |
| 472 | p.Parent = model |
| 473 | end |
| 474 | do |
| 475 | local p = Instance.new("Part") |
| 476 | p.Shape = Enum.PartType.Cylinder |
| 477 | p.Name = "MainBud_7_0" |
| 478 | p.Size = Vector3.new(0.633333, 0.08, 0.08) |
| 479 | p.CFrame = CFrame.new(0.242204, 10.1171, -0.242204) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(34)) |
| 480 | p.BrickColor = BrickColor.new("Bright violet") |
| 481 | p.Material = Enum.Material.Glacier |
| 482 | p.MaterialVariant = "2022 Stud" |
| 483 | p.Anchored = true |
| 484 | p.Parent = model |
| 485 | end |
| 486 | do |
| 487 | local p = Instance.new("Part") |
| 488 | p.Shape = Enum.PartType.Cylinder |
| 489 | p.Name = "MainBud_7_1" |
| 490 | p.Size = Vector3.new(0.633333, 0.08, 0.08) |
| 491 | p.CFrame = CFrame.new(-0.242204, 10.1171, -0.242204) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(34)) |
| 492 | p.BrickColor = BrickColor.new("Medium lilac") |
| 493 | p.Material = Enum.Material.Glacier |
| 494 | p.MaterialVariant = "2022 Stud" |
| 495 | p.Anchored = true |
| 496 | p.Parent = model |
| 497 | end |
| 498 | do |
| 499 | local p = Instance.new("Part") |
| 500 | p.Shape = Enum.PartType.Cylinder |
| 501 | p.Name = "MainBud_7_2" |
| 502 | p.Size = Vector3.new(0.633333, 0.08, 0.08) |
| 503 | p.CFrame = CFrame.new(-0.242204, 10.1171, 0.242204) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(34)) |
| 504 | p.BrickColor = BrickColor.new("Royal purple") |
| 505 | p.Material = Enum.Material.Glacier |
| 506 | p.MaterialVariant = "2022 Stud" |
| 507 | p.Anchored = true |
| 508 | p.Parent = model |
| 509 | end |
| 510 | do |
| 511 | local p = Instance.new("Part") |
| 512 | p.Shape = Enum.PartType.Cylinder |
| 513 | p.Name = "MainBud_7_3" |
| 514 | p.Size = Vector3.new(0.633333, 0.08, 0.08) |
| 515 | p.CFrame = CFrame.new(0.242204, 10.1171, 0.242204) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(34)) |
| 516 | p.BrickColor = BrickColor.new("Bright violet") |
| 517 | p.Material = Enum.Material.Glacier |
| 518 | p.MaterialVariant = "2022 Stud" |
| 519 | p.Anchored = true |
| 520 | p.Parent = model |
| 521 | end |
| 522 | do |
| 523 | local p = Instance.new("Part") |
| 524 | p.Shape = Enum.PartType.Cylinder |
| 525 | p.Name = "MainBud_8_0" |
| 526 | p.Size = Vector3.new(0.616667, 0.07, 0.07) |
| 527 | p.CFrame = CFrame.new(0.344293, 10.5188, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(31)) |
| 528 | p.BrickColor = BrickColor.new("Medium lilac") |
| 529 | p.Material = Enum.Material.Glacier |
| 530 | p.MaterialVariant = "2022 Stud" |
| 531 | p.Anchored = true |
| 532 | p.Parent = model |
| 533 | end |
| 534 | do |
| 535 | local p = Instance.new("Part") |
| 536 | p.Shape = Enum.PartType.Cylinder |
| 537 | p.Name = "MainBud_8_1" |
| 538 | p.Size = Vector3.new(0.616667, 0.07, 0.07) |
| 539 | p.CFrame = CFrame.new(0, 10.5188, -0.344293) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(31)) |
| 540 | p.BrickColor = BrickColor.new("Royal purple") |
| 541 | p.Material = Enum.Material.Glacier |
| 542 | p.MaterialVariant = "2022 Stud" |
| 543 | p.Anchored = true |
| 544 | p.Parent = model |
| 545 | end |
| 546 | do |
| 547 | local p = Instance.new("Part") |
| 548 | p.Shape = Enum.PartType.Cylinder |
| 549 | p.Name = "MainBud_8_2" |
| 550 | p.Size = Vector3.new(0.616667, 0.07, 0.07) |
| 551 | p.CFrame = CFrame.new(-0.344293, 10.5188, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(31)) |
| 552 | p.BrickColor = BrickColor.new("Bright violet") |
| 553 | p.Material = Enum.Material.Glacier |
| 554 | p.MaterialVariant = "2022 Stud" |
| 555 | p.Anchored = true |
| 556 | p.Parent = model |
| 557 | end |
| 558 | do |
| 559 | local p = Instance.new("Part") |
| 560 | p.Shape = Enum.PartType.Cylinder |
| 561 | p.Name = "MainBud_8_3" |
| 562 | p.Size = Vector3.new(0.616667, 0.11, 0.11) |
| 563 | p.CFrame = CFrame.new(0, 10.5188, 0.344293) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(31)) |
| 564 | p.BrickColor = BrickColor.new("Bright violet") |
| 565 | p.Material = Enum.Material.Glacier |
| 566 | p.MaterialVariant = "2022 Stud" |
| 567 | p.Anchored = true |
| 568 | p.Parent = model |
| 569 | end |
| 570 | do |
| 571 | local p = Instance.new("Part") |
| 572 | p.Shape = Enum.PartType.Cylinder |
| 573 | p.Name = "MainBud_9_0" |
| 574 | p.Size = Vector3.new(0.6, 0.1, 0.1) |
| 575 | p.CFrame = CFrame.new(0.24387, 10.9208, -0.24387) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(28)) |
| 576 | p.BrickColor = BrickColor.new("Royal purple") |
| 577 | p.Material = Enum.Material.Glacier |
| 578 | p.MaterialVariant = "2022 Stud" |
| 579 | p.Anchored = true |
| 580 | p.Parent = model |
| 581 | end |
| 582 | do |
| 583 | local p = Instance.new("Part") |
| 584 | p.Shape = Enum.PartType.Cylinder |
| 585 | p.Name = "MainBud_9_1" |
| 586 | p.Size = Vector3.new(0.6, 0.1, 0.1) |
| 587 | p.CFrame = CFrame.new(-0.24387, 10.9208, -0.24387) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(28)) |
| 588 | p.BrickColor = BrickColor.new("Bright violet") |
| 589 | p.Material = Enum.Material.Glacier |
| 590 | p.MaterialVariant = "2022 Stud" |
| 591 | p.Anchored = true |
| 592 | p.Parent = model |
| 593 | end |
| 594 | do |
| 595 | local p = Instance.new("Part") |
| 596 | p.Shape = Enum.PartType.Cylinder |
| 597 | p.Name = "MainBud_9_2" |
| 598 | p.Size = Vector3.new(0.6, 0.1, 0.1) |
| 599 | p.CFrame = CFrame.new(-0.24387, 10.9208, 0.24387) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(28)) |
| 600 | p.BrickColor = BrickColor.new("Bright violet") |
| 601 | p.Material = Enum.Material.Glacier |
| 602 | p.MaterialVariant = "2022 Stud" |
| 603 | p.Anchored = true |
| 604 | p.Parent = model |
| 605 | end |
| 606 | do |
| 607 | local p = Instance.new("Part") |
| 608 | p.Shape = Enum.PartType.Cylinder |
| 609 | p.Name = "MainBud_9_3" |
| 610 | p.Size = Vector3.new(0.6, 0.1, 0.1) |
| 611 | p.CFrame = CFrame.new(0.24387, 10.9208, 0.24387) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(28)) |
| 612 | p.BrickColor = BrickColor.new("Royal purple") |
| 613 | p.Material = Enum.Material.Glacier |
| 614 | p.MaterialVariant = "2022 Stud" |
| 615 | p.Anchored = true |
| 616 | p.Parent = model |
| 617 | end |
| 618 | do |
| 619 | local p = Instance.new("Part") |
| 620 | p.Shape = Enum.PartType.Cylinder |
| 621 | p.Name = "MainBud_10_0" |
| 622 | p.Size = Vector3.new(0.583333, 0.09, 0.09) |
| 623 | p.CFrame = CFrame.new(0.34434, 11.3233, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(25)) |
| 624 | p.BrickColor = BrickColor.new("Bright violet") |
| 625 | p.Material = Enum.Material.Glacier |
| 626 | p.MaterialVariant = "2022 Stud" |
| 627 | p.Anchored = true |
| 628 | p.Parent = model |
| 629 | end |
| 630 | do |
| 631 | local p = Instance.new("Part") |
| 632 | p.Shape = Enum.PartType.Cylinder |
| 633 | p.Name = "MainBud_10_1" |
| 634 | p.Size = Vector3.new(0.583333, 0.09, 0.09) |
| 635 | p.CFrame = CFrame.new(0, 11.3233, -0.34434) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(25)) |
| 636 | p.BrickColor = BrickColor.new("Bright violet") |
| 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.Shape = Enum.PartType.Cylinder |
| 645 | p.Name = "MainBud_10_2" |
| 646 | p.Size = Vector3.new(0.583333, 0.09, 0.09) |
| 647 | p.CFrame = CFrame.new(-0.34434, 11.3233, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(25)) |
| 648 | p.BrickColor = BrickColor.new("Royal purple") |
| 649 | p.Material = Enum.Material.Glacier |
| 650 | p.MaterialVariant = "2022 Stud" |
| 651 | p.Anchored = true |
| 652 | p.Parent = model |
| 653 | end |
| 654 | do |
| 655 | local p = Instance.new("Part") |
| 656 | p.Shape = Enum.PartType.Cylinder |
| 657 | p.Name = "MainBud_10_3" |
| 658 | p.Size = Vector3.new(0.583333, 0.13, 0.13) |
| 659 | p.CFrame = CFrame.new(0, 11.3233, 0.34434) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(25)) |
| 660 | p.BrickColor = BrickColor.new("Bright violet") |
| 661 | p.Material = Enum.Material.Glacier |
| 662 | p.MaterialVariant = "2022 Stud" |
| 663 | p.Anchored = true |
| 664 | p.Parent = model |
| 665 | end |
| 666 | do |
| 667 | local p = Instance.new("Part") |
| 668 | p.Shape = Enum.PartType.Cylinder |
| 669 | p.Name = "MainBud_11_0" |
| 670 | p.Size = Vector3.new(0.566667, 0.08, 0.08) |
| 671 | p.CFrame = CFrame.new(0.242327, 11.7261, -0.242327) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(22)) |
| 672 | p.BrickColor = BrickColor.new("Bright violet") |
| 673 | p.Material = Enum.Material.Glacier |
| 674 | p.MaterialVariant = "2022 Stud" |
| 675 | p.Anchored = true |
| 676 | p.Parent = model |
| 677 | end |
| 678 | do |
| 679 | local p = Instance.new("Part") |
| 680 | p.Shape = Enum.PartType.Cylinder |
| 681 | p.Name = "MainBud_11_1" |
| 682 | p.Size = Vector3.new(0.566667, 0.12, 0.12) |
| 683 | p.CFrame = CFrame.new(-0.242327, 11.7261, -0.242327) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(22)) |
| 684 | p.BrickColor = BrickColor.new("Royal purple") |
| 685 | p.Material = Enum.Material.Glacier |
| 686 | p.MaterialVariant = "2022 Stud" |
| 687 | p.Anchored = true |
| 688 | p.Parent = model |
| 689 | end |
| 690 | do |
| 691 | local p = Instance.new("Part") |
| 692 | p.Shape = Enum.PartType.Cylinder |
| 693 | p.Name = "MainBud_11_2" |
| 694 | p.Size = Vector3.new(0.566667, 0.16, 0.16) |
| 695 | p.CFrame = CFrame.new(-0.242327, 11.7261, 0.242327) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(22)) |
| 696 | p.BrickColor = BrickColor.new("Bright violet") |
| 697 | p.Material = Enum.Material.Glacier |
| 698 | p.MaterialVariant = "2022 Stud" |
| 699 | p.Anchored = true |
| 700 | p.Parent = model |
| 701 | end |
| 702 | do |
| 703 | local p = Instance.new("Part") |
| 704 | p.Shape = Enum.PartType.Cylinder |
| 705 | p.Name = "MainBud_11_3" |
| 706 | p.Size = Vector3.new(0.566667, 0.2, 0.2) |
| 707 | p.CFrame = CFrame.new(0.242327, 11.7261, 0.242327) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(22)) |
| 708 | p.BrickColor = BrickColor.new("Bright violet") |
| 709 | p.Material = Enum.Material.Glacier |
| 710 | p.MaterialVariant = "2022 Stud" |
| 711 | p.Anchored = true |
| 712 | p.Parent = model |
| 713 | end |
| 714 | do |
| 715 | local p = Instance.new("Part") |
| 716 | p.Shape = Enum.PartType.Cylinder |
| 717 | p.Name = "MainBud_12_0" |
| 718 | p.Size = Vector3.new(0.55, 0.11, 0.11) |
| 719 | p.CFrame = CFrame.new(0.340018, 12.1295, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(19)) |
| 720 | p.BrickColor = BrickColor.new("Royal purple") |
| 721 | p.Material = Enum.Material.Glacier |
| 722 | p.MaterialVariant = "2022 Stud" |
| 723 | p.Anchored = true |
| 724 | p.Parent = model |
| 725 | end |
| 726 | do |
| 727 | local p = Instance.new("Part") |
| 728 | p.Shape = Enum.PartType.Cylinder |
| 729 | p.Name = "MainBud_12_1" |
| 730 | p.Size = Vector3.new(0.55, 0.15, 0.15) |
| 731 | p.CFrame = CFrame.new(0, 12.1295, -0.340018) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(19)) |
| 732 | p.BrickColor = BrickColor.new("Bright violet") |
| 733 | p.Material = Enum.Material.Glacier |
| 734 | p.MaterialVariant = "2022 Stud" |
| 735 | p.Anchored = true |
| 736 | p.Parent = model |
| 737 | end |
| 738 | do |
| 739 | local p = Instance.new("Part") |
| 740 | p.Shape = Enum.PartType.Cylinder |
| 741 | p.Name = "MainBud_12_2" |
| 742 | p.Size = Vector3.new(0.55, 0.19, 0.19) |
| 743 | p.CFrame = CFrame.new(-0.340018, 12.1295, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(19)) |
| 744 | p.BrickColor = BrickColor.new("Bright violet") |
| 745 | p.Material = Enum.Material.Glacier |
| 746 | p.MaterialVariant = "2022 Stud" |
| 747 | p.Anchored = true |
| 748 | p.Parent = model |
| 749 | end |
| 750 | do |
| 751 | local p = Instance.new("Part") |
| 752 | p.Shape = Enum.PartType.Cylinder |
| 753 | p.Name = "MainBud_12_3" |
| 754 | p.Size = Vector3.new(0.55, 0.23, 0.23) |
| 755 | p.CFrame = CFrame.new(0, 12.1295, 0.340018) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(19)) |
| 756 | p.BrickColor = BrickColor.new("Royal purple") |
| 757 | p.Material = Enum.Material.Glacier |
| 758 | p.MaterialVariant = "2022 Stud" |
| 759 | p.Anchored = true |
| 760 | p.Parent = model |
| 761 | end |
| 762 | do |
| 763 | local p = Instance.new("Part") |
| 764 | p.Shape = Enum.PartType.Cylinder |
| 765 | p.Name = "MainBud_13_0" |
| 766 | p.Size = Vector3.new(0.533333, 0.18, 0.18) |
| 767 | p.CFrame = CFrame.new(0.168168, 12.5335, -0.291276) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(16)) |
| 768 | p.BrickColor = BrickColor.new("Bright violet") |
| 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.Shape = Enum.PartType.Cylinder |
| 777 | p.Name = "MainBud_13_1" |
| 778 | p.Size = Vector3.new(0.533333, 0.18, 0.18) |
| 779 | p.CFrame = CFrame.new(-0.336336, 12.5335, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(16)) |
| 780 | p.BrickColor = BrickColor.new("Bright violet") |
| 781 | p.Material = Enum.Material.Glacier |
| 782 | p.MaterialVariant = "2022 Stud" |
| 783 | p.Anchored = true |
| 784 | p.Parent = model |
| 785 | end |
| 786 | do |
| 787 | local p = Instance.new("Part") |
| 788 | p.Shape = Enum.PartType.Cylinder |
| 789 | p.Name = "MainBud_13_2" |
| 790 | p.Size = Vector3.new(0.533333, 0.22, 0.22) |
| 791 | p.CFrame = CFrame.new(0.168168, 12.5335, 0.291276) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(16)) |
| 792 | p.BrickColor = BrickColor.new("Royal purple") |
| 793 | p.Material = Enum.Material.Glacier |
| 794 | p.MaterialVariant = "2022 Stud" |
| 795 | p.Anchored = true |
| 796 | p.Parent = model |
| 797 | end |
| 798 | do |
| 799 | local p = Instance.new("Part") |
| 800 | p.Shape = Enum.PartType.Cylinder |
| 801 | p.Name = "MainBud_14_0" |
| 802 | p.Size = Vector3.new(0.516667, 0.17, 0.17) |
| 803 | p.CFrame = CFrame.new(0.331712, 12.9381, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(13)) |
| 804 | p.BrickColor = BrickColor.new("Bright violet") |
| 805 | p.Material = Enum.Material.Glacier |
| 806 | p.MaterialVariant = "2022 Stud" |
| 807 | p.Anchored = true |
| 808 | p.Parent = model |
| 809 | end |
| 810 | do |
| 811 | local p = Instance.new("Part") |
| 812 | p.Shape = Enum.PartType.Cylinder |
| 813 | p.Name = "MainBud_14_1" |
| 814 | p.Size = Vector3.new(0.516667, 0.17, 0.17) |
| 815 | p.CFrame = CFrame.new(-0.165856, 12.9381, -0.287271) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(13)) |
| 816 | p.BrickColor = BrickColor.new("Royal purple") |
| 817 | p.Material = Enum.Material.Glacier |
| 818 | p.MaterialVariant = "2022 Stud" |
| 819 | p.Anchored = true |
| 820 | p.Parent = model |
| 821 | end |
| 822 | do |
| 823 | local p = Instance.new("Part") |
| 824 | p.Shape = Enum.PartType.Cylinder |
| 825 | p.Name = "MainBud_14_2" |
| 826 | p.Size = Vector3.new(0.516667, 0.21, 0.21) |
| 827 | p.CFrame = CFrame.new(-0.165856, 12.9381, 0.287271) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(13)) |
| 828 | p.BrickColor = BrickColor.new("Medium lilac") |
| 829 | p.Material = Enum.Material.Glacier |
| 830 | p.MaterialVariant = "2022 Stud" |
| 831 | p.Anchored = true |
| 832 | p.Parent = model |
| 833 | end |
| 834 | do |
| 835 | local p = Instance.new("Part") |
| 836 | p.Shape = Enum.PartType.Cylinder |
| 837 | p.Name = "MainBud_15_0" |
| 838 | p.Size = Vector3.new(0.5, 0.2, 0.2) |
| 839 | p.CFrame = CFrame.new(0.163101, 13.3434, -0.282499) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(10)) |
| 840 | p.BrickColor = BrickColor.new("Royal purple") |
| 841 | p.Material = Enum.Material.Glacier |
| 842 | p.MaterialVariant = "2022 Stud" |
| 843 | p.Anchored = true |
| 844 | p.Parent = model |
| 845 | end |
| 846 | do |
| 847 | local p = Instance.new("Part") |
| 848 | p.Shape = Enum.PartType.Cylinder |
| 849 | p.Name = "MainBud_15_1" |
| 850 | p.Size = Vector3.new(0.5, 0.2, 0.2) |
| 851 | p.CFrame = CFrame.new(-0.326202, 13.3434, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(10)) |
| 852 | p.BrickColor = BrickColor.new("Medium lilac") |
| 853 | p.Material = Enum.Material.Glacier |
| 854 | p.MaterialVariant = "2022 Stud" |
| 855 | p.Anchored = true |
| 856 | p.Parent = model |
| 857 | end |
| 858 | do |
| 859 | local p = Instance.new("Part") |
| 860 | p.Shape = Enum.PartType.Cylinder |
| 861 | p.Name = "MainBud_15_2" |
| 862 | p.Size = Vector3.new(0.5, 0.2, 0.2) |
| 863 | p.CFrame = CFrame.new(0.163101, 13.3434, 0.282499) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(10)) |
| 864 | p.BrickColor = BrickColor.new("Bright violet") |
| 865 | p.Material = Enum.Material.Glacier |
| 866 | p.MaterialVariant = "2022 Stud" |
| 867 | p.Anchored = true |
| 868 | p.Parent = model |
| 869 | end |
| 870 | do |
| 871 | local p = Instance.new("Part") |
| 872 | p.Shape = Enum.PartType.Cylinder |
| 873 | p.Name = "SubStem" |
| 874 | p.Size = Vector3.new(5.90085, 0.08, 0.08) |
| 875 | p.CFrame = CFrame.new(1.15, 3.25, 0.3) * CFrame.Angles(math.rad(0), math.rad(-10.7843), math.rad(68.7597)) |
| 876 | p.BrickColor = BrickColor.new("Forest green") |
| 877 | p.Material = Enum.Material.Glacier |
| 878 | p.MaterialVariant = "2022 Stud" |
| 879 | p.Anchored = true |
| 880 | p.Parent = model |
| 881 | end |
| 882 | do |
| 883 | local p = Instance.new("Part") |
| 884 | p.Shape = Enum.PartType.Cylinder |
| 885 | p.Name = "SubBud_0_0" |
| 886 | p.Size = Vector3.new(0.65, 0.1, 0.1) |
| 887 | p.CFrame = CFrame.new(2.46641, 6.26622, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(55)) |
| 888 | p.BrickColor = BrickColor.new("Medium lilac") |
| 889 | p.Material = Enum.Material.Glacier |
| 890 | p.MaterialVariant = "2022 Stud" |
| 891 | p.Anchored = true |
| 892 | p.Parent = model |
| 893 | end |
| 894 | do |
| 895 | local p = Instance.new("Part") |
| 896 | p.Shape = Enum.PartType.Cylinder |
| 897 | p.Name = "SubBud_0_1" |
| 898 | p.Size = Vector3.new(0.65, 0.26, 0.26) |
| 899 | p.CFrame = CFrame.new(2.28233, 6.26622, 0.246627) * CFrame.Angles(math.rad(0), math.rad(72), math.rad(55)) |
| 900 | p.BrickColor = BrickColor.new("Bright violet") |
| 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.Shape = Enum.PartType.Cylinder |
| 909 | p.Name = "SubBud_0_2" |
| 910 | p.Size = Vector3.new(0.65, 0.1, 0.1) |
| 911 | p.CFrame = CFrame.new(1.98447, 6.26622, 0.343407) * CFrame.Angles(math.rad(0), math.rad(144), math.rad(55)) |
| 912 | p.BrickColor = BrickColor.new("Bright violet") |
| 913 | p.Material = Enum.Material.Glacier |
| 914 | p.MaterialVariant = "2022 Stud" |
| 915 | p.Anchored = true |
| 916 | p.Parent = model |
| 917 | end |
| 918 | do |
| 919 | local p = Instance.new("Part") |
| 920 | p.Shape = Enum.PartType.Cylinder |
| 921 | p.Name = "SubBud_0_3" |
| 922 | p.Size = Vector3.new(0.65, 0.1, 0.1) |
| 923 | p.CFrame = CFrame.new(1.98447, 6.26622, 0.656593) * CFrame.Angles(math.rad(0), math.rad(216), math.rad(55)) |
| 924 | p.BrickColor = BrickColor.new("Medium lilac") |
| 925 | p.Material = Enum.Material.Glacier |
| 926 | p.MaterialVariant = "2022 Stud" |
| 927 | p.Anchored = true |
| 928 | p.Parent = model |
| 929 | end |
| 930 | do |
| 931 | local p = Instance.new("Part") |
| 932 | p.Shape = Enum.PartType.Cylinder |
| 933 | p.Name = "SubBud_0_4" |
| 934 | p.Size = Vector3.new(0.65, 0.1, 0.1) |
| 935 | p.CFrame = CFrame.new(2.28233, 6.26622, 0.753373) * CFrame.Angles(math.rad(0), math.rad(288), math.rad(55)) |
| 936 | p.BrickColor = BrickColor.new("Bright violet") |
| 937 | p.Material = Enum.Material.Glacier |
| 938 | p.MaterialVariant = "2022 Stud" |
| 939 | p.Anchored = true |
| 940 | p.Parent = model |
| 941 | end |
| 942 | do |
| 943 | local p = Instance.new("Part") |
| 944 | p.Shape = Enum.PartType.Cylinder |
| 945 | p.Name = "SubBud_1_0" |
| 946 | p.Size = Vector3.new(0.631818, 0.090909, 0.090909) |
| 947 | p.CFrame = CFrame.new(2.47015, 6.65428, 0.32985) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(50.9091)) |
| 948 | p.BrickColor = BrickColor.new("Bright violet") |
| 949 | p.Material = Enum.Material.Glacier |
| 950 | p.MaterialVariant = "2022 Stud" |
| 951 | p.Anchored = true |
| 952 | p.Parent = model |
| 953 | end |
| 954 | do |
| 955 | local p = Instance.new("Part") |
| 956 | p.Shape = Enum.PartType.Cylinder |
| 957 | p.Name = "SubBud_1_1" |
| 958 | p.Size = Vector3.new(0.631818, 0.090909, 0.090909) |
| 959 | p.CFrame = CFrame.new(2.07531, 6.65428, 0.32985) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(50.9091)) |
| 960 | p.BrickColor = BrickColor.new("Bright violet") |
| 961 | p.Material = Enum.Material.Glacier |
| 962 | p.MaterialVariant = "2022 Stud" |
| 963 | p.Anchored = true |
| 964 | p.Parent = model |
| 965 | end |
| 966 | do |
| 967 | local p = Instance.new("Part") |
| 968 | p.Shape = Enum.PartType.Cylinder |
| 969 | p.Name = "SubBud_1_2" |
| 970 | p.Size = Vector3.new(0.631818, 0.090909, 0.090909) |
| 971 | p.CFrame = CFrame.new(2.07531, 6.65428, 0.724695) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(50.9091)) |
| 972 | p.BrickColor = BrickColor.new("Medium lilac") |
| 973 | p.Material = Enum.Material.Glacier |
| 974 | p.MaterialVariant = "2022 Stud" |
| 975 | p.Anchored = true |
| 976 | p.Parent = model |
| 977 | end |
| 978 | do |
| 979 | local p = Instance.new("Part") |
| 980 | p.Shape = Enum.PartType.Cylinder |
| 981 | p.Name = "SubBud_1_3" |
| 982 | p.Size = Vector3.new(0.631818, 0.090909, 0.090909) |
| 983 | p.CFrame = CFrame.new(2.47015, 6.65428, 0.724695) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(50.9091)) |
| 984 | p.BrickColor = BrickColor.new("Bright violet") |
| 985 | p.Material = Enum.Material.Glacier |
| 986 | p.MaterialVariant = "2022 Stud" |
| 987 | p.Anchored = true |
| 988 | p.Parent = model |
| 989 | end |
| 990 | do |
| 991 | local p = Instance.new("Part") |
| 992 | p.Shape = Enum.PartType.Cylinder |
| 993 | p.Name = "SubBud_2_0" |
| 994 | p.Size = Vector3.new(0.613636, 0.081818, 0.081818) |
| 995 | p.CFrame = CFrame.new(2.63542, 7.04191, 0.554545) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(46.8182)) |
| 996 | p.BrickColor = BrickColor.new("Bright violet") |
| 997 | p.Material = Enum.Material.Glacier |
| 998 | p.MaterialVariant = "2022 Stud" |
| 999 | p.Anchored = true |
| 1000 | p.Parent = model |
| 1001 | end |
| 1002 | do |
| 1003 | local p = Instance.new("Part") |
| 1004 | p.Shape = Enum.PartType.Cylinder |
| 1005 | p.Name = "SubBud_2_1" |
| 1006 | p.Size = Vector3.new(0.613636, 0.081818, 0.081818) |
| 1007 | p.CFrame = CFrame.new(2.34545, 7.04191, 0.264585) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(46.8182)) |
| 1008 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1009 | p.Material = Enum.Material.Glacier |
| 1010 | p.MaterialVariant = "2022 Stud" |
| 1011 | p.Anchored = true |
| 1012 | p.Parent = model |
| 1013 | end |
| 1014 | do |
| 1015 | local p = Instance.new("Part") |
| 1016 | p.Shape = Enum.PartType.Cylinder |
| 1017 | p.Name = "SubBud_2_2" |
| 1018 | p.Size = Vector3.new(0.613636, 0.081818, 0.081818) |
| 1019 | p.CFrame = CFrame.new(2.05549, 7.04191, 0.554545) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(46.8182)) |
| 1020 | p.BrickColor = BrickColor.new("Bright violet") |
| 1021 | p.Material = Enum.Material.Glacier |
| 1022 | p.MaterialVariant = "2022 Stud" |
| 1023 | p.Anchored = true |
| 1024 | p.Parent = model |
| 1025 | end |
| 1026 | do |
| 1027 | local p = Instance.new("Part") |
| 1028 | p.Shape = Enum.PartType.Cylinder |
| 1029 | p.Name = "SubBud_2_3" |
| 1030 | p.Size = Vector3.new(0.613636, 0.081818, 0.081818) |
| 1031 | p.CFrame = CFrame.new(2.34545, 7.04191, 0.844506) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(46.8182)) |
| 1032 | p.BrickColor = BrickColor.new("Bright violet") |
| 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.Shape = Enum.PartType.Cylinder |
| 1041 | p.Name = "SubBud_3_0" |
| 1042 | p.Size = Vector3.new(0.595455, 0.072727, 0.072727) |
| 1043 | p.CFrame = CFrame.new(2.6294, 7.42928, 0.3706) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(42.7273)) |
| 1044 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1045 | p.Material = Enum.Material.Glacier |
| 1046 | p.MaterialVariant = "2022 Stud" |
| 1047 | p.Anchored = true |
| 1048 | p.Parent = model |
| 1049 | end |
| 1050 | do |
| 1051 | local p = Instance.new("Part") |
| 1052 | p.Shape = Enum.PartType.Cylinder |
| 1053 | p.Name = "SubBud_3_1" |
| 1054 | p.Size = Vector3.new(0.595455, 0.072727, 0.072727) |
| 1055 | p.CFrame = CFrame.new(2.20696, 7.42928, 0.3706) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(42.7273)) |
| 1056 | p.BrickColor = BrickColor.new("Bright violet") |
| 1057 | p.Material = Enum.Material.Glacier |
| 1058 | p.MaterialVariant = "2022 Stud" |
| 1059 | p.Anchored = true |
| 1060 | p.Parent = model |
| 1061 | end |
| 1062 | do |
| 1063 | local p = Instance.new("Part") |
| 1064 | p.Shape = Enum.PartType.Cylinder |
| 1065 | p.Name = "SubBud_3_2" |
| 1066 | p.Size = Vector3.new(0.595455, 0.072727, 0.072727) |
| 1067 | p.CFrame = CFrame.new(2.20696, 7.42928, 0.793037) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(42.7273)) |
| 1068 | p.BrickColor = BrickColor.new("Bright violet") |
| 1069 | p.Material = Enum.Material.Glacier |
| 1070 | p.MaterialVariant = "2022 Stud" |
| 1071 | p.Anchored = true |
| 1072 | p.Parent = model |
| 1073 | end |
| 1074 | do |
| 1075 | local p = Instance.new("Part") |
| 1076 | p.Shape = Enum.PartType.Cylinder |
| 1077 | p.Name = "SubBud_3_3" |
| 1078 | p.Size = Vector3.new(0.595455, 0.072727, 0.072727) |
| 1079 | p.CFrame = CFrame.new(2.6294, 7.42928, 0.793037) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(42.7273)) |
| 1080 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1081 | p.Material = Enum.Material.Glacier |
| 1082 | p.MaterialVariant = "2022 Stud" |
| 1083 | p.Anchored = true |
| 1084 | p.Parent = model |
| 1085 | end |
| 1086 | do |
| 1087 | local p = Instance.new("Part") |
| 1088 | p.Shape = Enum.PartType.Cylinder |
| 1089 | p.Name = "SubBud_4_0" |
| 1090 | p.Size = Vector3.new(0.577273, 0.063636, 0.063636) |
| 1091 | p.CFrame = CFrame.new(2.79637, 7.81658, 0.609091) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(38.6364)) |
| 1092 | p.BrickColor = BrickColor.new("Bright violet") |
| 1093 | p.Material = Enum.Material.Glacier |
| 1094 | p.MaterialVariant = "2022 Stud" |
| 1095 | p.Anchored = true |
| 1096 | p.Parent = model |
| 1097 | end |
| 1098 | do |
| 1099 | local p = Instance.new("Part") |
| 1100 | p.Shape = Enum.PartType.Cylinder |
| 1101 | p.Name = "SubBud_4_1" |
| 1102 | p.Size = Vector3.new(0.577273, 0.063636, 0.063636) |
| 1103 | p.CFrame = CFrame.new(2.49091, 7.81658, 0.30363) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(38.6364)) |
| 1104 | p.BrickColor = BrickColor.new("Bright violet") |
| 1105 | p.Material = Enum.Material.Glacier |
| 1106 | p.MaterialVariant = "2022 Stud" |
| 1107 | p.Anchored = true |
| 1108 | p.Parent = model |
| 1109 | end |
| 1110 | do |
| 1111 | local p = Instance.new("Part") |
| 1112 | p.Shape = Enum.PartType.Cylinder |
| 1113 | p.Name = "SubBud_4_2" |
| 1114 | p.Size = Vector3.new(0.577273, 0.063636, 0.063636) |
| 1115 | p.CFrame = CFrame.new(2.18545, 7.81658, 0.609091) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(38.6364)) |
| 1116 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1117 | p.Material = Enum.Material.Glacier |
| 1118 | p.MaterialVariant = "2022 Stud" |
| 1119 | p.Anchored = true |
| 1120 | p.Parent = model |
| 1121 | end |
| 1122 | do |
| 1123 | local p = Instance.new("Part") |
| 1124 | p.Shape = Enum.PartType.Cylinder |
| 1125 | p.Name = "SubBud_4_3" |
| 1126 | p.Size = Vector3.new(0.577273, 0.063636, 0.063636) |
| 1127 | p.CFrame = CFrame.new(2.49091, 7.81658, 0.914552) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(38.6364)) |
| 1128 | p.BrickColor = BrickColor.new("Bright violet") |
| 1129 | p.Material = Enum.Material.Glacier |
| 1130 | p.MaterialVariant = "2022 Stud" |
| 1131 | p.Anchored = true |
| 1132 | p.Parent = model |
| 1133 | end |
| 1134 | do |
| 1135 | local p = Instance.new("Part") |
| 1136 | p.Shape = Enum.PartType.Cylinder |
| 1137 | p.Name = "SubBud_5_0" |
| 1138 | p.Size = Vector3.new(0.559091, 0.094545, 0.094545) |
| 1139 | p.CFrame = CFrame.new(2.78302, 8.20397, 0.41698) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(34.5455)) |
| 1140 | p.BrickColor = BrickColor.new("Bright violet") |
| 1141 | p.Material = Enum.Material.Glacier |
| 1142 | p.MaterialVariant = "2022 Stud" |
| 1143 | p.Anchored = true |
| 1144 | p.Parent = model |
| 1145 | end |
| 1146 | do |
| 1147 | local p = Instance.new("Part") |
| 1148 | p.Shape = Enum.PartType.Cylinder |
| 1149 | p.Name = "SubBud_5_1" |
| 1150 | p.Size = Vector3.new(0.559091, 0.094545, 0.094545) |
| 1151 | p.CFrame = CFrame.new(2.34425, 8.20397, 0.41698) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(34.5455)) |
| 1152 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1153 | p.Material = Enum.Material.Glacier |
| 1154 | p.MaterialVariant = "2022 Stud" |
| 1155 | p.Anchored = true |
| 1156 | p.Parent = model |
| 1157 | end |
| 1158 | do |
| 1159 | local p = Instance.new("Part") |
| 1160 | p.Shape = Enum.PartType.Cylinder |
| 1161 | p.Name = "SubBud_5_2" |
| 1162 | p.Size = Vector3.new(0.559091, 0.094545, 0.094545) |
| 1163 | p.CFrame = CFrame.new(2.34425, 8.20397, 0.855747) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(34.5455)) |
| 1164 | p.BrickColor = BrickColor.new("Bright violet") |
| 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.Shape = Enum.PartType.Cylinder |
| 1173 | p.Name = "SubBud_5_3" |
| 1174 | p.Size = Vector3.new(0.559091, 0.094545, 0.094545) |
| 1175 | p.CFrame = CFrame.new(2.78302, 8.20397, 0.855747) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(34.5455)) |
| 1176 | p.BrickColor = BrickColor.new("Bright violet") |
| 1177 | p.Material = Enum.Material.Glacier |
| 1178 | p.MaterialVariant = "2022 Stud" |
| 1179 | p.Anchored = true |
| 1180 | p.Parent = model |
| 1181 | end |
| 1182 | do |
| 1183 | local p = Instance.new("Part") |
| 1184 | p.Shape = Enum.PartType.Cylinder |
| 1185 | p.Name = "SubBud_6_0" |
| 1186 | p.Size = Vector3.new(0.540909, 0.085455, 0.085455) |
| 1187 | p.CFrame = CFrame.new(2.9495, 8.59163, 0.663636) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30.4545)) |
| 1188 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1189 | p.Material = Enum.Material.Glacier |
| 1190 | p.MaterialVariant = "2022 Stud" |
| 1191 | p.Anchored = true |
| 1192 | p.Parent = model |
| 1193 | end |
| 1194 | do |
| 1195 | local p = Instance.new("Part") |
| 1196 | p.Shape = Enum.PartType.Cylinder |
| 1197 | p.Name = "SubBud_6_1" |
| 1198 | p.Size = Vector3.new(0.540909, 0.085455, 0.085455) |
| 1199 | p.CFrame = CFrame.new(2.47979, 8.59163, 0.392449) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(30.4545)) |
| 1200 | p.BrickColor = BrickColor.new("Bright violet") |
| 1201 | p.Material = Enum.Material.Glacier |
| 1202 | p.MaterialVariant = "2022 Stud" |
| 1203 | p.Anchored = true |
| 1204 | p.Parent = model |
| 1205 | end |
| 1206 | do |
| 1207 | local p = Instance.new("Part") |
| 1208 | p.Shape = Enum.PartType.Cylinder |
| 1209 | p.Name = "SubBud_6_2" |
| 1210 | p.Size = Vector3.new(0.540909, 0.085455, 0.085455) |
| 1211 | p.CFrame = CFrame.new(2.47979, 8.59163, 0.934824) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(30.4545)) |
| 1212 | p.BrickColor = BrickColor.new("Bright violet") |
| 1213 | p.Material = Enum.Material.Glacier |
| 1214 | p.MaterialVariant = "2022 Stud" |
| 1215 | p.Anchored = true |
| 1216 | p.Parent = model |
| 1217 | end |
| 1218 | do |
| 1219 | local p = Instance.new("Part") |
| 1220 | p.Shape = Enum.PartType.Cylinder |
| 1221 | p.Name = "SubBud_7_0" |
| 1222 | p.Size = Vector3.new(0.522727, 0.156364, 0.156364) |
| 1223 | p.CFrame = CFrame.new(2.86618, 8.9797, 0.418821) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(26.3636)) |
| 1224 | p.BrickColor = BrickColor.new("Bright violet") |
| 1225 | p.Material = Enum.Material.Glacier |
| 1226 | p.MaterialVariant = "2022 Stud" |
| 1227 | p.Anchored = true |
| 1228 | p.Parent = model |
| 1229 | end |
| 1230 | do |
| 1231 | local p = Instance.new("Part") |
| 1232 | p.Shape = Enum.PartType.Cylinder |
| 1233 | p.Name = "SubBud_7_1" |
| 1234 | p.Size = Vector3.new(0.522727, 0.156364, 0.156364) |
| 1235 | p.CFrame = CFrame.new(2.39491, 8.9797, 0.690909) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(26.3636)) |
| 1236 | p.BrickColor = BrickColor.new("Bright violet") |
| 1237 | p.Material = Enum.Material.Glacier |
| 1238 | p.MaterialVariant = "2022 Stud" |
| 1239 | p.Anchored = true |
| 1240 | p.Parent = model |
| 1241 | end |
| 1242 | do |
| 1243 | local p = Instance.new("Part") |
| 1244 | p.Shape = Enum.PartType.Cylinder |
| 1245 | p.Name = "SubBud_7_2" |
| 1246 | p.Size = Vector3.new(0.522727, 0.156364, 0.156364) |
| 1247 | p.CFrame = CFrame.new(2.86618, 8.9797, 0.962997) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(26.3636)) |
| 1248 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1249 | p.Material = Enum.Material.Glacier |
| 1250 | p.MaterialVariant = "2022 Stud" |
| 1251 | p.Anchored = true |
| 1252 | p.Parent = model |
| 1253 | end |
| 1254 | do |
| 1255 | local p = Instance.new("Part") |
| 1256 | p.Shape = Enum.PartType.Cylinder |
| 1257 | p.Name = "SubBud_8_0" |
| 1258 | p.Size = Vector3.new(0.504545, 0.147273, 0.147273) |
| 1259 | p.CFrame = CFrame.new(3.09527, 9.36834, 0.718182) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(22.2727)) |
| 1260 | p.BrickColor = BrickColor.new("Bright violet") |
| 1261 | p.Material = Enum.Material.Glacier |
| 1262 | p.MaterialVariant = "2022 Stud" |
| 1263 | p.Anchored = true |
| 1264 | p.Parent = model |
| 1265 | end |
| 1266 | do |
| 1267 | local p = Instance.new("Part") |
| 1268 | p.Shape = Enum.PartType.Cylinder |
| 1269 | p.Name = "SubBud_8_1" |
| 1270 | p.Size = Vector3.new(0.504545, 0.147273, 0.147273) |
| 1271 | p.CFrame = CFrame.new(2.62509, 9.36834, 0.446726) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(22.2727)) |
| 1272 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1273 | p.Material = Enum.Material.Glacier |
| 1274 | p.MaterialVariant = "2022 Stud" |
| 1275 | p.Anchored = true |
| 1276 | p.Parent = model |
| 1277 | end |
| 1278 | do |
| 1279 | local p = Instance.new("Part") |
| 1280 | p.Shape = Enum.PartType.Cylinder |
| 1281 | p.Name = "SubBud_8_2" |
| 1282 | p.Size = Vector3.new(0.504545, 0.187273, 0.187273) |
| 1283 | p.CFrame = CFrame.new(2.62509, 9.36834, 0.989638) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(22.2727)) |
| 1284 | p.BrickColor = BrickColor.new("Bright violet") |
| 1285 | p.Material = Enum.Material.Glacier |
| 1286 | p.MaterialVariant = "2022 Stud" |
| 1287 | p.Anchored = true |
| 1288 | p.Parent = model |
| 1289 | end |
| 1290 | do |
| 1291 | local p = Instance.new("Part") |
| 1292 | p.Shape = Enum.PartType.Cylinder |
| 1293 | p.Name = "SubBud_9_0" |
| 1294 | p.Size = Vector3.new(0.486364, 0.178182, 0.178182) |
| 1295 | p.CFrame = CFrame.new(3.01006, 9.7577, 0.476086) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(18.1818)) |
| 1296 | p.BrickColor = BrickColor.new("Medium lilac") |
| 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.Shape = Enum.PartType.Cylinder |
| 1305 | p.Name = "SubBud_9_1" |
| 1306 | p.Size = Vector3.new(0.486364, 0.178182, 0.178182) |
| 1307 | p.CFrame = CFrame.new(2.54351, 9.7577, 0.745455) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(18.1818)) |
| 1308 | p.BrickColor = BrickColor.new("Bright violet") |
| 1309 | p.Material = Enum.Material.Glacier |
| 1310 | p.MaterialVariant = "2022 Stud" |
| 1311 | p.Anchored = true |
| 1312 | p.Parent = model |
| 1313 | end |
| 1314 | do |
| 1315 | local p = Instance.new("Part") |
| 1316 | p.Shape = Enum.PartType.Cylinder |
| 1317 | p.Name = "SubBud_9_2" |
| 1318 | p.Size = Vector3.new(0.486364, 0.218182, 0.218182) |
| 1319 | p.CFrame = CFrame.new(3.01006, 9.7577, 1.01482) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(18.1818)) |
| 1320 | p.BrickColor = BrickColor.new("Bright violet") |
| 1321 | p.Material = Enum.Material.Glacier |
| 1322 | p.MaterialVariant = "2022 Stud" |
| 1323 | p.Anchored = true |
| 1324 | p.Parent = model |
| 1325 | end |
| 1326 | do |
| 1327 | local p = Instance.new("Part") |
| 1328 | p.Shape = Enum.PartType.Cylinder |
| 1329 | p.Name = "SubBud_10_0" |
| 1330 | p.Size = Vector3.new(0.468182, 0.169091, 0.169091) |
| 1331 | p.CFrame = CFrame.new(3.23432, 10.1479, 0.772727) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(14.0909)) |
| 1332 | p.BrickColor = BrickColor.new("Bright violet") |
| 1333 | p.Material = Enum.Material.Glacier |
| 1334 | p.MaterialVariant = "2022 Stud" |
| 1335 | p.Anchored = true |
| 1336 | p.Parent = model |
| 1337 | end |
| 1338 | do |
| 1339 | local p = Instance.new("Part") |
| 1340 | p.Shape = Enum.PartType.Cylinder |
| 1341 | p.Name = "SubBud_10_1" |
| 1342 | p.Size = Vector3.new(0.468182, 0.169091, 0.169091) |
| 1343 | p.CFrame = CFrame.new(2.77375, 10.1479, 0.506817) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(14.0909)) |
| 1344 | p.BrickColor = BrickColor.new("Bright violet") |
| 1345 | p.Material = Enum.Material.Glacier |
| 1346 | p.MaterialVariant = "2022 Stud" |
| 1347 | p.Anchored = true |
| 1348 | p.Parent = model |
| 1349 | end |
| 1350 | do |
| 1351 | local p = Instance.new("Part") |
| 1352 | p.Shape = Enum.PartType.Cylinder |
| 1353 | p.Name = "SubBud_10_2" |
| 1354 | p.Size = Vector3.new(0.468182, 0.209091, 0.209091) |
| 1355 | p.CFrame = CFrame.new(2.77375, 10.1479, 1.03864) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(14.0909)) |
| 1356 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1357 | p.Material = Enum.Material.Glacier |
| 1358 | p.MaterialVariant = "2022 Stud" |
| 1359 | p.Anchored = true |
| 1360 | p.Parent = model |
| 1361 | end |
| 1362 | do |
| 1363 | local p = Instance.new("Part") |
| 1364 | p.Shape = Enum.PartType.Cylinder |
| 1365 | p.Name = "SubBud_11_0" |
| 1366 | p.Size = Vector3.new(0.45, 0.2, 0.2) |
| 1367 | p.CFrame = CFrame.new(3.15079, 10.5391, 0.538823) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(10)) |
| 1368 | p.BrickColor = BrickColor.new("Bright violet") |
| 1369 | p.Material = Enum.Material.Glacier |
| 1370 | p.MaterialVariant = "2022 Stud" |
| 1371 | p.Anchored = true |
| 1372 | p.Parent = model |
| 1373 | end |
| 1374 | do |
| 1375 | local p = Instance.new("Part") |
| 1376 | p.Shape = Enum.PartType.Cylinder |
| 1377 | p.Name = "SubBud_11_1" |
| 1378 | p.Size = Vector3.new(0.45, 0.2, 0.2) |
| 1379 | p.CFrame = CFrame.new(2.69842, 10.5391, 0.8) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(10)) |
| 1380 | p.BrickColor = BrickColor.new("Medium lilac") |
| 1381 | p.Material = Enum.Material.Glacier |
| 1382 | p.MaterialVariant = "2022 Stud" |
| 1383 | p.Anchored = true |
| 1384 | p.Parent = model |
| 1385 | end |
| 1386 | do |
| 1387 | local p = Instance.new("Part") |
| 1388 | p.Shape = Enum.PartType.Cylinder |
| 1389 | p.Name = "SubBud_11_2" |
| 1390 | p.Size = Vector3.new(0.45, 0.2, 0.2) |
| 1391 | p.CFrame = CFrame.new(3.15079, 10.5391, 1.06118) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(10)) |
| 1392 | p.BrickColor = BrickColor.new("Bright violet") |
| 1393 | p.Material = Enum.Material.Glacier |
| 1394 | p.MaterialVariant = "2022 Stud" |
| 1395 | p.Anchored = true |
| 1396 | p.Parent = model |
| 1397 | end |
| 1398 | do |
| 1399 | local p = Instance.new("Part") |
| 1400 | p.Name = "LeafL_0" |
| 1401 | p.Size = Vector3.new(2.92233, 0.08, 0.5) |
| 1402 | p.CFrame = CFrame.new(-0.75, 1.75, 0.1) * CFrame.Angles(math.rad(-90), math.rad(59.0362), math.rad(-176.076)) |
| 1403 | p.BrickColor = BrickColor.new("Earth green") |
| 1404 | p.Material = Enum.Material.Glacier |
| 1405 | p.MaterialVariant = "2022 Stud" |
| 1406 | p.Anchored = true |
| 1407 | p.Parent = model |
| 1408 | end |
| 1409 | do |
| 1410 | local p = Instance.new("Part") |
| 1411 | p.Name = "LeafL_1" |
| 1412 | p.Size = Vector3.new(2.93087, 0.08, 0.35) |
| 1413 | p.CFrame = CFrame.new(-2.25, 4.25, 0.35) * CFrame.Angles(math.rad(-90), math.rad(59.0362), math.rad(-174.125)) |
| 1414 | p.BrickColor = BrickColor.new("Earth green") |
| 1415 | p.Material = Enum.Material.Glacier |
| 1416 | p.MaterialVariant = "2022 Stud" |
| 1417 | p.Anchored = true |
| 1418 | p.Parent = model |
| 1419 | end |
| 1420 | do |
| 1421 | local p = Instance.new("Part") |
| 1422 | p.Name = "LeafL_2" |
| 1423 | p.Size = Vector3.new(2.3516, 0.08, 0.2) |
| 1424 | p.CFrame = CFrame.new(-3.6, 6.5, 0.65) * CFrame.Angles(math.rad(-90), math.rad(59.0362), math.rad(-172.671)) |
| 1425 | p.BrickColor = BrickColor.new("Earth green") |
| 1426 | p.Material = Enum.Material.Glacier |
| 1427 | p.MaterialVariant = "2022 Stud" |
| 1428 | p.Anchored = true |
| 1429 | p.Parent = model |
| 1430 | end |
| 1431 | do |
| 1432 | local p = Instance.new("Part") |
| 1433 | p.Name = "LeafR_0" |
| 1434 | p.Size = Vector3.new(3.08707, 0.08, 0.5) |
| 1435 | p.CFrame = CFrame.new(0.9, 2.25, -0.1) * CFrame.Angles(math.rad(90), math.rad(54.2461), math.rad(-3.71459)) |
| 1436 | p.BrickColor = BrickColor.new("Earth green") |
| 1437 | p.Material = Enum.Material.Glacier |
| 1438 | p.MaterialVariant = "2022 Stud" |
| 1439 | p.Anchored = true |
| 1440 | p.Parent = model |
| 1441 | end |
| 1442 | do |
| 1443 | local p = Instance.new("Part") |
| 1444 | p.Name = "LeafR_1" |
| 1445 | p.Size = Vector3.new(3.03809, 0.08, 0.35) |
| 1446 | p.CFrame = CFrame.new(2.65, 4.75, -0.35) * CFrame.Angles(math.rad(90), math.rad(55.7843), math.rad(-5.66698)) |
| 1447 | p.BrickColor = BrickColor.new("Earth green") |
| 1448 | p.Material = Enum.Material.Glacier |
| 1449 | p.MaterialVariant = "2022 Stud" |
| 1450 | p.Anchored = true |
| 1451 | p.Parent = model |
| 1452 | end |
| 1453 | do |
| 1454 | local p = Instance.new("Part") |
| 1455 | p.Name = "LeafR_2" |
| 1456 | p.Size = Vector3.new(2.40416, 0.08, 0.2) |
| 1457 | p.CFrame = CFrame.new(4.15, 7, -0.65) * CFrame.Angles(math.rad(90), math.rad(56.9761), math.rad(-7.16826)) |
| 1458 | p.BrickColor = BrickColor.new("Earth green") |
| 1459 | p.Material = Enum.Material.Glacier |
| 1460 | p.MaterialVariant = "2022 Stud" |
| 1461 | p.Anchored = true |
| 1462 | p.Parent = model |
| 1463 | end |
| 1464 | do |
| 1465 | local p = Instance.new("Part") |
| 1466 | p.Name = "LeafF_0" |
| 1467 | p.Size = Vector3.new(2.39583, 0.08, 0.4) |
| 1468 | p.CFrame = CFrame.new(0.25, 1.1, 0.75) * CFrame.Angles(math.rad(-140.194), math.rad(0), math.rad(-77.9541)) |
| 1469 | p.BrickColor = BrickColor.new("Earth green") |
| 1470 | p.Material = Enum.Material.Glacier |
| 1471 | p.MaterialVariant = "2022 Stud" |
| 1472 | p.Anchored = true |
| 1473 | p.Parent = model |
| 1474 | end |
| 1475 | do |
| 1476 | local p = Instance.new("Part") |
| 1477 | p.Name = "LeafF_1" |
| 1478 | p.Size = Vector3.new(2.00749, 0.08, 0.28) |
| 1479 | p.CFrame = CFrame.new(0.65, 2.75, 2.15) * CFrame.Angles(math.rad(-139.086), math.rad(0), math.rad(-81.4055)) |
| 1480 | p.BrickColor = BrickColor.new("Earth green") |
| 1481 | p.Material = Enum.Material.Glacier |
| 1482 | p.MaterialVariant = "2022 Stud" |
| 1483 | p.Anchored = true |
| 1484 | p.Parent = model |
| 1485 | end |
| 1486 | do |
| 1487 | local p = Instance.new("Part") |
| 1488 | p.Name = "LeafF_2" |
| 1489 | p.Size = Vector3.new(1.23693, 0.08, 0.16) |
| 1490 | p.CFrame = CFrame.new(0.9, 4, 3.15) * CFrame.Angles(math.rad(-145.008), math.rad(0), math.rad(-80.695)) |
| 1491 | p.BrickColor = BrickColor.new("Earth green") |
| 1492 | p.Material = Enum.Material.Glacier |
| 1493 | p.MaterialVariant = "2022 Stud" |
| 1494 | p.Anchored = true |
| 1495 | p.Parent = model |
| 1496 | end |
| 1497 | do |
| 1498 | local p = Instance.new("Part") |
| 1499 | p.Name = "LeafB_0" |
| 1500 | p.Size = Vector3.new(2.32164, 0.08, 0.35) |
| 1501 | p.CFrame = CFrame.new(-0.25, 1.65, -0.75) * CFrame.Angles(math.rad(138.576), math.rad(0), math.rad(-102.437)) |
| 1502 | p.BrickColor = BrickColor.new("Earth green") |
| 1503 | p.Material = Enum.Material.Glacier |
| 1504 | p.MaterialVariant = "2022 Stud" |
| 1505 | p.Anchored = true |
| 1506 | p.Parent = model |
| 1507 | end |
| 1508 | do |
| 1509 | local p = Instance.new("Part") |
| 1510 | p.Name = "LeafB_1" |
| 1511 | p.Size = Vector3.new(1.82757, 0.08, 0.2) |
| 1512 | p.CFrame = CFrame.new(-0.65, 3.25, -2) * CFrame.Angles(math.rad(146.31), math.rad(0), math.rad(-99.448)) |
| 1513 | p.BrickColor = BrickColor.new("Earth green") |
| 1514 | p.Material = Enum.Material.Glacier |
| 1515 | p.MaterialVariant = "2022 Stud" |
| 1516 | p.Anchored = true |
| 1517 | p.Parent = model |
| 1518 | end |
| 1519 | model.PrimaryPart = model:FindFirstChild("MainStem") |
| 1520 | print("LavenderPlant built: " .. #model:GetChildren() .. " parts") |
Loading comments...