by nate213121 · 3/9/2026
Roblox Studio Command Bar
Paste this script into the Command Bar to spawn the model
| 1 | local MS = game:GetService("MaterialService") |
| 2 | |
| 3 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 4 | if not ok then return warn(roots) end |
| 5 | |
| 6 | local tmp = Instance.new("Folder") |
| 7 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 8 | |
| 9 | for _, d in ipairs(tmp:GetDescendants()) do |
| 10 | if d:IsA("MaterialVariant") then |
| 11 | d.Parent = MS |
| 12 | end |
| 13 | end |
| 14 | tmp:Destroy() |
| 15 | |
| 16 | local model = Instance.new("Model") |
| 17 | model.Name = "AmanitaMuscaria" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Brick yellow"] = "2022 Stud", |
| 22 | ["Bright red"] = "2022 Stud", |
| 23 | ["Institutional white"] = "2022 Stud", |
| 24 | } |
| 25 | if next(needed) then |
| 26 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 27 | if not ok then warn(roots) else |
| 28 | local tmp = Instance.new("Folder") |
| 29 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 30 | for _, d in ipairs(tmp:GetDescendants()) do |
| 31 | if d:IsA("MaterialVariant") and needed[d.Name] then |
| 32 | d.Parent = MS |
| 33 | end |
| 34 | end |
| 35 | tmp:Destroy() |
| 36 | end |
| 37 | end |
| 38 | end |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Shape = Enum.PartType.Cylinder |
| 42 | p.Name = "L_StemBase" |
| 43 | p.Size = Vector3.new(2, 2.5, 2.5) |
| 44 | p.CFrame = CFrame.new(4, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 45 | p.BrickColor = BrickColor.new("Institutional white") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Shape = Enum.PartType.Cylinder |
| 54 | p.Name = "L_StemMid" |
| 55 | p.Size = Vector3.new(3, 2, 2) |
| 56 | p.CFrame = CFrame.new(4, 3.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 57 | p.BrickColor = BrickColor.new("Institutional white") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Stud" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Shape = Enum.PartType.Cylinder |
| 66 | p.Name = "L_StemTop" |
| 67 | p.Size = Vector3.new(2, 1.8, 1.8) |
| 68 | p.CFrame = CFrame.new(4, 6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 69 | p.BrickColor = BrickColor.new("Institutional white") |
| 70 | p.Material = Enum.Material.Glacier |
| 71 | p.MaterialVariant = "2022 Stud" |
| 72 | p.Anchored = true |
| 73 | p.Parent = model |
| 74 | end |
| 75 | do |
| 76 | local p = Instance.new("Part") |
| 77 | p.Shape = Enum.PartType.Cylinder |
| 78 | p.Name = "L_SkirtBase" |
| 79 | p.Size = Vector3.new(0.4, 2.8, 2.8) |
| 80 | p.CFrame = CFrame.new(4, 6.84, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 81 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Cylinder |
| 90 | p.Name = "L_SkirtEdge" |
| 91 | p.Size = Vector3.new(0.2, 3.2, 3.2) |
| 92 | p.CFrame = CFrame.new(4, 6.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 93 | p.BrickColor = BrickColor.new("Brick yellow") |
| 94 | p.Material = Enum.Material.Glacier |
| 95 | p.MaterialVariant = "2022 Stud" |
| 96 | p.Anchored = true |
| 97 | p.Parent = model |
| 98 | end |
| 99 | do |
| 100 | local p = Instance.new("Part") |
| 101 | p.Shape = Enum.PartType.Cylinder |
| 102 | p.Name = "L_Gills" |
| 103 | p.Size = Vector3.new(0.4, 7.5, 7.5) |
| 104 | p.CFrame = CFrame.new(4, 7.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 105 | p.BrickColor = BrickColor.new("Brick yellow") |
| 106 | p.Material = Enum.Material.Glacier |
| 107 | p.MaterialVariant = "2022 Stud" |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("Part") |
| 113 | p.Shape = Enum.PartType.Cylinder |
| 114 | p.Name = "L_CapBase" |
| 115 | p.Size = Vector3.new(0.6, 8, 8) |
| 116 | p.CFrame = CFrame.new(4, 7.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 117 | p.BrickColor = BrickColor.new("Bright red") |
| 118 | p.Material = Enum.Material.Glacier |
| 119 | p.MaterialVariant = "2022 Stud" |
| 120 | p.Anchored = true |
| 121 | p.Parent = model |
| 122 | end |
| 123 | do |
| 124 | local p = Instance.new("Part") |
| 125 | p.Shape = Enum.PartType.Cylinder |
| 126 | p.Name = "L_CapMid1" |
| 127 | p.Size = Vector3.new(0.8, 7.6, 7.6) |
| 128 | p.CFrame = CFrame.new(4, 8.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 129 | p.BrickColor = BrickColor.new("Bright red") |
| 130 | p.Material = Enum.Material.Glacier |
| 131 | p.MaterialVariant = "2022 Stud" |
| 132 | p.Anchored = true |
| 133 | p.Parent = model |
| 134 | end |
| 135 | do |
| 136 | local p = Instance.new("Part") |
| 137 | p.Shape = Enum.PartType.Cylinder |
| 138 | p.Name = "L_CapMid2" |
| 139 | p.Size = Vector3.new(0.6, 6.8, 6.8) |
| 140 | p.CFrame = CFrame.new(4, 8.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 141 | p.BrickColor = BrickColor.new("Bright red") |
| 142 | p.Material = Enum.Material.Glacier |
| 143 | p.MaterialVariant = "2022 Stud" |
| 144 | p.Anchored = true |
| 145 | p.Parent = model |
| 146 | end |
| 147 | do |
| 148 | local p = Instance.new("Part") |
| 149 | p.Shape = Enum.PartType.Cylinder |
| 150 | p.Name = "L_CapTop1" |
| 151 | p.Size = Vector3.new(0.5, 5.6, 5.6) |
| 152 | p.CFrame = CFrame.new(4, 9.3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 153 | p.BrickColor = BrickColor.new("Bright red") |
| 154 | p.Material = Enum.Material.Glacier |
| 155 | p.MaterialVariant = "2022 Stud" |
| 156 | p.Anchored = true |
| 157 | p.Parent = model |
| 158 | end |
| 159 | do |
| 160 | local p = Instance.new("Part") |
| 161 | p.Shape = Enum.PartType.Cylinder |
| 162 | p.Name = "L_CapTop2" |
| 163 | p.Size = Vector3.new(0.4, 4, 4) |
| 164 | p.CFrame = CFrame.new(4, 9.7, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 165 | p.BrickColor = BrickColor.new("Bright red") |
| 166 | p.Material = Enum.Material.Glacier |
| 167 | p.MaterialVariant = "2022 Stud" |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("Part") |
| 173 | p.Shape = Enum.PartType.Cylinder |
| 174 | p.Name = "L_CapApex" |
| 175 | p.Size = Vector3.new(0.3, 2.5, 2.5) |
| 176 | p.CFrame = CFrame.new(4, 10, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 177 | p.BrickColor = BrickColor.new("Bright red") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Stud" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Shape = Enum.PartType.Ball |
| 186 | p.Name = "L_Spot_0" |
| 187 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 188 | p.CFrame = CFrame.new(7.8, 8.2, 0) |
| 189 | p.BrickColor = BrickColor.new("Institutional white") |
| 190 | p.Material = Enum.Material.Glacier |
| 191 | p.MaterialVariant = "2022 Stud" |
| 192 | p.Anchored = true |
| 193 | p.Parent = model |
| 194 | end |
| 195 | do |
| 196 | local p = Instance.new("Part") |
| 197 | p.Shape = Enum.PartType.Ball |
| 198 | p.Name = "L_Spot_1" |
| 199 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 200 | p.CFrame = CFrame.new(6.68701, 8.2, -2.68701) |
| 201 | p.BrickColor = BrickColor.new("Institutional white") |
| 202 | p.Material = Enum.Material.Glacier |
| 203 | p.MaterialVariant = "2022 Stud" |
| 204 | p.Anchored = true |
| 205 | p.Parent = model |
| 206 | end |
| 207 | do |
| 208 | local p = Instance.new("Part") |
| 209 | p.Shape = Enum.PartType.Ball |
| 210 | p.Name = "L_Spot_2" |
| 211 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 212 | p.CFrame = CFrame.new(4, 8.2, -3.8) |
| 213 | p.BrickColor = BrickColor.new("Institutional white") |
| 214 | p.Material = Enum.Material.Glacier |
| 215 | p.MaterialVariant = "2022 Stud" |
| 216 | p.Anchored = true |
| 217 | p.Parent = model |
| 218 | end |
| 219 | do |
| 220 | local p = Instance.new("Part") |
| 221 | p.Shape = Enum.PartType.Ball |
| 222 | p.Name = "L_Spot_3" |
| 223 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 224 | p.CFrame = CFrame.new(1.31299, 8.2, -2.68701) |
| 225 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Ball |
| 234 | p.Name = "L_Spot_4" |
| 235 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 236 | p.CFrame = CFrame.new(0.2, 8.2, 0) |
| 237 | p.BrickColor = BrickColor.new("Institutional white") |
| 238 | p.Material = Enum.Material.Glacier |
| 239 | p.MaterialVariant = "2022 Stud" |
| 240 | p.Anchored = true |
| 241 | p.Parent = model |
| 242 | end |
| 243 | do |
| 244 | local p = Instance.new("Part") |
| 245 | p.Shape = Enum.PartType.Ball |
| 246 | p.Name = "L_Spot_5" |
| 247 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 248 | p.CFrame = CFrame.new(1.31299, 8.2, 2.68701) |
| 249 | p.BrickColor = BrickColor.new("Institutional white") |
| 250 | p.Material = Enum.Material.Glacier |
| 251 | p.MaterialVariant = "2022 Stud" |
| 252 | p.Anchored = true |
| 253 | p.Parent = model |
| 254 | end |
| 255 | do |
| 256 | local p = Instance.new("Part") |
| 257 | p.Shape = Enum.PartType.Ball |
| 258 | p.Name = "L_Spot_6" |
| 259 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 260 | p.CFrame = CFrame.new(4, 8.2, 3.8) |
| 261 | p.BrickColor = BrickColor.new("Institutional white") |
| 262 | p.Material = Enum.Material.Glacier |
| 263 | p.MaterialVariant = "2022 Stud" |
| 264 | p.Anchored = true |
| 265 | p.Parent = model |
| 266 | end |
| 267 | do |
| 268 | local p = Instance.new("Part") |
| 269 | p.Shape = Enum.PartType.Ball |
| 270 | p.Name = "L_Spot_7" |
| 271 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 272 | p.CFrame = CFrame.new(6.68701, 8.2, 2.68701) |
| 273 | p.BrickColor = BrickColor.new("Institutional white") |
| 274 | p.Material = Enum.Material.Glacier |
| 275 | p.MaterialVariant = "2022 Stud" |
| 276 | p.Anchored = true |
| 277 | p.Parent = model |
| 278 | end |
| 279 | do |
| 280 | local p = Instance.new("Part") |
| 281 | p.Shape = Enum.PartType.Ball |
| 282 | p.Name = "L_Spot_8" |
| 283 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 284 | p.CFrame = CFrame.new(7.19496, 8.8, -1.16287) |
| 285 | p.BrickColor = BrickColor.new("Institutional white") |
| 286 | p.Material = Enum.Material.Glacier |
| 287 | p.MaterialVariant = "2022 Stud" |
| 288 | p.Anchored = true |
| 289 | p.Parent = model |
| 290 | end |
| 291 | do |
| 292 | local p = Instance.new("Part") |
| 293 | p.Shape = Enum.PartType.Ball |
| 294 | p.Name = "L_Spot_9" |
| 295 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 296 | p.CFrame = CFrame.new(5.16287, 8.8, -3.19496) |
| 297 | p.BrickColor = BrickColor.new("Institutional white") |
| 298 | p.Material = Enum.Material.Glacier |
| 299 | p.MaterialVariant = "2022 Stud" |
| 300 | p.Anchored = true |
| 301 | p.Parent = model |
| 302 | end |
| 303 | do |
| 304 | local p = Instance.new("Part") |
| 305 | p.Shape = Enum.PartType.Ball |
| 306 | p.Name = "L_Spot_10" |
| 307 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 308 | p.CFrame = CFrame.new(2.83713, 8.8, -3.19496) |
| 309 | p.BrickColor = BrickColor.new("Institutional white") |
| 310 | p.Material = Enum.Material.Glacier |
| 311 | p.MaterialVariant = "2022 Stud" |
| 312 | p.Anchored = true |
| 313 | p.Parent = model |
| 314 | end |
| 315 | do |
| 316 | local p = Instance.new("Part") |
| 317 | p.Shape = Enum.PartType.Ball |
| 318 | p.Name = "L_Spot_11" |
| 319 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 320 | p.CFrame = CFrame.new(0.805045, 8.8, -1.16287) |
| 321 | p.BrickColor = BrickColor.new("Institutional white") |
| 322 | p.Material = Enum.Material.Glacier |
| 323 | p.MaterialVariant = "2022 Stud" |
| 324 | p.Anchored = true |
| 325 | p.Parent = model |
| 326 | end |
| 327 | do |
| 328 | local p = Instance.new("Part") |
| 329 | p.Shape = Enum.PartType.Ball |
| 330 | p.Name = "L_Spot_12" |
| 331 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 332 | p.CFrame = CFrame.new(0.805045, 8.8, 1.16287) |
| 333 | p.BrickColor = BrickColor.new("Institutional white") |
| 334 | p.Material = Enum.Material.Glacier |
| 335 | p.MaterialVariant = "2022 Stud" |
| 336 | p.Anchored = true |
| 337 | p.Parent = model |
| 338 | end |
| 339 | do |
| 340 | local p = Instance.new("Part") |
| 341 | p.Shape = Enum.PartType.Ball |
| 342 | p.Name = "L_Spot_13" |
| 343 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 344 | p.CFrame = CFrame.new(2.83713, 8.8, 3.19496) |
| 345 | p.BrickColor = BrickColor.new("Institutional white") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Stud" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Shape = Enum.PartType.Ball |
| 354 | p.Name = "L_Spot_14" |
| 355 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 356 | p.CFrame = CFrame.new(5.16287, 8.8, 3.19496) |
| 357 | p.BrickColor = BrickColor.new("Institutional white") |
| 358 | p.Material = Enum.Material.Glacier |
| 359 | p.MaterialVariant = "2022 Stud" |
| 360 | p.Anchored = true |
| 361 | p.Parent = model |
| 362 | end |
| 363 | do |
| 364 | local p = Instance.new("Part") |
| 365 | p.Shape = Enum.PartType.Ball |
| 366 | p.Name = "L_Spot_15" |
| 367 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 368 | p.CFrame = CFrame.new(7.19496, 8.8, 1.16287) |
| 369 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Ball |
| 378 | p.Name = "L_Spot_16" |
| 379 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 380 | p.CFrame = CFrame.new(6.8, 9.3, 0) |
| 381 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Ball |
| 390 | p.Name = "L_Spot_17" |
| 391 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 392 | p.CFrame = CFrame.new(5.4, 9.3, -2.42487) |
| 393 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Ball |
| 402 | p.Name = "L_Spot_18" |
| 403 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 404 | p.CFrame = CFrame.new(2.6, 9.3, -2.42487) |
| 405 | p.BrickColor = BrickColor.new("Institutional white") |
| 406 | p.Material = Enum.Material.Glacier |
| 407 | p.MaterialVariant = "2022 Stud" |
| 408 | p.Anchored = true |
| 409 | p.Parent = model |
| 410 | end |
| 411 | do |
| 412 | local p = Instance.new("Part") |
| 413 | p.Shape = Enum.PartType.Ball |
| 414 | p.Name = "L_Spot_19" |
| 415 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 416 | p.CFrame = CFrame.new(1.2, 9.3, 0) |
| 417 | p.BrickColor = BrickColor.new("Institutional white") |
| 418 | p.Material = Enum.Material.Glacier |
| 419 | p.MaterialVariant = "2022 Stud" |
| 420 | p.Anchored = true |
| 421 | p.Parent = model |
| 422 | end |
| 423 | do |
| 424 | local p = Instance.new("Part") |
| 425 | p.Shape = Enum.PartType.Ball |
| 426 | p.Name = "L_Spot_20" |
| 427 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 428 | p.CFrame = CFrame.new(2.6, 9.3, 2.42487) |
| 429 | p.BrickColor = BrickColor.new("Institutional white") |
| 430 | p.Material = Enum.Material.Glacier |
| 431 | p.MaterialVariant = "2022 Stud" |
| 432 | p.Anchored = true |
| 433 | p.Parent = model |
| 434 | end |
| 435 | do |
| 436 | local p = Instance.new("Part") |
| 437 | p.Shape = Enum.PartType.Ball |
| 438 | p.Name = "L_Spot_21" |
| 439 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 440 | p.CFrame = CFrame.new(5.4, 9.3, 2.42487) |
| 441 | p.BrickColor = BrickColor.new("Institutional white") |
| 442 | p.Material = Enum.Material.Glacier |
| 443 | p.MaterialVariant = "2022 Stud" |
| 444 | p.Anchored = true |
| 445 | p.Parent = model |
| 446 | end |
| 447 | do |
| 448 | local p = Instance.new("Part") |
| 449 | p.Shape = Enum.PartType.Ball |
| 450 | p.Name = "L_Spot_22" |
| 451 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 452 | p.CFrame = CFrame.new(5.73205, 9.7, -1) |
| 453 | p.BrickColor = BrickColor.new("Institutional white") |
| 454 | p.Material = Enum.Material.Glacier |
| 455 | p.MaterialVariant = "2022 Stud" |
| 456 | p.Anchored = true |
| 457 | p.Parent = model |
| 458 | end |
| 459 | do |
| 460 | local p = Instance.new("Part") |
| 461 | p.Shape = Enum.PartType.Ball |
| 462 | p.Name = "L_Spot_23" |
| 463 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 464 | p.CFrame = CFrame.new(2.26795, 9.7, -1) |
| 465 | p.BrickColor = BrickColor.new("Institutional white") |
| 466 | p.Material = Enum.Material.Glacier |
| 467 | p.MaterialVariant = "2022 Stud" |
| 468 | p.Anchored = true |
| 469 | p.Parent = model |
| 470 | end |
| 471 | do |
| 472 | local p = Instance.new("Part") |
| 473 | p.Shape = Enum.PartType.Ball |
| 474 | p.Name = "L_Spot_24" |
| 475 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 476 | p.CFrame = CFrame.new(4, 9.7, 2) |
| 477 | p.BrickColor = BrickColor.new("Institutional white") |
| 478 | p.Material = Enum.Material.Glacier |
| 479 | p.MaterialVariant = "2022 Stud" |
| 480 | p.Anchored = true |
| 481 | p.Parent = model |
| 482 | end |
| 483 | do |
| 484 | local p = Instance.new("Part") |
| 485 | p.Shape = Enum.PartType.Ball |
| 486 | p.Name = "L_Spot_25" |
| 487 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 488 | p.CFrame = CFrame.new(4, 10, -1.2) |
| 489 | p.BrickColor = BrickColor.new("Institutional white") |
| 490 | p.Material = Enum.Material.Glacier |
| 491 | p.MaterialVariant = "2022 Stud" |
| 492 | p.Anchored = true |
| 493 | p.Parent = model |
| 494 | end |
| 495 | do |
| 496 | local p = Instance.new("Part") |
| 497 | p.Shape = Enum.PartType.Ball |
| 498 | p.Name = "L_Spot_26" |
| 499 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 500 | p.CFrame = CFrame.new(2.96077, 10, 0.6) |
| 501 | p.BrickColor = BrickColor.new("Institutional white") |
| 502 | p.Material = Enum.Material.Glacier |
| 503 | p.MaterialVariant = "2022 Stud" |
| 504 | p.Anchored = true |
| 505 | p.Parent = model |
| 506 | end |
| 507 | do |
| 508 | local p = Instance.new("Part") |
| 509 | p.Shape = Enum.PartType.Ball |
| 510 | p.Name = "L_Spot_27" |
| 511 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 512 | p.CFrame = CFrame.new(5.03923, 10, 0.6) |
| 513 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Cylinder |
| 522 | p.Name = "M_StemBase" |
| 523 | p.Size = Vector3.new(2, 1.5, 1.5) |
| 524 | p.CFrame = CFrame.new(-2, 1, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 525 | p.BrickColor = BrickColor.new("Institutional white") |
| 526 | p.Material = Enum.Material.Glacier |
| 527 | p.MaterialVariant = "2022 Stud" |
| 528 | p.Anchored = true |
| 529 | p.Parent = model |
| 530 | end |
| 531 | do |
| 532 | local p = Instance.new("Part") |
| 533 | p.Shape = Enum.PartType.Cylinder |
| 534 | p.Name = "M_StemMid" |
| 535 | p.Size = Vector3.new(2, 1.3, 1.3) |
| 536 | p.CFrame = CFrame.new(-2, 3, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 537 | p.BrickColor = BrickColor.new("Institutional white") |
| 538 | p.Material = Enum.Material.Glacier |
| 539 | p.MaterialVariant = "2022 Stud" |
| 540 | p.Anchored = true |
| 541 | p.Parent = model |
| 542 | end |
| 543 | do |
| 544 | local p = Instance.new("Part") |
| 545 | p.Shape = Enum.PartType.Cylinder |
| 546 | p.Name = "M_StemTop" |
| 547 | p.Size = Vector3.new(1.5, 1.2, 1.2) |
| 548 | p.CFrame = CFrame.new(-2, 4.5, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 549 | p.BrickColor = BrickColor.new("Institutional white") |
| 550 | p.Material = Enum.Material.Glacier |
| 551 | p.MaterialVariant = "2022 Stud" |
| 552 | p.Anchored = true |
| 553 | p.Parent = model |
| 554 | end |
| 555 | do |
| 556 | local p = Instance.new("Part") |
| 557 | p.Shape = Enum.PartType.Cylinder |
| 558 | p.Name = "M_SkirtBase" |
| 559 | p.Size = Vector3.new(0.3, 1.8, 1.8) |
| 560 | p.CFrame = CFrame.new(-2, 5, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 561 | p.BrickColor = BrickColor.new("Institutional white") |
| 562 | p.Material = Enum.Material.Glacier |
| 563 | p.MaterialVariant = "2022 Stud" |
| 564 | p.Anchored = true |
| 565 | p.Parent = model |
| 566 | end |
| 567 | do |
| 568 | local p = Instance.new("Part") |
| 569 | p.Shape = Enum.PartType.Cylinder |
| 570 | p.Name = "M_Gills" |
| 571 | p.Size = Vector3.new(0.3, 4.5, 4.5) |
| 572 | p.CFrame = CFrame.new(-2, 5.3, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 573 | p.BrickColor = BrickColor.new("Brick yellow") |
| 574 | p.Material = Enum.Material.Glacier |
| 575 | p.MaterialVariant = "2022 Stud" |
| 576 | p.Anchored = true |
| 577 | p.Parent = model |
| 578 | end |
| 579 | do |
| 580 | local p = Instance.new("Part") |
| 581 | p.Shape = Enum.PartType.Cylinder |
| 582 | p.Name = "M_CapBase" |
| 583 | p.Size = Vector3.new(0.5, 4.8, 4.8) |
| 584 | p.CFrame = CFrame.new(-2, 5.6, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 585 | p.BrickColor = BrickColor.new("Bright red") |
| 586 | p.Material = Enum.Material.Glacier |
| 587 | p.MaterialVariant = "2022 Stud" |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("Part") |
| 593 | p.Shape = Enum.PartType.Cylinder |
| 594 | p.Name = "M_CapMid1" |
| 595 | p.Size = Vector3.new(0.6, 4.4, 4.4) |
| 596 | p.CFrame = CFrame.new(-2, 6.1, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 597 | p.BrickColor = BrickColor.new("Bright red") |
| 598 | p.Material = Enum.Material.Glacier |
| 599 | p.MaterialVariant = "2022 Stud" |
| 600 | p.Anchored = true |
| 601 | p.Parent = model |
| 602 | end |
| 603 | do |
| 604 | local p = Instance.new("Part") |
| 605 | p.Shape = Enum.PartType.Cylinder |
| 606 | p.Name = "M_CapMid2" |
| 607 | p.Size = Vector3.new(0.5, 3.6, 3.6) |
| 608 | p.CFrame = CFrame.new(-2, 6.6, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 609 | p.BrickColor = BrickColor.new("Bright red") |
| 610 | p.Material = Enum.Material.Glacier |
| 611 | p.MaterialVariant = "2022 Stud" |
| 612 | p.Anchored = true |
| 613 | p.Parent = model |
| 614 | end |
| 615 | do |
| 616 | local p = Instance.new("Part") |
| 617 | p.Shape = Enum.PartType.Cylinder |
| 618 | p.Name = "M_CapTop" |
| 619 | p.Size = Vector3.new(0.4, 2.4, 2.4) |
| 620 | p.CFrame = CFrame.new(-2, 7, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 621 | p.BrickColor = BrickColor.new("Bright red") |
| 622 | p.Material = Enum.Material.Glacier |
| 623 | p.MaterialVariant = "2022 Stud" |
| 624 | p.Anchored = true |
| 625 | p.Parent = model |
| 626 | end |
| 627 | do |
| 628 | local p = Instance.new("Part") |
| 629 | p.Shape = Enum.PartType.Cylinder |
| 630 | p.Name = "M_CapApex" |
| 631 | p.Size = Vector3.new(0.3, 1.2, 1.2) |
| 632 | p.CFrame = CFrame.new(-2, 7.3, 1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 633 | p.BrickColor = BrickColor.new("Bright red") |
| 634 | p.Material = Enum.Material.Glacier |
| 635 | p.MaterialVariant = "2022 Stud" |
| 636 | p.Anchored = true |
| 637 | p.Parent = model |
| 638 | end |
| 639 | do |
| 640 | local p = Instance.new("Part") |
| 641 | p.Shape = Enum.PartType.Ball |
| 642 | p.Name = "M_Spot_0" |
| 643 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 644 | p.CFrame = CFrame.new(0.2, 6.1, 1) |
| 645 | p.BrickColor = BrickColor.new("Institutional white") |
| 646 | p.Material = Enum.Material.Glacier |
| 647 | p.MaterialVariant = "2022 Stud" |
| 648 | p.Anchored = true |
| 649 | p.Parent = model |
| 650 | end |
| 651 | do |
| 652 | local p = Instance.new("Part") |
| 653 | p.Shape = Enum.PartType.Ball |
| 654 | p.Name = "M_Spot_1" |
| 655 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 656 | p.CFrame = CFrame.new(-0.9, 6.1, -0.905256) |
| 657 | p.BrickColor = BrickColor.new("Institutional 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.Shape = Enum.PartType.Ball |
| 666 | p.Name = "M_Spot_2" |
| 667 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 668 | p.CFrame = CFrame.new(-3.1, 6.1, -0.905256) |
| 669 | p.BrickColor = BrickColor.new("Institutional white") |
| 670 | p.Material = Enum.Material.Glacier |
| 671 | p.MaterialVariant = "2022 Stud" |
| 672 | p.Anchored = true |
| 673 | p.Parent = model |
| 674 | end |
| 675 | do |
| 676 | local p = Instance.new("Part") |
| 677 | p.Shape = Enum.PartType.Ball |
| 678 | p.Name = "M_Spot_3" |
| 679 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 680 | p.CFrame = CFrame.new(-4.2, 6.1, 1) |
| 681 | p.BrickColor = BrickColor.new("Institutional white") |
| 682 | p.Material = Enum.Material.Glacier |
| 683 | p.MaterialVariant = "2022 Stud" |
| 684 | p.Anchored = true |
| 685 | p.Parent = model |
| 686 | end |
| 687 | do |
| 688 | local p = Instance.new("Part") |
| 689 | p.Shape = Enum.PartType.Ball |
| 690 | p.Name = "M_Spot_4" |
| 691 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 692 | p.CFrame = CFrame.new(-3.1, 6.1, 2.90526) |
| 693 | p.BrickColor = BrickColor.new("Institutional white") |
| 694 | p.Material = Enum.Material.Glacier |
| 695 | p.MaterialVariant = "2022 Stud" |
| 696 | p.Anchored = true |
| 697 | p.Parent = model |
| 698 | end |
| 699 | do |
| 700 | local p = Instance.new("Part") |
| 701 | p.Shape = Enum.PartType.Ball |
| 702 | p.Name = "M_Spot_5" |
| 703 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 704 | p.CFrame = CFrame.new(-0.9, 6.1, 2.90526) |
| 705 | p.BrickColor = BrickColor.new("Institutional white") |
| 706 | p.Material = Enum.Material.Glacier |
| 707 | p.MaterialVariant = "2022 Stud" |
| 708 | p.Anchored = true |
| 709 | p.Parent = model |
| 710 | end |
| 711 | do |
| 712 | local p = Instance.new("Part") |
| 713 | p.Shape = Enum.PartType.Ball |
| 714 | p.Name = "M_Spot_6" |
| 715 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 716 | p.CFrame = CFrame.new(-0.441154, 6.6, 0.1) |
| 717 | p.BrickColor = BrickColor.new("Institutional white") |
| 718 | p.Material = Enum.Material.Glacier |
| 719 | p.MaterialVariant = "2022 Stud" |
| 720 | p.Anchored = true |
| 721 | p.Parent = model |
| 722 | end |
| 723 | do |
| 724 | local p = Instance.new("Part") |
| 725 | p.Shape = Enum.PartType.Ball |
| 726 | p.Name = "M_Spot_7" |
| 727 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 728 | p.CFrame = CFrame.new(-2, 6.6, -0.8) |
| 729 | p.BrickColor = BrickColor.new("Institutional white") |
| 730 | p.Material = Enum.Material.Glacier |
| 731 | p.MaterialVariant = "2022 Stud" |
| 732 | p.Anchored = true |
| 733 | p.Parent = model |
| 734 | end |
| 735 | do |
| 736 | local p = Instance.new("Part") |
| 737 | p.Shape = Enum.PartType.Ball |
| 738 | p.Name = "M_Spot_8" |
| 739 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 740 | p.CFrame = CFrame.new(-3.55885, 6.6, 0.1) |
| 741 | p.BrickColor = BrickColor.new("Institutional white") |
| 742 | p.Material = Enum.Material.Glacier |
| 743 | p.MaterialVariant = "2022 Stud" |
| 744 | p.Anchored = true |
| 745 | p.Parent = model |
| 746 | end |
| 747 | do |
| 748 | local p = Instance.new("Part") |
| 749 | p.Shape = Enum.PartType.Ball |
| 750 | p.Name = "M_Spot_9" |
| 751 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 752 | p.CFrame = CFrame.new(-3.55885, 6.6, 1.9) |
| 753 | p.BrickColor = BrickColor.new("Institutional white") |
| 754 | p.Material = Enum.Material.Glacier |
| 755 | p.MaterialVariant = "2022 Stud" |
| 756 | p.Anchored = true |
| 757 | p.Parent = model |
| 758 | end |
| 759 | do |
| 760 | local p = Instance.new("Part") |
| 761 | p.Shape = Enum.PartType.Ball |
| 762 | p.Name = "M_Spot_10" |
| 763 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 764 | p.CFrame = CFrame.new(-2, 6.6, 2.8) |
| 765 | p.BrickColor = BrickColor.new("Institutional white") |
| 766 | p.Material = Enum.Material.Glacier |
| 767 | p.MaterialVariant = "2022 Stud" |
| 768 | p.Anchored = true |
| 769 | p.Parent = model |
| 770 | end |
| 771 | do |
| 772 | local p = Instance.new("Part") |
| 773 | p.Shape = Enum.PartType.Ball |
| 774 | p.Name = "M_Spot_11" |
| 775 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 776 | p.CFrame = CFrame.new(-0.441154, 6.6, 1.9) |
| 777 | p.BrickColor = BrickColor.new("Institutional white") |
| 778 | p.Material = Enum.Material.Glacier |
| 779 | p.MaterialVariant = "2022 Stud" |
| 780 | p.Anchored = true |
| 781 | p.Parent = model |
| 782 | end |
| 783 | do |
| 784 | local p = Instance.new("Part") |
| 785 | p.Shape = Enum.PartType.Ball |
| 786 | p.Name = "M_Spot_12" |
| 787 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 788 | p.CFrame = CFrame.new(-0.8, 7, 1) |
| 789 | p.BrickColor = BrickColor.new("Institutional white") |
| 790 | p.Material = Enum.Material.Glacier |
| 791 | p.MaterialVariant = "2022 Stud" |
| 792 | p.Anchored = true |
| 793 | p.Parent = model |
| 794 | end |
| 795 | do |
| 796 | local p = Instance.new("Part") |
| 797 | p.Shape = Enum.PartType.Ball |
| 798 | p.Name = "M_Spot_13" |
| 799 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 800 | p.CFrame = CFrame.new(-2.6, 7, -0.03923) |
| 801 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Ball |
| 810 | p.Name = "M_Spot_14" |
| 811 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 812 | p.CFrame = CFrame.new(-2.6, 7, 2.03923) |
| 813 | p.BrickColor = BrickColor.new("Institutional white") |
| 814 | p.Material = Enum.Material.Glacier |
| 815 | p.MaterialVariant = "2022 Stud" |
| 816 | p.Anchored = true |
| 817 | p.Parent = model |
| 818 | end |
| 819 | do |
| 820 | local p = Instance.new("Part") |
| 821 | p.Shape = Enum.PartType.Ball |
| 822 | p.Name = "M_Spot_15" |
| 823 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 824 | p.CFrame = CFrame.new(-1.7, 7.3, 0.480385) |
| 825 | p.BrickColor = BrickColor.new("Institutional 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.Shape = Enum.PartType.Ball |
| 834 | p.Name = "M_Spot_16" |
| 835 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 836 | p.CFrame = CFrame.new(-2.6, 7.3, 1) |
| 837 | p.BrickColor = BrickColor.new("Institutional white") |
| 838 | p.Material = Enum.Material.Glacier |
| 839 | p.MaterialVariant = "2022 Stud" |
| 840 | p.Anchored = true |
| 841 | p.Parent = model |
| 842 | end |
| 843 | do |
| 844 | local p = Instance.new("Part") |
| 845 | p.Shape = Enum.PartType.Ball |
| 846 | p.Name = "M_Spot_17" |
| 847 | p.Size = Vector3.new(0.25, 0.25, 0.25) |
| 848 | p.CFrame = CFrame.new(-1.7, 7.3, 1.51961) |
| 849 | p.BrickColor = BrickColor.new("Institutional white") |
| 850 | p.Material = Enum.Material.Glacier |
| 851 | p.MaterialVariant = "2022 Stud" |
| 852 | p.Anchored = true |
| 853 | p.Parent = model |
| 854 | end |
| 855 | do |
| 856 | local p = Instance.new("Part") |
| 857 | p.Shape = Enum.PartType.Cylinder |
| 858 | p.Name = "S_Stem" |
| 859 | p.Size = Vector3.new(2, 0.8, 0.8) |
| 860 | p.CFrame = CFrame.new(-6, 1, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 861 | p.BrickColor = BrickColor.new("Institutional white") |
| 862 | p.Material = Enum.Material.Glacier |
| 863 | p.MaterialVariant = "2022 Stud" |
| 864 | p.Anchored = true |
| 865 | p.Parent = model |
| 866 | end |
| 867 | do |
| 868 | local p = Instance.new("Part") |
| 869 | p.Shape = Enum.PartType.Cylinder |
| 870 | p.Name = "S_Gills" |
| 871 | p.Size = Vector3.new(0.2, 2, 2) |
| 872 | p.CFrame = CFrame.new(-6, 2.1, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 873 | p.BrickColor = BrickColor.new("Brick yellow") |
| 874 | p.Material = Enum.Material.Glacier |
| 875 | p.MaterialVariant = "2022 Stud" |
| 876 | p.Anchored = true |
| 877 | p.Parent = model |
| 878 | end |
| 879 | do |
| 880 | local p = Instance.new("Part") |
| 881 | p.Shape = Enum.PartType.Cylinder |
| 882 | p.Name = "S_CapBase" |
| 883 | p.Size = Vector3.new(0.4, 2.2, 2.2) |
| 884 | p.CFrame = CFrame.new(-6, 2.3, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 885 | p.BrickColor = BrickColor.new("Bright red") |
| 886 | p.Material = Enum.Material.Glacier |
| 887 | p.MaterialVariant = "2022 Stud" |
| 888 | p.Anchored = true |
| 889 | p.Parent = model |
| 890 | end |
| 891 | do |
| 892 | local p = Instance.new("Part") |
| 893 | p.Shape = Enum.PartType.Cylinder |
| 894 | p.Name = "S_CapMid" |
| 895 | p.Size = Vector3.new(0.5, 1.8, 1.8) |
| 896 | p.CFrame = CFrame.new(-6, 2.7, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 897 | p.BrickColor = BrickColor.new("Bright red") |
| 898 | p.Material = Enum.Material.Glacier |
| 899 | p.MaterialVariant = "2022 Stud" |
| 900 | p.Anchored = true |
| 901 | p.Parent = model |
| 902 | end |
| 903 | do |
| 904 | local p = Instance.new("Part") |
| 905 | p.Shape = Enum.PartType.Cylinder |
| 906 | p.Name = "S_CapTop" |
| 907 | p.Size = Vector3.new(0.4, 1.2, 1.2) |
| 908 | p.CFrame = CFrame.new(-6, 3.1, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 909 | p.BrickColor = BrickColor.new("Bright red") |
| 910 | p.Material = Enum.Material.Glacier |
| 911 | p.MaterialVariant = "2022 Stud" |
| 912 | p.Anchored = true |
| 913 | p.Parent = model |
| 914 | end |
| 915 | do |
| 916 | local p = Instance.new("Part") |
| 917 | p.Shape = Enum.PartType.Cylinder |
| 918 | p.Name = "S_CapApex" |
| 919 | p.Size = Vector3.new(0.3, 0.6, 0.6) |
| 920 | p.CFrame = CFrame.new(-6, 3.4, 2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 921 | p.BrickColor = BrickColor.new("Bright red") |
| 922 | p.Material = Enum.Material.Glacier |
| 923 | p.MaterialVariant = "2022 Stud" |
| 924 | p.Anchored = true |
| 925 | p.Parent = model |
| 926 | end |
| 927 | do |
| 928 | local p = Instance.new("Part") |
| 929 | p.Shape = Enum.PartType.Ball |
| 930 | p.Name = "S_Spot_0" |
| 931 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 932 | p.CFrame = CFrame.new(-5.1, 2.7, 2) |
| 933 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Ball |
| 942 | p.Name = "S_Spot_1" |
| 943 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 944 | p.CFrame = CFrame.new(-6, 2.7, 1.1) |
| 945 | p.BrickColor = BrickColor.new("Institutional white") |
| 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.Shape = Enum.PartType.Ball |
| 954 | p.Name = "S_Spot_2" |
| 955 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 956 | p.CFrame = CFrame.new(-6.9, 2.7, 2) |
| 957 | p.BrickColor = BrickColor.new("Institutional white") |
| 958 | p.Material = Enum.Material.Glacier |
| 959 | p.MaterialVariant = "2022 Stud" |
| 960 | p.Anchored = true |
| 961 | p.Parent = model |
| 962 | end |
| 963 | do |
| 964 | local p = Instance.new("Part") |
| 965 | p.Shape = Enum.PartType.Ball |
| 966 | p.Name = "S_Spot_3" |
| 967 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 968 | p.CFrame = CFrame.new(-6, 2.7, 2.9) |
| 969 | p.BrickColor = BrickColor.new("Institutional white") |
| 970 | p.Material = Enum.Material.Glacier |
| 971 | p.MaterialVariant = "2022 Stud" |
| 972 | p.Anchored = true |
| 973 | p.Parent = model |
| 974 | end |
| 975 | do |
| 976 | local p = Instance.new("Part") |
| 977 | p.Shape = Enum.PartType.Ball |
| 978 | p.Name = "S_Spot_4" |
| 979 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 980 | p.CFrame = CFrame.new(-5.57574, 3.1, 1.57574) |
| 981 | p.BrickColor = BrickColor.new("Institutional white") |
| 982 | p.Material = Enum.Material.Glacier |
| 983 | p.MaterialVariant = "2022 Stud" |
| 984 | p.Anchored = true |
| 985 | p.Parent = model |
| 986 | end |
| 987 | do |
| 988 | local p = Instance.new("Part") |
| 989 | p.Shape = Enum.PartType.Ball |
| 990 | p.Name = "S_Spot_5" |
| 991 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 992 | p.CFrame = CFrame.new(-6.42426, 3.1, 1.57574) |
| 993 | p.BrickColor = BrickColor.new("Institutional white") |
| 994 | p.Material = Enum.Material.Glacier |
| 995 | p.MaterialVariant = "2022 Stud" |
| 996 | p.Anchored = true |
| 997 | p.Parent = model |
| 998 | end |
| 999 | do |
| 1000 | local p = Instance.new("Part") |
| 1001 | p.Shape = Enum.PartType.Ball |
| 1002 | p.Name = "S_Spot_6" |
| 1003 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 1004 | p.CFrame = CFrame.new(-6.42426, 3.1, 2.42426) |
| 1005 | p.BrickColor = BrickColor.new("Institutional white") |
| 1006 | p.Material = Enum.Material.Glacier |
| 1007 | p.MaterialVariant = "2022 Stud" |
| 1008 | p.Anchored = true |
| 1009 | p.Parent = model |
| 1010 | end |
| 1011 | do |
| 1012 | local p = Instance.new("Part") |
| 1013 | p.Shape = Enum.PartType.Ball |
| 1014 | p.Name = "S_Spot_7" |
| 1015 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 1016 | p.CFrame = CFrame.new(-5.57574, 3.1, 2.42426) |
| 1017 | p.BrickColor = BrickColor.new("Institutional white") |
| 1018 | p.Material = Enum.Material.Glacier |
| 1019 | p.MaterialVariant = "2022 Stud" |
| 1020 | p.Anchored = true |
| 1021 | p.Parent = model |
| 1022 | end |
| 1023 | do |
| 1024 | local p = Instance.new("Part") |
| 1025 | p.Shape = Enum.PartType.Ball |
| 1026 | p.Name = "S_Spot_8" |
| 1027 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 1028 | p.CFrame = CFrame.new(-5.7, 3.4, 2) |
| 1029 | p.BrickColor = BrickColor.new("Institutional white") |
| 1030 | p.Material = Enum.Material.Glacier |
| 1031 | p.MaterialVariant = "2022 Stud" |
| 1032 | p.Anchored = true |
| 1033 | p.Parent = model |
| 1034 | end |
| 1035 | do |
| 1036 | local p = Instance.new("Part") |
| 1037 | p.Shape = Enum.PartType.Ball |
| 1038 | p.Name = "S_Spot_9" |
| 1039 | p.Size = Vector3.new(0.2, 0.2, 0.2) |
| 1040 | p.CFrame = CFrame.new(-6.3, 3.4, 2) |
| 1041 | p.BrickColor = BrickColor.new("Institutional white") |
| 1042 | p.Material = Enum.Material.Glacier |
| 1043 | p.MaterialVariant = "2022 Stud" |
| 1044 | p.Anchored = true |
| 1045 | p.Parent = model |
| 1046 | end |
| 1047 | model.PrimaryPart = model:FindFirstChild("L_StemBase") |
| 1048 | print("AmanitaMuscaria built: " .. #model:GetChildren() .. " parts") |