Loading model...
by Miguel · 9/20/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: StudEgg |
| 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 = "StudEgg" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Bright yellow"] = "2022 Big Stud", |
| 26 | ["Camo"] = "2022 Stud", |
| 27 | ["Cashmere"] = "2022 Stud", |
| 28 | ["Earth green"] = "2022 Stud", |
| 29 | ["Institutional white"] = "2022 Stud", |
| 30 | } |
| 31 | do |
| 32 | local p = Instance.new("Part") |
| 33 | p.Shape = Enum.PartType.Cylinder |
| 34 | p.Name = "Core_0" |
| 35 | p.Size = Vector3.new(1.8, 1.8, 1.8) |
| 36 | p.CFrame = CFrame.new(0, 0.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 37 | p.BrickColor = BrickColor.new("Cashmere") |
| 38 | p.Material = Enum.Material.Glacier |
| 39 | p.MaterialVariant = "2022 Stud" |
| 40 | p.Anchored = true |
| 41 | p.Parent = model |
| 42 | end |
| 43 | do |
| 44 | local p = Instance.new("Part") |
| 45 | p.Name = "Block_0_0" |
| 46 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 47 | p.CFrame = CFrame.new(1.45, 1.02, 0) |
| 48 | p.BrickColor = BrickColor.new("Cashmere") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Stud" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Name = "Block_0_1" |
| 57 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 58 | p.CFrame = CFrame.new(1.25574, 1.02, 0.725) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 59 | p.BrickColor = BrickColor.new("Brick yellow") |
| 60 | p.Material = Enum.Material.Glacier |
| 61 | p.MaterialVariant = "2022 Stud" |
| 62 | p.Anchored = true |
| 63 | p.Parent = model |
| 64 | end |
| 65 | do |
| 66 | local p = Instance.new("Part") |
| 67 | p.Name = "Block_0_2" |
| 68 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 69 | p.CFrame = CFrame.new(0.725, 0.94, 1.25574) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 70 | p.BrickColor = BrickColor.new("Cashmere") |
| 71 | p.Material = Enum.Material.Glacier |
| 72 | p.MaterialVariant = "2022 Stud" |
| 73 | p.Anchored = true |
| 74 | p.Parent = model |
| 75 | end |
| 76 | do |
| 77 | local p = Instance.new("Part") |
| 78 | p.Name = "Block_0_3" |
| 79 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 80 | p.CFrame = CFrame.new(0, 0.94, 1.45) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 81 | p.BrickColor = BrickColor.new("Brick yellow") |
| 82 | p.Material = Enum.Material.Glacier |
| 83 | p.MaterialVariant = "2022 Stud" |
| 84 | p.Anchored = true |
| 85 | p.Parent = model |
| 86 | end |
| 87 | do |
| 88 | local p = Instance.new("Part") |
| 89 | p.Name = "Block_0_4" |
| 90 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 91 | p.CFrame = CFrame.new(-0.725, 0.86, 1.25574) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 92 | p.BrickColor = BrickColor.new("Cashmere") |
| 93 | p.Material = Enum.Material.Glacier |
| 94 | p.MaterialVariant = "2022 Stud" |
| 95 | p.Anchored = true |
| 96 | p.Parent = model |
| 97 | end |
| 98 | do |
| 99 | local p = Instance.new("Part") |
| 100 | p.Name = "Block_0_5" |
| 101 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 102 | p.CFrame = CFrame.new(-1.25574, 0.86, 0.725) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(0)) |
| 103 | p.BrickColor = BrickColor.new("Brick yellow") |
| 104 | p.Material = Enum.Material.Glacier |
| 105 | p.MaterialVariant = "2022 Stud" |
| 106 | p.Anchored = true |
| 107 | p.Parent = model |
| 108 | end |
| 109 | do |
| 110 | local p = Instance.new("Part") |
| 111 | p.Name = "Block_0_6" |
| 112 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 113 | p.CFrame = CFrame.new(-1.45, 0.86, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 114 | p.BrickColor = BrickColor.new("Cashmere") |
| 115 | p.Material = Enum.Material.Glacier |
| 116 | p.MaterialVariant = "2022 Stud" |
| 117 | p.Anchored = true |
| 118 | p.Parent = model |
| 119 | end |
| 120 | do |
| 121 | local p = Instance.new("Part") |
| 122 | p.Name = "Block_0_7" |
| 123 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 124 | p.CFrame = CFrame.new(-1.25574, 0.86, -0.725) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 125 | p.BrickColor = BrickColor.new("Brick yellow") |
| 126 | p.Material = Enum.Material.Glacier |
| 127 | p.MaterialVariant = "2022 Stud" |
| 128 | p.Anchored = true |
| 129 | p.Parent = model |
| 130 | end |
| 131 | do |
| 132 | local p = Instance.new("Part") |
| 133 | p.Name = "Block_0_8" |
| 134 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 135 | p.CFrame = CFrame.new(-0.725, 0.82, -1.25574) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 136 | p.BrickColor = BrickColor.new("Cashmere") |
| 137 | p.Material = Enum.Material.Glacier |
| 138 | p.MaterialVariant = "2022 Stud" |
| 139 | p.Anchored = true |
| 140 | p.Parent = model |
| 141 | end |
| 142 | do |
| 143 | local p = Instance.new("Part") |
| 144 | p.Name = "Block_0_9" |
| 145 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 146 | p.CFrame = CFrame.new(0, 1.02, -1.45) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 147 | p.BrickColor = BrickColor.new("Brick yellow") |
| 148 | p.Material = Enum.Material.Glacier |
| 149 | p.MaterialVariant = "2022 Stud" |
| 150 | p.Anchored = true |
| 151 | p.Parent = model |
| 152 | end |
| 153 | do |
| 154 | local p = Instance.new("Part") |
| 155 | p.Name = "Block_0_10" |
| 156 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 157 | p.CFrame = CFrame.new(0.725, 0.94, -1.25574) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 158 | p.BrickColor = BrickColor.new("Cashmere") |
| 159 | p.Material = Enum.Material.Glacier |
| 160 | p.MaterialVariant = "2022 Stud" |
| 161 | p.Anchored = true |
| 162 | p.Parent = model |
| 163 | end |
| 164 | do |
| 165 | local p = Instance.new("Part") |
| 166 | p.Name = "Block_0_11" |
| 167 | p.Size = Vector3.new(1.17898, 1.8, 1.5) |
| 168 | p.CFrame = CFrame.new(1.25574, 0.94, -0.725) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 169 | p.BrickColor = BrickColor.new("Brick yellow") |
| 170 | p.Material = Enum.Material.Glacier |
| 171 | p.MaterialVariant = "2022 Stud" |
| 172 | p.Anchored = true |
| 173 | p.Parent = model |
| 174 | end |
| 175 | do |
| 176 | local p = Instance.new("Part") |
| 177 | p.Shape = Enum.PartType.Cylinder |
| 178 | p.Name = "Core_1" |
| 179 | p.Size = Vector3.new(1.8, 4.2, 4.2) |
| 180 | p.CFrame = CFrame.new(0, 2.7, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 181 | p.BrickColor = BrickColor.new("Cashmere") |
| 182 | p.Material = Enum.Material.Glacier |
| 183 | p.MaterialVariant = "2022 Stud" |
| 184 | p.Anchored = true |
| 185 | p.Parent = model |
| 186 | end |
| 187 | do |
| 188 | local p = Instance.new("Part") |
| 189 | p.Name = "Block_1_0" |
| 190 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 191 | p.CFrame = CFrame.new(2.65, 2.82, 0) |
| 192 | p.BrickColor = BrickColor.new("Brick yellow") |
| 193 | p.Material = Enum.Material.Glacier |
| 194 | p.MaterialVariant = "2022 Stud" |
| 195 | p.Anchored = true |
| 196 | p.Parent = model |
| 197 | end |
| 198 | do |
| 199 | local p = Instance.new("Part") |
| 200 | p.Name = "Block_1_1" |
| 201 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 202 | p.CFrame = CFrame.new(2.29497, 2.82, 1.325) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 203 | p.BrickColor = BrickColor.new("Cashmere") |
| 204 | p.Material = Enum.Material.Glacier |
| 205 | p.MaterialVariant = "2022 Stud" |
| 206 | p.Anchored = true |
| 207 | p.Parent = model |
| 208 | end |
| 209 | do |
| 210 | local p = Instance.new("Part") |
| 211 | p.Name = "Block_1_2" |
| 212 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 213 | p.CFrame = CFrame.new(1.325, 2.78, 2.29497) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 214 | p.BrickColor = BrickColor.new("Brick yellow") |
| 215 | p.Material = Enum.Material.Glacier |
| 216 | p.MaterialVariant = "2022 Stud" |
| 217 | p.Anchored = true |
| 218 | p.Parent = model |
| 219 | end |
| 220 | do |
| 221 | local p = Instance.new("Part") |
| 222 | p.Name = "Block_1_3" |
| 223 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 224 | p.CFrame = CFrame.new(0, 2.74, 2.65) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 225 | p.BrickColor = BrickColor.new("Cashmere") |
| 226 | p.Material = Enum.Material.Glacier |
| 227 | p.MaterialVariant = "2022 Stud" |
| 228 | p.Anchored = true |
| 229 | p.Parent = model |
| 230 | end |
| 231 | do |
| 232 | local p = Instance.new("Part") |
| 233 | p.Name = "Block_1_4" |
| 234 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 235 | p.CFrame = CFrame.new(-1.325, 2.66, 2.29497) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 236 | p.BrickColor = BrickColor.new("Brick yellow") |
| 237 | p.Material = Enum.Material.Glacier |
| 238 | p.MaterialVariant = "2022 Stud" |
| 239 | p.Anchored = true |
| 240 | p.Parent = model |
| 241 | end |
| 242 | do |
| 243 | local p = Instance.new("Part") |
| 244 | p.Name = "Block_1_5" |
| 245 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 246 | p.CFrame = CFrame.new(-2.29497, 2.66, 1.325) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(0)) |
| 247 | p.BrickColor = BrickColor.new("Cashmere") |
| 248 | p.Material = Enum.Material.Glacier |
| 249 | p.MaterialVariant = "2022 Stud" |
| 250 | p.Anchored = true |
| 251 | p.Parent = model |
| 252 | end |
| 253 | do |
| 254 | local p = Instance.new("Part") |
| 255 | p.Name = "Block_1_6" |
| 256 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 257 | p.CFrame = CFrame.new(-2.65, 2.66, 0.04) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 258 | p.BrickColor = BrickColor.new("Brick yellow") |
| 259 | p.Material = Enum.Material.Glacier |
| 260 | p.MaterialVariant = "2022 Stud" |
| 261 | p.Anchored = true |
| 262 | p.Parent = model |
| 263 | end |
| 264 | do |
| 265 | local p = Instance.new("Part") |
| 266 | p.Name = "Block_1_7" |
| 267 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 268 | p.CFrame = CFrame.new(-2.29497, 2.66, -1.325) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 269 | p.BrickColor = BrickColor.new("Cashmere") |
| 270 | p.Material = Enum.Material.Glacier |
| 271 | p.MaterialVariant = "2022 Stud" |
| 272 | p.Anchored = true |
| 273 | p.Parent = model |
| 274 | end |
| 275 | do |
| 276 | local p = Instance.new("Part") |
| 277 | p.Name = "Block_1_8" |
| 278 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 279 | p.CFrame = CFrame.new(-1.325, 2.66, -2.29497) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 280 | p.BrickColor = BrickColor.new("Brick yellow") |
| 281 | p.Material = Enum.Material.Glacier |
| 282 | p.MaterialVariant = "2022 Stud" |
| 283 | p.Anchored = true |
| 284 | p.Parent = model |
| 285 | end |
| 286 | do |
| 287 | local p = Instance.new("Part") |
| 288 | p.Name = "Block_1_9" |
| 289 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 290 | p.CFrame = CFrame.new(0, 2.82, -2.65) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 291 | p.BrickColor = BrickColor.new("Cashmere") |
| 292 | p.Material = Enum.Material.Glacier |
| 293 | p.MaterialVariant = "2022 Stud" |
| 294 | p.Anchored = true |
| 295 | p.Parent = model |
| 296 | end |
| 297 | do |
| 298 | local p = Instance.new("Part") |
| 299 | p.Name = "Block_1_10" |
| 300 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 301 | p.CFrame = CFrame.new(1.325, 2.74, -2.29497) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 302 | p.BrickColor = BrickColor.new("Brick yellow") |
| 303 | p.Material = Enum.Material.Glacier |
| 304 | p.MaterialVariant = "2022 Stud" |
| 305 | p.Anchored = true |
| 306 | p.Parent = model |
| 307 | end |
| 308 | do |
| 309 | local p = Instance.new("Part") |
| 310 | p.Name = "Block_1_11" |
| 311 | p.Size = Vector3.new(1.82205, 1.8, 1.5) |
| 312 | p.CFrame = CFrame.new(2.29497, 2.74, -1.325) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 313 | p.BrickColor = BrickColor.new("Cashmere") |
| 314 | p.Material = Enum.Material.Glacier |
| 315 | p.MaterialVariant = "2022 Stud" |
| 316 | p.Anchored = true |
| 317 | p.Parent = model |
| 318 | end |
| 319 | do |
| 320 | local p = Instance.new("Part") |
| 321 | p.Shape = Enum.PartType.Cylinder |
| 322 | p.Name = "Core_2" |
| 323 | p.Size = Vector3.new(1.8, 6.2, 6.2) |
| 324 | p.CFrame = CFrame.new(0, 4.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 325 | p.BrickColor = BrickColor.new("Cashmere") |
| 326 | p.Material = Enum.Material.Glacier |
| 327 | p.MaterialVariant = "2022 Stud" |
| 328 | p.Anchored = true |
| 329 | p.Parent = model |
| 330 | end |
| 331 | do |
| 332 | local p = Instance.new("Part") |
| 333 | p.Name = "Block_2_0" |
| 334 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 335 | p.CFrame = CFrame.new(3.65, 4.7, 0.04) |
| 336 | p.BrickColor = BrickColor.new("Cashmere") |
| 337 | p.Material = Enum.Material.Glacier |
| 338 | p.MaterialVariant = "2022 Stud" |
| 339 | p.Anchored = true |
| 340 | p.Parent = model |
| 341 | end |
| 342 | do |
| 343 | local p = Instance.new("Part") |
| 344 | p.Name = "Block_2_1" |
| 345 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 346 | p.CFrame = CFrame.new(3.14099, 4.7, 1.85964) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 347 | p.BrickColor = BrickColor.new("Brick yellow") |
| 348 | p.Material = Enum.Material.Glacier |
| 349 | p.MaterialVariant = "2022 Stud" |
| 350 | p.Anchored = true |
| 351 | p.Parent = model |
| 352 | end |
| 353 | do |
| 354 | local p = Instance.new("Part") |
| 355 | p.Name = "Block_2_2" |
| 356 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 357 | p.CFrame = CFrame.new(1.85964, 4.66, 3.14099) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 358 | p.BrickColor = BrickColor.new("Cashmere") |
| 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 = "Block_2_3" |
| 367 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 368 | p.CFrame = CFrame.new(0.04, 4.62, 3.65) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 369 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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.Name = "Block_2_4" |
| 378 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 379 | p.CFrame = CFrame.new(-1.85964, 4.58, 3.14099) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 380 | p.BrickColor = BrickColor.new("Cashmere") |
| 381 | p.Material = Enum.Material.Glacier |
| 382 | p.MaterialVariant = "2022 Stud" |
| 383 | p.Anchored = true |
| 384 | p.Parent = model |
| 385 | end |
| 386 | do |
| 387 | local p = Instance.new("Part") |
| 388 | p.Name = "Block_2_5" |
| 389 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 390 | p.CFrame = CFrame.new(-3.16099, 4.54, 1.825) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(0)) |
| 391 | p.BrickColor = BrickColor.new("Brick yellow") |
| 392 | p.Material = Enum.Material.Glacier |
| 393 | p.MaterialVariant = "2022 Stud" |
| 394 | p.Anchored = true |
| 395 | p.Parent = model |
| 396 | end |
| 397 | do |
| 398 | local p = Instance.new("Part") |
| 399 | p.Name = "Block_2_6" |
| 400 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 401 | p.CFrame = CFrame.new(-3.65, 4.46, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 402 | p.BrickColor = BrickColor.new("Cashmere") |
| 403 | p.Material = Enum.Material.Glacier |
| 404 | p.MaterialVariant = "2022 Stud" |
| 405 | p.Anchored = true |
| 406 | p.Parent = model |
| 407 | end |
| 408 | do |
| 409 | local p = Instance.new("Part") |
| 410 | p.Name = "Block_2_7" |
| 411 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 412 | p.CFrame = CFrame.new(-3.14099, 4.7, -1.85964) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 413 | p.BrickColor = BrickColor.new("Brick yellow") |
| 414 | p.Material = Enum.Material.Glacier |
| 415 | p.MaterialVariant = "2022 Stud" |
| 416 | p.Anchored = true |
| 417 | p.Parent = model |
| 418 | end |
| 419 | do |
| 420 | local p = Instance.new("Part") |
| 421 | p.Name = "Block_2_8" |
| 422 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 423 | p.CFrame = CFrame.new(-1.85964, 4.66, -3.14099) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 424 | p.BrickColor = BrickColor.new("Cashmere") |
| 425 | p.Material = Enum.Material.Glacier |
| 426 | p.MaterialVariant = "2022 Stud" |
| 427 | p.Anchored = true |
| 428 | p.Parent = model |
| 429 | end |
| 430 | do |
| 431 | local p = Instance.new("Part") |
| 432 | p.Name = "Block_2_9" |
| 433 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 434 | p.CFrame = CFrame.new(-0.04, 4.62, -3.65) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 435 | p.BrickColor = BrickColor.new("Brick yellow") |
| 436 | p.Material = Enum.Material.Glacier |
| 437 | p.MaterialVariant = "2022 Stud" |
| 438 | p.Anchored = true |
| 439 | p.Parent = model |
| 440 | end |
| 441 | do |
| 442 | local p = Instance.new("Part") |
| 443 | p.Name = "Block_2_10" |
| 444 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 445 | p.CFrame = CFrame.new(1.85964, 4.58, -3.14099) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 446 | p.BrickColor = BrickColor.new("Cashmere") |
| 447 | p.Material = Enum.Material.Glacier |
| 448 | p.MaterialVariant = "2022 Stud" |
| 449 | p.Anchored = true |
| 450 | p.Parent = model |
| 451 | end |
| 452 | do |
| 453 | local p = Instance.new("Part") |
| 454 | p.Name = "Block_2_11" |
| 455 | p.Size = Vector3.new(2.35795, 1.8, 1.5) |
| 456 | p.CFrame = CFrame.new(3.16099, 4.54, -1.825) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 457 | p.BrickColor = BrickColor.new("Brick yellow") |
| 458 | p.Material = Enum.Material.Glacier |
| 459 | p.MaterialVariant = "2022 Stud" |
| 460 | p.Anchored = true |
| 461 | p.Parent = model |
| 462 | end |
| 463 | do |
| 464 | local p = Instance.new("Part") |
| 465 | p.Shape = Enum.PartType.Cylinder |
| 466 | p.Name = "Core_3" |
| 467 | p.Size = Vector3.new(1.8, 7.4, 7.4) |
| 468 | p.CFrame = CFrame.new(0, 6.3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 469 | p.BrickColor = BrickColor.new("Cashmere") |
| 470 | p.Material = Enum.Material.Glacier |
| 471 | p.MaterialVariant = "2022 Stud" |
| 472 | p.Anchored = true |
| 473 | p.Parent = model |
| 474 | end |
| 475 | do |
| 476 | local p = Instance.new("Part") |
| 477 | p.Name = "Block_3_0" |
| 478 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 479 | p.CFrame = CFrame.new(4.25, 6.34, 0) |
| 480 | p.BrickColor = BrickColor.new("Camo") |
| 481 | p.Material = Enum.Material.Glacier |
| 482 | p.MaterialVariant = "2022 Stud" |
| 483 | p.Anchored = true |
| 484 | p.Parent = model |
| 485 | end |
| 486 | do |
| 487 | local p = Instance.new("Part") |
| 488 | p.Name = "Block_3_1" |
| 489 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 490 | p.CFrame = CFrame.new(3.68061, 6.34, 2.125) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 491 | p.BrickColor = BrickColor.new("Camo") |
| 492 | p.Material = Enum.Material.Glacier |
| 493 | p.MaterialVariant = "2022 Stud" |
| 494 | p.Anchored = true |
| 495 | p.Parent = model |
| 496 | end |
| 497 | do |
| 498 | local p = Instance.new("Part") |
| 499 | p.Name = "Block_3_2" |
| 500 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 501 | p.CFrame = CFrame.new(2.125, 6.34, 3.68061) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 502 | p.BrickColor = BrickColor.new("Camo") |
| 503 | p.Material = Enum.Material.Glacier |
| 504 | p.MaterialVariant = "2022 Stud" |
| 505 | p.Anchored = true |
| 506 | p.Parent = model |
| 507 | end |
| 508 | do |
| 509 | local p = Instance.new("Part") |
| 510 | p.Name = "Block_3_3" |
| 511 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 512 | p.CFrame = CFrame.new(0, 6.34, 4.25) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 513 | p.BrickColor = BrickColor.new("Camo") |
| 514 | p.Material = Enum.Material.Glacier |
| 515 | p.MaterialVariant = "2022 Stud" |
| 516 | p.Anchored = true |
| 517 | p.Parent = model |
| 518 | end |
| 519 | do |
| 520 | local p = Instance.new("Part") |
| 521 | p.Name = "Block_3_4" |
| 522 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 523 | p.CFrame = CFrame.new(-2.125, 6.34, 3.68061) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 524 | p.BrickColor = BrickColor.new("Camo") |
| 525 | p.Material = Enum.Material.Glacier |
| 526 | p.MaterialVariant = "2022 Stud" |
| 527 | p.Anchored = true |
| 528 | p.Parent = model |
| 529 | end |
| 530 | do |
| 531 | local p = Instance.new("Part") |
| 532 | p.Name = "Block_3_5" |
| 533 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 534 | p.CFrame = CFrame.new(-3.68061, 6.34, 2.125) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(0)) |
| 535 | p.BrickColor = BrickColor.new("Camo") |
| 536 | p.Material = Enum.Material.Glacier |
| 537 | p.MaterialVariant = "2022 Stud" |
| 538 | p.Anchored = true |
| 539 | p.Parent = model |
| 540 | end |
| 541 | do |
| 542 | local p = Instance.new("Part") |
| 543 | p.Name = "Block_3_6" |
| 544 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 545 | p.CFrame = CFrame.new(-4.25, 6.34, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 546 | p.BrickColor = BrickColor.new("Camo") |
| 547 | p.Material = Enum.Material.Glacier |
| 548 | p.MaterialVariant = "2022 Stud" |
| 549 | p.Anchored = true |
| 550 | p.Parent = model |
| 551 | end |
| 552 | do |
| 553 | local p = Instance.new("Part") |
| 554 | p.Name = "Block_3_7" |
| 555 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 556 | p.CFrame = CFrame.new(-3.68061, 6.34, -2.125) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 557 | p.BrickColor = BrickColor.new("Camo") |
| 558 | p.Material = Enum.Material.Glacier |
| 559 | p.MaterialVariant = "2022 Stud" |
| 560 | p.Anchored = true |
| 561 | p.Parent = model |
| 562 | end |
| 563 | do |
| 564 | local p = Instance.new("Part") |
| 565 | p.Name = "Block_3_8" |
| 566 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 567 | p.CFrame = CFrame.new(-2.125, 6.34, -3.68061) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 568 | p.BrickColor = BrickColor.new("Camo") |
| 569 | p.Material = Enum.Material.Glacier |
| 570 | p.MaterialVariant = "2022 Stud" |
| 571 | p.Anchored = true |
| 572 | p.Parent = model |
| 573 | end |
| 574 | do |
| 575 | local p = Instance.new("Part") |
| 576 | p.Name = "Block_3_9" |
| 577 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 578 | p.CFrame = CFrame.new(0, 6.34, -4.25) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 579 | p.BrickColor = BrickColor.new("Camo") |
| 580 | p.Material = Enum.Material.Glacier |
| 581 | p.MaterialVariant = "2022 Stud" |
| 582 | p.Anchored = true |
| 583 | p.Parent = model |
| 584 | end |
| 585 | do |
| 586 | local p = Instance.new("Part") |
| 587 | p.Name = "Block_3_10" |
| 588 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 589 | p.CFrame = CFrame.new(2.125, 6.34, -3.68061) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 590 | p.BrickColor = BrickColor.new("Camo") |
| 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 = "Block_3_11" |
| 599 | p.Size = Vector3.new(2.67949, 1.8, 1.5) |
| 600 | p.CFrame = CFrame.new(3.68061, 6.34, -2.125) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 601 | p.BrickColor = BrickColor.new("Camo") |
| 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.Shape = Enum.PartType.Cylinder |
| 610 | p.Name = "Core_4" |
| 611 | p.Size = Vector3.new(1.8, 6.6, 6.6) |
| 612 | p.CFrame = CFrame.new(0, 8.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 613 | p.BrickColor = BrickColor.new("Cashmere") |
| 614 | p.Material = Enum.Material.Glacier |
| 615 | p.MaterialVariant = "2022 Stud" |
| 616 | p.Anchored = true |
| 617 | p.Parent = model |
| 618 | end |
| 619 | do |
| 620 | local p = Instance.new("Part") |
| 621 | p.Name = "Block_4_0" |
| 622 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 623 | p.CFrame = CFrame.new(3.85, 8.3, 0) |
| 624 | p.BrickColor = BrickColor.new("Cashmere") |
| 625 | p.Material = Enum.Material.Glacier |
| 626 | p.MaterialVariant = "2022 Stud" |
| 627 | p.Anchored = true |
| 628 | p.Parent = model |
| 629 | end |
| 630 | do |
| 631 | local p = Instance.new("Part") |
| 632 | p.Name = "Block_4_1" |
| 633 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 634 | p.CFrame = CFrame.new(3.3342, 8.3, 1.925) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 635 | p.BrickColor = BrickColor.new("Brick yellow") |
| 636 | p.Material = Enum.Material.Glacier |
| 637 | p.MaterialVariant = "2022 Stud" |
| 638 | p.Anchored = true |
| 639 | p.Parent = model |
| 640 | end |
| 641 | do |
| 642 | local p = Instance.new("Part") |
| 643 | p.Name = "Block_4_2" |
| 644 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 645 | p.CFrame = CFrame.new(1.925, 8.3, 3.3342) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 646 | p.BrickColor = BrickColor.new("Cashmere") |
| 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 = "Block_4_3" |
| 655 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 656 | p.CFrame = CFrame.new(0, 8.3, 3.85) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 657 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "Block_4_4" |
| 666 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 667 | p.CFrame = CFrame.new(-1.925, 8.3, 3.3342) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 668 | p.BrickColor = BrickColor.new("Cashmere") |
| 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 = "Block_4_5" |
| 677 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 678 | p.CFrame = CFrame.new(-3.3342, 8.3, 1.925) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(0)) |
| 679 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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.Name = "Block_4_6" |
| 688 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 689 | p.CFrame = CFrame.new(-3.85, 8.3, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 690 | p.BrickColor = BrickColor.new("Cashmere") |
| 691 | p.Material = Enum.Material.Glacier |
| 692 | p.MaterialVariant = "2022 Stud" |
| 693 | p.Anchored = true |
| 694 | p.Parent = model |
| 695 | end |
| 696 | do |
| 697 | local p = Instance.new("Part") |
| 698 | p.Name = "Block_4_7" |
| 699 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 700 | p.CFrame = CFrame.new(-3.3342, 8.3, -1.925) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 701 | p.BrickColor = BrickColor.new("Brick yellow") |
| 702 | p.Material = Enum.Material.Glacier |
| 703 | p.MaterialVariant = "2022 Stud" |
| 704 | p.Anchored = true |
| 705 | p.Parent = model |
| 706 | end |
| 707 | do |
| 708 | local p = Instance.new("Part") |
| 709 | p.Name = "Block_4_8" |
| 710 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 711 | p.CFrame = CFrame.new(-1.925, 8.3, -3.3342) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 712 | p.BrickColor = BrickColor.new("Cashmere") |
| 713 | p.Material = Enum.Material.Glacier |
| 714 | p.MaterialVariant = "2022 Stud" |
| 715 | p.Anchored = true |
| 716 | p.Parent = model |
| 717 | end |
| 718 | do |
| 719 | local p = Instance.new("Part") |
| 720 | p.Name = "Block_4_9" |
| 721 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 722 | p.CFrame = CFrame.new(0, 8.26, -3.85) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 723 | p.BrickColor = BrickColor.new("Brick yellow") |
| 724 | p.Material = Enum.Material.Glacier |
| 725 | p.MaterialVariant = "2022 Stud" |
| 726 | p.Anchored = true |
| 727 | p.Parent = model |
| 728 | end |
| 729 | do |
| 730 | local p = Instance.new("Part") |
| 731 | p.Name = "Block_4_10" |
| 732 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 733 | p.CFrame = CFrame.new(1.925, 8.22, -3.3342) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 734 | p.BrickColor = BrickColor.new("Cashmere") |
| 735 | p.Material = Enum.Material.Glacier |
| 736 | p.MaterialVariant = "2022 Stud" |
| 737 | p.Anchored = true |
| 738 | p.Parent = model |
| 739 | end |
| 740 | do |
| 741 | local p = Instance.new("Part") |
| 742 | p.Name = "Block_4_11" |
| 743 | p.Size = Vector3.new(2.46513, 1.8, 1.5) |
| 744 | p.CFrame = CFrame.new(3.3342, 8.18, -1.925) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 745 | p.BrickColor = BrickColor.new("Brick yellow") |
| 746 | p.Material = Enum.Material.Glacier |
| 747 | p.MaterialVariant = "2022 Stud" |
| 748 | p.Anchored = true |
| 749 | p.Parent = model |
| 750 | end |
| 751 | do |
| 752 | local p = Instance.new("Part") |
| 753 | p.Shape = Enum.PartType.Cylinder |
| 754 | p.Name = "Core_5" |
| 755 | p.Size = Vector3.new(1.8, 5, 5) |
| 756 | p.CFrame = CFrame.new(0, 9.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 757 | p.BrickColor = BrickColor.new("Cashmere") |
| 758 | p.Material = Enum.Material.Glacier |
| 759 | p.MaterialVariant = "2022 Stud" |
| 760 | p.Anchored = true |
| 761 | p.Parent = model |
| 762 | end |
| 763 | do |
| 764 | local p = Instance.new("Part") |
| 765 | p.Name = "Block_5_0" |
| 766 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 767 | p.CFrame = CFrame.new(3.05, 10.1, 0) |
| 768 | p.BrickColor = BrickColor.new("Brick yellow") |
| 769 | p.Material = Enum.Material.Glacier |
| 770 | p.MaterialVariant = "2022 Stud" |
| 771 | p.Anchored = true |
| 772 | p.Parent = model |
| 773 | end |
| 774 | do |
| 775 | local p = Instance.new("Part") |
| 776 | p.Name = "Block_5_1" |
| 777 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 778 | p.CFrame = CFrame.new(2.64138, 10.1, 1.525) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 779 | p.BrickColor = BrickColor.new("Cashmere") |
| 780 | p.Material = Enum.Material.Glacier |
| 781 | p.MaterialVariant = "2022 Stud" |
| 782 | p.Anchored = true |
| 783 | p.Parent = model |
| 784 | end |
| 785 | do |
| 786 | local p = Instance.new("Part") |
| 787 | p.Name = "Block_5_2" |
| 788 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 789 | p.CFrame = CFrame.new(1.525, 10.1, 2.64138) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 790 | p.BrickColor = BrickColor.new("Brick yellow") |
| 791 | p.Material = Enum.Material.Glacier |
| 792 | p.MaterialVariant = "2022 Stud" |
| 793 | p.Anchored = true |
| 794 | p.Parent = model |
| 795 | end |
| 796 | do |
| 797 | local p = Instance.new("Part") |
| 798 | p.Name = "Block_5_3" |
| 799 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 800 | p.CFrame = CFrame.new(0, 10.1, 3.05) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 801 | p.BrickColor = BrickColor.new("Cashmere") |
| 802 | p.Material = Enum.Material.Glacier |
| 803 | p.MaterialVariant = "2022 Stud" |
| 804 | p.Anchored = true |
| 805 | p.Parent = model |
| 806 | end |
| 807 | do |
| 808 | local p = Instance.new("Part") |
| 809 | p.Name = "Block_5_4" |
| 810 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 811 | p.CFrame = CFrame.new(-1.525, 10.1, 2.64138) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 812 | p.BrickColor = BrickColor.new("Brick yellow") |
| 813 | p.Material = Enum.Material.Glacier |
| 814 | p.MaterialVariant = "2022 Stud" |
| 815 | p.Anchored = true |
| 816 | p.Parent = model |
| 817 | end |
| 818 | do |
| 819 | local p = Instance.new("Part") |
| 820 | p.Name = "Block_5_5" |
| 821 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 822 | p.CFrame = CFrame.new(-2.64138, 10.1, 1.525) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(0)) |
| 823 | p.BrickColor = BrickColor.new("Cashmere") |
| 824 | p.Material = Enum.Material.Glacier |
| 825 | p.MaterialVariant = "2022 Stud" |
| 826 | p.Anchored = true |
| 827 | p.Parent = model |
| 828 | end |
| 829 | do |
| 830 | local p = Instance.new("Part") |
| 831 | p.Name = "Block_5_6" |
| 832 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 833 | p.CFrame = CFrame.new(-3.05, 10.1, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 834 | p.BrickColor = BrickColor.new("Brick yellow") |
| 835 | p.Material = Enum.Material.Glacier |
| 836 | p.MaterialVariant = "2022 Stud" |
| 837 | p.Anchored = true |
| 838 | p.Parent = model |
| 839 | end |
| 840 | do |
| 841 | local p = Instance.new("Part") |
| 842 | p.Name = "Block_5_7" |
| 843 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 844 | p.CFrame = CFrame.new(-2.64138, 10.1, -1.525) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 845 | p.BrickColor = BrickColor.new("Cashmere") |
| 846 | p.Material = Enum.Material.Glacier |
| 847 | p.MaterialVariant = "2022 Stud" |
| 848 | p.Anchored = true |
| 849 | p.Parent = model |
| 850 | end |
| 851 | do |
| 852 | local p = Instance.new("Part") |
| 853 | p.Name = "Block_5_8" |
| 854 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 855 | p.CFrame = CFrame.new(-1.525, 10.1, -2.64138) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 856 | p.BrickColor = BrickColor.new("Brick yellow") |
| 857 | p.Material = Enum.Material.Glacier |
| 858 | p.MaterialVariant = "2022 Stud" |
| 859 | p.Anchored = true |
| 860 | p.Parent = model |
| 861 | end |
| 862 | do |
| 863 | local p = Instance.new("Part") |
| 864 | p.Name = "Block_5_9" |
| 865 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 866 | p.CFrame = CFrame.new(0, 10.1, -3.05) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 867 | p.BrickColor = BrickColor.new("Cashmere") |
| 868 | p.Material = Enum.Material.Glacier |
| 869 | p.MaterialVariant = "2022 Stud" |
| 870 | p.Anchored = true |
| 871 | p.Parent = model |
| 872 | end |
| 873 | do |
| 874 | local p = Instance.new("Part") |
| 875 | p.Name = "Block_5_10" |
| 876 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 877 | p.CFrame = CFrame.new(1.525, 10.1, -2.64138) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 878 | p.BrickColor = BrickColor.new("Brick yellow") |
| 879 | p.Material = Enum.Material.Glacier |
| 880 | p.MaterialVariant = "2022 Stud" |
| 881 | p.Anchored = true |
| 882 | p.Parent = model |
| 883 | end |
| 884 | do |
| 885 | local p = Instance.new("Part") |
| 886 | p.Name = "Block_5_11" |
| 887 | p.Size = Vector3.new(2.03641, 1.8, 1.5) |
| 888 | p.CFrame = CFrame.new(2.64138, 10.1, -1.525) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 889 | p.BrickColor = BrickColor.new("Cashmere") |
| 890 | p.Material = Enum.Material.Glacier |
| 891 | p.MaterialVariant = "2022 Stud" |
| 892 | p.Anchored = true |
| 893 | p.Parent = model |
| 894 | end |
| 895 | do |
| 896 | local p = Instance.new("Part") |
| 897 | p.Shape = Enum.PartType.Cylinder |
| 898 | p.Name = "Core_6" |
| 899 | p.Size = Vector3.new(1.8, 2.6, 2.6) |
| 900 | p.CFrame = CFrame.new(0, 11.7, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 901 | p.BrickColor = BrickColor.new("Cashmere") |
| 902 | p.Material = Enum.Material.Glacier |
| 903 | p.MaterialVariant = "2022 Stud" |
| 904 | p.Anchored = true |
| 905 | p.Parent = model |
| 906 | end |
| 907 | do |
| 908 | local p = Instance.new("Part") |
| 909 | p.Name = "Block_6_0" |
| 910 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 911 | p.CFrame = CFrame.new(1.85, 11.9, 0) |
| 912 | p.BrickColor = BrickColor.new("Cashmere") |
| 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 = "Block_6_1" |
| 921 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 922 | p.CFrame = CFrame.new(1.60215, 11.9, 0.925) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 923 | p.BrickColor = BrickColor.new("Brick yellow") |
| 924 | p.Material = Enum.Material.Glacier |
| 925 | p.MaterialVariant = "2022 Stud" |
| 926 | p.Anchored = true |
| 927 | p.Parent = model |
| 928 | end |
| 929 | do |
| 930 | local p = Instance.new("Part") |
| 931 | p.Name = "Block_6_2" |
| 932 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 933 | p.CFrame = CFrame.new(0.925, 11.9, 1.60215) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 934 | p.BrickColor = BrickColor.new("Cashmere") |
| 935 | p.Material = Enum.Material.Glacier |
| 936 | p.MaterialVariant = "2022 Stud" |
| 937 | p.Anchored = true |
| 938 | p.Parent = model |
| 939 | end |
| 940 | do |
| 941 | local p = Instance.new("Part") |
| 942 | p.Name = "Block_6_3" |
| 943 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 944 | p.CFrame = CFrame.new(0, 11.9, 1.85) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 945 | p.BrickColor = BrickColor.new("Brick yellow") |
| 946 | p.Material = Enum.Material.Glacier |
| 947 | p.MaterialVariant = "2022 Stud" |
| 948 | p.Anchored = true |
| 949 | p.Parent = model |
| 950 | end |
| 951 | do |
| 952 | local p = Instance.new("Part") |
| 953 | p.Name = "Block_6_4" |
| 954 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 955 | p.CFrame = CFrame.new(-0.925, 11.9, 1.60215) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 956 | p.BrickColor = BrickColor.new("Cashmere") |
| 957 | p.Material = Enum.Material.Glacier |
| 958 | p.MaterialVariant = "2022 Stud" |
| 959 | p.Anchored = true |
| 960 | p.Parent = model |
| 961 | end |
| 962 | do |
| 963 | local p = Instance.new("Part") |
| 964 | p.Name = "Block_6_5" |
| 965 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 966 | p.CFrame = CFrame.new(-1.60215, 11.9, 0.925) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(0)) |
| 967 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "Block_6_6" |
| 976 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 977 | p.CFrame = CFrame.new(-1.85, 11.9, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 978 | p.BrickColor = BrickColor.new("Cashmere") |
| 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 = "Block_6_7" |
| 987 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 988 | p.CFrame = CFrame.new(-1.60215, 11.9, -0.925) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 989 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "Block_6_8" |
| 998 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 999 | p.CFrame = CFrame.new(-0.925, 11.9, -1.60215) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1000 | p.BrickColor = BrickColor.new("Cashmere") |
| 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.Name = "Block_6_9" |
| 1009 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 1010 | p.CFrame = CFrame.new(0, 11.9, -1.85) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 1011 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1012 | p.Material = Enum.Material.Glacier |
| 1013 | p.MaterialVariant = "2022 Stud" |
| 1014 | p.Anchored = true |
| 1015 | p.Parent = model |
| 1016 | end |
| 1017 | do |
| 1018 | local p = Instance.new("Part") |
| 1019 | p.Name = "Block_6_10" |
| 1020 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 1021 | p.CFrame = CFrame.new(0.925, 11.9, -1.60215) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 1022 | p.BrickColor = BrickColor.new("Cashmere") |
| 1023 | p.Material = Enum.Material.Glacier |
| 1024 | p.MaterialVariant = "2022 Stud" |
| 1025 | p.Anchored = true |
| 1026 | p.Parent = model |
| 1027 | end |
| 1028 | do |
| 1029 | local p = Instance.new("Part") |
| 1030 | p.Name = "Block_6_11" |
| 1031 | p.Size = Vector3.new(1.39334, 1.8, 1.5) |
| 1032 | p.CFrame = CFrame.new(1.60215, 11.9, -0.925) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 1033 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1034 | p.Material = Enum.Material.Glacier |
| 1035 | p.MaterialVariant = "2022 Stud" |
| 1036 | p.Anchored = true |
| 1037 | p.Parent = model |
| 1038 | end |
| 1039 | do |
| 1040 | local p = Instance.new("Part") |
| 1041 | p.Shape = Enum.PartType.Cylinder |
| 1042 | p.Name = "Core_7" |
| 1043 | p.Size = Vector3.new(1.8, 1, 1) |
| 1044 | p.CFrame = CFrame.new(0, 13.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1045 | p.BrickColor = BrickColor.new("Cashmere") |
| 1046 | p.Material = Enum.Material.Glacier |
| 1047 | p.MaterialVariant = "2022 Stud" |
| 1048 | p.Anchored = true |
| 1049 | p.Parent = model |
| 1050 | end |
| 1051 | do |
| 1052 | local p = Instance.new("Part") |
| 1053 | p.Name = "Block_7_0" |
| 1054 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1055 | p.CFrame = CFrame.new(0.65, 13.7, 0) |
| 1056 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1057 | p.Material = Enum.Material.Glacier |
| 1058 | p.MaterialVariant = "2022 Stud" |
| 1059 | p.Anchored = true |
| 1060 | p.Parent = model |
| 1061 | end |
| 1062 | do |
| 1063 | local p = Instance.new("Part") |
| 1064 | p.Name = "Block_7_1" |
| 1065 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1066 | p.CFrame = CFrame.new(0.562917, 13.7, 0.325) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 1067 | p.BrickColor = BrickColor.new("Cashmere") |
| 1068 | p.Material = Enum.Material.Glacier |
| 1069 | p.MaterialVariant = "2022 Stud" |
| 1070 | p.Anchored = true |
| 1071 | p.Parent = model |
| 1072 | end |
| 1073 | do |
| 1074 | local p = Instance.new("Part") |
| 1075 | p.Name = "Block_7_2" |
| 1076 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1077 | p.CFrame = CFrame.new(0.325, 13.7, 0.562917) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 1078 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1079 | p.Material = Enum.Material.Glacier |
| 1080 | p.MaterialVariant = "2022 Stud" |
| 1081 | p.Anchored = true |
| 1082 | p.Parent = model |
| 1083 | end |
| 1084 | do |
| 1085 | local p = Instance.new("Part") |
| 1086 | p.Name = "Block_7_3" |
| 1087 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1088 | p.CFrame = CFrame.new(0, 13.7, 0.65) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 1089 | p.BrickColor = BrickColor.new("Cashmere") |
| 1090 | p.Material = Enum.Material.Glacier |
| 1091 | p.MaterialVariant = "2022 Stud" |
| 1092 | p.Anchored = true |
| 1093 | p.Parent = model |
| 1094 | end |
| 1095 | do |
| 1096 | local p = Instance.new("Part") |
| 1097 | p.Name = "Block_7_4" |
| 1098 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1099 | p.CFrame = CFrame.new(-0.325, 13.7, 0.562917) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 1100 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1101 | p.Material = Enum.Material.Glacier |
| 1102 | p.MaterialVariant = "2022 Stud" |
| 1103 | p.Anchored = true |
| 1104 | p.Parent = model |
| 1105 | end |
| 1106 | do |
| 1107 | local p = Instance.new("Part") |
| 1108 | p.Name = "Block_7_5" |
| 1109 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1110 | p.CFrame = CFrame.new(-0.562917, 13.7, 0.325) * CFrame.Angles(math.rad(0), math.rad(-150), math.rad(0)) |
| 1111 | p.BrickColor = BrickColor.new("Cashmere") |
| 1112 | p.Material = Enum.Material.Glacier |
| 1113 | p.MaterialVariant = "2022 Stud" |
| 1114 | p.Anchored = true |
| 1115 | p.Parent = model |
| 1116 | end |
| 1117 | do |
| 1118 | local p = Instance.new("Part") |
| 1119 | p.Name = "Block_7_6" |
| 1120 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1121 | p.CFrame = CFrame.new(-0.65, 13.7, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 1122 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1123 | p.Material = Enum.Material.Glacier |
| 1124 | p.MaterialVariant = "2022 Stud" |
| 1125 | p.Anchored = true |
| 1126 | p.Parent = model |
| 1127 | end |
| 1128 | do |
| 1129 | local p = Instance.new("Part") |
| 1130 | p.Name = "Block_7_7" |
| 1131 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1132 | p.CFrame = CFrame.new(-0.562917, 13.7, -0.325) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 1133 | p.BrickColor = BrickColor.new("Cashmere") |
| 1134 | p.Material = Enum.Material.Glacier |
| 1135 | p.MaterialVariant = "2022 Stud" |
| 1136 | p.Anchored = true |
| 1137 | p.Parent = model |
| 1138 | end |
| 1139 | do |
| 1140 | local p = Instance.new("Part") |
| 1141 | p.Name = "Block_7_8" |
| 1142 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1143 | p.CFrame = CFrame.new(-0.325, 13.7, -0.562917) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1144 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1145 | p.Material = Enum.Material.Glacier |
| 1146 | p.MaterialVariant = "2022 Stud" |
| 1147 | p.Anchored = true |
| 1148 | p.Parent = model |
| 1149 | end |
| 1150 | do |
| 1151 | local p = Instance.new("Part") |
| 1152 | p.Name = "Block_7_9" |
| 1153 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1154 | p.CFrame = CFrame.new(0, 13.7, -0.65) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 1155 | p.BrickColor = BrickColor.new("Cashmere") |
| 1156 | p.Material = Enum.Material.Glacier |
| 1157 | p.MaterialVariant = "2022 Stud" |
| 1158 | p.Anchored = true |
| 1159 | p.Parent = model |
| 1160 | end |
| 1161 | do |
| 1162 | local p = Instance.new("Part") |
| 1163 | p.Name = "Block_7_10" |
| 1164 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1165 | p.CFrame = CFrame.new(0.325, 13.7, -0.562917) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 1166 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1167 | p.Material = Enum.Material.Glacier |
| 1168 | p.MaterialVariant = "2022 Stud" |
| 1169 | p.Anchored = true |
| 1170 | p.Parent = model |
| 1171 | end |
| 1172 | do |
| 1173 | local p = Instance.new("Part") |
| 1174 | p.Name = "Block_7_11" |
| 1175 | p.Size = Vector3.new(0.750258, 1.8, 1.5) |
| 1176 | p.CFrame = CFrame.new(0.562917, 13.7, -0.325) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 1177 | p.BrickColor = BrickColor.new("Cashmere") |
| 1178 | p.Material = Enum.Material.Glacier |
| 1179 | p.MaterialVariant = "2022 Stud" |
| 1180 | p.Anchored = true |
| 1181 | p.Parent = model |
| 1182 | end |
| 1183 | do |
| 1184 | local p = Instance.new("Part") |
| 1185 | p.Shape = Enum.PartType.Cylinder |
| 1186 | p.Name = "BottomCap" |
| 1187 | p.Size = Vector3.new(0.5, 3, 3) |
| 1188 | p.CFrame = CFrame.new(0, -0.29, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1189 | p.BrickColor = BrickColor.new("Cashmere") |
| 1190 | p.Material = Enum.Material.Glacier |
| 1191 | p.MaterialVariant = "2022 Stud" |
| 1192 | p.Anchored = true |
| 1193 | p.Parent = model |
| 1194 | end |
| 1195 | do |
| 1196 | local p = Instance.new("Part") |
| 1197 | p.Shape = Enum.PartType.Cylinder |
| 1198 | p.Name = "TopCap" |
| 1199 | p.Size = Vector3.new(0.5, 2, 2) |
| 1200 | p.CFrame = CFrame.new(0, 14.85, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1201 | p.BrickColor = BrickColor.new("Cashmere") |
| 1202 | p.Material = Enum.Material.Glacier |
| 1203 | p.MaterialVariant = "2022 Stud" |
| 1204 | p.Anchored = true |
| 1205 | p.Parent = model |
| 1206 | end |
| 1207 | do |
| 1208 | local p = Instance.new("Part") |
| 1209 | p.Shape = Enum.PartType.Cylinder |
| 1210 | p.Name = "TopStud" |
| 1211 | p.Size = Vector3.new(0.3, 1, 1) |
| 1212 | p.CFrame = CFrame.new(0, 15.25, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1213 | p.BrickColor = BrickColor.new("Cashmere") |
| 1214 | p.Material = Enum.Material.Glacier |
| 1215 | p.MaterialVariant = "2022 Stud" |
| 1216 | p.Anchored = true |
| 1217 | p.Parent = model |
| 1218 | end |
| 1219 | do |
| 1220 | local p = Instance.new("Part") |
| 1221 | p.Shape = Enum.PartType.Cylinder |
| 1222 | p.Name = "F1_Center" |
| 1223 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 1224 | p.CFrame = CFrame.new(4.10496, 8.1, 2.37) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 1225 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1226 | p.Material = Enum.Material.Glacier |
| 1227 | p.MaterialVariant = "2022 Big Stud" |
| 1228 | p.Anchored = true |
| 1229 | p.Parent = model |
| 1230 | end |
| 1231 | do |
| 1232 | local p = Instance.new("Part") |
| 1233 | p.Shape = Enum.PartType.Cylinder |
| 1234 | p.Name = "F1_Petal_0" |
| 1235 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1236 | p.CFrame = CFrame.new(4.21754, 8.6, 2.435) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 1237 | p.BrickColor = BrickColor.new("Institutional white") |
| 1238 | p.Material = Enum.Material.Glacier |
| 1239 | p.MaterialVariant = "2022 Stud" |
| 1240 | p.Anchored = true |
| 1241 | p.Parent = model |
| 1242 | end |
| 1243 | do |
| 1244 | local p = Instance.new("Part") |
| 1245 | p.Shape = Enum.PartType.Cylinder |
| 1246 | p.Name = "F1_Petal_1" |
| 1247 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1248 | p.CFrame = CFrame.new(3.97978, 8.25451, 2.84682) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 1249 | p.BrickColor = BrickColor.new("Institutional white") |
| 1250 | p.Material = Enum.Material.Glacier |
| 1251 | p.MaterialVariant = "2022 Stud" |
| 1252 | p.Anchored = true |
| 1253 | p.Parent = model |
| 1254 | end |
| 1255 | do |
| 1256 | local p = Instance.new("Part") |
| 1257 | p.Shape = Enum.PartType.Cylinder |
| 1258 | p.Name = "F1_Petal_2" |
| 1259 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1260 | p.CFrame = CFrame.new(4.07059, 7.69549, 2.68952) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 1261 | p.BrickColor = BrickColor.new("Institutional white") |
| 1262 | p.Material = Enum.Material.Glacier |
| 1263 | p.MaterialVariant = "2022 Stud" |
| 1264 | p.Anchored = true |
| 1265 | p.Parent = model |
| 1266 | end |
| 1267 | do |
| 1268 | local p = Instance.new("Part") |
| 1269 | p.Shape = Enum.PartType.Cylinder |
| 1270 | p.Name = "F1_Petal_3" |
| 1271 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1272 | p.CFrame = CFrame.new(4.36449, 7.69549, 2.18048) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 1273 | p.BrickColor = BrickColor.new("Institutional white") |
| 1274 | p.Material = Enum.Material.Glacier |
| 1275 | p.MaterialVariant = "2022 Stud" |
| 1276 | p.Anchored = true |
| 1277 | p.Parent = model |
| 1278 | end |
| 1279 | do |
| 1280 | local p = Instance.new("Part") |
| 1281 | p.Shape = Enum.PartType.Cylinder |
| 1282 | p.Name = "F1_Petal_4" |
| 1283 | p.Size = Vector3.new(0.15, 0.6, 0.6) |
| 1284 | p.CFrame = CFrame.new(4.4553, 8.25451, 2.02318) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 1285 | p.BrickColor = BrickColor.new("Institutional white") |
| 1286 | p.Material = Enum.Material.Glacier |
| 1287 | p.MaterialVariant = "2022 Stud" |
| 1288 | p.Anchored = true |
| 1289 | p.Parent = model |
| 1290 | end |
| 1291 | do |
| 1292 | local p = Instance.new("Part") |
| 1293 | p.Name = "F1_Leaf1" |
| 1294 | p.Size = Vector3.new(1.64012, 0.15, 0.7) |
| 1295 | p.CFrame = CFrame.new(3.70202, 8.6, 2.88792) * CFrame.Angles(math.rad(-123.67), math.rad(17.7495), math.rad(-114.59)) |
| 1296 | p.BrickColor = BrickColor.new("Earth green") |
| 1297 | p.Material = Enum.Material.Glacier |
| 1298 | p.MaterialVariant = "2022 Stud" |
| 1299 | p.Anchored = true |
| 1300 | p.Parent = model |
| 1301 | end |
| 1302 | do |
| 1303 | local p = Instance.new("Part") |
| 1304 | p.Name = "F1_Leaf2" |
| 1305 | p.Size = Vector3.new(1.55564, 0.15, 0.7) |
| 1306 | p.CFrame = CFrame.new(4.33666, 7.55, 1.86869) * CFrame.Angles(math.rad(49.1066), math.rad(-20.7048), math.rad(-67.7923)) |
| 1307 | p.BrickColor = BrickColor.new("Earth green") |
| 1308 | p.Material = Enum.Material.Glacier |
| 1309 | p.MaterialVariant = "2022 Stud" |
| 1310 | p.Anchored = true |
| 1311 | p.Parent = model |
| 1312 | end |
| 1313 | do |
| 1314 | local p = Instance.new("Part") |
| 1315 | p.Shape = Enum.PartType.Cylinder |
| 1316 | p.Name = "F2_Center" |
| 1317 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 1318 | p.CFrame = CFrame.new(2.57, 6.3, -4.45137) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 1319 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1320 | p.Material = Enum.Material.Glacier |
| 1321 | p.MaterialVariant = "2022 Big Stud" |
| 1322 | p.Anchored = true |
| 1323 | p.Parent = model |
| 1324 | end |
| 1325 | do |
| 1326 | local p = Instance.new("Part") |
| 1327 | p.Shape = Enum.PartType.Cylinder |
| 1328 | p.Name = "F2_Petal_0" |
| 1329 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1330 | p.CFrame = CFrame.new(2.635, 6.8, -4.56395) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 1331 | p.BrickColor = BrickColor.new("Institutional white") |
| 1332 | p.Material = Enum.Material.Glacier |
| 1333 | p.MaterialVariant = "2022 Stud" |
| 1334 | p.Anchored = true |
| 1335 | p.Parent = model |
| 1336 | end |
| 1337 | do |
| 1338 | local p = Instance.new("Part") |
| 1339 | p.Shape = Enum.PartType.Cylinder |
| 1340 | p.Name = "F2_Petal_1" |
| 1341 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1342 | p.CFrame = CFrame.new(3.04682, 6.45451, -4.32619) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 1343 | p.BrickColor = BrickColor.new("Institutional white") |
| 1344 | p.Material = Enum.Material.Glacier |
| 1345 | p.MaterialVariant = "2022 Stud" |
| 1346 | p.Anchored = true |
| 1347 | p.Parent = model |
| 1348 | end |
| 1349 | do |
| 1350 | local p = Instance.new("Part") |
| 1351 | p.Shape = Enum.PartType.Cylinder |
| 1352 | p.Name = "F2_Petal_2" |
| 1353 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1354 | p.CFrame = CFrame.new(2.88952, 5.89549, -4.41701) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 1355 | p.BrickColor = BrickColor.new("Institutional white") |
| 1356 | p.Material = Enum.Material.Glacier |
| 1357 | p.MaterialVariant = "2022 Stud" |
| 1358 | p.Anchored = true |
| 1359 | p.Parent = model |
| 1360 | end |
| 1361 | do |
| 1362 | local p = Instance.new("Part") |
| 1363 | p.Shape = Enum.PartType.Cylinder |
| 1364 | p.Name = "F2_Petal_3" |
| 1365 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1366 | p.CFrame = CFrame.new(2.38048, 5.89549, -4.7109) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 1367 | p.BrickColor = BrickColor.new("Institutional white") |
| 1368 | p.Material = Enum.Material.Glacier |
| 1369 | p.MaterialVariant = "2022 Stud" |
| 1370 | p.Anchored = true |
| 1371 | p.Parent = model |
| 1372 | end |
| 1373 | do |
| 1374 | local p = Instance.new("Part") |
| 1375 | p.Shape = Enum.PartType.Cylinder |
| 1376 | p.Name = "F2_Petal_4" |
| 1377 | p.Size = Vector3.new(0.15, 0.6, 0.6) |
| 1378 | p.CFrame = CFrame.new(2.22318, 6.45451, -4.80172) * CFrame.Angles(math.rad(0), math.rad(-300), math.rad(0)) |
| 1379 | p.BrickColor = BrickColor.new("Institutional white") |
| 1380 | p.Material = Enum.Material.Glacier |
| 1381 | p.MaterialVariant = "2022 Stud" |
| 1382 | p.Anchored = true |
| 1383 | p.Parent = model |
| 1384 | end |
| 1385 | do |
| 1386 | local p = Instance.new("Part") |
| 1387 | p.Name = "F2_Leaf1" |
| 1388 | p.Size = Vector3.new(1.64012, 0.15, 0.7) |
| 1389 | p.CFrame = CFrame.new(3.08792, 6.8, -4.04843) * CFrame.Angles(math.rad(-111.038), math.rad(-31.8721), math.rad(-36.0697)) |
| 1390 | p.BrickColor = BrickColor.new("Earth green") |
| 1391 | p.Material = Enum.Material.Glacier |
| 1392 | p.MaterialVariant = "2022 Stud" |
| 1393 | p.Anchored = true |
| 1394 | p.Parent = model |
| 1395 | end |
| 1396 | do |
| 1397 | local p = Instance.new("Part") |
| 1398 | p.Name = "F2_Leaf2" |
| 1399 | p.Size = Vector3.new(1.55564, 0.15, 0.7) |
| 1400 | p.CFrame = CFrame.new(2.06869, 5.75, -4.68307) * CFrame.Angles(math.rad(63.4349), math.rad(37.7612), math.rad(-140.768)) |
| 1401 | p.BrickColor = BrickColor.new("Earth green") |
| 1402 | p.Material = Enum.Material.Glacier |
| 1403 | p.MaterialVariant = "2022 Stud" |
| 1404 | p.Anchored = true |
| 1405 | p.Parent = model |
| 1406 | end |
| 1407 | do |
| 1408 | local p = Instance.new("Part") |
| 1409 | p.Shape = Enum.PartType.Cylinder |
| 1410 | p.Name = "F3_Center" |
| 1411 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 1412 | p.CFrame = CFrame.new(-2.25, 4.5, 3.89711) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 1413 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1414 | p.Material = Enum.Material.Glacier |
| 1415 | p.MaterialVariant = "2022 Big Stud" |
| 1416 | p.Anchored = true |
| 1417 | p.Parent = model |
| 1418 | end |
| 1419 | do |
| 1420 | local p = Instance.new("Part") |
| 1421 | p.Shape = Enum.PartType.Cylinder |
| 1422 | p.Name = "F3_Petal_0" |
| 1423 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1424 | p.CFrame = CFrame.new(-2.315, 5, 4.0097) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 1425 | p.BrickColor = BrickColor.new("Institutional white") |
| 1426 | p.Material = Enum.Material.Glacier |
| 1427 | p.MaterialVariant = "2022 Stud" |
| 1428 | p.Anchored = true |
| 1429 | p.Parent = model |
| 1430 | end |
| 1431 | do |
| 1432 | local p = Instance.new("Part") |
| 1433 | p.Shape = Enum.PartType.Cylinder |
| 1434 | p.Name = "F3_Petal_1" |
| 1435 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1436 | p.CFrame = CFrame.new(-2.72682, 4.65451, 3.77193) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 1437 | p.BrickColor = BrickColor.new("Institutional white") |
| 1438 | p.Material = Enum.Material.Glacier |
| 1439 | p.MaterialVariant = "2022 Stud" |
| 1440 | p.Anchored = true |
| 1441 | p.Parent = model |
| 1442 | end |
| 1443 | do |
| 1444 | local p = Instance.new("Part") |
| 1445 | p.Shape = Enum.PartType.Cylinder |
| 1446 | p.Name = "F3_Petal_2" |
| 1447 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1448 | p.CFrame = CFrame.new(-2.56952, 4.09549, 3.86275) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 1449 | p.BrickColor = BrickColor.new("Institutional white") |
| 1450 | p.Material = Enum.Material.Glacier |
| 1451 | p.MaterialVariant = "2022 Stud" |
| 1452 | p.Anchored = true |
| 1453 | p.Parent = model |
| 1454 | end |
| 1455 | do |
| 1456 | local p = Instance.new("Part") |
| 1457 | p.Shape = Enum.PartType.Cylinder |
| 1458 | p.Name = "F3_Petal_3" |
| 1459 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1460 | p.CFrame = CFrame.new(-2.06048, 4.09549, 4.15664) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 1461 | p.BrickColor = BrickColor.new("Institutional white") |
| 1462 | p.Material = Enum.Material.Glacier |
| 1463 | p.MaterialVariant = "2022 Stud" |
| 1464 | p.Anchored = true |
| 1465 | p.Parent = model |
| 1466 | end |
| 1467 | do |
| 1468 | local p = Instance.new("Part") |
| 1469 | p.Shape = Enum.PartType.Cylinder |
| 1470 | p.Name = "F3_Petal_4" |
| 1471 | p.Size = Vector3.new(0.15, 0.6, 0.6) |
| 1472 | p.CFrame = CFrame.new(-1.90318, 4.65451, 4.24746) * CFrame.Angles(math.rad(0), math.rad(-120), math.rad(0)) |
| 1473 | p.BrickColor = BrickColor.new("Institutional white") |
| 1474 | p.Material = Enum.Material.Glacier |
| 1475 | p.MaterialVariant = "2022 Stud" |
| 1476 | p.Anchored = true |
| 1477 | p.Parent = model |
| 1478 | end |
| 1479 | do |
| 1480 | local p = Instance.new("Part") |
| 1481 | p.Name = "F3_Leaf1" |
| 1482 | p.Size = Vector3.new(1.64012, 0.15, 0.7) |
| 1483 | p.CFrame = CFrame.new(-2.78792, 5, 3.52881) * CFrame.Angles(math.rad(-68.9625), math.rad(31.8721), math.rad(143.93)) |
| 1484 | p.BrickColor = BrickColor.new("Earth green") |
| 1485 | p.Material = Enum.Material.Glacier |
| 1486 | p.MaterialVariant = "2022 Stud" |
| 1487 | p.Anchored = true |
| 1488 | p.Parent = model |
| 1489 | end |
| 1490 | do |
| 1491 | local p = Instance.new("Part") |
| 1492 | p.Name = "F3_Leaf2" |
| 1493 | p.Size = Vector3.new(1.55564, 0.15, 0.7) |
| 1494 | p.CFrame = CFrame.new(-1.72869, 3.95, 4.09417) * CFrame.Angles(math.rad(116.565), math.rad(-37.7612), math.rad(39.2315)) |
| 1495 | p.BrickColor = BrickColor.new("Earth green") |
| 1496 | p.Material = Enum.Material.Glacier |
| 1497 | p.MaterialVariant = "2022 Stud" |
| 1498 | p.Anchored = true |
| 1499 | p.Parent = model |
| 1500 | end |
| 1501 | do |
| 1502 | local p = Instance.new("Part") |
| 1503 | p.Shape = Enum.PartType.Cylinder |
| 1504 | p.Name = "F4_Center" |
| 1505 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 1506 | p.CFrame = CFrame.new(-3.3775, 9.9, -1.95) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 1507 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1508 | p.Material = Enum.Material.Glacier |
| 1509 | p.MaterialVariant = "2022 Big Stud" |
| 1510 | p.Anchored = true |
| 1511 | p.Parent = model |
| 1512 | end |
| 1513 | do |
| 1514 | local p = Instance.new("Part") |
| 1515 | p.Shape = Enum.PartType.Cylinder |
| 1516 | p.Name = "F4_Petal_0" |
| 1517 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1518 | p.CFrame = CFrame.new(-3.49008, 10.4, -2.015) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 1519 | p.BrickColor = BrickColor.new("Institutional white") |
| 1520 | p.Material = Enum.Material.Glacier |
| 1521 | p.MaterialVariant = "2022 Stud" |
| 1522 | p.Anchored = true |
| 1523 | p.Parent = model |
| 1524 | end |
| 1525 | do |
| 1526 | local p = Instance.new("Part") |
| 1527 | p.Shape = Enum.PartType.Cylinder |
| 1528 | p.Name = "F4_Petal_1" |
| 1529 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1530 | p.CFrame = CFrame.new(-3.25232, 10.0545, -2.42682) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 1531 | p.BrickColor = BrickColor.new("Institutional white") |
| 1532 | p.Material = Enum.Material.Glacier |
| 1533 | p.MaterialVariant = "2022 Stud" |
| 1534 | p.Anchored = true |
| 1535 | p.Parent = model |
| 1536 | end |
| 1537 | do |
| 1538 | local p = Instance.new("Part") |
| 1539 | p.Shape = Enum.PartType.Cylinder |
| 1540 | p.Name = "F4_Petal_2" |
| 1541 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1542 | p.CFrame = CFrame.new(-3.34313, 9.49549, -2.26952) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 1543 | p.BrickColor = BrickColor.new("Institutional white") |
| 1544 | p.Material = Enum.Material.Glacier |
| 1545 | p.MaterialVariant = "2022 Stud" |
| 1546 | p.Anchored = true |
| 1547 | p.Parent = model |
| 1548 | end |
| 1549 | do |
| 1550 | local p = Instance.new("Part") |
| 1551 | p.Shape = Enum.PartType.Cylinder |
| 1552 | p.Name = "F4_Petal_3" |
| 1553 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1554 | p.CFrame = CFrame.new(-3.63703, 9.49549, -1.76048) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 1555 | p.BrickColor = BrickColor.new("Institutional white") |
| 1556 | p.Material = Enum.Material.Glacier |
| 1557 | p.MaterialVariant = "2022 Stud" |
| 1558 | p.Anchored = true |
| 1559 | p.Parent = model |
| 1560 | end |
| 1561 | do |
| 1562 | local p = Instance.new("Part") |
| 1563 | p.Shape = Enum.PartType.Cylinder |
| 1564 | p.Name = "F4_Petal_4" |
| 1565 | p.Size = Vector3.new(0.15, 0.6, 0.6) |
| 1566 | p.CFrame = CFrame.new(-3.72784, 10.0545, -1.60318) * CFrame.Angles(math.rad(0), math.rad(-210), math.rad(0)) |
| 1567 | p.BrickColor = BrickColor.new("Institutional white") |
| 1568 | p.Material = Enum.Material.Glacier |
| 1569 | p.MaterialVariant = "2022 Stud" |
| 1570 | p.Anchored = true |
| 1571 | p.Parent = model |
| 1572 | end |
| 1573 | do |
| 1574 | local p = Instance.new("Part") |
| 1575 | p.Name = "F4_Leaf1" |
| 1576 | p.Size = Vector3.new(1.64012, 0.15, 0.7) |
| 1577 | p.CFrame = CFrame.new(-3.0092, 10.4, -2.48792) * CFrame.Angles(math.rad(-56.3295), math.rad(-17.7495), math.rad(65.4101)) |
| 1578 | p.BrickColor = BrickColor.new("Earth green") |
| 1579 | p.Material = Enum.Material.Glacier |
| 1580 | p.MaterialVariant = "2022 Stud" |
| 1581 | p.Anchored = true |
| 1582 | p.Parent = model |
| 1583 | end |
| 1584 | do |
| 1585 | local p = Instance.new("Part") |
| 1586 | p.Name = "F4_Leaf2" |
| 1587 | p.Size = Vector3.new(1.55564, 0.15, 0.7) |
| 1588 | p.CFrame = CFrame.new(-3.57456, 9.35, -1.42869) * CFrame.Angles(math.rad(130.893), math.rad(20.7048), math.rad(112.208)) |
| 1589 | p.BrickColor = BrickColor.new("Earth green") |
| 1590 | p.Material = Enum.Material.Glacier |
| 1591 | p.MaterialVariant = "2022 Stud" |
| 1592 | p.Anchored = true |
| 1593 | p.Parent = model |
| 1594 | end |
| 1595 | do |
| 1596 | local p = Instance.new("Part") |
| 1597 | p.Shape = Enum.PartType.Cylinder |
| 1598 | p.Name = "F5_Center" |
| 1599 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 1600 | p.CFrame = CFrame.new(-1.75, 2.7, -3.03109) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1601 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1602 | p.Material = Enum.Material.Glacier |
| 1603 | p.MaterialVariant = "2022 Big Stud" |
| 1604 | p.Anchored = true |
| 1605 | p.Parent = model |
| 1606 | end |
| 1607 | do |
| 1608 | local p = Instance.new("Part") |
| 1609 | p.Shape = Enum.PartType.Cylinder |
| 1610 | p.Name = "F5_Petal_0" |
| 1611 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1612 | p.CFrame = CFrame.new(-1.855, 3.2, -3.21295) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1613 | p.BrickColor = BrickColor.new("Institutional white") |
| 1614 | p.Material = Enum.Material.Glacier |
| 1615 | p.MaterialVariant = "2022 Stud" |
| 1616 | p.Anchored = true |
| 1617 | p.Parent = model |
| 1618 | end |
| 1619 | do |
| 1620 | local p = Instance.new("Part") |
| 1621 | p.Shape = Enum.PartType.Cylinder |
| 1622 | p.Name = "F5_Petal_1" |
| 1623 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1624 | p.CFrame = CFrame.new(-1.44318, 2.85451, -3.45071) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1625 | p.BrickColor = BrickColor.new("Institutional white") |
| 1626 | p.Material = Enum.Material.Glacier |
| 1627 | p.MaterialVariant = "2022 Stud" |
| 1628 | p.Anchored = true |
| 1629 | p.Parent = model |
| 1630 | end |
| 1631 | do |
| 1632 | local p = Instance.new("Part") |
| 1633 | p.Shape = Enum.PartType.Cylinder |
| 1634 | p.Name = "F5_Petal_2" |
| 1635 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1636 | p.CFrame = CFrame.new(-1.60048, 2.29549, -3.3599) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1637 | p.BrickColor = BrickColor.new("Institutional white") |
| 1638 | p.Material = Enum.Material.Glacier |
| 1639 | p.MaterialVariant = "2022 Stud" |
| 1640 | p.Anchored = true |
| 1641 | p.Parent = model |
| 1642 | end |
| 1643 | do |
| 1644 | local p = Instance.new("Part") |
| 1645 | p.Shape = Enum.PartType.Cylinder |
| 1646 | p.Name = "F5_Petal_3" |
| 1647 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1648 | p.CFrame = CFrame.new(-2.10952, 2.29549, -3.066) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1649 | p.BrickColor = BrickColor.new("Institutional white") |
| 1650 | p.Material = Enum.Material.Glacier |
| 1651 | p.MaterialVariant = "2022 Stud" |
| 1652 | p.Anchored = true |
| 1653 | p.Parent = model |
| 1654 | end |
| 1655 | do |
| 1656 | local p = Instance.new("Part") |
| 1657 | p.Shape = Enum.PartType.Cylinder |
| 1658 | p.Name = "F5_Petal_4" |
| 1659 | p.Size = Vector3.new(0.15, 0.6, 0.6) |
| 1660 | p.CFrame = CFrame.new(-2.26682, 2.85451, -2.97519) * CFrame.Angles(math.rad(0), math.rad(-240), math.rad(0)) |
| 1661 | p.BrickColor = BrickColor.new("Institutional white") |
| 1662 | p.Material = Enum.Material.Glacier |
| 1663 | p.MaterialVariant = "2022 Stud" |
| 1664 | p.Anchored = true |
| 1665 | p.Parent = model |
| 1666 | end |
| 1667 | do |
| 1668 | local p = Instance.new("Part") |
| 1669 | p.Name = "F5_Leaf1" |
| 1670 | p.Size = Vector3.new(1.64012, 0.15, 0.7) |
| 1671 | p.CFrame = CFrame.new(-1.16208, 3.2, -3.31279) * CFrame.Angles(math.rad(-68.9625), math.rad(-31.8721), math.rad(36.0697)) |
| 1672 | p.BrickColor = BrickColor.new("Earth green") |
| 1673 | p.Material = Enum.Material.Glacier |
| 1674 | p.MaterialVariant = "2022 Stud" |
| 1675 | p.Anchored = true |
| 1676 | p.Parent = model |
| 1677 | end |
| 1678 | do |
| 1679 | local p = Instance.new("Part") |
| 1680 | p.Name = "F5_Leaf2" |
| 1681 | p.Size = Vector3.new(1.55564, 0.15, 0.7) |
| 1682 | p.CFrame = CFrame.new(-2.18131, 2.15, -2.67815) * CFrame.Angles(math.rad(116.565), math.rad(37.7612), math.rad(140.768)) |
| 1683 | p.BrickColor = BrickColor.new("Earth green") |
| 1684 | p.Material = Enum.Material.Glacier |
| 1685 | p.MaterialVariant = "2022 Stud" |
| 1686 | p.Anchored = true |
| 1687 | p.Parent = model |
| 1688 | end |
| 1689 | do |
| 1690 | local p = Instance.new("Part") |
| 1691 | p.Shape = Enum.PartType.Cylinder |
| 1692 | p.Name = "F6_Center" |
| 1693 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 1694 | p.CFrame = CFrame.new(2.33827, 11.7, -1.35) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 1695 | p.BrickColor = BrickColor.new("Bright yellow") |
| 1696 | p.Material = Enum.Material.Glacier |
| 1697 | p.MaterialVariant = "2022 Big Stud" |
| 1698 | p.Anchored = true |
| 1699 | p.Parent = model |
| 1700 | end |
| 1701 | do |
| 1702 | local p = Instance.new("Part") |
| 1703 | p.Shape = Enum.PartType.Cylinder |
| 1704 | p.Name = "F6_Petal_0" |
| 1705 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1706 | p.CFrame = CFrame.new(2.45085, 12.2, -1.415) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 1707 | p.BrickColor = BrickColor.new("Institutional white") |
| 1708 | p.Material = Enum.Material.Glacier |
| 1709 | p.MaterialVariant = "2022 Stud" |
| 1710 | p.Anchored = true |
| 1711 | p.Parent = model |
| 1712 | end |
| 1713 | do |
| 1714 | local p = Instance.new("Part") |
| 1715 | p.Shape = Enum.PartType.Cylinder |
| 1716 | p.Name = "F6_Petal_1" |
| 1717 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1718 | p.CFrame = CFrame.new(2.68861, 11.8545, -1.00318) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 1719 | p.BrickColor = BrickColor.new("Institutional white") |
| 1720 | p.Material = Enum.Material.Glacier |
| 1721 | p.MaterialVariant = "2022 Stud" |
| 1722 | p.Anchored = true |
| 1723 | p.Parent = model |
| 1724 | end |
| 1725 | do |
| 1726 | local p = Instance.new("Part") |
| 1727 | p.Shape = Enum.PartType.Cylinder |
| 1728 | p.Name = "F6_Petal_2" |
| 1729 | p.Size = Vector3.new(0.15, 0.52, 0.52) |
| 1730 | p.CFrame = CFrame.new(2.5978, 11.2955, -1.16048) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 1731 | p.BrickColor = BrickColor.new("Institutional white") |
| 1732 | p.Material = Enum.Material.Glacier |
| 1733 | p.MaterialVariant = "2022 Stud" |
| 1734 | p.Anchored = true |
| 1735 | p.Parent = model |
| 1736 | end |
| 1737 | do |
| 1738 | local p = Instance.new("Part") |
| 1739 | p.Shape = Enum.PartType.Cylinder |
| 1740 | p.Name = "F6_Petal_3" |
| 1741 | p.Size = Vector3.new(0.15, 0.56, 0.56) |
| 1742 | p.CFrame = CFrame.new(2.3039, 11.2955, -1.66952) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 1743 | p.BrickColor = BrickColor.new("Institutional white") |
| 1744 | p.Material = Enum.Material.Glacier |
| 1745 | p.MaterialVariant = "2022 Stud" |
| 1746 | p.Anchored = true |
| 1747 | p.Parent = model |
| 1748 | end |
| 1749 | do |
| 1750 | local p = Instance.new("Part") |
| 1751 | p.Shape = Enum.PartType.Cylinder |
| 1752 | p.Name = "F6_Petal_4" |
| 1753 | p.Size = Vector3.new(0.15, 0.6, 0.6) |
| 1754 | p.CFrame = CFrame.new(2.21309, 11.8545, -1.82682) * CFrame.Angles(math.rad(0), math.rad(-330), math.rad(0)) |
| 1755 | p.BrickColor = BrickColor.new("Institutional white") |
| 1756 | p.Material = Enum.Material.Glacier |
| 1757 | p.MaterialVariant = "2022 Stud" |
| 1758 | p.Anchored = true |
| 1759 | p.Parent = model |
| 1760 | end |
| 1761 | do |
| 1762 | local p = Instance.new("Part") |
| 1763 | p.Name = "F6_Leaf1" |
| 1764 | p.Size = Vector3.new(1.64012, 0.15, 0.7) |
| 1765 | p.CFrame = CFrame.new(2.61997, 12.2, -0.762083) * CFrame.Angles(math.rad(-123.67), math.rad(-17.7495), math.rad(-65.4101)) |
| 1766 | p.BrickColor = BrickColor.new("Earth green") |
| 1767 | p.Material = Enum.Material.Glacier |
| 1768 | p.MaterialVariant = "2022 Stud" |
| 1769 | p.Anchored = true |
| 1770 | p.Parent = model |
| 1771 | end |
| 1772 | do |
| 1773 | local p = Instance.new("Part") |
| 1774 | p.Name = "F6_Leaf2" |
| 1775 | p.Size = Vector3.new(1.55564, 0.15, 0.7) |
| 1776 | p.CFrame = CFrame.new(1.98533, 11.15, -1.78131) * CFrame.Angles(math.rad(49.1066), math.rad(20.7048), math.rad(-112.208)) |
| 1777 | p.BrickColor = BrickColor.new("Earth green") |
| 1778 | p.Material = Enum.Material.Glacier |
| 1779 | p.MaterialVariant = "2022 Stud" |
| 1780 | p.Anchored = true |
| 1781 | p.Parent = model |
| 1782 | end |
| 1783 | model.PrimaryPart = model:FindFirstChild("Core_3") |
| 1784 | print("StudEgg built: " .. #model:GetChildren() .. " parts") |
Loading comments...