Loading model...
by Julio Lopez · 7/23/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: PottedFlowers |
| 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 = "PottedFlowers" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Bright green"] = "2022 Stud", |
| 26 | ["Bright red"] = "2022 Stud", |
| 27 | ["Bright yellow"] = "2022 Big Stud", |
| 28 | ["Deep orange"] = "2022 Stud", |
| 29 | ["Institutional white"] = "2022 Stud", |
| 30 | ["Magenta"] = "2022 Stud", |
| 31 | ["Pine Cone"] = "2022 Small Stud", |
| 32 | ["Royal purple"] = "2022 Stud", |
| 33 | } |
| 34 | do |
| 35 | local p = Instance.new("Part") |
| 36 | p.Name = "PotBase" |
| 37 | p.Size = Vector3.new(8, 2, 8) |
| 38 | p.CFrame = CFrame.new(0, 0.92, 0) |
| 39 | p.BrickColor = BrickColor.new("Brick yellow") |
| 40 | p.Material = Enum.Material.Glacier |
| 41 | p.MaterialVariant = "2022 Stud" |
| 42 | p.Anchored = true |
| 43 | p.Parent = model |
| 44 | end |
| 45 | do |
| 46 | local p = Instance.new("Part") |
| 47 | p.Name = "PotBody1" |
| 48 | p.Size = Vector3.new(10, 2, 10) |
| 49 | p.CFrame = CFrame.new(0, 2.96, 0) |
| 50 | p.BrickColor = BrickColor.new("Brick yellow") |
| 51 | p.Material = Enum.Material.Glacier |
| 52 | p.MaterialVariant = "2022 Stud" |
| 53 | p.Anchored = true |
| 54 | p.Parent = model |
| 55 | end |
| 56 | do |
| 57 | local p = Instance.new("Part") |
| 58 | p.Name = "PotBand1" |
| 59 | p.Size = Vector3.new(11, 2, 11) |
| 60 | p.CFrame = CFrame.new(0, 5, 0) |
| 61 | p.BrickColor = BrickColor.new("Brick yellow") |
| 62 | p.Material = Enum.Material.Glacier |
| 63 | p.MaterialVariant = "2022 Stud" |
| 64 | p.Anchored = true |
| 65 | p.Parent = model |
| 66 | end |
| 67 | do |
| 68 | local p = Instance.new("Part") |
| 69 | p.Name = "PotBody2" |
| 70 | p.Size = Vector3.new(10, 2, 10) |
| 71 | p.CFrame = CFrame.new(0, 7.04, 0) |
| 72 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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.Name = "PotBand2" |
| 81 | p.Size = Vector3.new(11, 2, 11) |
| 82 | p.CFrame = CFrame.new(0, 9, 0) |
| 83 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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.Name = "PotTop" |
| 92 | p.Size = Vector3.new(10, 2, 10) |
| 93 | p.CFrame = CFrame.new(0, 11.04, 0) |
| 94 | p.BrickColor = BrickColor.new("Brick yellow") |
| 95 | p.Material = Enum.Material.Glacier |
| 96 | p.MaterialVariant = "2022 Stud" |
| 97 | p.Anchored = true |
| 98 | p.Parent = model |
| 99 | end |
| 100 | do |
| 101 | local p = Instance.new("Part") |
| 102 | p.Name = "Dirt" |
| 103 | p.Size = Vector3.new(9, 1, 9) |
| 104 | p.CFrame = CFrame.new(0, 11.54, 0) |
| 105 | p.BrickColor = BrickColor.new("Pine Cone") |
| 106 | p.Material = Enum.Material.Glacier |
| 107 | p.MaterialVariant = "2022 Small Stud" |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("Part") |
| 113 | p.Shape = Enum.PartType.Cylinder |
| 114 | p.Name = "StemTall" |
| 115 | p.Size = Vector3.new(16, 0.6, 0.6) |
| 116 | p.CFrame = CFrame.new(-2.5, 20.08, -2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 117 | p.BrickColor = BrickColor.new("Bright green") |
| 118 | p.Material = Enum.Material.Glacier |
| 119 | p.MaterialVariant = "2022 Stud" |
| 120 | p.Anchored = true |
| 121 | p.Parent = model |
| 122 | end |
| 123 | do |
| 124 | local p = Instance.new("Part") |
| 125 | p.Shape = Enum.PartType.Cylinder |
| 126 | p.Name = "StemYellow" |
| 127 | p.Size = Vector3.new(6.40312, 0.5, 0.5) |
| 128 | p.CFrame = CFrame.new(-2, 15, 2.5) * CFrame.Angles(math.rad(-180), math.rad(-26.5651), math.rad(-110.439)) |
| 129 | p.BrickColor = BrickColor.new("Bright green") |
| 130 | p.Material = Enum.Material.Glacier |
| 131 | p.MaterialVariant = "2022 Stud" |
| 132 | p.Anchored = true |
| 133 | p.Parent = model |
| 134 | end |
| 135 | do |
| 136 | local p = Instance.new("Part") |
| 137 | p.Shape = Enum.PartType.Cylinder |
| 138 | p.Name = "StemPurple" |
| 139 | p.Size = Vector3.new(8.26136, 0.5, 0.5) |
| 140 | p.CFrame = CFrame.new(2.5, 16, 1.25) * CFrame.Angles(math.rad(0), math.rad(-14.0362), math.rad(75.5496)) |
| 141 | p.BrickColor = BrickColor.new("Bright green") |
| 142 | p.Material = Enum.Material.Glacier |
| 143 | p.MaterialVariant = "2022 Stud" |
| 144 | p.Anchored = true |
| 145 | p.Parent = model |
| 146 | end |
| 147 | do |
| 148 | local p = Instance.new("Part") |
| 149 | p.Shape = Enum.PartType.Cylinder |
| 150 | p.Name = "StemRedWhite" |
| 151 | p.Size = Vector3.new(10.2103, 0.5, 0.5) |
| 152 | p.CFrame = CFrame.new(3, 17, -3.25) * CFrame.Angles(math.rad(0), math.rad(14.0362), math.rad(78.3514)) |
| 153 | p.BrickColor = BrickColor.new("Bright green") |
| 154 | p.Material = Enum.Material.Glacier |
| 155 | p.MaterialVariant = "2022 Stud" |
| 156 | p.Anchored = true |
| 157 | p.Parent = model |
| 158 | end |
| 159 | do |
| 160 | local p = Instance.new("Part") |
| 161 | p.Name = "Leaf1" |
| 162 | p.Size = Vector3.new(5.74456, 1.5, 0.2) |
| 163 | p.CFrame = CFrame.new(-2, 14, 0.5) * CFrame.Angles(math.rad(-180), math.rad(-14.0362), math.rad(-135.868)) |
| 164 | p.BrickColor = BrickColor.new("Bright green") |
| 165 | p.Material = Enum.Material.Glacier |
| 166 | p.MaterialVariant = "2022 Stud" |
| 167 | p.Anchored = true |
| 168 | p.Parent = model |
| 169 | end |
| 170 | do |
| 171 | local p = Instance.new("Part") |
| 172 | p.Name = "Leaf2" |
| 173 | p.Size = Vector3.new(5.91608, 1.2, 0.2) |
| 174 | p.CFrame = CFrame.new(2.5, 14.5, -0.5) * CFrame.Angles(math.rad(0), math.rad(18.4349), math.rad(57.6885)) |
| 175 | p.BrickColor = BrickColor.new("Bright green") |
| 176 | p.Material = Enum.Material.Glacier |
| 177 | p.MaterialVariant = "2022 Stud" |
| 178 | p.Anchored = true |
| 179 | p.Parent = model |
| 180 | end |
| 181 | do |
| 182 | local p = Instance.new("Part") |
| 183 | p.Name = "Leaf3" |
| 184 | p.Size = Vector3.new(5.83095, 1.2, 0.2) |
| 185 | p.CFrame = CFrame.new(-3, 13.5, -2.5) * CFrame.Angles(math.rad(-180), math.rad(36.8699), math.rad(-149.036)) |
| 186 | p.BrickColor = BrickColor.new("Bright green") |
| 187 | p.Material = Enum.Material.Glacier |
| 188 | p.MaterialVariant = "2022 Stud" |
| 189 | p.Anchored = true |
| 190 | p.Parent = model |
| 191 | end |
| 192 | do |
| 193 | local p = Instance.new("Part") |
| 194 | p.Name = "TallBud" |
| 195 | p.Size = Vector3.new(1.2, 1.5, 1.2) |
| 196 | p.CFrame = CFrame.new(-2.5, 29, -2) |
| 197 | p.BrickColor = BrickColor.new("Magenta") |
| 198 | p.Material = Enum.Material.Glacier |
| 199 | p.MaterialVariant = "2022 Stud" |
| 200 | p.Anchored = true |
| 201 | p.Parent = model |
| 202 | end |
| 203 | do |
| 204 | local p = Instance.new("Part") |
| 205 | p.Name = "YellowCenter" |
| 206 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 207 | p.CFrame = CFrame.new(-3, 18, 3) * CFrame.Angles(math.rad(30), math.rad(45), math.rad(0)) |
| 208 | p.BrickColor = BrickColor.new("Deep orange") |
| 209 | p.Material = Enum.Material.Glacier |
| 210 | p.MaterialVariant = "2022 Stud" |
| 211 | p.Anchored = true |
| 212 | p.Parent = model |
| 213 | end |
| 214 | do |
| 215 | local p = Instance.new("Part") |
| 216 | p.Name = "YellowPetal_0" |
| 217 | p.Size = Vector3.new(3, 1, 0.4) |
| 218 | p.CFrame = CFrame.new(-1, 18, 3.2) * CFrame.Angles(math.rad(30), math.rad(45), math.rad(0)) |
| 219 | p.BrickColor = BrickColor.new("Bright yellow") |
| 220 | p.Material = Enum.Material.Glacier |
| 221 | p.MaterialVariant = "2022 Big Stud" |
| 222 | p.Anchored = true |
| 223 | p.Parent = model |
| 224 | end |
| 225 | do |
| 226 | local p = Instance.new("Part") |
| 227 | p.Name = "YellowPetal_1" |
| 228 | p.Size = Vector3.new(3, 1, 0.4) |
| 229 | p.CFrame = CFrame.new(-2.38197, 19.9021, 3.2) * CFrame.Angles(math.rad(30), math.rad(45), math.rad(72)) |
| 230 | p.BrickColor = BrickColor.new("Bright yellow") |
| 231 | p.Material = Enum.Material.Glacier |
| 232 | p.MaterialVariant = "2022 Big Stud" |
| 233 | p.Anchored = true |
| 234 | p.Parent = model |
| 235 | end |
| 236 | do |
| 237 | local p = Instance.new("Part") |
| 238 | p.Name = "YellowPetal_2" |
| 239 | p.Size = Vector3.new(3, 1, 0.4) |
| 240 | p.CFrame = CFrame.new(-4.61803, 19.1756, 3.2) * CFrame.Angles(math.rad(30), math.rad(45), math.rad(144)) |
| 241 | p.BrickColor = BrickColor.new("Bright yellow") |
| 242 | p.Material = Enum.Material.Glacier |
| 243 | p.MaterialVariant = "2022 Big Stud" |
| 244 | p.Anchored = true |
| 245 | p.Parent = model |
| 246 | end |
| 247 | do |
| 248 | local p = Instance.new("Part") |
| 249 | p.Name = "YellowPetal_3" |
| 250 | p.Size = Vector3.new(3, 1, 0.4) |
| 251 | p.CFrame = CFrame.new(-4.61803, 16.8244, 3.2) * CFrame.Angles(math.rad(30), math.rad(45), math.rad(216)) |
| 252 | p.BrickColor = BrickColor.new("Bright yellow") |
| 253 | p.Material = Enum.Material.Glacier |
| 254 | p.MaterialVariant = "2022 Big Stud" |
| 255 | p.Anchored = true |
| 256 | p.Parent = model |
| 257 | end |
| 258 | do |
| 259 | local p = Instance.new("Part") |
| 260 | p.Name = "YellowPetal_4" |
| 261 | p.Size = Vector3.new(3, 1, 0.4) |
| 262 | p.CFrame = CFrame.new(-2.38197, 16.0979, 3.2) * CFrame.Angles(math.rad(30), math.rad(45), math.rad(288)) |
| 263 | p.BrickColor = BrickColor.new("Bright yellow") |
| 264 | p.Material = Enum.Material.Glacier |
| 265 | p.MaterialVariant = "2022 Big Stud" |
| 266 | p.Anchored = true |
| 267 | p.Parent = model |
| 268 | end |
| 269 | do |
| 270 | local p = Instance.new("Part") |
| 271 | p.Name = "PurpleCenter" |
| 272 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 273 | p.CFrame = CFrame.new(3.5, 20, 1.5) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(0)) |
| 274 | p.BrickColor = BrickColor.new("Institutional white") |
| 275 | p.Material = Enum.Material.Glacier |
| 276 | p.MaterialVariant = "2022 Stud" |
| 277 | p.Anchored = true |
| 278 | p.Parent = model |
| 279 | end |
| 280 | do |
| 281 | local p = Instance.new("Part") |
| 282 | p.Name = "PurplePetal_0" |
| 283 | p.Size = Vector3.new(2.5, 0.8, 0.3) |
| 284 | p.CFrame = CFrame.new(5.3, 20, 1.3) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(0)) |
| 285 | p.BrickColor = BrickColor.new("Royal purple") |
| 286 | p.Material = Enum.Material.Glacier |
| 287 | p.MaterialVariant = "2022 Stud" |
| 288 | p.Anchored = true |
| 289 | p.Parent = model |
| 290 | end |
| 291 | do |
| 292 | local p = Instance.new("Part") |
| 293 | p.Name = "PurplePetal_1" |
| 294 | p.Size = Vector3.new(2.5, 0.8, 0.3) |
| 295 | p.CFrame = CFrame.new(4.77279, 21.2728, 1.3) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(45)) |
| 296 | p.BrickColor = BrickColor.new("Royal purple") |
| 297 | p.Material = Enum.Material.Glacier |
| 298 | p.MaterialVariant = "2022 Stud" |
| 299 | p.Anchored = true |
| 300 | p.Parent = model |
| 301 | end |
| 302 | do |
| 303 | local p = Instance.new("Part") |
| 304 | p.Name = "PurplePetal_2" |
| 305 | p.Size = Vector3.new(2.5, 0.8, 0.3) |
| 306 | p.CFrame = CFrame.new(3.53464, 21.8068, 1.31879) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(90)) |
| 307 | p.BrickColor = BrickColor.new("Royal purple") |
| 308 | p.Material = Enum.Material.Glacier |
| 309 | p.MaterialVariant = "2022 Stud" |
| 310 | p.Anchored = true |
| 311 | p.Parent = model |
| 312 | end |
| 313 | do |
| 314 | local p = Instance.new("Part") |
| 315 | p.Name = "PurplePetal_3" |
| 316 | p.Size = Vector3.new(2.5, 0.8, 0.3) |
| 317 | p.CFrame = CFrame.new(2.22721, 21.2728, 1.3) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(135)) |
| 318 | p.BrickColor = BrickColor.new("Royal purple") |
| 319 | p.Material = Enum.Material.Glacier |
| 320 | p.MaterialVariant = "2022 Stud" |
| 321 | p.Anchored = true |
| 322 | p.Parent = model |
| 323 | end |
| 324 | do |
| 325 | local p = Instance.new("Part") |
| 326 | p.Name = "PurplePetal_4" |
| 327 | p.Size = Vector3.new(2.5, 0.8, 0.3) |
| 328 | p.CFrame = CFrame.new(1.68, 20.0118, 1.33255) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(180)) |
| 329 | p.BrickColor = BrickColor.new("Royal purple") |
| 330 | p.Material = Enum.Material.Glacier |
| 331 | p.MaterialVariant = "2022 Stud" |
| 332 | p.Anchored = true |
| 333 | p.Parent = model |
| 334 | end |
| 335 | do |
| 336 | local p = Instance.new("Part") |
| 337 | p.Name = "PurplePetal_5" |
| 338 | p.Size = Vector3.new(2.5, 0.8, 0.3) |
| 339 | p.CFrame = CFrame.new(2.22721, 18.7272, 1.3) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(225)) |
| 340 | p.BrickColor = BrickColor.new("Royal purple") |
| 341 | p.Material = Enum.Material.Glacier |
| 342 | p.MaterialVariant = "2022 Stud" |
| 343 | p.Anchored = true |
| 344 | p.Parent = model |
| 345 | end |
| 346 | do |
| 347 | local p = Instance.new("Part") |
| 348 | p.Name = "PurplePetal_6" |
| 349 | p.Size = Vector3.new(2.5, 0.8, 0.3) |
| 350 | p.CFrame = CFrame.new(3.5, 18.2, 1.3) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(270)) |
| 351 | p.BrickColor = BrickColor.new("Royal purple") |
| 352 | p.Material = Enum.Material.Glacier |
| 353 | p.MaterialVariant = "2022 Stud" |
| 354 | p.Anchored = true |
| 355 | p.Parent = model |
| 356 | end |
| 357 | do |
| 358 | local p = Instance.new("Part") |
| 359 | p.Name = "PurplePetal_7" |
| 360 | p.Size = Vector3.new(2.5, 0.8, 0.3) |
| 361 | p.CFrame = CFrame.new(4.77279, 18.7272, 1.3) * CFrame.Angles(math.rad(-20), math.rad(-30), math.rad(315)) |
| 362 | p.BrickColor = BrickColor.new("Royal purple") |
| 363 | p.Material = Enum.Material.Glacier |
| 364 | p.MaterialVariant = "2022 Stud" |
| 365 | p.Anchored = true |
| 366 | p.Parent = model |
| 367 | end |
| 368 | do |
| 369 | local p = Instance.new("Part") |
| 370 | p.Name = "RWCenter" |
| 371 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 372 | p.CFrame = CFrame.new(4, 22, -3.5) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(0)) |
| 373 | p.BrickColor = BrickColor.new("Bright yellow") |
| 374 | p.Material = Enum.Material.Glacier |
| 375 | p.MaterialVariant = "2022 Big Stud" |
| 376 | p.Anchored = true |
| 377 | p.Parent = model |
| 378 | end |
| 379 | do |
| 380 | local p = Instance.new("Part") |
| 381 | p.Name = "RWPetal_0" |
| 382 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 383 | p.CFrame = CFrame.new(5.85127, 22.0042, -3.67646) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(0)) |
| 384 | p.BrickColor = BrickColor.new("Bright red") |
| 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.Name = "RWPetal_1" |
| 393 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 394 | p.CFrame = CFrame.new(5.45623, 23.058, -3.7) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(36)) |
| 395 | p.BrickColor = BrickColor.new("Institutional white") |
| 396 | p.Material = Enum.Material.Glacier |
| 397 | p.MaterialVariant = "2022 Stud" |
| 398 | p.Anchored = true |
| 399 | p.Parent = model |
| 400 | end |
| 401 | do |
| 402 | local p = Instance.new("Part") |
| 403 | p.Name = "RWPetal_2" |
| 404 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 405 | p.CFrame = CFrame.new(4.55623, 23.7119, -3.7) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(72)) |
| 406 | p.BrickColor = BrickColor.new("Bright red") |
| 407 | p.Material = Enum.Material.Glacier |
| 408 | p.MaterialVariant = "2022 Stud" |
| 409 | p.Anchored = true |
| 410 | p.Parent = model |
| 411 | end |
| 412 | do |
| 413 | local p = Instance.new("Part") |
| 414 | p.Name = "RWPetal_3" |
| 415 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 416 | p.CFrame = CFrame.new(3.44377, 23.7119, -3.7) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(108)) |
| 417 | p.BrickColor = BrickColor.new("Institutional white") |
| 418 | p.Material = Enum.Material.Glacier |
| 419 | p.MaterialVariant = "2022 Stud" |
| 420 | p.Anchored = true |
| 421 | p.Parent = model |
| 422 | end |
| 423 | do |
| 424 | local p = Instance.new("Part") |
| 425 | p.Name = "RWPetal_4" |
| 426 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 427 | p.CFrame = CFrame.new(2.54377, 23.058, -3.7) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(144)) |
| 428 | p.BrickColor = BrickColor.new("Bright red") |
| 429 | p.Material = Enum.Material.Glacier |
| 430 | p.MaterialVariant = "2022 Stud" |
| 431 | p.Anchored = true |
| 432 | p.Parent = model |
| 433 | end |
| 434 | do |
| 435 | local p = Instance.new("Part") |
| 436 | p.Name = "RWPetal_5" |
| 437 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 438 | p.CFrame = CFrame.new(2.18632, 21.9935, -3.73702) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(180)) |
| 439 | p.BrickColor = BrickColor.new("Institutional white") |
| 440 | p.Material = Enum.Material.Glacier |
| 441 | p.MaterialVariant = "2022 Stud" |
| 442 | p.Anchored = true |
| 443 | p.Parent = model |
| 444 | end |
| 445 | do |
| 446 | local p = Instance.new("Part") |
| 447 | p.Name = "RWPetal_6" |
| 448 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 449 | p.CFrame = CFrame.new(2.54377, 20.942, -3.7) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(216)) |
| 450 | p.BrickColor = BrickColor.new("Bright red") |
| 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.Name = "RWPetal_7" |
| 459 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 460 | p.CFrame = CFrame.new(3.44377, 20.2881, -3.7) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(252)) |
| 461 | p.BrickColor = BrickColor.new("Institutional white") |
| 462 | p.Material = Enum.Material.Glacier |
| 463 | p.MaterialVariant = "2022 Stud" |
| 464 | p.Anchored = true |
| 465 | p.Parent = model |
| 466 | end |
| 467 | do |
| 468 | local p = Instance.new("Part") |
| 469 | p.Name = "RWPetal_8" |
| 470 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 471 | p.CFrame = CFrame.new(4.55623, 20.2881, -3.7) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(288)) |
| 472 | p.BrickColor = BrickColor.new("Bright red") |
| 473 | p.Material = Enum.Material.Glacier |
| 474 | p.MaterialVariant = "2022 Stud" |
| 475 | p.Anchored = true |
| 476 | p.Parent = model |
| 477 | end |
| 478 | do |
| 479 | local p = Instance.new("Part") |
| 480 | p.Name = "RWPetal_9" |
| 481 | p.Size = Vector3.new(2, 0.6, 0.3) |
| 482 | p.CFrame = CFrame.new(5.45623, 20.942, -3.7) * CFrame.Angles(math.rad(-10), math.rad(20), math.rad(324)) |
| 483 | p.BrickColor = BrickColor.new("Institutional white") |
| 484 | p.Material = Enum.Material.Glacier |
| 485 | p.MaterialVariant = "2022 Stud" |
| 486 | p.Anchored = true |
| 487 | p.Parent = model |
| 488 | end |
| 489 | do |
| 490 | local upV = Vector3.new(1,-0.5,0).Unit |
| 491 | local rightV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(upV)*upV).Unit |
| 492 | local forwardV = rightV:Cross(upV) |
| 493 | local pos = Vector3.new(-1.5, 15, -2) |
| 494 | local ball = Instance.new("Part") |
| 495 | ball.Shape = Enum.PartType.Ball |
| 496 | ball.Size = Vector3.new(3, 3, 3) |
| 497 | ball.CFrame = CFrame.new(pos) |
| 498 | ball.BrickColor = BrickColor.new("Magenta") |
| 499 | ball.Material = Enum.Material.Glacier |
| 500 | ball.MaterialVariant = "2022 Stud" |
| 501 | ball.Anchored = true; ball.Parent = workspace |
| 502 | local cuts = {} |
| 503 | local hole = Instance.new("Part") |
| 504 | hole.Shape = Enum.PartType.Ball |
| 505 | hole.Size = Vector3.new(1.6, 1.6, 1.6) |
| 506 | hole.CFrame = CFrame.new(pos) |
| 507 | hole.BrickColor = BrickColor.new("Magenta") |
| 508 | hole.Material = Enum.Material.Glacier |
| 509 | hole.MaterialVariant = "2022 Stud" |
| 510 | hole.Anchored = true; hole.Parent = workspace |
| 511 | table.insert(cuts, hole) |
| 512 | do |
| 513 | local h = 0 |
| 514 | local cut = Instance.new("Part") |
| 515 | cut.Size = Vector3.new(6, 6, 6) |
| 516 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-3), rightV, upV) |
| 517 | cut.BrickColor = BrickColor.new("Magenta") |
| 518 | cut.Material = Enum.Material.Glacier |
| 519 | cut.MaterialVariant = "2022 Stud" |
| 520 | cut.Anchored = true; cut.Parent = workspace |
| 521 | table.insert(cuts, cut) |
| 522 | end |
| 523 | if #cuts > 0 then |
| 524 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 525 | for _, c in ipairs(cuts) do c:Destroy() end |
| 526 | if ok and result then |
| 527 | ball:Destroy() |
| 528 | result.Name = "TallBell_0"; result.Anchored = true; result.Parent = model |
| 529 | else |
| 530 | ball.Name = "TallBell_0"; ball.Parent = model |
| 531 | end |
| 532 | else |
| 533 | ball.Name = "TallBell_0"; ball.Parent = model |
| 534 | end |
| 535 | end |
| 536 | do |
| 537 | local upV = Vector3.new(0.5,-0.5,0.866025).Unit |
| 538 | local rightV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(upV)*upV).Unit |
| 539 | local forwardV = rightV:Cross(upV) |
| 540 | local pos = Vector3.new(-2, 17.2, -1.13397) |
| 541 | local ball = Instance.new("Part") |
| 542 | ball.Shape = Enum.PartType.Ball |
| 543 | ball.Size = Vector3.new(2.7, 2.7, 2.7) |
| 544 | ball.CFrame = CFrame.new(pos) |
| 545 | ball.BrickColor = BrickColor.new("Magenta") |
| 546 | ball.Material = Enum.Material.Glacier |
| 547 | ball.MaterialVariant = "2022 Stud" |
| 548 | ball.Anchored = true; ball.Parent = workspace |
| 549 | local cuts = {} |
| 550 | local hole = Instance.new("Part") |
| 551 | hole.Shape = Enum.PartType.Ball |
| 552 | hole.Size = Vector3.new(1.44, 1.44, 1.44) |
| 553 | hole.CFrame = CFrame.new(pos) |
| 554 | hole.BrickColor = BrickColor.new("Magenta") |
| 555 | hole.Material = Enum.Material.Glacier |
| 556 | hole.MaterialVariant = "2022 Stud" |
| 557 | hole.Anchored = true; hole.Parent = workspace |
| 558 | table.insert(cuts, hole) |
| 559 | do |
| 560 | local h = 0 |
| 561 | local cut = Instance.new("Part") |
| 562 | cut.Size = Vector3.new(5.4, 5.4, 5.4) |
| 563 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-2.7), rightV, upV) |
| 564 | cut.BrickColor = BrickColor.new("Magenta") |
| 565 | cut.Material = Enum.Material.Glacier |
| 566 | cut.MaterialVariant = "2022 Stud" |
| 567 | cut.Anchored = true; cut.Parent = workspace |
| 568 | table.insert(cuts, cut) |
| 569 | end |
| 570 | if #cuts > 0 then |
| 571 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 572 | for _, c in ipairs(cuts) do c:Destroy() end |
| 573 | if ok and result then |
| 574 | ball:Destroy() |
| 575 | result.Name = "TallBell_1"; result.Anchored = true; result.Parent = model |
| 576 | else |
| 577 | ball.Name = "TallBell_1"; ball.Parent = model |
| 578 | end |
| 579 | else |
| 580 | ball.Name = "TallBell_1"; ball.Parent = model |
| 581 | end |
| 582 | end |
| 583 | do |
| 584 | local upV = Vector3.new(-0.5,-0.5,0.866025).Unit |
| 585 | local rightV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(upV)*upV).Unit |
| 586 | local forwardV = rightV:Cross(upV) |
| 587 | local pos = Vector3.new(-3, 19.4, -1.13397) |
| 588 | local ball = Instance.new("Part") |
| 589 | ball.Shape = Enum.PartType.Ball |
| 590 | ball.Size = Vector3.new(2.4, 2.4, 2.4) |
| 591 | ball.CFrame = CFrame.new(pos) |
| 592 | ball.BrickColor = BrickColor.new("Magenta") |
| 593 | ball.Material = Enum.Material.Glacier |
| 594 | ball.MaterialVariant = "2022 Stud" |
| 595 | ball.Anchored = true; ball.Parent = workspace |
| 596 | local cuts = {} |
| 597 | local hole = Instance.new("Part") |
| 598 | hole.Shape = Enum.PartType.Ball |
| 599 | hole.Size = Vector3.new(1.28, 1.28, 1.28) |
| 600 | hole.CFrame = CFrame.new(pos) |
| 601 | hole.BrickColor = BrickColor.new("Magenta") |
| 602 | hole.Material = Enum.Material.Glacier |
| 603 | hole.MaterialVariant = "2022 Stud" |
| 604 | hole.Anchored = true; hole.Parent = workspace |
| 605 | table.insert(cuts, hole) |
| 606 | do |
| 607 | local h = 0 |
| 608 | local cut = Instance.new("Part") |
| 609 | cut.Size = Vector3.new(4.8, 4.8, 4.8) |
| 610 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-2.4), rightV, upV) |
| 611 | cut.BrickColor = BrickColor.new("Magenta") |
| 612 | cut.Material = Enum.Material.Glacier |
| 613 | cut.MaterialVariant = "2022 Stud" |
| 614 | cut.Anchored = true; cut.Parent = workspace |
| 615 | table.insert(cuts, cut) |
| 616 | end |
| 617 | if #cuts > 0 then |
| 618 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 619 | for _, c in ipairs(cuts) do c:Destroy() end |
| 620 | if ok and result then |
| 621 | ball:Destroy() |
| 622 | result.Name = "TallBell_2"; result.Anchored = true; result.Parent = model |
| 623 | else |
| 624 | ball.Name = "TallBell_2"; ball.Parent = model |
| 625 | end |
| 626 | else |
| 627 | ball.Name = "TallBell_2"; ball.Parent = model |
| 628 | end |
| 629 | end |
| 630 | do |
| 631 | local upV = Vector3.new(-1,-0.5,0).Unit |
| 632 | local rightV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(upV)*upV).Unit |
| 633 | local forwardV = rightV:Cross(upV) |
| 634 | local pos = Vector3.new(-3.5, 21.6, -2) |
| 635 | local ball = Instance.new("Part") |
| 636 | ball.Shape = Enum.PartType.Ball |
| 637 | ball.Size = Vector3.new(2.1, 2.1, 2.1) |
| 638 | ball.CFrame = CFrame.new(pos) |
| 639 | ball.BrickColor = BrickColor.new("Magenta") |
| 640 | ball.Material = Enum.Material.Glacier |
| 641 | ball.MaterialVariant = "2022 Stud" |
| 642 | ball.Anchored = true; ball.Parent = workspace |
| 643 | local cuts = {} |
| 644 | local hole = Instance.new("Part") |
| 645 | hole.Shape = Enum.PartType.Ball |
| 646 | hole.Size = Vector3.new(1.12, 1.12, 1.12) |
| 647 | hole.CFrame = CFrame.new(pos) |
| 648 | hole.BrickColor = BrickColor.new("Magenta") |
| 649 | hole.Material = Enum.Material.Glacier |
| 650 | hole.MaterialVariant = "2022 Stud" |
| 651 | hole.Anchored = true; hole.Parent = workspace |
| 652 | table.insert(cuts, hole) |
| 653 | do |
| 654 | local h = 0 |
| 655 | local cut = Instance.new("Part") |
| 656 | cut.Size = Vector3.new(4.2, 4.2, 4.2) |
| 657 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-2.1), rightV, upV) |
| 658 | cut.BrickColor = BrickColor.new("Magenta") |
| 659 | cut.Material = Enum.Material.Glacier |
| 660 | cut.MaterialVariant = "2022 Stud" |
| 661 | cut.Anchored = true; cut.Parent = workspace |
| 662 | table.insert(cuts, cut) |
| 663 | end |
| 664 | if #cuts > 0 then |
| 665 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 666 | for _, c in ipairs(cuts) do c:Destroy() end |
| 667 | if ok and result then |
| 668 | ball:Destroy() |
| 669 | result.Name = "TallBell_3"; result.Anchored = true; result.Parent = model |
| 670 | else |
| 671 | ball.Name = "TallBell_3"; ball.Parent = model |
| 672 | end |
| 673 | else |
| 674 | ball.Name = "TallBell_3"; ball.Parent = model |
| 675 | end |
| 676 | end |
| 677 | do |
| 678 | local upV = Vector3.new(-0.5,-0.5,-0.866025).Unit |
| 679 | local rightV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(upV)*upV).Unit |
| 680 | local forwardV = rightV:Cross(upV) |
| 681 | local pos = Vector3.new(-3, 23.8, -2.86603) |
| 682 | local ball = Instance.new("Part") |
| 683 | ball.Shape = Enum.PartType.Ball |
| 684 | ball.Size = Vector3.new(1.8, 1.8, 1.8) |
| 685 | ball.CFrame = CFrame.new(pos) |
| 686 | ball.BrickColor = BrickColor.new("Magenta") |
| 687 | ball.Material = Enum.Material.Glacier |
| 688 | ball.MaterialVariant = "2022 Stud" |
| 689 | ball.Anchored = true; ball.Parent = workspace |
| 690 | local cuts = {} |
| 691 | local hole = Instance.new("Part") |
| 692 | hole.Shape = Enum.PartType.Ball |
| 693 | hole.Size = Vector3.new(0.96, 0.96, 0.96) |
| 694 | hole.CFrame = CFrame.new(pos) |
| 695 | hole.BrickColor = BrickColor.new("Magenta") |
| 696 | hole.Material = Enum.Material.Glacier |
| 697 | hole.MaterialVariant = "2022 Stud" |
| 698 | hole.Anchored = true; hole.Parent = workspace |
| 699 | table.insert(cuts, hole) |
| 700 | do |
| 701 | local h = 0 |
| 702 | local cut = Instance.new("Part") |
| 703 | cut.Size = Vector3.new(3.6, 3.6, 3.6) |
| 704 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-1.8), rightV, upV) |
| 705 | cut.BrickColor = BrickColor.new("Magenta") |
| 706 | cut.Material = Enum.Material.Glacier |
| 707 | cut.MaterialVariant = "2022 Stud" |
| 708 | cut.Anchored = true; cut.Parent = workspace |
| 709 | table.insert(cuts, cut) |
| 710 | end |
| 711 | if #cuts > 0 then |
| 712 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 713 | for _, c in ipairs(cuts) do c:Destroy() end |
| 714 | if ok and result then |
| 715 | ball:Destroy() |
| 716 | result.Name = "TallBell_4"; result.Anchored = true; result.Parent = model |
| 717 | else |
| 718 | ball.Name = "TallBell_4"; ball.Parent = model |
| 719 | end |
| 720 | else |
| 721 | ball.Name = "TallBell_4"; ball.Parent = model |
| 722 | end |
| 723 | end |
| 724 | do |
| 725 | local upV = Vector3.new(0.5,-0.5,-0.866025).Unit |
| 726 | local rightV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(upV)*upV).Unit |
| 727 | local forwardV = rightV:Cross(upV) |
| 728 | local pos = Vector3.new(-2, 26, -2.86603) |
| 729 | local ball = Instance.new("Part") |
| 730 | ball.Shape = Enum.PartType.Ball |
| 731 | ball.Size = Vector3.new(1.5, 1.5, 1.5) |
| 732 | ball.CFrame = CFrame.new(pos) |
| 733 | ball.BrickColor = BrickColor.new("Magenta") |
| 734 | ball.Material = Enum.Material.Glacier |
| 735 | ball.MaterialVariant = "2022 Stud" |
| 736 | ball.Anchored = true; ball.Parent = workspace |
| 737 | local cuts = {} |
| 738 | local hole = Instance.new("Part") |
| 739 | hole.Shape = Enum.PartType.Ball |
| 740 | hole.Size = Vector3.new(0.8, 0.8, 0.8) |
| 741 | hole.CFrame = CFrame.new(pos) |
| 742 | hole.BrickColor = BrickColor.new("Magenta") |
| 743 | hole.Material = Enum.Material.Glacier |
| 744 | hole.MaterialVariant = "2022 Stud" |
| 745 | hole.Anchored = true; hole.Parent = workspace |
| 746 | table.insert(cuts, hole) |
| 747 | do |
| 748 | local h = 0 |
| 749 | local cut = Instance.new("Part") |
| 750 | cut.Size = Vector3.new(3, 3, 3) |
| 751 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-1.5), rightV, upV) |
| 752 | cut.BrickColor = BrickColor.new("Magenta") |
| 753 | cut.Material = Enum.Material.Glacier |
| 754 | cut.MaterialVariant = "2022 Stud" |
| 755 | cut.Anchored = true; cut.Parent = workspace |
| 756 | table.insert(cuts, cut) |
| 757 | end |
| 758 | if #cuts > 0 then |
| 759 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 760 | for _, c in ipairs(cuts) do c:Destroy() end |
| 761 | if ok and result then |
| 762 | ball:Destroy() |
| 763 | result.Name = "TallBell_5"; result.Anchored = true; result.Parent = model |
| 764 | else |
| 765 | ball.Name = "TallBell_5"; ball.Parent = model |
| 766 | end |
| 767 | else |
| 768 | ball.Name = "TallBell_5"; ball.Parent = model |
| 769 | end |
| 770 | end |
| 771 | model.PrimaryPart = model:FindFirstChild("PotBase") |
| 772 | print("PottedFlowers built: " .. #model:GetChildren() .. " parts") |
Loading comments...