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 = "CherryBlossomTree" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Bright blue"] = "2022 Universal", |
| 22 | ["Carnation pink"] = "2022 Stud", |
| 23 | ["Dusty Rose"] = "2022 Stud", |
| 24 | ["Institutional white"] = "2022 Glue", |
| 25 | ["Pine Cone"] = "2022 Small Stud", |
| 26 | } |
| 27 | if next(needed) then |
| 28 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 29 | if not ok then warn(roots) else |
| 30 | local tmp = Instance.new("Folder") |
| 31 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 32 | for _, d in ipairs(tmp:GetDescendants()) do |
| 33 | if d:IsA("MaterialVariant") and needed[d.Name] then |
| 34 | d.Parent = MS |
| 35 | end |
| 36 | end |
| 37 | tmp:Destroy() |
| 38 | end |
| 39 | end |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "TrunkBase" |
| 44 | p.Size = Vector3.new(3.5, 4, 3.5) |
| 45 | p.CFrame = CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)) |
| 46 | p.BrickColor = BrickColor.new("Pine Cone") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Small Stud" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "TrunkWrap1" |
| 55 | p.Size = Vector3.new(3.6, 3, 3.6) |
| 56 | p.CFrame = CFrame.new(-0.036362, 1.456666, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)) |
| 57 | p.BrickColor = BrickColor.new("Institutional white") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Glue" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Name = "TrunkWrap2" |
| 66 | p.Size = Vector3.new(3.4, 2, 3.4) |
| 67 | p.CFrame = CFrame.new(0.2, 3.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(8)) |
| 68 | p.BrickColor = BrickColor.new("Institutional white") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Glue" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "TrunkMid" |
| 77 | p.Size = Vector3.new(3, 4, 3) |
| 78 | p.CFrame = CFrame.new(0.5, 5.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)) |
| 79 | p.BrickColor = BrickColor.new("Pine Cone") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Small Stud" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "Branch1_1" |
| 88 | p.Size = Vector3.new(4, 2.5, 2.5) |
| 89 | p.CFrame = CFrame.new(-2, 7, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 90 | p.BrickColor = BrickColor.new("Pine Cone") |
| 91 | p.Material = Enum.Material.Glacier |
| 92 | p.MaterialVariant = "2022 Small Stud" |
| 93 | p.Anchored = true |
| 94 | p.Parent = model |
| 95 | end |
| 96 | do |
| 97 | local p = Instance.new("Part") |
| 98 | p.Name = "Branch1_2" |
| 99 | p.Size = Vector3.new(4, 2, 2) |
| 100 | p.CFrame = CFrame.new(-5, 9, 1) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(30)) |
| 101 | p.BrickColor = BrickColor.new("Pine Cone") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Small Stud" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "Branch1_3" |
| 110 | p.Size = Vector3.new(4, 1.5, 1.5) |
| 111 | p.CFrame = CFrame.new(-8, 10, 2) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(15)) |
| 112 | p.BrickColor = BrickColor.new("Pine Cone") |
| 113 | p.Material = Enum.Material.Glacier |
| 114 | p.MaterialVariant = "2022 Small Stud" |
| 115 | p.Anchored = true |
| 116 | p.Parent = model |
| 117 | end |
| 118 | do |
| 119 | local p = Instance.new("Part") |
| 120 | p.Name = "Branch2_1" |
| 121 | p.Size = Vector3.new(4, 2.2, 2.2) |
| 122 | p.CFrame = CFrame.new(3, 7.5, -1) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(-40)) |
| 123 | p.BrickColor = BrickColor.new("Pine Cone") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Small Stud" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "Branch2_2" |
| 132 | p.Size = Vector3.new(4, 1.8, 1.8) |
| 133 | p.CFrame = CFrame.new(6, 9.5, -2) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(-25)) |
| 134 | p.BrickColor = BrickColor.new("Pine Cone") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Small Stud" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Name = "Branch2_3" |
| 143 | p.Size = Vector3.new(4, 1.2, 1.2) |
| 144 | p.CFrame = CFrame.new(9, 11, -3) * CFrame.Angles(math.rad(0), math.rad(-40), math.rad(-10)) |
| 145 | p.BrickColor = BrickColor.new("Pine Cone") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Small Stud" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "Branch3_1" |
| 154 | p.Size = Vector3.new(2, 2, 4) |
| 155 | p.CFrame = CFrame.new(0.04, 8, -3) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(0)) |
| 156 | p.BrickColor = BrickColor.new("Pine Cone") |
| 157 | p.Material = Enum.Material.Glacier |
| 158 | p.MaterialVariant = "2022 Small Stud" |
| 159 | p.Anchored = true |
| 160 | p.Parent = model |
| 161 | end |
| 162 | do |
| 163 | local p = Instance.new("Part") |
| 164 | p.Name = "Branch3_2" |
| 165 | p.Size = Vector3.new(1.5, 1.5, 4) |
| 166 | p.CFrame = CFrame.new(-1, 10, -6) * CFrame.Angles(math.rad(-30), math.rad(15), math.rad(0)) |
| 167 | p.BrickColor = BrickColor.new("Pine Cone") |
| 168 | p.Material = Enum.Material.Glacier |
| 169 | p.MaterialVariant = "2022 Small Stud" |
| 170 | p.Anchored = true |
| 171 | p.Parent = model |
| 172 | end |
| 173 | do |
| 174 | local p = Instance.new("Part") |
| 175 | p.Name = "Branch4_1" |
| 176 | p.Size = Vector3.new(2, 4, 2) |
| 177 | p.CFrame = CFrame.new(1, 9, 2) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(-15)) |
| 178 | p.BrickColor = BrickColor.new("Pine Cone") |
| 179 | p.Material = Enum.Material.Glacier |
| 180 | p.MaterialVariant = "2022 Small Stud" |
| 181 | p.Anchored = true |
| 182 | p.Parent = model |
| 183 | end |
| 184 | do |
| 185 | local p = Instance.new("Part") |
| 186 | p.Name = "Branch4_2" |
| 187 | p.Size = Vector3.new(1.5, 4, 1.5) |
| 188 | p.CFrame = CFrame.new(2, 12, 4) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(-20)) |
| 189 | p.BrickColor = BrickColor.new("Pine Cone") |
| 190 | p.Material = Enum.Material.Glacier |
| 191 | p.MaterialVariant = "2022 Small Stud" |
| 192 | p.Anchored = true |
| 193 | p.Parent = model |
| 194 | end |
| 195 | do |
| 196 | local p = Instance.new("Part") |
| 197 | p.Name = "BlossomL1_C1" |
| 198 | p.Size = Vector3.new(6, 4.8, 6) |
| 199 | p.CFrame = CFrame.new(-9, 10, 2) |
| 200 | p.BrickColor = BrickColor.new("Carnation pink") |
| 201 | p.Material = Enum.Material.Glacier |
| 202 | p.MaterialVariant = "2022 Stud" |
| 203 | p.Anchored = true |
| 204 | p.Parent = model |
| 205 | end |
| 206 | do |
| 207 | local p = Instance.new("Part") |
| 208 | p.Name = "BlossomL1_C2" |
| 209 | p.Size = Vector3.new(5.4, 4.2, 5.4) |
| 210 | p.CFrame = CFrame.new(-7.2, 11.2, 0.2) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 211 | p.BrickColor = BrickColor.new("Carnation pink") |
| 212 | p.Material = Enum.Material.Glacier |
| 213 | p.MaterialVariant = "2022 Stud" |
| 214 | p.Anchored = true |
| 215 | p.Parent = model |
| 216 | end |
| 217 | do |
| 218 | local p = Instance.new("Part") |
| 219 | p.Name = "BlossomL1_C3" |
| 220 | p.Size = Vector3.new(4.8, 4.8, 4.8) |
| 221 | p.CFrame = CFrame.new(-10.2, 9.4, 4.4) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 222 | p.BrickColor = BrickColor.new("Carnation pink") |
| 223 | p.Material = Enum.Material.Glacier |
| 224 | p.MaterialVariant = "2022 Stud" |
| 225 | p.Anchored = true |
| 226 | p.Parent = model |
| 227 | end |
| 228 | do |
| 229 | local p = Instance.new("Part") |
| 230 | p.Name = "BlossomL2_C1" |
| 231 | p.Size = Vector3.new(5, 4, 5) |
| 232 | p.CFrame = CFrame.new(-12, 11, 3) |
| 233 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Stud" |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Name = "BlossomL2_C2" |
| 242 | p.Size = Vector3.new(4.5, 3.5, 4.5) |
| 243 | p.CFrame = CFrame.new(-10.5, 12, 1.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 244 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 245 | p.Material = Enum.Material.Glacier |
| 246 | p.MaterialVariant = "2022 Stud" |
| 247 | p.Anchored = true |
| 248 | p.Parent = model |
| 249 | end |
| 250 | do |
| 251 | local p = Instance.new("Part") |
| 252 | p.Name = "BlossomL2_C3" |
| 253 | p.Size = Vector3.new(4, 4, 4) |
| 254 | p.CFrame = CFrame.new(-13, 10.5, 5) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 255 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 256 | p.Material = Enum.Material.Glacier |
| 257 | p.MaterialVariant = "2022 Stud" |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("Part") |
| 263 | p.Name = "BlossomL3_C1" |
| 264 | p.Size = Vector3.new(5.5, 4.4, 5.5) |
| 265 | p.CFrame = CFrame.new(-7, 12, 0) |
| 266 | p.BrickColor = BrickColor.new("Carnation pink") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Stud" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Name = "BlossomL3_C2" |
| 275 | p.Size = Vector3.new(4.95, 3.85, 4.95) |
| 276 | p.CFrame = CFrame.new(-5.35, 13.1, -1.65) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 277 | p.BrickColor = BrickColor.new("Carnation pink") |
| 278 | p.Material = Enum.Material.Glacier |
| 279 | p.MaterialVariant = "2022 Stud" |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "BlossomL3_C3" |
| 286 | p.Size = Vector3.new(4.4, 4.4, 4.4) |
| 287 | p.CFrame = CFrame.new(-8.1, 11.45, 2.2) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 288 | p.BrickColor = BrickColor.new("Carnation pink") |
| 289 | p.Material = Enum.Material.Glacier |
| 290 | p.MaterialVariant = "2022 Stud" |
| 291 | p.Anchored = true |
| 292 | p.Parent = model |
| 293 | end |
| 294 | do |
| 295 | local p = Instance.new("Part") |
| 296 | p.Name = "BlossomL4_C1" |
| 297 | p.Size = Vector3.new(4.5, 3.6, 4.5) |
| 298 | p.CFrame = CFrame.new(-10, 9, 5) |
| 299 | p.BrickColor = BrickColor.new("Carnation pink") |
| 300 | p.Material = Enum.Material.Glacier |
| 301 | p.MaterialVariant = "2022 Stud" |
| 302 | p.Anchored = true |
| 303 | p.Parent = model |
| 304 | end |
| 305 | do |
| 306 | local p = Instance.new("Part") |
| 307 | p.Name = "BlossomL4_C2" |
| 308 | p.Size = Vector3.new(4.05, 3.15, 4.05) |
| 309 | p.CFrame = CFrame.new(-8.678284, 9.9, 3.678284) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 310 | p.BrickColor = BrickColor.new("Carnation pink") |
| 311 | p.Material = Enum.Material.Glacier |
| 312 | p.MaterialVariant = "2022 Stud" |
| 313 | p.Anchored = true |
| 314 | p.Parent = model |
| 315 | end |
| 316 | do |
| 317 | local p = Instance.new("Part") |
| 318 | p.Name = "BlossomL4_C3" |
| 319 | p.Size = Vector3.new(3.6, 3.6, 3.6) |
| 320 | p.CFrame = CFrame.new(-10.9, 8.55, 6.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 321 | p.BrickColor = BrickColor.new("Carnation pink") |
| 322 | p.Material = Enum.Material.Glacier |
| 323 | p.MaterialVariant = "2022 Stud" |
| 324 | p.Anchored = true |
| 325 | p.Parent = model |
| 326 | end |
| 327 | do |
| 328 | local p = Instance.new("Part") |
| 329 | p.Name = "BlossomR1_C1" |
| 330 | p.Size = Vector3.new(6.5, 5.2, 6.5) |
| 331 | p.CFrame = CFrame.new(10, 11, -3) |
| 332 | p.BrickColor = BrickColor.new("Carnation pink") |
| 333 | p.Material = Enum.Material.Glacier |
| 334 | p.MaterialVariant = "2022 Stud" |
| 335 | p.Anchored = true |
| 336 | p.Parent = model |
| 337 | end |
| 338 | do |
| 339 | local p = Instance.new("Part") |
| 340 | p.Name = "BlossomR1_C2" |
| 341 | p.Size = Vector3.new(5.85, 4.55, 5.85) |
| 342 | p.CFrame = CFrame.new(11.95, 12.3, -4.95) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 343 | p.BrickColor = BrickColor.new("Carnation pink") |
| 344 | p.Material = Enum.Material.Glacier |
| 345 | p.MaterialVariant = "2022 Stud" |
| 346 | p.Anchored = true |
| 347 | p.Parent = model |
| 348 | end |
| 349 | do |
| 350 | local p = Instance.new("Part") |
| 351 | p.Name = "BlossomR1_C3" |
| 352 | p.Size = Vector3.new(5.2, 5.2, 5.2) |
| 353 | p.CFrame = CFrame.new(8.7, 10.35, -0.4) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 354 | p.BrickColor = BrickColor.new("Carnation pink") |
| 355 | p.Material = Enum.Material.Glacier |
| 356 | p.MaterialVariant = "2022 Stud" |
| 357 | p.Anchored = true |
| 358 | p.Parent = model |
| 359 | end |
| 360 | do |
| 361 | local p = Instance.new("Part") |
| 362 | p.Name = "BlossomR2_C1" |
| 363 | p.Size = Vector3.new(5, 4, 5) |
| 364 | p.CFrame = CFrame.new(13, 12, -4) |
| 365 | p.BrickColor = BrickColor.new("Carnation pink") |
| 366 | p.Material = Enum.Material.Glacier |
| 367 | p.MaterialVariant = "2022 Stud" |
| 368 | p.Anchored = true |
| 369 | p.Parent = model |
| 370 | end |
| 371 | do |
| 372 | local p = Instance.new("Part") |
| 373 | p.Name = "BlossomR2_C2" |
| 374 | p.Size = Vector3.new(4.5, 3.5, 4.5) |
| 375 | p.CFrame = CFrame.new(14.5, 13, -5.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 376 | p.BrickColor = BrickColor.new("Carnation pink") |
| 377 | p.Material = Enum.Material.Glacier |
| 378 | p.MaterialVariant = "2022 Stud" |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Name = "BlossomR2_C3" |
| 385 | p.Size = Vector3.new(4, 4, 4) |
| 386 | p.CFrame = CFrame.new(12, 11.5, -2) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 387 | p.BrickColor = BrickColor.new("Carnation pink") |
| 388 | p.Material = Enum.Material.Glacier |
| 389 | p.MaterialVariant = "2022 Stud" |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("Part") |
| 395 | p.Name = "BlossomR3_C1" |
| 396 | p.Size = Vector3.new(5.5, 4.4, 5.5) |
| 397 | p.CFrame = CFrame.new(8, 13, -1) |
| 398 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 399 | p.Material = Enum.Material.Glacier |
| 400 | p.MaterialVariant = "2022 Stud" |
| 401 | p.Anchored = true |
| 402 | p.Parent = model |
| 403 | end |
| 404 | do |
| 405 | local p = Instance.new("Part") |
| 406 | p.Name = "BlossomR3_C2" |
| 407 | p.Size = Vector3.new(4.95, 3.85, 4.95) |
| 408 | p.CFrame = CFrame.new(9.65, 14.1, -2.65) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 409 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 410 | p.Material = Enum.Material.Glacier |
| 411 | p.MaterialVariant = "2022 Stud" |
| 412 | p.Anchored = true |
| 413 | p.Parent = model |
| 414 | end |
| 415 | do |
| 416 | local p = Instance.new("Part") |
| 417 | p.Name = "BlossomR3_C3" |
| 418 | p.Size = Vector3.new(4.4, 4.4, 4.4) |
| 419 | p.CFrame = CFrame.new(6.9, 12.45, 1.2) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 420 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 421 | p.Material = Enum.Material.Glacier |
| 422 | p.MaterialVariant = "2022 Stud" |
| 423 | p.Anchored = true |
| 424 | p.Parent = model |
| 425 | end |
| 426 | do |
| 427 | local p = Instance.new("Part") |
| 428 | p.Name = "BlossomR4_C1" |
| 429 | p.Size = Vector3.new(4.5, 3.6, 4.5) |
| 430 | p.CFrame = CFrame.new(11.04, 10, -6) |
| 431 | p.BrickColor = BrickColor.new("Carnation pink") |
| 432 | p.Material = Enum.Material.Glacier |
| 433 | p.MaterialVariant = "2022 Stud" |
| 434 | p.Anchored = true |
| 435 | p.Parent = model |
| 436 | end |
| 437 | do |
| 438 | local p = Instance.new("Part") |
| 439 | p.Name = "BlossomR4_C2" |
| 440 | p.Size = Vector3.new(4.05, 3.15, 4.05) |
| 441 | p.CFrame = CFrame.new(12.321716, 10.9, -7.321716) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 442 | p.BrickColor = BrickColor.new("Carnation pink") |
| 443 | p.Material = Enum.Material.Glacier |
| 444 | p.MaterialVariant = "2022 Stud" |
| 445 | p.Anchored = true |
| 446 | p.Parent = model |
| 447 | end |
| 448 | do |
| 449 | local p = Instance.new("Part") |
| 450 | p.Name = "BlossomR4_C3" |
| 451 | p.Size = Vector3.new(3.6, 3.6, 3.6) |
| 452 | p.CFrame = CFrame.new(10.1, 9.55, -4.2) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 453 | p.BrickColor = BrickColor.new("Carnation pink") |
| 454 | p.Material = Enum.Material.Glacier |
| 455 | p.MaterialVariant = "2022 Stud" |
| 456 | p.Anchored = true |
| 457 | p.Parent = model |
| 458 | end |
| 459 | do |
| 460 | local p = Instance.new("Part") |
| 461 | p.Name = "BlossomB1_C1" |
| 462 | p.Size = Vector3.new(6, 4.8, 6) |
| 463 | p.CFrame = CFrame.new(-2, 11, -8) |
| 464 | p.BrickColor = BrickColor.new("Carnation pink") |
| 465 | p.Material = Enum.Material.Glacier |
| 466 | p.MaterialVariant = "2022 Stud" |
| 467 | p.Anchored = true |
| 468 | p.Parent = model |
| 469 | end |
| 470 | do |
| 471 | local p = Instance.new("Part") |
| 472 | p.Name = "BlossomB1_C2" |
| 473 | p.Size = Vector3.new(5.4, 4.2, 5.4) |
| 474 | p.CFrame = CFrame.new(-0.2, 12.2, -9.8) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 475 | p.BrickColor = BrickColor.new("Carnation pink") |
| 476 | p.Material = Enum.Material.Glacier |
| 477 | p.MaterialVariant = "2022 Stud" |
| 478 | p.Anchored = true |
| 479 | p.Parent = model |
| 480 | end |
| 481 | do |
| 482 | local p = Instance.new("Part") |
| 483 | p.Name = "BlossomB1_C3" |
| 484 | p.Size = Vector3.new(4.8, 4.8, 4.8) |
| 485 | p.CFrame = CFrame.new(-3.2, 10.4, -5.6) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 486 | p.BrickColor = BrickColor.new("Carnation pink") |
| 487 | p.Material = Enum.Material.Glacier |
| 488 | p.MaterialVariant = "2022 Stud" |
| 489 | p.Anchored = true |
| 490 | p.Parent = model |
| 491 | end |
| 492 | do |
| 493 | local p = Instance.new("Part") |
| 494 | p.Name = "BlossomB2_C1" |
| 495 | p.Size = Vector3.new(5, 4, 5) |
| 496 | p.CFrame = CFrame.new(1, 12, -10) |
| 497 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 498 | p.Material = Enum.Material.Glacier |
| 499 | p.MaterialVariant = "2022 Stud" |
| 500 | p.Anchored = true |
| 501 | p.Parent = model |
| 502 | end |
| 503 | do |
| 504 | local p = Instance.new("Part") |
| 505 | p.Name = "BlossomB2_C2" |
| 506 | p.Size = Vector3.new(4.5, 3.5, 4.5) |
| 507 | p.CFrame = CFrame.new(2.5, 13, -11.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 508 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 509 | p.Material = Enum.Material.Glacier |
| 510 | p.MaterialVariant = "2022 Stud" |
| 511 | p.Anchored = true |
| 512 | p.Parent = model |
| 513 | end |
| 514 | do |
| 515 | local p = Instance.new("Part") |
| 516 | p.Name = "BlossomB2_C3" |
| 517 | p.Size = Vector3.new(4, 4, 4) |
| 518 | p.CFrame = CFrame.new(0, 11.5, -8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 519 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 520 | p.Material = Enum.Material.Glacier |
| 521 | p.MaterialVariant = "2022 Stud" |
| 522 | p.Anchored = true |
| 523 | p.Parent = model |
| 524 | end |
| 525 | do |
| 526 | local p = Instance.new("Part") |
| 527 | p.Name = "BlossomB3_C1" |
| 528 | p.Size = Vector3.new(4.5, 3.6, 4.5) |
| 529 | p.CFrame = CFrame.new(-4.04, 9, -7) |
| 530 | p.BrickColor = BrickColor.new("Carnation pink") |
| 531 | p.Material = Enum.Material.Glacier |
| 532 | p.MaterialVariant = "2022 Stud" |
| 533 | p.Anchored = true |
| 534 | p.Parent = model |
| 535 | end |
| 536 | do |
| 537 | local p = Instance.new("Part") |
| 538 | p.Name = "BlossomB3_C2" |
| 539 | p.Size = Vector3.new(4.05, 3.15, 4.05) |
| 540 | p.CFrame = CFrame.new(-2.65, 9.9, -8.35) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 541 | p.BrickColor = BrickColor.new("Carnation pink") |
| 542 | p.Material = Enum.Material.Glacier |
| 543 | p.MaterialVariant = "2022 Stud" |
| 544 | p.Anchored = true |
| 545 | p.Parent = model |
| 546 | end |
| 547 | do |
| 548 | local p = Instance.new("Part") |
| 549 | p.Name = "BlossomB3_C3" |
| 550 | p.Size = Vector3.new(3.6, 3.6, 3.6) |
| 551 | p.CFrame = CFrame.new(-4.9, 8.55, -5.2) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 552 | p.BrickColor = BrickColor.new("Carnation pink") |
| 553 | p.Material = Enum.Material.Glacier |
| 554 | p.MaterialVariant = "2022 Stud" |
| 555 | p.Anchored = true |
| 556 | p.Parent = model |
| 557 | end |
| 558 | do |
| 559 | local p = Instance.new("Part") |
| 560 | p.Name = "BlossomT1_C1" |
| 561 | p.Size = Vector3.new(6, 4.8, 6) |
| 562 | p.CFrame = CFrame.new(3.04, 13, 5) |
| 563 | p.BrickColor = BrickColor.new("Carnation pink") |
| 564 | p.Material = Enum.Material.Glacier |
| 565 | p.MaterialVariant = "2022 Stud" |
| 566 | p.Anchored = true |
| 567 | p.Parent = model |
| 568 | end |
| 569 | do |
| 570 | local p = Instance.new("Part") |
| 571 | p.Name = "BlossomT1_C2" |
| 572 | p.Size = Vector3.new(5.4, 4.2, 5.4) |
| 573 | p.CFrame = CFrame.new(4.8, 14.2, 3.2) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 574 | p.BrickColor = BrickColor.new("Carnation pink") |
| 575 | p.Material = Enum.Material.Glacier |
| 576 | p.MaterialVariant = "2022 Stud" |
| 577 | p.Anchored = true |
| 578 | p.Parent = model |
| 579 | end |
| 580 | do |
| 581 | local p = Instance.new("Part") |
| 582 | p.Name = "BlossomT1_C3" |
| 583 | p.Size = Vector3.new(4.8, 4.8, 4.8) |
| 584 | p.CFrame = CFrame.new(1.8, 12.4, 7.4) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 585 | p.BrickColor = BrickColor.new("Carnation pink") |
| 586 | p.Material = Enum.Material.Glacier |
| 587 | p.MaterialVariant = "2022 Stud" |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("Part") |
| 593 | p.Name = "BlossomT2_C1" |
| 594 | p.Size = Vector3.new(5, 4, 5) |
| 595 | p.CFrame = CFrame.new(5, 14, 7) |
| 596 | p.BrickColor = BrickColor.new("Carnation pink") |
| 597 | p.Material = Enum.Material.Glacier |
| 598 | p.MaterialVariant = "2022 Stud" |
| 599 | p.Anchored = true |
| 600 | p.Parent = model |
| 601 | end |
| 602 | do |
| 603 | local p = Instance.new("Part") |
| 604 | p.Name = "BlossomT2_C2" |
| 605 | p.Size = Vector3.new(4.5, 3.5, 4.5) |
| 606 | p.CFrame = CFrame.new(6.5, 15, 5.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 607 | p.BrickColor = BrickColor.new("Carnation pink") |
| 608 | p.Material = Enum.Material.Glacier |
| 609 | p.MaterialVariant = "2022 Stud" |
| 610 | p.Anchored = true |
| 611 | p.Parent = model |
| 612 | end |
| 613 | do |
| 614 | local p = Instance.new("Part") |
| 615 | p.Name = "BlossomT2_C3" |
| 616 | p.Size = Vector3.new(4, 4, 4) |
| 617 | p.CFrame = CFrame.new(4, 13.5, 9) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 618 | p.BrickColor = BrickColor.new("Carnation pink") |
| 619 | p.Material = Enum.Material.Glacier |
| 620 | p.MaterialVariant = "2022 Stud" |
| 621 | p.Anchored = true |
| 622 | p.Parent = model |
| 623 | end |
| 624 | do |
| 625 | local p = Instance.new("Part") |
| 626 | p.Name = "BlossomT3_C1" |
| 627 | p.Size = Vector3.new(5.5, 4.4, 5.5) |
| 628 | p.CFrame = CFrame.new(1, 15, 4) |
| 629 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 630 | p.Material = Enum.Material.Glacier |
| 631 | p.MaterialVariant = "2022 Stud" |
| 632 | p.Anchored = true |
| 633 | p.Parent = model |
| 634 | end |
| 635 | do |
| 636 | local p = Instance.new("Part") |
| 637 | p.Name = "BlossomT3_C2" |
| 638 | p.Size = Vector3.new(4.95, 3.85, 4.95) |
| 639 | p.CFrame = CFrame.new(2.65, 16.1, 2.35) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 640 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 641 | p.Material = Enum.Material.Glacier |
| 642 | p.MaterialVariant = "2022 Stud" |
| 643 | p.Anchored = true |
| 644 | p.Parent = model |
| 645 | end |
| 646 | do |
| 647 | local p = Instance.new("Part") |
| 648 | p.Name = "BlossomT3_C3" |
| 649 | p.Size = Vector3.new(4.4, 4.4, 4.4) |
| 650 | p.CFrame = CFrame.new(-0.1, 14.45, 6.2) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 651 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 652 | p.Material = Enum.Material.Glacier |
| 653 | p.MaterialVariant = "2022 Stud" |
| 654 | p.Anchored = true |
| 655 | p.Parent = model |
| 656 | end |
| 657 | do |
| 658 | local p = Instance.new("Part") |
| 659 | p.Name = "BlossomT4_C1" |
| 660 | p.Size = Vector3.new(4.5, 3.6, 4.5) |
| 661 | p.CFrame = CFrame.new(0, 11, 6) |
| 662 | p.BrickColor = BrickColor.new("Carnation pink") |
| 663 | p.Material = Enum.Material.Glacier |
| 664 | p.MaterialVariant = "2022 Stud" |
| 665 | p.Anchored = true |
| 666 | p.Parent = model |
| 667 | end |
| 668 | do |
| 669 | local p = Instance.new("Part") |
| 670 | p.Name = "BlossomT4_C2" |
| 671 | p.Size = Vector3.new(4.05, 3.15, 4.05) |
| 672 | p.CFrame = CFrame.new(1.35, 11.9, 4.65) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 673 | p.BrickColor = BrickColor.new("Carnation pink") |
| 674 | p.Material = Enum.Material.Glacier |
| 675 | p.MaterialVariant = "2022 Stud" |
| 676 | p.Anchored = true |
| 677 | p.Parent = model |
| 678 | end |
| 679 | do |
| 680 | local p = Instance.new("Part") |
| 681 | p.Name = "BlossomT4_C3" |
| 682 | p.Size = Vector3.new(3.6, 3.6, 3.6) |
| 683 | p.CFrame = CFrame.new(-0.9, 10.55, 7.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 684 | p.BrickColor = BrickColor.new("Carnation pink") |
| 685 | p.Material = Enum.Material.Glacier |
| 686 | p.MaterialVariant = "2022 Stud" |
| 687 | p.Anchored = true |
| 688 | p.Parent = model |
| 689 | end |
| 690 | do |
| 691 | local p = Instance.new("Part") |
| 692 | p.Name = "BlossomC1_C1" |
| 693 | p.Size = Vector3.new(7, 5.6, 7) |
| 694 | p.CFrame = CFrame.new(0, 12, 0) |
| 695 | p.BrickColor = BrickColor.new("Carnation pink") |
| 696 | p.Material = Enum.Material.Glacier |
| 697 | p.MaterialVariant = "2022 Stud" |
| 698 | p.Anchored = true |
| 699 | p.Parent = model |
| 700 | end |
| 701 | do |
| 702 | local p = Instance.new("Part") |
| 703 | p.Name = "BlossomC1_C2" |
| 704 | p.Size = Vector3.new(6.3, 4.9, 6.3) |
| 705 | p.CFrame = CFrame.new(2.1, 13.4, -2.1) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 706 | p.BrickColor = BrickColor.new("Carnation pink") |
| 707 | p.Material = Enum.Material.Glacier |
| 708 | p.MaterialVariant = "2022 Stud" |
| 709 | p.Anchored = true |
| 710 | p.Parent = model |
| 711 | end |
| 712 | do |
| 713 | local p = Instance.new("Part") |
| 714 | p.Name = "BlossomC1_C3" |
| 715 | p.Size = Vector3.new(5.6, 5.6, 5.6) |
| 716 | p.CFrame = CFrame.new(-1.4, 11.3, 2.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 717 | p.BrickColor = BrickColor.new("Carnation pink") |
| 718 | p.Material = Enum.Material.Glacier |
| 719 | p.MaterialVariant = "2022 Stud" |
| 720 | p.Anchored = true |
| 721 | p.Parent = model |
| 722 | end |
| 723 | do |
| 724 | local p = Instance.new("Part") |
| 725 | p.Name = "BlossomC2_C1" |
| 726 | p.Size = Vector3.new(6.5, 5.2, 6.5) |
| 727 | p.CFrame = CFrame.new(-3, 13, -2) |
| 728 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 729 | p.Material = Enum.Material.Glacier |
| 730 | p.MaterialVariant = "2022 Stud" |
| 731 | p.Anchored = true |
| 732 | p.Parent = model |
| 733 | end |
| 734 | do |
| 735 | local p = Instance.new("Part") |
| 736 | p.Name = "BlossomC2_C2" |
| 737 | p.Size = Vector3.new(5.85, 4.55, 5.85) |
| 738 | p.CFrame = CFrame.new(-1.05, 14.3, -3.95) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 739 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 740 | p.Material = Enum.Material.Glacier |
| 741 | p.MaterialVariant = "2022 Stud" |
| 742 | p.Anchored = true |
| 743 | p.Parent = model |
| 744 | end |
| 745 | do |
| 746 | local p = Instance.new("Part") |
| 747 | p.Name = "BlossomC2_C3" |
| 748 | p.Size = Vector3.new(5.2, 5.2, 5.2) |
| 749 | p.CFrame = CFrame.new(-4.3, 12.35, 0.6) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 750 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 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.Name = "BlossomC3_C1" |
| 759 | p.Size = Vector3.new(6, 4.8, 6) |
| 760 | p.CFrame = CFrame.new(3, 14, 1) |
| 761 | p.BrickColor = BrickColor.new("Carnation pink") |
| 762 | p.Material = Enum.Material.Glacier |
| 763 | p.MaterialVariant = "2022 Stud" |
| 764 | p.Anchored = true |
| 765 | p.Parent = model |
| 766 | end |
| 767 | do |
| 768 | local p = Instance.new("Part") |
| 769 | p.Name = "BlossomC3_C2" |
| 770 | p.Size = Vector3.new(5.4, 4.2, 5.4) |
| 771 | p.CFrame = CFrame.new(4.8, 15.2, -0.8) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 772 | p.BrickColor = BrickColor.new("Carnation pink") |
| 773 | p.Material = Enum.Material.Glacier |
| 774 | p.MaterialVariant = "2022 Stud" |
| 775 | p.Anchored = true |
| 776 | p.Parent = model |
| 777 | end |
| 778 | do |
| 779 | local p = Instance.new("Part") |
| 780 | p.Name = "BlossomC3_C3" |
| 781 | p.Size = Vector3.new(4.8, 4.8, 4.8) |
| 782 | p.CFrame = CFrame.new(1.8, 13.4, 3.4) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(15)) |
| 783 | p.BrickColor = BrickColor.new("Carnation pink") |
| 784 | p.Material = Enum.Material.Glacier |
| 785 | p.MaterialVariant = "2022 Stud" |
| 786 | p.Anchored = true |
| 787 | p.Parent = model |
| 788 | end |
| 789 | do |
| 790 | local p = Instance.new("Part") |
| 791 | p.Name = "Tarp1" |
| 792 | p.Size = Vector3.new(10, 0.2, 8) |
| 793 | p.CFrame = CFrame.new(-8, 0.2, 5) |
| 794 | p.BrickColor = BrickColor.new("Bright blue") |
| 795 | p.Material = Enum.Material.Glacier |
| 796 | p.MaterialVariant = "2022 Universal" |
| 797 | p.Anchored = true |
| 798 | p.Parent = model |
| 799 | end |
| 800 | do |
| 801 | local p = Instance.new("Part") |
| 802 | p.Name = "Tarp2" |
| 803 | p.Size = Vector3.new(12, 0.2, 10) |
| 804 | p.CFrame = CFrame.new(8, 0.2, 6) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 805 | p.BrickColor = BrickColor.new("Bright blue") |
| 806 | p.Material = Enum.Material.Glacier |
| 807 | p.MaterialVariant = "2022 Universal" |
| 808 | p.Anchored = true |
| 809 | p.Parent = model |
| 810 | end |
| 811 | do |
| 812 | local p = Instance.new("Part") |
| 813 | p.Name = "Tarp3" |
| 814 | p.Size = Vector3.new(15, 0.2, 8) |
| 815 | p.CFrame = CFrame.new(0, 0.2, -8) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)) |
| 816 | p.BrickColor = BrickColor.new("Bright blue") |
| 817 | p.Material = Enum.Material.Glacier |
| 818 | p.MaterialVariant = "2022 Universal" |
| 819 | p.Anchored = true |
| 820 | p.Parent = model |
| 821 | end |
| 822 | model.PrimaryPart = model:FindFirstChild("TrunkBase") |
| 823 | print("CherryBlossomTree built: " .. #model:GetChildren() .. " parts") |