Loading model...
by 김민결 · 6/30/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: NatureDaggerAndPillar |
| 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 = "NatureDaggerAndPillar" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Bright red"] = "2022 Stud", |
| 26 | ["Bright yellow"] = "2022 Big Stud", |
| 27 | ["Dark green"] = "2022 Stud", |
| 28 | ["Dark taupe"] = "2022 Stud", |
| 29 | ["Earth green"] = "2022 Stud", |
| 30 | ["Gold"] = "2022 Stud", |
| 31 | ["Lime green"] = "2022 Stud", |
| 32 | ["Medium stone grey"] = "2022 Inlet", |
| 33 | ["Pine Cone"] = "2022 Small Stud", |
| 34 | ["Really red"] = "2022 Stud", |
| 35 | ["Reddish brown"] = "2022 Small Stud", |
| 36 | ["Sand yellow"] = "2022 Small Stud", |
| 37 | ["White"] = "2022 Stud", |
| 38 | } |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Name = "Rock1" |
| 42 | p.Size = Vector3.new(2.5, 1, 2) |
| 43 | p.CFrame = CFrame.new(-6, 0.5, 2) * CFrame.Angles(math.rad(10), math.rad(45), math.rad(0)) |
| 44 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Inlet" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Name = "Rock2" |
| 53 | p.Size = Vector3.new(2, 1.2, 1.8) |
| 54 | p.CFrame = CFrame.new(-2, 0.6, 2.5) * CFrame.Angles(math.rad(-15), math.rad(-30), math.rad(0)) |
| 55 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Inlet" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Name = "Rock3" |
| 64 | p.Size = Vector3.new(3, 0.8, 2.5) |
| 65 | p.CFrame = CFrame.new(-5.5, 0.4, -2) * CFrame.Angles(math.rad(5), math.rad(120), math.rad(0)) |
| 66 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 67 | p.Material = Enum.Material.Glacier |
| 68 | p.MaterialVariant = "2022 Inlet" |
| 69 | p.Anchored = true |
| 70 | p.Parent = model |
| 71 | end |
| 72 | do |
| 73 | local p = Instance.new("Part") |
| 74 | p.Name = "Rock4" |
| 75 | p.Size = Vector3.new(2.2, 1.4, 2) |
| 76 | p.CFrame = CFrame.new(-2.5, 0.7, -2.5) * CFrame.Angles(math.rad(-10), math.rad(-110), math.rad(0)) |
| 77 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 78 | p.Material = Enum.Material.Glacier |
| 79 | p.MaterialVariant = "2022 Inlet" |
| 80 | p.Anchored = true |
| 81 | p.Parent = model |
| 82 | end |
| 83 | do |
| 84 | local p = Instance.new("Part") |
| 85 | p.Name = "Rock5" |
| 86 | p.Size = Vector3.new(1.5, 0.6, 1.5) |
| 87 | p.CFrame = CFrame.new(-4, 0.3, 3) * CFrame.Angles(math.rad(5), math.rad(15), math.rad(0)) |
| 88 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 89 | p.Material = Enum.Material.Glacier |
| 90 | p.MaterialVariant = "2022 Inlet" |
| 91 | p.Anchored = true |
| 92 | p.Parent = model |
| 93 | end |
| 94 | do |
| 95 | local p = Instance.new("Part") |
| 96 | p.Shape = Enum.PartType.Cylinder |
| 97 | p.Name = "Ground" |
| 98 | p.Size = Vector3.new(0.2, 8, 8) |
| 99 | p.CFrame = CFrame.new(-4, 0.06, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 100 | p.BrickColor = BrickColor.new("Sand yellow") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Small Stud" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("Part") |
| 108 | p.Shape = Enum.PartType.Cylinder |
| 109 | p.Name = "PillarCore" |
| 110 | p.Size = Vector3.new(18, 5, 5) |
| 111 | p.CFrame = CFrame.new(-4, 9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 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.Shape = Enum.PartType.Cylinder |
| 121 | p.Name = "PillarBark1" |
| 122 | p.Size = Vector3.new(17.5, 5.125, 5.125) |
| 123 | p.CFrame = CFrame.new(-3.8, 9, 0.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 124 | p.BrickColor = BrickColor.new("Reddish brown") |
| 125 | p.Material = Enum.Material.Glacier |
| 126 | p.MaterialVariant = "2022 Small Stud" |
| 127 | p.Anchored = true |
| 128 | p.Parent = model |
| 129 | end |
| 130 | do |
| 131 | local p = Instance.new("Part") |
| 132 | p.Shape = Enum.PartType.Cylinder |
| 133 | p.Name = "PillarBark2" |
| 134 | p.Size = Vector3.new(17, 5.25, 5.25) |
| 135 | p.CFrame = CFrame.new(-4.1, 9, -0.3) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 136 | p.BrickColor = BrickColor.new("Pine Cone") |
| 137 | p.Material = Enum.Material.Glacier |
| 138 | p.MaterialVariant = "2022 Small Stud" |
| 139 | p.Anchored = true |
| 140 | p.Parent = model |
| 141 | end |
| 142 | do |
| 143 | local p = Instance.new("Part") |
| 144 | p.Shape = Enum.PartType.Cylinder |
| 145 | p.Name = "Vine_0" |
| 146 | p.Size = Vector3.new(2.19838, 0.22, 0.22) |
| 147 | p.CFrame = CFrame.new(-1.69541, 0.375, 0.954594) * CFrame.Angles(math.rad(-180), math.rad(-67.5), math.rad(-160.052)) |
| 148 | p.BrickColor = BrickColor.new("Earth green") |
| 149 | p.Material = Enum.Material.Glacier |
| 150 | p.MaterialVariant = "2022 Stud" |
| 151 | p.Anchored = true |
| 152 | p.Parent = model |
| 153 | end |
| 154 | do |
| 155 | local p = Instance.new("Part") |
| 156 | p.Name = "VineLeaf_0" |
| 157 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 158 | p.CFrame = CFrame.new(-1.3, 0, 0) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(30)) |
| 159 | p.BrickColor = BrickColor.new("Bright green") |
| 160 | p.Material = Enum.Material.Glacier |
| 161 | p.MaterialVariant = "2022 Stud" |
| 162 | p.Anchored = true |
| 163 | p.Parent = model |
| 164 | end |
| 165 | do |
| 166 | local p = Instance.new("Part") |
| 167 | p.Shape = Enum.PartType.Cylinder |
| 168 | p.Name = "Vine_1" |
| 169 | p.Size = Vector3.new(2.19838, 0.26, 0.26) |
| 170 | p.CFrame = CFrame.new(-3.04541, 1.125, 2.30459) * CFrame.Angles(math.rad(-180), math.rad(-22.5), math.rad(-160.052)) |
| 171 | p.BrickColor = BrickColor.new("Earth green") |
| 172 | p.Material = Enum.Material.Glacier |
| 173 | p.MaterialVariant = "2022 Stud" |
| 174 | p.Anchored = true |
| 175 | p.Parent = model |
| 176 | end |
| 177 | do |
| 178 | local p = Instance.new("Part") |
| 179 | p.Shape = Enum.PartType.Cylinder |
| 180 | p.Name = "Vine_2" |
| 181 | p.Size = Vector3.new(2.19838, 0.22, 0.22) |
| 182 | p.CFrame = CFrame.new(-4.95459, 1.875, 2.30459) * CFrame.Angles(math.rad(-180), math.rad(22.5), math.rad(-160.052)) |
| 183 | p.BrickColor = BrickColor.new("Earth green") |
| 184 | p.Material = Enum.Material.Glacier |
| 185 | p.MaterialVariant = "2022 Stud" |
| 186 | p.Anchored = true |
| 187 | p.Parent = model |
| 188 | end |
| 189 | do |
| 190 | local p = Instance.new("Part") |
| 191 | p.Name = "VineLeaf_2" |
| 192 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 193 | p.CFrame = CFrame.new(-4, 1.5, 2.7) * CFrame.Angles(math.rad(90), math.rad(45), math.rad(30)) |
| 194 | p.BrickColor = BrickColor.new("Bright 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 = "Vine_3" |
| 204 | p.Size = Vector3.new(2.19838, 0.18, 0.18) |
| 205 | p.CFrame = CFrame.new(-6.30459, 2.625, 0.954594) * CFrame.Angles(math.rad(-180), math.rad(67.5), math.rad(-160.052)) |
| 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 = "Vine_4" |
| 216 | p.Size = Vector3.new(2.19838, 0.14, 0.14) |
| 217 | p.CFrame = CFrame.new(-6.30459, 3.375, -0.954594) * CFrame.Angles(math.rad(0), math.rad(67.5), math.rad(19.9476)) |
| 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.Name = "VineLeaf_4" |
| 227 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 228 | p.CFrame = CFrame.new(-6.7, 3, 0) * CFrame.Angles(math.rad(180), math.rad(45), math.rad(30)) |
| 229 | p.BrickColor = BrickColor.new("Bright green") |
| 230 | p.Material = Enum.Material.Glacier |
| 231 | p.MaterialVariant = "2022 Stud" |
| 232 | p.Anchored = true |
| 233 | p.Parent = model |
| 234 | end |
| 235 | do |
| 236 | local p = Instance.new("Part") |
| 237 | p.Shape = Enum.PartType.Cylinder |
| 238 | p.Name = "Vine_5" |
| 239 | p.Size = Vector3.new(2.19838, 0.14, 0.14) |
| 240 | p.CFrame = CFrame.new(-4.95459, 4.125, -2.30459) * CFrame.Angles(math.rad(0), math.rad(22.5), math.rad(19.9476)) |
| 241 | p.BrickColor = BrickColor.new("Earth green") |
| 242 | p.Material = Enum.Material.Glacier |
| 243 | p.MaterialVariant = "2022 Stud" |
| 244 | p.Anchored = true |
| 245 | p.Parent = model |
| 246 | end |
| 247 | do |
| 248 | local p = Instance.new("Part") |
| 249 | p.Shape = Enum.PartType.Cylinder |
| 250 | p.Name = "Vine_6" |
| 251 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 252 | p.CFrame = CFrame.new(-3.04541, 4.875, -2.30459) * CFrame.Angles(math.rad(0), math.rad(-22.5), math.rad(19.9476)) |
| 253 | p.BrickColor = BrickColor.new("Earth green") |
| 254 | p.Material = Enum.Material.Glacier |
| 255 | p.MaterialVariant = "2022 Stud" |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "VineLeaf_6" |
| 262 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 263 | p.CFrame = CFrame.new(-4, 4.5, -2.7) * CFrame.Angles(math.rad(270), math.rad(45), math.rad(30)) |
| 264 | p.BrickColor = BrickColor.new("Bright green") |
| 265 | p.Material = Enum.Material.Glacier |
| 266 | p.MaterialVariant = "2022 Stud" |
| 267 | p.Anchored = true |
| 268 | p.Parent = model |
| 269 | end |
| 270 | do |
| 271 | local p = Instance.new("Part") |
| 272 | p.Shape = Enum.PartType.Cylinder |
| 273 | p.Name = "Vine_7" |
| 274 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 275 | p.CFrame = CFrame.new(-1.69541, 5.625, -0.954594) * CFrame.Angles(math.rad(0), math.rad(-67.5), math.rad(19.9476)) |
| 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.Shape = Enum.PartType.Cylinder |
| 285 | p.Name = "Vine_8" |
| 286 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 287 | p.CFrame = CFrame.new(-1.69541, 6.375, 0.954594) * CFrame.Angles(math.rad(-180), math.rad(-67.5), math.rad(-160.052)) |
| 288 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "VineLeaf_8" |
| 297 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 298 | p.CFrame = CFrame.new(-1.3, 6, 0) * CFrame.Angles(math.rad(360), math.rad(45), math.rad(30)) |
| 299 | p.BrickColor = BrickColor.new("Bright green") |
| 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.Shape = Enum.PartType.Cylinder |
| 308 | p.Name = "Vine_9" |
| 309 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 310 | p.CFrame = CFrame.new(-3.04541, 7.125, 2.30459) * CFrame.Angles(math.rad(-180), math.rad(-22.5), math.rad(-160.052)) |
| 311 | p.BrickColor = BrickColor.new("Earth green") |
| 312 | p.Material = Enum.Material.Glacier |
| 313 | p.MaterialVariant = "2022 Stud" |
| 314 | p.Anchored = true |
| 315 | p.Parent = model |
| 316 | end |
| 317 | do |
| 318 | local p = Instance.new("Part") |
| 319 | p.Shape = Enum.PartType.Cylinder |
| 320 | p.Name = "Vine_10" |
| 321 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 322 | p.CFrame = CFrame.new(-4.95459, 7.875, 2.30459) * CFrame.Angles(math.rad(-180), math.rad(22.5), math.rad(-160.052)) |
| 323 | p.BrickColor = BrickColor.new("Earth green") |
| 324 | p.Material = Enum.Material.Glacier |
| 325 | p.MaterialVariant = "2022 Stud" |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("Part") |
| 331 | p.Name = "VineLeaf_10" |
| 332 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 333 | p.CFrame = CFrame.new(-4, 7.5, 2.7) * CFrame.Angles(math.rad(450), math.rad(45), math.rad(30)) |
| 334 | p.BrickColor = BrickColor.new("Bright green") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Stud" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Shape = Enum.PartType.Cylinder |
| 343 | p.Name = "Vine_11" |
| 344 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 345 | p.CFrame = CFrame.new(-6.30459, 8.625, 0.954594) * CFrame.Angles(math.rad(-180), math.rad(67.5), math.rad(-160.052)) |
| 346 | p.BrickColor = BrickColor.new("Earth green") |
| 347 | p.Material = Enum.Material.Glacier |
| 348 | p.MaterialVariant = "2022 Stud" |
| 349 | p.Anchored = true |
| 350 | p.Parent = model |
| 351 | end |
| 352 | do |
| 353 | local p = Instance.new("Part") |
| 354 | p.Shape = Enum.PartType.Cylinder |
| 355 | p.Name = "Vine_12" |
| 356 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 357 | p.CFrame = CFrame.new(-6.30459, 9.375, -0.954594) * CFrame.Angles(math.rad(0), math.rad(67.5), math.rad(19.9476)) |
| 358 | p.BrickColor = BrickColor.new("Earth green") |
| 359 | p.Material = Enum.Material.Glacier |
| 360 | p.MaterialVariant = "2022 Stud" |
| 361 | p.Anchored = true |
| 362 | p.Parent = model |
| 363 | end |
| 364 | do |
| 365 | local p = Instance.new("Part") |
| 366 | p.Name = "VineLeaf_12" |
| 367 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 368 | p.CFrame = CFrame.new(-6.7, 9, 0) * CFrame.Angles(math.rad(540), math.rad(45), math.rad(30)) |
| 369 | p.BrickColor = BrickColor.new("Bright green") |
| 370 | p.Material = Enum.Material.Glacier |
| 371 | p.MaterialVariant = "2022 Stud" |
| 372 | p.Anchored = true |
| 373 | p.Parent = model |
| 374 | end |
| 375 | do |
| 376 | local p = Instance.new("Part") |
| 377 | p.Shape = Enum.PartType.Cylinder |
| 378 | p.Name = "Vine_13" |
| 379 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 380 | p.CFrame = CFrame.new(-4.95459, 10.125, -2.30459) * CFrame.Angles(math.rad(0), math.rad(22.5), math.rad(19.9476)) |
| 381 | p.BrickColor = BrickColor.new("Earth green") |
| 382 | p.Material = Enum.Material.Glacier |
| 383 | p.MaterialVariant = "2022 Stud" |
| 384 | p.Anchored = true |
| 385 | p.Parent = model |
| 386 | end |
| 387 | do |
| 388 | local p = Instance.new("Part") |
| 389 | p.Shape = Enum.PartType.Cylinder |
| 390 | p.Name = "Vine_14" |
| 391 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 392 | p.CFrame = CFrame.new(-3.04541, 10.875, -2.30459) * CFrame.Angles(math.rad(0), math.rad(-22.5), math.rad(19.9476)) |
| 393 | p.BrickColor = BrickColor.new("Earth green") |
| 394 | p.Material = Enum.Material.Glacier |
| 395 | p.MaterialVariant = "2022 Stud" |
| 396 | p.Anchored = true |
| 397 | p.Parent = model |
| 398 | end |
| 399 | do |
| 400 | local p = Instance.new("Part") |
| 401 | p.Name = "VineLeaf_14" |
| 402 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 403 | p.CFrame = CFrame.new(-4, 10.5, -2.7) * CFrame.Angles(math.rad(630), math.rad(45), math.rad(30)) |
| 404 | p.BrickColor = BrickColor.new("Bright green") |
| 405 | p.Material = Enum.Material.Glacier |
| 406 | p.MaterialVariant = "2022 Stud" |
| 407 | p.Anchored = true |
| 408 | p.Parent = model |
| 409 | end |
| 410 | do |
| 411 | local p = Instance.new("Part") |
| 412 | p.Shape = Enum.PartType.Cylinder |
| 413 | p.Name = "Vine_15" |
| 414 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 415 | p.CFrame = CFrame.new(-1.69541, 11.625, -0.954594) * CFrame.Angles(math.rad(0), math.rad(-67.5), math.rad(19.9476)) |
| 416 | p.BrickColor = BrickColor.new("Earth green") |
| 417 | p.Material = Enum.Material.Glacier |
| 418 | p.MaterialVariant = "2022 Stud" |
| 419 | p.Anchored = true |
| 420 | p.Parent = model |
| 421 | end |
| 422 | do |
| 423 | local p = Instance.new("Part") |
| 424 | p.Shape = Enum.PartType.Cylinder |
| 425 | p.Name = "Vine_16" |
| 426 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 427 | p.CFrame = CFrame.new(-1.69541, 12.375, 0.954594) * CFrame.Angles(math.rad(-180), math.rad(-67.5), math.rad(-160.052)) |
| 428 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "VineLeaf_16" |
| 437 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 438 | p.CFrame = CFrame.new(-1.3, 12, 0) * CFrame.Angles(math.rad(720), math.rad(45), math.rad(30)) |
| 439 | p.BrickColor = BrickColor.new("Bright green") |
| 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.Shape = Enum.PartType.Cylinder |
| 448 | p.Name = "Vine_17" |
| 449 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 450 | p.CFrame = CFrame.new(-3.04541, 13.125, 2.30459) * CFrame.Angles(math.rad(-180), math.rad(-22.5), math.rad(-160.052)) |
| 451 | p.BrickColor = BrickColor.new("Earth green") |
| 452 | p.Material = Enum.Material.Glacier |
| 453 | p.MaterialVariant = "2022 Stud" |
| 454 | p.Anchored = true |
| 455 | p.Parent = model |
| 456 | end |
| 457 | do |
| 458 | local p = Instance.new("Part") |
| 459 | p.Shape = Enum.PartType.Cylinder |
| 460 | p.Name = "Vine_18" |
| 461 | p.Size = Vector3.new(2.19838, 0.1, 0.1) |
| 462 | p.CFrame = CFrame.new(-4.95459, 13.875, 2.30459) * CFrame.Angles(math.rad(-180), math.rad(22.5), math.rad(-160.052)) |
| 463 | p.BrickColor = BrickColor.new("Earth green") |
| 464 | p.Material = Enum.Material.Glacier |
| 465 | p.MaterialVariant = "2022 Stud" |
| 466 | p.Anchored = true |
| 467 | p.Parent = model |
| 468 | end |
| 469 | do |
| 470 | local p = Instance.new("Part") |
| 471 | p.Name = "VineLeaf_18" |
| 472 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 473 | p.CFrame = CFrame.new(-4, 13.5, 2.7) * CFrame.Angles(math.rad(810), math.rad(45), math.rad(30)) |
| 474 | p.BrickColor = BrickColor.new("Bright green") |
| 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.Shape = Enum.PartType.Cylinder |
| 483 | p.Name = "Vine_19" |
| 484 | p.Size = Vector3.new(2.19838, 0.14, 0.14) |
| 485 | p.CFrame = CFrame.new(-6.30459, 14.625, 0.954594) * CFrame.Angles(math.rad(-180), math.rad(67.5), math.rad(-160.052)) |
| 486 | p.BrickColor = BrickColor.new("Earth green") |
| 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.Shape = Enum.PartType.Cylinder |
| 495 | p.Name = "Vine_20" |
| 496 | p.Size = Vector3.new(2.19838, 0.14, 0.14) |
| 497 | p.CFrame = CFrame.new(-6.30459, 15.375, -0.954594) * CFrame.Angles(math.rad(0), math.rad(67.5), math.rad(19.9476)) |
| 498 | p.BrickColor = BrickColor.new("Earth green") |
| 499 | p.Material = Enum.Material.Glacier |
| 500 | p.MaterialVariant = "2022 Stud" |
| 501 | p.Anchored = true |
| 502 | p.Parent = model |
| 503 | end |
| 504 | do |
| 505 | local p = Instance.new("Part") |
| 506 | p.Name = "VineLeaf_20" |
| 507 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 508 | p.CFrame = CFrame.new(-6.7, 15, 0) * CFrame.Angles(math.rad(900), math.rad(45), math.rad(30)) |
| 509 | p.BrickColor = BrickColor.new("Bright green") |
| 510 | p.Material = Enum.Material.Glacier |
| 511 | p.MaterialVariant = "2022 Stud" |
| 512 | p.Anchored = true |
| 513 | p.Parent = model |
| 514 | end |
| 515 | do |
| 516 | local p = Instance.new("Part") |
| 517 | p.Shape = Enum.PartType.Cylinder |
| 518 | p.Name = "Vine_21" |
| 519 | p.Size = Vector3.new(2.19838, 0.18, 0.18) |
| 520 | p.CFrame = CFrame.new(-4.95459, 16.125, -2.30459) * CFrame.Angles(math.rad(0), math.rad(22.5), math.rad(19.9476)) |
| 521 | p.BrickColor = BrickColor.new("Earth green") |
| 522 | p.Material = Enum.Material.Glacier |
| 523 | p.MaterialVariant = "2022 Stud" |
| 524 | p.Anchored = true |
| 525 | p.Parent = model |
| 526 | end |
| 527 | do |
| 528 | local p = Instance.new("Part") |
| 529 | p.Shape = Enum.PartType.Cylinder |
| 530 | p.Name = "Vine_22" |
| 531 | p.Size = Vector3.new(2.19838, 0.22, 0.22) |
| 532 | p.CFrame = CFrame.new(-3.04541, 16.875, -2.30459) * CFrame.Angles(math.rad(0), math.rad(-22.5), math.rad(19.9476)) |
| 533 | p.BrickColor = BrickColor.new("Earth green") |
| 534 | p.Material = Enum.Material.Glacier |
| 535 | p.MaterialVariant = "2022 Stud" |
| 536 | p.Anchored = true |
| 537 | p.Parent = model |
| 538 | end |
| 539 | do |
| 540 | local p = Instance.new("Part") |
| 541 | p.Name = "VineLeaf_22" |
| 542 | p.Size = Vector3.new(0.8, 0.1, 0.4) |
| 543 | p.CFrame = CFrame.new(-4, 16.5, -2.7) * CFrame.Angles(math.rad(990), math.rad(45), math.rad(30)) |
| 544 | p.BrickColor = BrickColor.new("Bright green") |
| 545 | p.Material = Enum.Material.Glacier |
| 546 | p.MaterialVariant = "2022 Stud" |
| 547 | p.Anchored = true |
| 548 | p.Parent = model |
| 549 | end |
| 550 | do |
| 551 | local p = Instance.new("Part") |
| 552 | p.Shape = Enum.PartType.Cylinder |
| 553 | p.Name = "Vine_23" |
| 554 | p.Size = Vector3.new(2.19838, 0.26, 0.26) |
| 555 | p.CFrame = CFrame.new(-1.69541, 17.625, -0.954594) * CFrame.Angles(math.rad(0), math.rad(-67.5), math.rad(19.9476)) |
| 556 | p.BrickColor = BrickColor.new("Earth green") |
| 557 | p.Material = Enum.Material.Glacier |
| 558 | p.MaterialVariant = "2022 Stud" |
| 559 | p.Anchored = true |
| 560 | p.Parent = model |
| 561 | end |
| 562 | do |
| 563 | local p = Instance.new("Part") |
| 564 | p.Shape = Enum.PartType.Cylinder |
| 565 | p.Name = "PillarGlow" |
| 566 | p.Size = Vector3.new(1, 4, 4) |
| 567 | p.CFrame = CFrame.new(-4, 18.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 568 | p.BrickColor = BrickColor.new("Cool yellow") |
| 569 | p.Material = Enum.Material.Neon |
| 570 | p.Anchored = true |
| 571 | p.Parent = model |
| 572 | end |
| 573 | do |
| 574 | local p = Instance.new("Part") |
| 575 | p.Shape = Enum.PartType.Ball |
| 576 | p.Name = "FlowerCenter_0" |
| 577 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 578 | p.CFrame = CFrame.new(-2.2, 18.2, 0) |
| 579 | p.BrickColor = BrickColor.new("Bright yellow") |
| 580 | p.Material = Enum.Material.Glacier |
| 581 | p.MaterialVariant = "2022 Big Stud" |
| 582 | p.Anchored = true |
| 583 | p.Parent = model |
| 584 | end |
| 585 | do |
| 586 | local p = Instance.new("Part") |
| 587 | p.Name = "FlowerPetal_0_0" |
| 588 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 589 | p.CFrame = CFrame.new(-1.8, 18.1, 0) |
| 590 | p.BrickColor = BrickColor.new("White") |
| 591 | p.Material = Enum.Material.Glacier |
| 592 | p.MaterialVariant = "2022 Stud" |
| 593 | p.Anchored = true |
| 594 | p.Parent = model |
| 595 | end |
| 596 | do |
| 597 | local p = Instance.new("Part") |
| 598 | p.Name = "FlowerPetal_0_1" |
| 599 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 600 | p.CFrame = CFrame.new(-2.2, 18.1, 0.4) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 601 | p.BrickColor = BrickColor.new("White") |
| 602 | p.Material = Enum.Material.Glacier |
| 603 | p.MaterialVariant = "2022 Stud" |
| 604 | p.Anchored = true |
| 605 | p.Parent = model |
| 606 | end |
| 607 | do |
| 608 | local p = Instance.new("Part") |
| 609 | p.Name = "FlowerPetal_0_2" |
| 610 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 611 | p.CFrame = CFrame.new(-2.6, 18.1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 612 | p.BrickColor = BrickColor.new("White") |
| 613 | p.Material = Enum.Material.Glacier |
| 614 | p.MaterialVariant = "2022 Stud" |
| 615 | p.Anchored = true |
| 616 | p.Parent = model |
| 617 | end |
| 618 | do |
| 619 | local p = Instance.new("Part") |
| 620 | p.Name = "FlowerPetal_0_3" |
| 621 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 622 | p.CFrame = CFrame.new(-2.2, 18.1, -0.4) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 623 | p.BrickColor = BrickColor.new("White") |
| 624 | p.Material = Enum.Material.Glacier |
| 625 | p.MaterialVariant = "2022 Stud" |
| 626 | p.Anchored = true |
| 627 | p.Parent = model |
| 628 | end |
| 629 | do |
| 630 | local p = Instance.new("Part") |
| 631 | p.Shape = Enum.PartType.Ball |
| 632 | p.Name = "FlowerCenter_1" |
| 633 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 634 | p.CFrame = CFrame.new(-3.44377, 18.2, 1.7119) |
| 635 | p.BrickColor = BrickColor.new("Bright yellow") |
| 636 | p.Material = Enum.Material.Glacier |
| 637 | p.MaterialVariant = "2022 Big Stud" |
| 638 | p.Anchored = true |
| 639 | p.Parent = model |
| 640 | end |
| 641 | do |
| 642 | local p = Instance.new("Part") |
| 643 | p.Name = "FlowerPetal_1_0" |
| 644 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 645 | p.CFrame = CFrame.new(-3.32016, 18.1, 2.09232) * CFrame.Angles(math.rad(0), math.rad(72), math.rad(0)) |
| 646 | p.BrickColor = BrickColor.new("White") |
| 647 | p.Material = Enum.Material.Glacier |
| 648 | p.MaterialVariant = "2022 Stud" |
| 649 | p.Anchored = true |
| 650 | p.Parent = model |
| 651 | end |
| 652 | do |
| 653 | local p = Instance.new("Part") |
| 654 | p.Name = "FlowerPetal_1_1" |
| 655 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 656 | p.CFrame = CFrame.new(-3.82419, 18.1, 1.83551) * CFrame.Angles(math.rad(0), math.rad(162), math.rad(0)) |
| 657 | p.BrickColor = BrickColor.new("White") |
| 658 | p.Material = Enum.Material.Glacier |
| 659 | p.MaterialVariant = "2022 Stud" |
| 660 | p.Anchored = true |
| 661 | p.Parent = model |
| 662 | end |
| 663 | do |
| 664 | local p = Instance.new("Part") |
| 665 | p.Name = "FlowerPetal_1_2" |
| 666 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 667 | p.CFrame = CFrame.new(-3.56738, 18.1, 1.33148) * CFrame.Angles(math.rad(0), math.rad(252), math.rad(0)) |
| 668 | p.BrickColor = BrickColor.new("White") |
| 669 | p.Material = Enum.Material.Glacier |
| 670 | p.MaterialVariant = "2022 Stud" |
| 671 | p.Anchored = true |
| 672 | p.Parent = model |
| 673 | end |
| 674 | do |
| 675 | local p = Instance.new("Part") |
| 676 | p.Name = "FlowerPetal_1_3" |
| 677 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 678 | p.CFrame = CFrame.new(-3.06335, 18.1, 1.5883) * CFrame.Angles(math.rad(0), math.rad(342), math.rad(0)) |
| 679 | p.BrickColor = BrickColor.new("White") |
| 680 | p.Material = Enum.Material.Glacier |
| 681 | p.MaterialVariant = "2022 Stud" |
| 682 | p.Anchored = true |
| 683 | p.Parent = model |
| 684 | end |
| 685 | do |
| 686 | local p = Instance.new("Part") |
| 687 | p.Shape = Enum.PartType.Ball |
| 688 | p.Name = "FlowerCenter_2" |
| 689 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 690 | p.CFrame = CFrame.new(-5.45623, 18.2, 1.05801) |
| 691 | p.BrickColor = BrickColor.new("Bright yellow") |
| 692 | p.Material = Enum.Material.Glacier |
| 693 | p.MaterialVariant = "2022 Big Stud" |
| 694 | p.Anchored = true |
| 695 | p.Parent = model |
| 696 | end |
| 697 | do |
| 698 | local p = Instance.new("Part") |
| 699 | p.Name = "FlowerPetal_2_0" |
| 700 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 701 | p.CFrame = CFrame.new(-5.77984, 18.1, 1.29313) * CFrame.Angles(math.rad(0), math.rad(144), math.rad(0)) |
| 702 | p.BrickColor = BrickColor.new("White") |
| 703 | p.Material = Enum.Material.Glacier |
| 704 | p.MaterialVariant = "2022 Stud" |
| 705 | p.Anchored = true |
| 706 | p.Parent = model |
| 707 | end |
| 708 | do |
| 709 | local p = Instance.new("Part") |
| 710 | p.Name = "FlowerPetal_2_1" |
| 711 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 712 | p.CFrame = CFrame.new(-5.69135, 18.1, 0.734407) * CFrame.Angles(math.rad(0), math.rad(234), math.rad(0)) |
| 713 | p.BrickColor = BrickColor.new("White") |
| 714 | p.Material = Enum.Material.Glacier |
| 715 | p.MaterialVariant = "2022 Stud" |
| 716 | p.Anchored = true |
| 717 | p.Parent = model |
| 718 | end |
| 719 | do |
| 720 | local p = Instance.new("Part") |
| 721 | p.Name = "FlowerPetal_2_2" |
| 722 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 723 | p.CFrame = CFrame.new(-5.13262, 18.1, 0.822899) * CFrame.Angles(math.rad(0), math.rad(324), math.rad(0)) |
| 724 | p.BrickColor = BrickColor.new("White") |
| 725 | p.Material = Enum.Material.Glacier |
| 726 | p.MaterialVariant = "2022 Stud" |
| 727 | p.Anchored = true |
| 728 | p.Parent = model |
| 729 | end |
| 730 | do |
| 731 | local p = Instance.new("Part") |
| 732 | p.Name = "FlowerPetal_2_3" |
| 733 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 734 | p.CFrame = CFrame.new(-5.22112, 18.1, 1.38162) * CFrame.Angles(math.rad(0), math.rad(414), math.rad(0)) |
| 735 | p.BrickColor = BrickColor.new("White") |
| 736 | p.Material = Enum.Material.Glacier |
| 737 | p.MaterialVariant = "2022 Stud" |
| 738 | p.Anchored = true |
| 739 | p.Parent = model |
| 740 | end |
| 741 | do |
| 742 | local p = Instance.new("Part") |
| 743 | p.Shape = Enum.PartType.Ball |
| 744 | p.Name = "FlowerCenter_3" |
| 745 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 746 | p.CFrame = CFrame.new(-5.45623, 18.2, -1.05801) |
| 747 | p.BrickColor = BrickColor.new("Bright yellow") |
| 748 | p.Material = Enum.Material.Glacier |
| 749 | p.MaterialVariant = "2022 Big Stud" |
| 750 | p.Anchored = true |
| 751 | p.Parent = model |
| 752 | end |
| 753 | do |
| 754 | local p = Instance.new("Part") |
| 755 | p.Name = "FlowerPetal_3_0" |
| 756 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 757 | p.CFrame = CFrame.new(-5.77984, 18.1, -1.29313) * CFrame.Angles(math.rad(0), math.rad(216), math.rad(0)) |
| 758 | p.BrickColor = BrickColor.new("White") |
| 759 | p.Material = Enum.Material.Glacier |
| 760 | p.MaterialVariant = "2022 Stud" |
| 761 | p.Anchored = true |
| 762 | p.Parent = model |
| 763 | end |
| 764 | do |
| 765 | local p = Instance.new("Part") |
| 766 | p.Name = "FlowerPetal_3_1" |
| 767 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 768 | p.CFrame = CFrame.new(-5.22112, 18.1, -1.38162) * CFrame.Angles(math.rad(0), math.rad(306), math.rad(0)) |
| 769 | p.BrickColor = BrickColor.new("White") |
| 770 | p.Material = Enum.Material.Glacier |
| 771 | p.MaterialVariant = "2022 Stud" |
| 772 | p.Anchored = true |
| 773 | p.Parent = model |
| 774 | end |
| 775 | do |
| 776 | local p = Instance.new("Part") |
| 777 | p.Name = "FlowerPetal_3_2" |
| 778 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 779 | p.CFrame = CFrame.new(-5.13262, 18.1, -0.822899) * CFrame.Angles(math.rad(0), math.rad(396), math.rad(0)) |
| 780 | p.BrickColor = BrickColor.new("White") |
| 781 | p.Material = Enum.Material.Glacier |
| 782 | p.MaterialVariant = "2022 Stud" |
| 783 | p.Anchored = true |
| 784 | p.Parent = model |
| 785 | end |
| 786 | do |
| 787 | local p = Instance.new("Part") |
| 788 | p.Name = "FlowerPetal_3_3" |
| 789 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 790 | p.CFrame = CFrame.new(-5.69135, 18.1, -0.734407) * CFrame.Angles(math.rad(0), math.rad(486), math.rad(0)) |
| 791 | p.BrickColor = BrickColor.new("White") |
| 792 | p.Material = Enum.Material.Glacier |
| 793 | p.MaterialVariant = "2022 Stud" |
| 794 | p.Anchored = true |
| 795 | p.Parent = model |
| 796 | end |
| 797 | do |
| 798 | local p = Instance.new("Part") |
| 799 | p.Shape = Enum.PartType.Ball |
| 800 | p.Name = "FlowerCenter_4" |
| 801 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 802 | p.CFrame = CFrame.new(-3.44377, 18.2, -1.7119) |
| 803 | p.BrickColor = BrickColor.new("Bright yellow") |
| 804 | p.Material = Enum.Material.Glacier |
| 805 | p.MaterialVariant = "2022 Big Stud" |
| 806 | p.Anchored = true |
| 807 | p.Parent = model |
| 808 | end |
| 809 | do |
| 810 | local p = Instance.new("Part") |
| 811 | p.Name = "FlowerPetal_4_0" |
| 812 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 813 | p.CFrame = CFrame.new(-3.32016, 18.1, -2.09232) * CFrame.Angles(math.rad(0), math.rad(288), math.rad(0)) |
| 814 | p.BrickColor = BrickColor.new("White") |
| 815 | p.Material = Enum.Material.Glacier |
| 816 | p.MaterialVariant = "2022 Stud" |
| 817 | p.Anchored = true |
| 818 | p.Parent = model |
| 819 | end |
| 820 | do |
| 821 | local p = Instance.new("Part") |
| 822 | p.Name = "FlowerPetal_4_1" |
| 823 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 824 | p.CFrame = CFrame.new(-3.06335, 18.1, -1.5883) * CFrame.Angles(math.rad(0), math.rad(378), math.rad(0)) |
| 825 | p.BrickColor = BrickColor.new("White") |
| 826 | p.Material = Enum.Material.Glacier |
| 827 | p.MaterialVariant = "2022 Stud" |
| 828 | p.Anchored = true |
| 829 | p.Parent = model |
| 830 | end |
| 831 | do |
| 832 | local p = Instance.new("Part") |
| 833 | p.Name = "FlowerPetal_4_2" |
| 834 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 835 | p.CFrame = CFrame.new(-3.56738, 18.1, -1.33148) * CFrame.Angles(math.rad(0), math.rad(468), math.rad(0)) |
| 836 | p.BrickColor = BrickColor.new("White") |
| 837 | p.Material = Enum.Material.Glacier |
| 838 | p.MaterialVariant = "2022 Stud" |
| 839 | p.Anchored = true |
| 840 | p.Parent = model |
| 841 | end |
| 842 | do |
| 843 | local p = Instance.new("Part") |
| 844 | p.Name = "FlowerPetal_4_3" |
| 845 | p.Size = Vector3.new(0.5, 0.1, 0.3) |
| 846 | p.CFrame = CFrame.new(-3.82419, 18.1, -1.83551) * CFrame.Angles(math.rad(0), math.rad(558), math.rad(0)) |
| 847 | p.BrickColor = BrickColor.new("White") |
| 848 | p.Material = Enum.Material.Glacier |
| 849 | p.MaterialVariant = "2022 Stud" |
| 850 | p.Anchored = true |
| 851 | p.Parent = model |
| 852 | end |
| 853 | do |
| 854 | local p = Instance.new("Part") |
| 855 | p.Name = "BladeBase" |
| 856 | p.Size = Vector3.new(2, 4, 0.4) |
| 857 | p.CFrame = CFrame.new(4.09953, 9.51055, 2.81907) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 858 | p.BrickColor = BrickColor.new("Dark green") |
| 859 | p.Material = Enum.Material.Glacier |
| 860 | p.MaterialVariant = "2022 Stud" |
| 861 | p.Anchored = true |
| 862 | p.Parent = model |
| 863 | end |
| 864 | do |
| 865 | local p = Instance.new("Part") |
| 866 | p.Name = "BladeMid" |
| 867 | p.Size = Vector3.new(1.6, 3, 0.3) |
| 868 | p.CFrame = CFrame.new(5.69493, 11.7023, 4.00751) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 869 | p.BrickColor = BrickColor.new("Bright green") |
| 870 | p.Material = Enum.Material.Glacier |
| 871 | p.MaterialVariant = "2022 Stud" |
| 872 | p.Anchored = true |
| 873 | p.Parent = model |
| 874 | end |
| 875 | do |
| 876 | local p = Instance.new("WedgePart") |
| 877 | p.Name = "BladeTip" |
| 878 | p.Size = Vector3.new(0.8, 3, 0.2) |
| 879 | p.CFrame = CFrame.new(7.04239, 13.5535, 5.01127) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 880 | p.BrickColor = BrickColor.new("Lime green") |
| 881 | p.Material = Enum.Material.Glacier |
| 882 | p.MaterialVariant = "2022 Stud" |
| 883 | p.Anchored = true |
| 884 | p.Parent = model |
| 885 | end |
| 886 | do |
| 887 | local p = Instance.new("WedgePart") |
| 888 | p.Name = "BladeTipMirror" |
| 889 | p.Size = Vector3.new(0.8, 3, 0.2) |
| 890 | p.CFrame = CFrame.new(7.04239, 13.5535, 5.01127) * CFrame.Angles(math.rad(15), math.rad(160), math.rad(-35)) |
| 891 | p.BrickColor = BrickColor.new("Lime green") |
| 892 | p.Material = Enum.Material.Glacier |
| 893 | p.MaterialVariant = "2022 Stud" |
| 894 | p.Anchored = true |
| 895 | p.Parent = model |
| 896 | end |
| 897 | do |
| 898 | local p = Instance.new("Part") |
| 899 | p.Name = "BladeGlow" |
| 900 | p.Size = Vector3.new(0.5, 8, 0.5) |
| 901 | p.CFrame = CFrame.new(5.19906, 11.0211, 3.63813) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 902 | p.BrickColor = BrickColor.new("Lime green") |
| 903 | p.Material = Enum.Material.Neon |
| 904 | p.Anchored = true |
| 905 | p.Parent = model |
| 906 | end |
| 907 | do |
| 908 | local p = Instance.new("Part") |
| 909 | p.Name = "GuardCenter" |
| 910 | p.Size = Vector3.new(2.5, 2, 0.8) |
| 911 | p.CFrame = CFrame.new(3, 8, 2) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 912 | p.BrickColor = BrickColor.new("Gold") |
| 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.Name = "GuardGem" |
| 921 | p.Size = Vector3.new(1.2, 1.5, 0.4) |
| 922 | p.CFrame = CFrame.new(2.82215, 7.87354, 2.47199) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 923 | p.BrickColor = BrickColor.new("Lime green") |
| 924 | p.Material = Enum.Material.Neon |
| 925 | p.Anchored = true |
| 926 | p.Parent = model |
| 927 | end |
| 928 | do |
| 929 | local p = Instance.new("Part") |
| 930 | p.Name = "GuardLeft" |
| 931 | p.Size = Vector3.new(1.5, 0.8, 0.6) |
| 932 | p.CFrame = CFrame.new(2.11487, 9.31005, 2.0175) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-5)) |
| 933 | p.BrickColor = BrickColor.new("Gold") |
| 934 | p.Material = Enum.Material.Glacier |
| 935 | p.MaterialVariant = "2022 Stud" |
| 936 | p.Anchored = true |
| 937 | p.Parent = model |
| 938 | end |
| 939 | do |
| 940 | local p = Instance.new("Part") |
| 941 | p.Name = "GuardRight" |
| 942 | p.Size = Vector3.new(1.5, 0.8, 0.6) |
| 943 | p.CFrame = CFrame.new(4.42412, 7.43042, 2.384) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-65)) |
| 944 | p.BrickColor = BrickColor.new("Gold") |
| 945 | p.Material = Enum.Material.Glacier |
| 946 | p.MaterialVariant = "2022 Stud" |
| 947 | p.Anchored = true |
| 948 | p.Parent = model |
| 949 | end |
| 950 | do |
| 951 | local p = Instance.new("Part") |
| 952 | p.Shape = Enum.PartType.Cylinder |
| 953 | p.Name = "Handle" |
| 954 | p.Size = Vector3.new(5, 0.76, 0.76) |
| 955 | p.CFrame = CFrame.new(1.65254, 6.14883, 0.996244) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(55)) |
| 956 | p.BrickColor = BrickColor.new("Reddish brown") |
| 957 | p.Material = Enum.Material.Glacier |
| 958 | p.MaterialVariant = "2022 Small Stud" |
| 959 | p.Anchored = true |
| 960 | p.Parent = model |
| 961 | end |
| 962 | do |
| 963 | local p = Instance.new("Part") |
| 964 | p.Name = "HandleWrap_0" |
| 965 | p.Size = Vector3.new(0.9, 0.2, 0.9) |
| 966 | p.CFrame = CFrame.new(2.46101, 7.25953, 1.5985) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(-35)) |
| 967 | p.BrickColor = BrickColor.new("Dark taupe") |
| 968 | p.Material = Enum.Material.Glacier |
| 969 | p.MaterialVariant = "2022 Stud" |
| 970 | p.Anchored = true |
| 971 | p.Parent = model |
| 972 | end |
| 973 | do |
| 974 | local p = Instance.new("Part") |
| 975 | p.Name = "HandleWrap_1" |
| 976 | p.Size = Vector3.new(0.9, 0.2, 0.9) |
| 977 | p.CFrame = CFrame.new(1.92203, 6.51907, 1.197) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(-35)) |
| 978 | p.BrickColor = BrickColor.new("Dark taupe") |
| 979 | p.Material = Enum.Material.Glacier |
| 980 | p.MaterialVariant = "2022 Stud" |
| 981 | p.Anchored = true |
| 982 | p.Parent = model |
| 983 | end |
| 984 | do |
| 985 | local p = Instance.new("Part") |
| 986 | p.Name = "HandleWrap_2" |
| 987 | p.Size = Vector3.new(0.9, 0.2, 0.9) |
| 988 | p.CFrame = CFrame.new(1.38304, 5.7786, 0.795493) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(-35)) |
| 989 | p.BrickColor = BrickColor.new("Dark taupe") |
| 990 | p.Material = Enum.Material.Glacier |
| 991 | p.MaterialVariant = "2022 Stud" |
| 992 | p.Anchored = true |
| 993 | p.Parent = model |
| 994 | end |
| 995 | do |
| 996 | local p = Instance.new("Part") |
| 997 | p.Name = "HandleWrap_3" |
| 998 | p.Size = Vector3.new(0.9, 0.2, 0.9) |
| 999 | p.CFrame = CFrame.new(0.844058, 5.03813, 0.393991) * CFrame.Angles(math.rad(30), math.rad(-20), math.rad(-35)) |
| 1000 | p.BrickColor = BrickColor.new("Dark taupe") |
| 1001 | p.Material = Enum.Material.Glacier |
| 1002 | p.MaterialVariant = "2022 Stud" |
| 1003 | p.Anchored = true |
| 1004 | p.Parent = model |
| 1005 | end |
| 1006 | do |
| 1007 | local p = Instance.new("Part") |
| 1008 | p.Shape = Enum.PartType.Ball |
| 1009 | p.Name = "PommelBase" |
| 1010 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1011 | p.CFrame = CFrame.new(0.197275, 4.14957, -0.087812) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 1012 | p.BrickColor = BrickColor.new("Gold") |
| 1013 | p.Material = Enum.Material.Glacier |
| 1014 | p.MaterialVariant = "2022 Stud" |
| 1015 | p.Anchored = true |
| 1016 | p.Parent = model |
| 1017 | end |
| 1018 | do |
| 1019 | local p = Instance.new("Part") |
| 1020 | p.Shape = Enum.PartType.Ball |
| 1021 | p.Name = "PommelGem" |
| 1022 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 1023 | p.CFrame = CFrame.new(0.026265, 4.02797, 0.366024) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 1024 | p.BrickColor = BrickColor.new("Dark green") |
| 1025 | p.Material = Enum.Material.Glacier |
| 1026 | p.MaterialVariant = "2022 Stud" |
| 1027 | p.Anchored = true |
| 1028 | p.Parent = model |
| 1029 | end |
| 1030 | do |
| 1031 | local p = Instance.new("Part") |
| 1032 | p.Shape = Enum.PartType.Ball |
| 1033 | p.Name = "RoseCenter" |
| 1034 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 1035 | p.CFrame = CFrame.new(1.87109, 8.60593, 2.398) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-35)) |
| 1036 | p.BrickColor = BrickColor.new("Bright red") |
| 1037 | p.Material = Enum.Material.Glacier |
| 1038 | p.MaterialVariant = "2022 Stud" |
| 1039 | p.Anchored = true |
| 1040 | p.Parent = model |
| 1041 | end |
| 1042 | do |
| 1043 | local p = Instance.new("Part") |
| 1044 | p.Name = "RosePetal1" |
| 1045 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 1046 | p.CFrame = CFrame.new(1.65904, 8.87875, 2.67765) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(10)) |
| 1047 | p.BrickColor = BrickColor.new("Really red") |
| 1048 | p.Material = Enum.Material.Glacier |
| 1049 | p.MaterialVariant = "2022 Stud" |
| 1050 | p.Anchored = true |
| 1051 | p.Parent = model |
| 1052 | end |
| 1053 | do |
| 1054 | local p = Instance.new("Part") |
| 1055 | p.Name = "RosePetal2" |
| 1056 | p.Size = Vector3.new(0.6, 0.6, 0.2) |
| 1057 | p.CFrame = CFrame.new(1.90529, 8.20664, 2.59035) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(-80)) |
| 1058 | p.BrickColor = BrickColor.new("Really red") |
| 1059 | p.Material = Enum.Material.Glacier |
| 1060 | p.MaterialVariant = "2022 Stud" |
| 1061 | p.Anchored = true |
| 1062 | p.Parent = model |
| 1063 | end |
| 1064 | do |
| 1065 | local p = Instance.new("Part") |
| 1066 | p.Name = "GuardLeaf1" |
| 1067 | p.Size = Vector3.new(1.2, 0.2, 0.6) |
| 1068 | p.CFrame = CFrame.new(1.00706, 8.33867, 1.56013) * CFrame.Angles(math.rad(15), math.rad(-5), math.rad(-55)) |
| 1069 | p.BrickColor = BrickColor.new("Earth green") |
| 1070 | p.Material = Enum.Material.Glacier |
| 1071 | p.MaterialVariant = "2022 Stud" |
| 1072 | p.Anchored = true |
| 1073 | p.Parent = model |
| 1074 | end |
| 1075 | do |
| 1076 | local p = Instance.new("Part") |
| 1077 | p.Name = "GuardLeaf2" |
| 1078 | p.Size = Vector3.new(1.2, 0.2, 0.6) |
| 1079 | p.CFrame = CFrame.new(3.77816, 6.08311, 1.99993) * CFrame.Angles(math.rad(15), math.rad(-35), math.rad(-15)) |
| 1080 | p.BrickColor = BrickColor.new("Earth green") |
| 1081 | p.Material = Enum.Material.Glacier |
| 1082 | p.MaterialVariant = "2022 Stud" |
| 1083 | p.Anchored = true |
| 1084 | p.Parent = model |
| 1085 | end |
| 1086 | do |
| 1087 | local p = Instance.new("Part") |
| 1088 | p.Name = "GuardLeaf3" |
| 1089 | p.Size = Vector3.new(1, 0.2, 0.5) |
| 1090 | p.CFrame = CFrame.new(4.62521, 7.75201, 2.76629) * CFrame.Angles(math.rad(15), math.rad(-20), math.rad(10)) |
| 1091 | p.BrickColor = BrickColor.new("Earth green") |
| 1092 | p.Material = Enum.Material.Glacier |
| 1093 | p.MaterialVariant = "2022 Stud" |
| 1094 | p.Anchored = true |
| 1095 | p.Parent = model |
| 1096 | end |
| 1097 | model.PrimaryPart = model:FindFirstChild("PillarCore") |
| 1098 | print("NatureDaggerAndPillar built: " .. #model:GetChildren() .. " parts") |
Loading comments...