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