by nate213121 · 3/9/2026
Roblox Studio Command Bar
Paste this script into the Command Bar to spawn the model
| 1 | local MS = game:GetService("MaterialService") |
| 2 | |
| 3 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 4 | if not ok then return warn(roots) end |
| 5 | |
| 6 | local tmp = Instance.new("Folder") |
| 7 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 8 | |
| 9 | for _, d in ipairs(tmp:GetDescendants()) do |
| 10 | if d:IsA("MaterialVariant") then |
| 11 | d.Parent = MS |
| 12 | end |
| 13 | end |
| 14 | tmp:Destroy() |
| 15 | |
| 16 | local model = Instance.new("Model") |
| 17 | model.Name = "CactusCollection" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Bright yellow"] = "2022 Weld", |
| 22 | ["Carnation pink"] = "2022 Stud", |
| 23 | ["Dark green"] = "2022 Stud", |
| 24 | ["Dusty Rose"] = "2022 Stud", |
| 25 | ["Earth green"] = "2022 Stud", |
| 26 | ["Institutional white"] = "2022 Stud", |
| 27 | ["Pine Cone"] = "2022 Small Stud", |
| 28 | ["Sand green"] = "2022 Stud", |
| 29 | } |
| 30 | if next(needed) then |
| 31 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 32 | if not ok then warn(roots) else |
| 33 | local tmp = Instance.new("Folder") |
| 34 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 35 | for _, d in ipairs(tmp:GetDescendants()) do |
| 36 | if d:IsA("MaterialVariant") and needed[d.Name] then |
| 37 | d.Parent = MS |
| 38 | end |
| 39 | end |
| 40 | tmp:Destroy() |
| 41 | end |
| 42 | end |
| 43 | end |
| 44 | do |
| 45 | local p = Instance.new("Part") |
| 46 | p.Name = "PP_Base" |
| 47 | p.Size = Vector3.new(3, 6, 1) |
| 48 | p.CFrame = CFrame.new(-15, 3, 0) |
| 49 | p.BrickColor = BrickColor.new("Earth green") |
| 50 | p.Material = Enum.Material.Glacier |
| 51 | p.MaterialVariant = "2022 Stud" |
| 52 | p.Anchored = true |
| 53 | p.Parent = model |
| 54 | end |
| 55 | do |
| 56 | local p = Instance.new("Part") |
| 57 | p.Name = "PP_ArmL" |
| 58 | p.Size = Vector3.new(2.5, 5, 1) |
| 59 | p.CFrame = CFrame.new(-16.5, 8, 0.24) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 60 | p.BrickColor = BrickColor.new("Earth green") |
| 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.Name = "PP_ArmR" |
| 69 | p.Size = Vector3.new(2.5, 6, 1) |
| 70 | p.CFrame = CFrame.new(-13.5, 9, 0.24) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)) |
| 71 | p.BrickColor = BrickColor.new("Earth green") |
| 72 | p.Material = Enum.Material.Glacier |
| 73 | p.MaterialVariant = "2022 Stud" |
| 74 | p.Anchored = true |
| 75 | p.Parent = model |
| 76 | end |
| 77 | do |
| 78 | local p = Instance.new("Part") |
| 79 | p.Shape = Enum.PartType.Ball |
| 80 | p.Name = "PP_Flower1" |
| 81 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 82 | p.CFrame = CFrame.new(-16.5, 10.5, 0) |
| 83 | p.BrickColor = BrickColor.new("Carnation pink") |
| 84 | p.Material = Enum.Material.Glacier |
| 85 | p.MaterialVariant = "2022 Stud" |
| 86 | p.Anchored = true |
| 87 | p.Parent = model |
| 88 | end |
| 89 | do |
| 90 | local p = Instance.new("Part") |
| 91 | p.Shape = Enum.PartType.Ball |
| 92 | p.Name = "PP_Flower2" |
| 93 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 94 | p.CFrame = CFrame.new(-12.5, 12, 0) |
| 95 | p.BrickColor = BrickColor.new("Carnation pink") |
| 96 | p.Material = Enum.Material.Glacier |
| 97 | p.MaterialVariant = "2022 Stud" |
| 98 | p.Anchored = true |
| 99 | p.Parent = model |
| 100 | end |
| 101 | do |
| 102 | local p = Instance.new("Part") |
| 103 | p.Shape = Enum.PartType.Cylinder |
| 104 | p.Name = "WH_Base" |
| 105 | p.Size = Vector3.new(5, 3, 3) |
| 106 | p.CFrame = CFrame.new(-9, 2.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 107 | p.BrickColor = BrickColor.new("Institutional white") |
| 108 | p.Material = Enum.Material.Glacier |
| 109 | p.MaterialVariant = "2022 Stud" |
| 110 | p.Anchored = true |
| 111 | p.Parent = model |
| 112 | end |
| 113 | do |
| 114 | local p = Instance.new("Part") |
| 115 | p.Shape = Enum.PartType.Ball |
| 116 | p.Name = "WH_Top" |
| 117 | p.Size = Vector3.new(2.8, 2.8, 2.8) |
| 118 | p.CFrame = CFrame.new(-9, 5, 0) |
| 119 | p.BrickColor = BrickColor.new("Institutional white") |
| 120 | p.Material = Enum.Material.Glacier |
| 121 | p.MaterialVariant = "2022 Stud" |
| 122 | p.Anchored = true |
| 123 | p.Parent = model |
| 124 | end |
| 125 | do |
| 126 | local p = Instance.new("Part") |
| 127 | p.Shape = Enum.PartType.Cylinder |
| 128 | p.Name = "Sag_Trunk1" |
| 129 | p.Size = Vector3.new(10, 3, 3) |
| 130 | p.CFrame = CFrame.new(0, 5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 131 | p.BrickColor = BrickColor.new("Earth green") |
| 132 | p.Material = Enum.Material.Glacier |
| 133 | p.MaterialVariant = "2022 Stud" |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Shape = Enum.PartType.Cylinder |
| 140 | p.Name = "Sag_Trunk2" |
| 141 | p.Size = Vector3.new(10, 2.76, 2.76) |
| 142 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 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.Shape = Enum.PartType.Ball |
| 152 | p.Name = "Sag_TrunkTop" |
| 153 | p.Size = Vector3.new(2.8, 2.8, 2.8) |
| 154 | p.CFrame = CFrame.new(0, 20, 0) |
| 155 | p.BrickColor = BrickColor.new("Earth green") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Stud" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Shape = Enum.PartType.Cylinder |
| 164 | p.Name = "Sag_ArmL_H" |
| 165 | p.Size = Vector3.new(5, 2, 2) |
| 166 | p.CFrame = CFrame.new(-2.5, 12, 0) |
| 167 | p.BrickColor = BrickColor.new("Earth green") |
| 168 | p.Material = Enum.Material.Glacier |
| 169 | p.MaterialVariant = "2022 Stud" |
| 170 | p.Anchored = true |
| 171 | p.Parent = model |
| 172 | end |
| 173 | do |
| 174 | local p = Instance.new("Part") |
| 175 | p.Shape = Enum.PartType.Cylinder |
| 176 | p.Name = "Sag_ArmL_V" |
| 177 | p.Size = Vector3.new(6, 1.96, 1.96) |
| 178 | p.CFrame = CFrame.new(-4, 15, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 179 | p.BrickColor = BrickColor.new("Earth green") |
| 180 | p.Material = Enum.Material.Glacier |
| 181 | p.MaterialVariant = "2022 Stud" |
| 182 | p.Anchored = true |
| 183 | p.Parent = model |
| 184 | end |
| 185 | do |
| 186 | local p = Instance.new("Part") |
| 187 | p.Shape = Enum.PartType.Ball |
| 188 | p.Name = "Sag_ArmL_Top" |
| 189 | p.Size = Vector3.new(2, 2, 2) |
| 190 | p.CFrame = CFrame.new(-4, 18, 0) |
| 191 | p.BrickColor = BrickColor.new("Earth green") |
| 192 | p.Material = Enum.Material.Glacier |
| 193 | p.MaterialVariant = "2022 Stud" |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Shape = Enum.PartType.Cylinder |
| 200 | p.Name = "Sag_ArmR_H" |
| 201 | p.Size = Vector3.new(5, 2, 2) |
| 202 | p.CFrame = CFrame.new(2.5, 14, 0) |
| 203 | p.BrickColor = BrickColor.new("Earth green") |
| 204 | p.Material = Enum.Material.Glacier |
| 205 | p.MaterialVariant = "2022 Stud" |
| 206 | p.Anchored = true |
| 207 | p.Parent = model |
| 208 | end |
| 209 | do |
| 210 | local p = Instance.new("Part") |
| 211 | p.Shape = Enum.PartType.Cylinder |
| 212 | p.Name = "Sag_ArmR_V" |
| 213 | p.Size = Vector3.new(8, 1.96, 1.96) |
| 214 | p.CFrame = CFrame.new(4, 18, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 215 | p.BrickColor = BrickColor.new("Earth green") |
| 216 | p.Material = Enum.Material.Glacier |
| 217 | p.MaterialVariant = "2022 Stud" |
| 218 | p.Anchored = true |
| 219 | p.Parent = model |
| 220 | end |
| 221 | do |
| 222 | local p = Instance.new("Part") |
| 223 | p.Shape = Enum.PartType.Ball |
| 224 | p.Name = "Sag_ArmR_Top" |
| 225 | p.Size = Vector3.new(2, 2, 2) |
| 226 | p.CFrame = CFrame.new(4, 22, 0) |
| 227 | p.BrickColor = BrickColor.new("Earth green") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Stud" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Shape = Enum.PartType.Cylinder |
| 236 | p.Name = "Sag_Nub" |
| 237 | p.Size = Vector3.new(2, 1.5, 1.5) |
| 238 | p.CFrame = CFrame.new(2, 10, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 239 | p.BrickColor = BrickColor.new("Earth green") |
| 240 | p.Material = Enum.Material.Glacier |
| 241 | p.MaterialVariant = "2022 Stud" |
| 242 | p.Anchored = true |
| 243 | p.Parent = model |
| 244 | end |
| 245 | do |
| 246 | local p = Instance.new("Part") |
| 247 | p.Shape = Enum.PartType.Ball |
| 248 | p.Name = "Spike_Base" |
| 249 | p.Size = Vector3.new(6, 3, 6) |
| 250 | p.CFrame = CFrame.new(12, 2, 0) |
| 251 | p.BrickColor = BrickColor.new("Earth green") |
| 252 | p.Material = Enum.Material.Glacier |
| 253 | p.MaterialVariant = "2022 Stud" |
| 254 | p.Anchored = true |
| 255 | p.Parent = model |
| 256 | end |
| 257 | do |
| 258 | local p = Instance.new("Part") |
| 259 | p.Name = "Spike_Arm_0" |
| 260 | p.Size = Vector3.new(3, 0.5, 0.5) |
| 261 | p.CFrame = CFrame.new(14.5, 3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) |
| 262 | p.BrickColor = BrickColor.new("Earth green") |
| 263 | p.Material = Enum.Material.Glacier |
| 264 | p.MaterialVariant = "2022 Stud" |
| 265 | p.Anchored = true |
| 266 | p.Parent = model |
| 267 | end |
| 268 | do |
| 269 | local p = Instance.new("Part") |
| 270 | p.Name = "Spike_Arm_1" |
| 271 | p.Size = Vector3.new(3, 0.5, 0.5) |
| 272 | p.CFrame = CFrame.new(13.7678, 3, 1.76777) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(30)) |
| 273 | p.BrickColor = BrickColor.new("Earth green") |
| 274 | p.Material = Enum.Material.Glacier |
| 275 | p.MaterialVariant = "2022 Stud" |
| 276 | p.Anchored = true |
| 277 | p.Parent = model |
| 278 | end |
| 279 | do |
| 280 | local p = Instance.new("Part") |
| 281 | p.Name = "Spike_Arm_2" |
| 282 | p.Size = Vector3.new(3, 0.5, 0.5) |
| 283 | p.CFrame = CFrame.new(12, 3, 2.5) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(30)) |
| 284 | p.BrickColor = BrickColor.new("Earth green") |
| 285 | p.Material = Enum.Material.Glacier |
| 286 | p.MaterialVariant = "2022 Stud" |
| 287 | p.Anchored = true |
| 288 | p.Parent = model |
| 289 | end |
| 290 | do |
| 291 | local p = Instance.new("Part") |
| 292 | p.Name = "Spike_Arm_3" |
| 293 | p.Size = Vector3.new(3, 0.5, 0.5) |
| 294 | p.CFrame = CFrame.new(10.2322, 3, 1.76777) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(30)) |
| 295 | p.BrickColor = BrickColor.new("Earth green") |
| 296 | p.Material = Enum.Material.Glacier |
| 297 | p.MaterialVariant = "2022 Stud" |
| 298 | p.Anchored = true |
| 299 | p.Parent = model |
| 300 | end |
| 301 | do |
| 302 | local p = Instance.new("Part") |
| 303 | p.Name = "Spike_Arm_4" |
| 304 | p.Size = Vector3.new(3, 0.5, 0.5) |
| 305 | p.CFrame = CFrame.new(9.5, 3, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(30)) |
| 306 | p.BrickColor = BrickColor.new("Earth green") |
| 307 | p.Material = Enum.Material.Glacier |
| 308 | p.MaterialVariant = "2022 Stud" |
| 309 | p.Anchored = true |
| 310 | p.Parent = model |
| 311 | end |
| 312 | do |
| 313 | local p = Instance.new("Part") |
| 314 | p.Name = "Spike_Arm_5" |
| 315 | p.Size = Vector3.new(3, 0.5, 0.5) |
| 316 | p.CFrame = CFrame.new(10.2322, 3, -1.76777) * CFrame.Angles(math.rad(0), math.rad(-225), math.rad(30)) |
| 317 | p.BrickColor = BrickColor.new("Earth green") |
| 318 | p.Material = Enum.Material.Glacier |
| 319 | p.MaterialVariant = "2022 Stud" |
| 320 | p.Anchored = true |
| 321 | p.Parent = model |
| 322 | end |
| 323 | do |
| 324 | local p = Instance.new("Part") |
| 325 | p.Name = "Spike_Arm_6" |
| 326 | p.Size = Vector3.new(3, 0.5, 0.5) |
| 327 | p.CFrame = CFrame.new(12, 3, -2.5) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(30)) |
| 328 | p.BrickColor = BrickColor.new("Earth green") |
| 329 | p.Material = Enum.Material.Glacier |
| 330 | p.MaterialVariant = "2022 Stud" |
| 331 | p.Anchored = true |
| 332 | p.Parent = model |
| 333 | end |
| 334 | do |
| 335 | local p = Instance.new("Part") |
| 336 | p.Name = "Spike_Arm_7" |
| 337 | p.Size = Vector3.new(3, 0.5, 0.5) |
| 338 | p.CFrame = CFrame.new(13.7678, 3, -1.76777) * CFrame.Angles(math.rad(0), math.rad(-315), math.rad(30)) |
| 339 | p.BrickColor = BrickColor.new("Earth green") |
| 340 | p.Material = Enum.Material.Glacier |
| 341 | p.MaterialVariant = "2022 Stud" |
| 342 | p.Anchored = true |
| 343 | p.Parent = model |
| 344 | end |
| 345 | do |
| 346 | local p = Instance.new("Part") |
| 347 | p.Shape = Enum.PartType.Ball |
| 348 | p.Name = "Spike_Flower" |
| 349 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 350 | p.CFrame = CFrame.new(12, 4, 0) |
| 351 | p.BrickColor = BrickColor.new("Bright yellow") |
| 352 | p.Material = Enum.Material.Glacier |
| 353 | p.MaterialVariant = "2022 Weld" |
| 354 | p.Anchored = true |
| 355 | p.Parent = model |
| 356 | end |
| 357 | do |
| 358 | local p = Instance.new("Part") |
| 359 | p.Shape = Enum.PartType.Ball |
| 360 | p.Name = "Barrel1_Base" |
| 361 | p.Size = Vector3.new(6, 6, 6) |
| 362 | p.CFrame = CFrame.new(-10, 4, 0) |
| 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.Shape = Enum.PartType.Ball |
| 372 | p.Name = "Barrel1_F1" |
| 373 | p.Size = Vector3.new(2, 2, 2) |
| 374 | p.CFrame = CFrame.new(-11, 7, 0) |
| 375 | p.BrickColor = BrickColor.new("Bright yellow") |
| 376 | p.Material = Enum.Material.Glacier |
| 377 | p.MaterialVariant = "2022 Weld" |
| 378 | p.Anchored = true |
| 379 | p.Parent = model |
| 380 | end |
| 381 | do |
| 382 | local p = Instance.new("Part") |
| 383 | p.Shape = Enum.PartType.Ball |
| 384 | p.Name = "Barrel1_F2" |
| 385 | p.Size = Vector3.new(2, 2, 2) |
| 386 | p.CFrame = CFrame.new(-9, 7, 1) |
| 387 | p.BrickColor = BrickColor.new("Bright yellow") |
| 388 | p.Material = Enum.Material.Glacier |
| 389 | p.MaterialVariant = "2022 Weld" |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("Part") |
| 395 | p.Shape = Enum.PartType.Cylinder |
| 396 | p.Name = "Barrel2_Base" |
| 397 | p.Size = Vector3.new(6, 4.96, 4.96) |
| 398 | p.CFrame = CFrame.new(12, 4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 399 | p.BrickColor = BrickColor.new("Dark green") |
| 400 | p.Material = Enum.Material.Glacier |
| 401 | p.MaterialVariant = "2022 Stud" |
| 402 | p.Anchored = true |
| 403 | p.Parent = model |
| 404 | end |
| 405 | do |
| 406 | local p = Instance.new("Part") |
| 407 | p.Shape = Enum.PartType.Ball |
| 408 | p.Name = "Barrel2_Top" |
| 409 | p.Size = Vector3.new(5, 5, 5) |
| 410 | p.CFrame = CFrame.new(12, 7, 0) |
| 411 | p.BrickColor = BrickColor.new("Dark green") |
| 412 | p.Material = Enum.Material.Glacier |
| 413 | p.MaterialVariant = "2022 Stud" |
| 414 | p.Anchored = true |
| 415 | p.Parent = model |
| 416 | end |
| 417 | do |
| 418 | local p = Instance.new("Part") |
| 419 | p.Shape = Enum.PartType.Cylinder |
| 420 | p.Name = "Barrel2_FlowerStem" |
| 421 | p.Size = Vector3.new(3, 1, 1) |
| 422 | p.CFrame = CFrame.new(13, 8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(70)) |
| 423 | p.BrickColor = BrickColor.new("Pine Cone") |
| 424 | p.Material = Enum.Material.Glacier |
| 425 | p.MaterialVariant = "2022 Small Stud" |
| 426 | p.Anchored = true |
| 427 | p.Parent = model |
| 428 | end |
| 429 | do |
| 430 | local p = Instance.new("Part") |
| 431 | p.Shape = Enum.PartType.Ball |
| 432 | p.Name = "Barrel2_Flower" |
| 433 | p.Size = Vector3.new(2.5, 2.5, 2.5) |
| 434 | p.CFrame = CFrame.new(14, 9.5, 0) |
| 435 | p.BrickColor = BrickColor.new("Institutional white") |
| 436 | p.Material = Enum.Material.Glacier |
| 437 | p.MaterialVariant = "2022 Stud" |
| 438 | p.Anchored = true |
| 439 | p.Parent = model |
| 440 | end |
| 441 | do |
| 442 | local p = Instance.new("Part") |
| 443 | p.Shape = Enum.PartType.Cylinder |
| 444 | p.Name = "BigF_Stem" |
| 445 | p.Size = Vector3.new(8, 2.96, 2.96) |
| 446 | p.CFrame = CFrame.new(8, 5, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 447 | p.BrickColor = BrickColor.new("Earth green") |
| 448 | p.Material = Enum.Material.Glacier |
| 449 | p.MaterialVariant = "2022 Stud" |
| 450 | p.Anchored = true |
| 451 | p.Parent = model |
| 452 | end |
| 453 | do |
| 454 | local p = Instance.new("Part") |
| 455 | p.Shape = Enum.PartType.Ball |
| 456 | p.Name = "BigF_Base" |
| 457 | p.Size = Vector3.new(4, 4, 4) |
| 458 | p.CFrame = CFrame.new(11, 8, 5) |
| 459 | p.BrickColor = BrickColor.new("Earth green") |
| 460 | p.Material = Enum.Material.Glacier |
| 461 | p.MaterialVariant = "2022 Stud" |
| 462 | p.Anchored = true |
| 463 | p.Parent = model |
| 464 | end |
| 465 | do |
| 466 | local p = Instance.new("Part") |
| 467 | p.Shape = Enum.PartType.Ball |
| 468 | p.Name = "BigF_Center" |
| 469 | p.Size = Vector3.new(3, 3, 3) |
| 470 | p.CFrame = CFrame.new(12, 9, 5) |
| 471 | p.BrickColor = BrickColor.new("Institutional white") |
| 472 | p.Material = Enum.Material.Glacier |
| 473 | p.MaterialVariant = "2022 Stud" |
| 474 | p.Anchored = true |
| 475 | p.Parent = model |
| 476 | end |
| 477 | do |
| 478 | local p = Instance.new("Part") |
| 479 | p.Name = "BigF_Petal_0" |
| 480 | p.Size = Vector3.new(3, 0.5, 1) |
| 481 | p.CFrame = CFrame.new(14, 9, 5.2) |
| 482 | p.BrickColor = BrickColor.new("Institutional white") |
| 483 | p.Material = Enum.Material.Glacier |
| 484 | p.MaterialVariant = "2022 Stud" |
| 485 | p.Anchored = true |
| 486 | p.Parent = model |
| 487 | end |
| 488 | do |
| 489 | local p = Instance.new("Part") |
| 490 | p.Name = "BigF_Spike_0" |
| 491 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 492 | p.CFrame = CFrame.new(14, 9, 4.7) |
| 493 | p.BrickColor = BrickColor.new("Bright yellow") |
| 494 | p.Material = Enum.Material.Glacier |
| 495 | p.MaterialVariant = "2022 Weld" |
| 496 | p.Anchored = true |
| 497 | p.Parent = model |
| 498 | end |
| 499 | do |
| 500 | local p = Instance.new("Part") |
| 501 | p.Name = "BigF_Petal_1" |
| 502 | p.Size = Vector3.new(3, 0.5, 1) |
| 503 | p.CFrame = CFrame.new(13.7321, 10, 5.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) |
| 504 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Name = "BigF_Spike_1" |
| 513 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 514 | p.CFrame = CFrame.new(13.7321, 10, 4.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) |
| 515 | p.BrickColor = BrickColor.new("Bright yellow") |
| 516 | p.Material = Enum.Material.Glacier |
| 517 | p.MaterialVariant = "2022 Weld" |
| 518 | p.Anchored = true |
| 519 | p.Parent = model |
| 520 | end |
| 521 | do |
| 522 | local p = Instance.new("Part") |
| 523 | p.Name = "BigF_Petal_2" |
| 524 | p.Size = Vector3.new(3, 0.5, 1) |
| 525 | p.CFrame = CFrame.new(13, 10.7321, 5.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)) |
| 526 | p.BrickColor = BrickColor.new("Institutional white") |
| 527 | p.Material = Enum.Material.Glacier |
| 528 | p.MaterialVariant = "2022 Stud" |
| 529 | p.Anchored = true |
| 530 | p.Parent = model |
| 531 | end |
| 532 | do |
| 533 | local p = Instance.new("Part") |
| 534 | p.Name = "BigF_Spike_2" |
| 535 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 536 | p.CFrame = CFrame.new(13.02, 10.766741, 4.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)) |
| 537 | p.BrickColor = BrickColor.new("Bright yellow") |
| 538 | p.Material = Enum.Material.Glacier |
| 539 | p.MaterialVariant = "2022 Weld" |
| 540 | p.Anchored = true |
| 541 | p.Parent = model |
| 542 | end |
| 543 | do |
| 544 | local p = Instance.new("Part") |
| 545 | p.Name = "BigF_Petal_3" |
| 546 | p.Size = Vector3.new(3, 0.5, 1) |
| 547 | p.CFrame = CFrame.new(12, 11, 5.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 548 | p.BrickColor = BrickColor.new("Institutional white") |
| 549 | p.Material = Enum.Material.Glacier |
| 550 | p.MaterialVariant = "2022 Stud" |
| 551 | p.Anchored = true |
| 552 | p.Parent = model |
| 553 | end |
| 554 | do |
| 555 | local p = Instance.new("Part") |
| 556 | p.Name = "BigF_Spike_3" |
| 557 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 558 | p.CFrame = CFrame.new(12, 11, 4.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 559 | p.BrickColor = BrickColor.new("Bright yellow") |
| 560 | p.Material = Enum.Material.Glacier |
| 561 | p.MaterialVariant = "2022 Weld" |
| 562 | p.Anchored = true |
| 563 | p.Parent = model |
| 564 | end |
| 565 | do |
| 566 | local p = Instance.new("Part") |
| 567 | p.Name = "BigF_Petal_4" |
| 568 | p.Size = Vector3.new(3, 0.5, 1) |
| 569 | p.CFrame = CFrame.new(11, 10.7321, 5.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)) |
| 570 | p.BrickColor = BrickColor.new("Institutional white") |
| 571 | p.Material = Enum.Material.Glacier |
| 572 | p.MaterialVariant = "2022 Stud" |
| 573 | p.Anchored = true |
| 574 | p.Parent = model |
| 575 | end |
| 576 | do |
| 577 | local p = Instance.new("Part") |
| 578 | p.Name = "BigF_Spike_4" |
| 579 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 580 | p.CFrame = CFrame.new(10.98, 10.766741, 4.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)) |
| 581 | p.BrickColor = BrickColor.new("Bright yellow") |
| 582 | p.Material = Enum.Material.Glacier |
| 583 | p.MaterialVariant = "2022 Weld" |
| 584 | p.Anchored = true |
| 585 | p.Parent = model |
| 586 | end |
| 587 | do |
| 588 | local p = Instance.new("Part") |
| 589 | p.Name = "BigF_Petal_5" |
| 590 | p.Size = Vector3.new(3, 0.5, 1) |
| 591 | p.CFrame = CFrame.new(10.2679, 10, 5.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(150)) |
| 592 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "BigF_Spike_5" |
| 601 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 602 | p.CFrame = CFrame.new(10.233259, 10.02, 4.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(150)) |
| 603 | p.BrickColor = BrickColor.new("Bright yellow") |
| 604 | p.Material = Enum.Material.Glacier |
| 605 | p.MaterialVariant = "2022 Weld" |
| 606 | p.Anchored = true |
| 607 | p.Parent = model |
| 608 | end |
| 609 | do |
| 610 | local p = Instance.new("Part") |
| 611 | p.Name = "BigF_Petal_6" |
| 612 | p.Size = Vector3.new(3, 0.5, 1) |
| 613 | p.CFrame = CFrame.new(10, 9, 5.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(180)) |
| 614 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "BigF_Spike_6" |
| 623 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 624 | p.CFrame = CFrame.new(10, 9, 4.7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(180)) |
| 625 | p.BrickColor = BrickColor.new("Bright yellow") |
| 626 | p.Material = Enum.Material.Glacier |
| 627 | p.MaterialVariant = "2022 Weld" |
| 628 | p.Anchored = true |
| 629 | p.Parent = model |
| 630 | end |
| 631 | do |
| 632 | local p = Instance.new("Part") |
| 633 | p.Name = "BigF_Petal_7" |
| 634 | p.Size = Vector3.new(3, 0.5, 1) |
| 635 | p.CFrame = CFrame.new(10.2679, 8, 5.16) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(210)) |
| 636 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "BigF_Spike_7" |
| 645 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 646 | p.CFrame = CFrame.new(10.2679, 8, 4.66) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(210)) |
| 647 | p.BrickColor = BrickColor.new("Bright yellow") |
| 648 | p.Material = Enum.Material.Glacier |
| 649 | p.MaterialVariant = "2022 Weld" |
| 650 | p.Anchored = true |
| 651 | p.Parent = model |
| 652 | end |
| 653 | do |
| 654 | local p = Instance.new("Part") |
| 655 | p.Name = "BigF_Petal_8" |
| 656 | p.Size = Vector3.new(3, 0.5, 1) |
| 657 | p.CFrame = CFrame.new(11, 7.26795, 5.12) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(240)) |
| 658 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "BigF_Spike_8" |
| 667 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 668 | p.CFrame = CFrame.new(11, 7.26795, 4.62) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(240)) |
| 669 | p.BrickColor = BrickColor.new("Bright yellow") |
| 670 | p.Material = Enum.Material.Glacier |
| 671 | p.MaterialVariant = "2022 Weld" |
| 672 | p.Anchored = true |
| 673 | p.Parent = model |
| 674 | end |
| 675 | do |
| 676 | local p = Instance.new("Part") |
| 677 | p.Name = "BigF_Petal_9" |
| 678 | p.Size = Vector3.new(3, 0.5, 1) |
| 679 | p.CFrame = CFrame.new(12, 7, 5.08) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(270)) |
| 680 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "BigF_Spike_9" |
| 689 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 690 | p.CFrame = CFrame.new(12, 7, 4.58) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(270)) |
| 691 | p.BrickColor = BrickColor.new("Bright yellow") |
| 692 | p.Material = Enum.Material.Glacier |
| 693 | p.MaterialVariant = "2022 Weld" |
| 694 | p.Anchored = true |
| 695 | p.Parent = model |
| 696 | end |
| 697 | do |
| 698 | local p = Instance.new("Part") |
| 699 | p.Name = "BigF_Petal_10" |
| 700 | p.Size = Vector3.new(3, 0.5, 1) |
| 701 | p.CFrame = CFrame.new(13, 7.26795, 5.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(300)) |
| 702 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "BigF_Spike_10" |
| 711 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 712 | p.CFrame = CFrame.new(13, 7.26795, 4.54) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(300)) |
| 713 | p.BrickColor = BrickColor.new("Bright yellow") |
| 714 | p.Material = Enum.Material.Glacier |
| 715 | p.MaterialVariant = "2022 Weld" |
| 716 | p.Anchored = true |
| 717 | p.Parent = model |
| 718 | end |
| 719 | do |
| 720 | local p = Instance.new("Part") |
| 721 | p.Name = "BigF_Petal_11" |
| 722 | p.Size = Vector3.new(3, 0.5, 1) |
| 723 | p.CFrame = CFrame.new(13.7321, 8, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(330)) |
| 724 | p.BrickColor = BrickColor.new("Institutional white") |
| 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 = "BigF_Spike_11" |
| 733 | p.Size = Vector3.new(4, 0.2, 0.2) |
| 734 | p.CFrame = CFrame.new(13.7321, 8, 4.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(330)) |
| 735 | p.BrickColor = BrickColor.new("Bright yellow") |
| 736 | p.Material = Enum.Material.Glacier |
| 737 | p.MaterialVariant = "2022 Weld" |
| 738 | p.Anchored = true |
| 739 | p.Parent = model |
| 740 | end |
| 741 | do |
| 742 | local p = Instance.new("Part") |
| 743 | p.Shape = Enum.PartType.Cylinder |
| 744 | p.Name = "Barrel3_Base" |
| 745 | p.Size = Vector3.new(5, 3.96, 3.96) |
| 746 | p.CFrame = CFrame.new(-15, 3, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 747 | p.BrickColor = BrickColor.new("Sand green") |
| 748 | p.Material = Enum.Material.Glacier |
| 749 | p.MaterialVariant = "2022 Stud" |
| 750 | p.Anchored = true |
| 751 | p.Parent = model |
| 752 | end |
| 753 | do |
| 754 | local p = Instance.new("Part") |
| 755 | p.Shape = Enum.PartType.Ball |
| 756 | p.Name = "Barrel3_Top" |
| 757 | p.Size = Vector3.new(4, 4, 4) |
| 758 | p.CFrame = CFrame.new(-15, 5.5, 5) |
| 759 | p.BrickColor = BrickColor.new("Sand green") |
| 760 | p.Material = Enum.Material.Glacier |
| 761 | p.MaterialVariant = "2022 Stud" |
| 762 | p.Anchored = true |
| 763 | p.Parent = model |
| 764 | end |
| 765 | do |
| 766 | local p = Instance.new("Part") |
| 767 | p.Shape = Enum.PartType.Ball |
| 768 | p.Name = "Barrel3_Flower" |
| 769 | p.Size = Vector3.new(2, 2, 2) |
| 770 | p.CFrame = CFrame.new(-16, 6, 5) |
| 771 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 772 | p.Material = Enum.Material.Glacier |
| 773 | p.MaterialVariant = "2022 Stud" |
| 774 | p.Anchored = true |
| 775 | p.Parent = model |
| 776 | end |
| 777 | do |
| 778 | local p = Instance.new("Part") |
| 779 | p.Shape = Enum.PartType.Cylinder |
| 780 | p.Name = "Agave_Trunk" |
| 781 | p.Size = Vector3.new(5, 3, 3) |
| 782 | p.CFrame = CFrame.new(-8, 3, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 783 | p.BrickColor = BrickColor.new("Pine Cone") |
| 784 | p.Material = Enum.Material.Glacier |
| 785 | p.MaterialVariant = "2022 Small Stud" |
| 786 | p.Anchored = true |
| 787 | p.Parent = model |
| 788 | end |
| 789 | do |
| 790 | local p = Instance.new("Part") |
| 791 | p.Name = "Agave_Leaf_0" |
| 792 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 793 | p.CFrame = CFrame.new(-5, 6, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) |
| 794 | p.BrickColor = BrickColor.new("Dark green") |
| 795 | p.Material = Enum.Material.Glacier |
| 796 | p.MaterialVariant = "2022 Stud" |
| 797 | p.Anchored = true |
| 798 | p.Parent = model |
| 799 | end |
| 800 | do |
| 801 | local p = Instance.new("Part") |
| 802 | p.Name = "Agave_Leaf_1" |
| 803 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 804 | p.CFrame = CFrame.new(-6.5, 6, 7.59808) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(30)) |
| 805 | p.BrickColor = BrickColor.new("Dark green") |
| 806 | p.Material = Enum.Material.Glacier |
| 807 | p.MaterialVariant = "2022 Stud" |
| 808 | p.Anchored = true |
| 809 | p.Parent = model |
| 810 | end |
| 811 | do |
| 812 | local p = Instance.new("Part") |
| 813 | p.Name = "Agave_Leaf_2" |
| 814 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 815 | p.CFrame = CFrame.new(-9.5, 6, 7.59808) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(30)) |
| 816 | p.BrickColor = BrickColor.new("Dark green") |
| 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.Name = "Agave_Leaf_3" |
| 825 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 826 | p.CFrame = CFrame.new(-11, 6, 5) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(30)) |
| 827 | p.BrickColor = BrickColor.new("Dark green") |
| 828 | p.Material = Enum.Material.Glacier |
| 829 | p.MaterialVariant = "2022 Stud" |
| 830 | p.Anchored = true |
| 831 | p.Parent = model |
| 832 | end |
| 833 | do |
| 834 | local p = Instance.new("Part") |
| 835 | p.Name = "Agave_Leaf_4" |
| 836 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 837 | p.CFrame = CFrame.new(-9.5, 6, 2.40192) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(30)) |
| 838 | p.BrickColor = BrickColor.new("Dark green") |
| 839 | p.Material = Enum.Material.Glacier |
| 840 | p.MaterialVariant = "2022 Stud" |
| 841 | p.Anchored = true |
| 842 | p.Parent = model |
| 843 | end |
| 844 | do |
| 845 | local p = Instance.new("Part") |
| 846 | p.Name = "Agave_Leaf_5" |
| 847 | p.Size = Vector3.new(5, 0.5, 1.5) |
| 848 | p.CFrame = CFrame.new(-6.5, 6, 2.40192) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(30)) |
| 849 | p.BrickColor = BrickColor.new("Dark green") |
| 850 | p.Material = Enum.Material.Glacier |
| 851 | p.MaterialVariant = "2022 Stud" |
| 852 | p.Anchored = true |
| 853 | p.Parent = model |
| 854 | end |
| 855 | do |
| 856 | local p = Instance.new("Part") |
| 857 | p.Shape = Enum.PartType.Ball |
| 858 | p.Name = "Agave_Flower" |
| 859 | p.Size = Vector3.new(2, 2, 2) |
| 860 | p.CFrame = CFrame.new(-8, 7, 5) |
| 861 | p.BrickColor = BrickColor.new("Institutional white") |
| 862 | p.Material = Enum.Material.Glacier |
| 863 | p.MaterialVariant = "2022 Stud" |
| 864 | p.Anchored = true |
| 865 | p.Parent = model |
| 866 | end |
| 867 | do |
| 868 | local p = Instance.new("Part") |
| 869 | p.Shape = Enum.PartType.Cylinder |
| 870 | p.Name = "Orange_Stem1" |
| 871 | p.Size = Vector3.new(4, 1, 1) |
| 872 | p.CFrame = CFrame.new(-2, 3, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(70)) |
| 873 | p.BrickColor = BrickColor.new("Earth green") |
| 874 | p.Material = Enum.Material.Glacier |
| 875 | p.MaterialVariant = "2022 Stud" |
| 876 | p.Anchored = true |
| 877 | p.Parent = model |
| 878 | end |
| 879 | do |
| 880 | local p = Instance.new("Part") |
| 881 | p.Shape = Enum.PartType.Ball |
| 882 | p.Name = "Orange_F1" |
| 883 | p.Size = Vector3.new(2.5, 2.5, 2.5) |
| 884 | p.CFrame = CFrame.new(-4, 4, 5) |
| 885 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 886 | p.Material = Enum.Material.Glacier |
| 887 | p.MaterialVariant = "2022 Stud" |
| 888 | p.Anchored = true |
| 889 | p.Parent = model |
| 890 | end |
| 891 | do |
| 892 | local p = Instance.new("Part") |
| 893 | p.Shape = Enum.PartType.Cylinder |
| 894 | p.Name = "Orange_Stem2" |
| 895 | p.Size = Vector3.new(4, 1, 1) |
| 896 | p.CFrame = CFrame.new(2, 3, 5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(110)) |
| 897 | p.BrickColor = BrickColor.new("Earth green") |
| 898 | p.Material = Enum.Material.Glacier |
| 899 | p.MaterialVariant = "2022 Stud" |
| 900 | p.Anchored = true |
| 901 | p.Parent = model |
| 902 | end |
| 903 | do |
| 904 | local p = Instance.new("Part") |
| 905 | p.Shape = Enum.PartType.Ball |
| 906 | p.Name = "Orange_F2" |
| 907 | p.Size = Vector3.new(2.5, 2.5, 2.5) |
| 908 | p.CFrame = CFrame.new(4, 4, 5) |
| 909 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 910 | p.Material = Enum.Material.Glacier |
| 911 | p.MaterialVariant = "2022 Stud" |
| 912 | p.Anchored = true |
| 913 | p.Parent = model |
| 914 | end |
| 915 | do |
| 916 | local p = Instance.new("Part") |
| 917 | p.Shape = Enum.PartType.Ball |
| 918 | p.Name = "Round_Base" |
| 919 | p.Size = Vector3.new(6, 6, 6) |
| 920 | p.CFrame = CFrame.new(15, 4, 5) |
| 921 | p.BrickColor = BrickColor.new("Dark green") |
| 922 | p.Material = Enum.Material.Glacier |
| 923 | p.MaterialVariant = "2022 Stud" |
| 924 | p.Anchored = true |
| 925 | p.Parent = model |
| 926 | end |
| 927 | do |
| 928 | local p = Instance.new("Part") |
| 929 | p.Shape = Enum.PartType.Ball |
| 930 | p.Name = "Round_Top" |
| 931 | p.Size = Vector3.new(3, 3, 3) |
| 932 | p.CFrame = CFrame.new(15, 7.5, 5) |
| 933 | p.BrickColor = BrickColor.new("Dark green") |
| 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.Shape = Enum.PartType.Ball |
| 942 | p.Name = "Round_F1" |
| 943 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 944 | p.CFrame = CFrame.new(14.5, 8.8, 5) |
| 945 | p.BrickColor = BrickColor.new("Carnation pink") |
| 946 | p.Material = Enum.Material.Glacier |
| 947 | p.MaterialVariant = "2022 Stud" |
| 948 | p.Anchored = true |
| 949 | p.Parent = model |
| 950 | end |
| 951 | do |
| 952 | local p = Instance.new("Part") |
| 953 | p.Shape = Enum.PartType.Ball |
| 954 | p.Name = "Round_F2" |
| 955 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 956 | p.CFrame = CFrame.new(15.5, 8.8, 5) |
| 957 | p.BrickColor = BrickColor.new("Carnation pink") |
| 958 | p.Material = Enum.Material.Glacier |
| 959 | p.MaterialVariant = "2022 Stud" |
| 960 | p.Anchored = true |
| 961 | p.Parent = model |
| 962 | end |
| 963 | model.PrimaryPart = model:FindFirstChild("Sag_Trunk1") |
| 964 | print("CactusCollection built: " .. #model:GetChildren() .. " parts") |