Loading model...
by lvkee · 9/7/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: MagicAltar |
| 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 = "MagicAltar" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bronze"] = "2022 Stud", |
| 25 | ["Cashmere"] = "2022 Stud", |
| 26 | ["Sand yellow"] = "2022 Small Stud", |
| 27 | ["Toothpaste"] = "2022 Stud", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Shape = Enum.PartType.Cylinder |
| 32 | p.Name = "Base_Bottom" |
| 33 | p.Size = Vector3.new(1, 24, 24) |
| 34 | p.CFrame = CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 35 | p.BrickColor = BrickColor.new("Cashmere") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Stud" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Shape = Enum.PartType.Cylinder |
| 44 | p.Name = "Base_Step1" |
| 45 | p.Size = Vector3.new(0.5, 22, 22) |
| 46 | p.CFrame = CFrame.new(0, 1.29, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 47 | p.BrickColor = BrickColor.new("Sand yellow") |
| 48 | p.Material = Enum.Material.Glacier |
| 49 | p.MaterialVariant = "2022 Small Stud" |
| 50 | p.Anchored = true |
| 51 | p.Parent = model |
| 52 | end |
| 53 | do |
| 54 | local p = Instance.new("Part") |
| 55 | p.Shape = Enum.PartType.Cylinder |
| 56 | p.Name = "Base_Step2" |
| 57 | p.Size = Vector3.new(0.5, 20, 20) |
| 58 | p.CFrame = CFrame.new(0, 1.83, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 59 | p.BrickColor = BrickColor.new("Cashmere") |
| 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.Shape = Enum.PartType.Cylinder |
| 68 | p.Name = "Pillar_Base" |
| 69 | p.Size = Vector3.new(1, 16, 16) |
| 70 | p.CFrame = CFrame.new(0, 2.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 71 | p.BrickColor = BrickColor.new("Sand yellow") |
| 72 | p.Material = Enum.Material.Glacier |
| 73 | p.MaterialVariant = "2022 Small Stud" |
| 74 | p.Anchored = true |
| 75 | p.Parent = model |
| 76 | end |
| 77 | do |
| 78 | local p = Instance.new("Part") |
| 79 | p.Shape = Enum.PartType.Cylinder |
| 80 | p.Name = "Pillar_Main" |
| 81 | p.Size = Vector3.new(5, 14, 14) |
| 82 | p.CFrame = CFrame.new(0, 5.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 83 | p.BrickColor = BrickColor.new("Cashmere") |
| 84 | p.Material = Enum.Material.Glacier |
| 85 | p.MaterialVariant = "2022 Stud" |
| 86 | p.Anchored = true |
| 87 | p.Parent = model |
| 88 | end |
| 89 | do |
| 90 | local p = Instance.new("Part") |
| 91 | p.Shape = Enum.PartType.Cylinder |
| 92 | p.Name = "Pillar_Top" |
| 93 | p.Size = Vector3.new(1, 16, 16) |
| 94 | p.CFrame = CFrame.new(0, 8.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 95 | p.BrickColor = BrickColor.new("Sand yellow") |
| 96 | p.Material = Enum.Material.Glacier |
| 97 | p.MaterialVariant = "2022 Small Stud" |
| 98 | p.Anchored = true |
| 99 | p.Parent = model |
| 100 | end |
| 101 | do |
| 102 | local p = Instance.new("Part") |
| 103 | p.Name = "Rune_Lower_0_main" |
| 104 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 105 | p.CFrame = CFrame.new(7.05, 4.5, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 106 | p.BrickColor = BrickColor.new("Toothpaste") |
| 107 | p.Material = Enum.Material.Neon |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("Part") |
| 113 | p.Name = "Rune_Lower_0_sub" |
| 114 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 115 | p.CFrame = CFrame.new(7.05, 5, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 116 | p.BrickColor = BrickColor.new("Toothpaste") |
| 117 | p.Material = Enum.Material.Neon |
| 118 | p.Anchored = true |
| 119 | p.Parent = model |
| 120 | end |
| 121 | do |
| 122 | local p = Instance.new("Part") |
| 123 | p.Name = "Rune_Upper_0_main" |
| 124 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 125 | p.CFrame = CFrame.new(6.51335, 6.5, -2.69792) * CFrame.Angles(math.rad(0), math.rad(112.5), math.rad(0)) |
| 126 | p.BrickColor = BrickColor.new("Toothpaste") |
| 127 | p.Material = Enum.Material.Neon |
| 128 | p.Anchored = true |
| 129 | p.Parent = model |
| 130 | end |
| 131 | do |
| 132 | local p = Instance.new("Part") |
| 133 | p.Name = "Rune_Upper_0_sub" |
| 134 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 135 | p.CFrame = CFrame.new(6.51335, 6, -2.69792) * CFrame.Angles(math.rad(0), math.rad(112.5), math.rad(0)) |
| 136 | p.BrickColor = BrickColor.new("Toothpaste") |
| 137 | p.Material = Enum.Material.Neon |
| 138 | p.Anchored = true |
| 139 | p.Parent = model |
| 140 | end |
| 141 | do |
| 142 | local p = Instance.new("Part") |
| 143 | p.Name = "Rune_Lower_1_main" |
| 144 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 145 | p.CFrame = CFrame.new(4.9851, 4.5, -4.9851) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 146 | p.BrickColor = BrickColor.new("Toothpaste") |
| 147 | p.Material = Enum.Material.Neon |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "Rune_Lower_1_sub" |
| 154 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 155 | p.CFrame = CFrame.new(4.9851, 4, -4.9851) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 156 | p.BrickColor = BrickColor.new("Toothpaste") |
| 157 | p.Material = Enum.Material.Neon |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "Rune_Upper_1_main" |
| 164 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 165 | p.CFrame = CFrame.new(2.69792, 6.5, -6.51335) * CFrame.Angles(math.rad(0), math.rad(157.5), math.rad(0)) |
| 166 | p.BrickColor = BrickColor.new("Toothpaste") |
| 167 | p.Material = Enum.Material.Neon |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("Part") |
| 173 | p.Name = "Rune_Upper_1_sub1" |
| 174 | p.Size = Vector3.new(0.3, 0.3, 0.15) |
| 175 | p.CFrame = CFrame.new(2.69792, 7.3, -6.51335) * CFrame.Angles(math.rad(0), math.rad(157.5), math.rad(0)) |
| 176 | p.BrickColor = BrickColor.new("Toothpaste") |
| 177 | p.Material = Enum.Material.Neon |
| 178 | p.Anchored = true |
| 179 | p.Parent = model |
| 180 | end |
| 181 | do |
| 182 | local p = Instance.new("Part") |
| 183 | p.Name = "Rune_Upper_1_sub2" |
| 184 | p.Size = Vector3.new(1, 0.2, 0.15) |
| 185 | p.CFrame = CFrame.new(2.69792, 6.3, -6.51335) * CFrame.Angles(math.rad(0), math.rad(157.5), math.rad(0)) |
| 186 | p.BrickColor = BrickColor.new("Toothpaste") |
| 187 | p.Material = Enum.Material.Neon |
| 188 | p.Anchored = true |
| 189 | p.Parent = model |
| 190 | end |
| 191 | do |
| 192 | local p = Instance.new("Part") |
| 193 | p.Name = "Rune_Lower_2_main" |
| 194 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 195 | p.CFrame = CFrame.new(0, 4.5, -7.05) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 196 | p.BrickColor = BrickColor.new("Toothpaste") |
| 197 | p.Material = Enum.Material.Neon |
| 198 | p.Anchored = true |
| 199 | p.Parent = model |
| 200 | end |
| 201 | do |
| 202 | local p = Instance.new("Part") |
| 203 | p.Name = "Rune_Lower_2_sub1" |
| 204 | p.Size = Vector3.new(0.3, 0.3, 0.15) |
| 205 | p.CFrame = CFrame.new(0, 5.3, -7.05) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 206 | p.BrickColor = BrickColor.new("Toothpaste") |
| 207 | p.Material = Enum.Material.Neon |
| 208 | p.Anchored = true |
| 209 | p.Parent = model |
| 210 | end |
| 211 | do |
| 212 | local p = Instance.new("Part") |
| 213 | p.Name = "Rune_Lower_2_sub2" |
| 214 | p.Size = Vector3.new(1, 0.2, 0.15) |
| 215 | p.CFrame = CFrame.new(0, 4.3, -7.05) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 216 | p.BrickColor = BrickColor.new("Toothpaste") |
| 217 | p.Material = Enum.Material.Neon |
| 218 | p.Anchored = true |
| 219 | p.Parent = model |
| 220 | end |
| 221 | do |
| 222 | local p = Instance.new("Part") |
| 223 | p.Name = "Rune_Upper_2_main" |
| 224 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 225 | p.CFrame = CFrame.new(-2.69792, 6.5, -6.51335) * CFrame.Angles(math.rad(0), math.rad(202.5), math.rad(0)) |
| 226 | p.BrickColor = BrickColor.new("Toothpaste") |
| 227 | p.Material = Enum.Material.Neon |
| 228 | p.Anchored = true |
| 229 | p.Parent = model |
| 230 | end |
| 231 | do |
| 232 | local p = Instance.new("Part") |
| 233 | p.Name = "Rune_Upper_2_sub" |
| 234 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 235 | p.CFrame = CFrame.new(-2.69792, 7, -6.51335) * CFrame.Angles(math.rad(0), math.rad(202.5), math.rad(0)) |
| 236 | p.BrickColor = BrickColor.new("Toothpaste") |
| 237 | p.Material = Enum.Material.Neon |
| 238 | p.Anchored = true |
| 239 | p.Parent = model |
| 240 | end |
| 241 | do |
| 242 | local p = Instance.new("Part") |
| 243 | p.Name = "Rune_Lower_3_main" |
| 244 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 245 | p.CFrame = CFrame.new(-4.9851, 4.5, -4.9851) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(0)) |
| 246 | p.BrickColor = BrickColor.new("Toothpaste") |
| 247 | p.Material = Enum.Material.Neon |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Name = "Rune_Lower_3_sub" |
| 254 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 255 | p.CFrame = CFrame.new(-4.9851, 5, -4.9851) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(0)) |
| 256 | p.BrickColor = BrickColor.new("Toothpaste") |
| 257 | p.Material = Enum.Material.Neon |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("Part") |
| 263 | p.Name = "Rune_Upper_3_main" |
| 264 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 265 | p.CFrame = CFrame.new(-6.51335, 6.5, -2.69792) * CFrame.Angles(math.rad(0), math.rad(247.5), math.rad(0)) |
| 266 | p.BrickColor = BrickColor.new("Toothpaste") |
| 267 | p.Material = Enum.Material.Neon |
| 268 | p.Anchored = true |
| 269 | p.Parent = model |
| 270 | end |
| 271 | do |
| 272 | local p = Instance.new("Part") |
| 273 | p.Name = "Rune_Upper_3_sub" |
| 274 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 275 | p.CFrame = CFrame.new(-6.51335, 6, -2.69792) * CFrame.Angles(math.rad(0), math.rad(247.5), math.rad(0)) |
| 276 | p.BrickColor = BrickColor.new("Toothpaste") |
| 277 | p.Material = Enum.Material.Neon |
| 278 | p.Anchored = true |
| 279 | p.Parent = model |
| 280 | end |
| 281 | do |
| 282 | local p = Instance.new("Part") |
| 283 | p.Name = "Rune_Lower_4_main" |
| 284 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 285 | p.CFrame = CFrame.new(-7.05, 4.5, 0) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 286 | p.BrickColor = BrickColor.new("Toothpaste") |
| 287 | p.Material = Enum.Material.Neon |
| 288 | p.Anchored = true |
| 289 | p.Parent = model |
| 290 | end |
| 291 | do |
| 292 | local p = Instance.new("Part") |
| 293 | p.Name = "Rune_Lower_4_sub" |
| 294 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 295 | p.CFrame = CFrame.new(-7.05, 4, 0) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 296 | p.BrickColor = BrickColor.new("Toothpaste") |
| 297 | p.Material = Enum.Material.Neon |
| 298 | p.Anchored = true |
| 299 | p.Parent = model |
| 300 | end |
| 301 | do |
| 302 | local p = Instance.new("Part") |
| 303 | p.Name = "Rune_Upper_4_main" |
| 304 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 305 | p.CFrame = CFrame.new(-6.51335, 6.5, 2.69792) * CFrame.Angles(math.rad(0), math.rad(292.5), math.rad(0)) |
| 306 | p.BrickColor = BrickColor.new("Toothpaste") |
| 307 | p.Material = Enum.Material.Neon |
| 308 | p.Anchored = true |
| 309 | p.Parent = model |
| 310 | end |
| 311 | do |
| 312 | local p = Instance.new("Part") |
| 313 | p.Name = "Rune_Upper_4_sub1" |
| 314 | p.Size = Vector3.new(0.3, 0.3, 0.15) |
| 315 | p.CFrame = CFrame.new(-6.51335, 7.3, 2.69792) * CFrame.Angles(math.rad(0), math.rad(292.5), math.rad(0)) |
| 316 | p.BrickColor = BrickColor.new("Toothpaste") |
| 317 | p.Material = Enum.Material.Neon |
| 318 | p.Anchored = true |
| 319 | p.Parent = model |
| 320 | end |
| 321 | do |
| 322 | local p = Instance.new("Part") |
| 323 | p.Name = "Rune_Upper_4_sub2" |
| 324 | p.Size = Vector3.new(1, 0.2, 0.15) |
| 325 | p.CFrame = CFrame.new(-6.51335, 6.3, 2.69792) * CFrame.Angles(math.rad(0), math.rad(292.5), math.rad(0)) |
| 326 | p.BrickColor = BrickColor.new("Toothpaste") |
| 327 | p.Material = Enum.Material.Neon |
| 328 | p.Anchored = true |
| 329 | p.Parent = model |
| 330 | end |
| 331 | do |
| 332 | local p = Instance.new("Part") |
| 333 | p.Name = "Rune_Lower_5_main" |
| 334 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 335 | p.CFrame = CFrame.new(-4.9851, 4.5, 4.9851) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 336 | p.BrickColor = BrickColor.new("Toothpaste") |
| 337 | p.Material = Enum.Material.Neon |
| 338 | p.Anchored = true |
| 339 | p.Parent = model |
| 340 | end |
| 341 | do |
| 342 | local p = Instance.new("Part") |
| 343 | p.Name = "Rune_Lower_5_sub1" |
| 344 | p.Size = Vector3.new(0.3, 0.3, 0.15) |
| 345 | p.CFrame = CFrame.new(-4.9851, 5.3, 4.9851) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 346 | p.BrickColor = BrickColor.new("Toothpaste") |
| 347 | p.Material = Enum.Material.Neon |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "Rune_Lower_5_sub2" |
| 354 | p.Size = Vector3.new(1, 0.2, 0.15) |
| 355 | p.CFrame = CFrame.new(-4.9851, 4.3, 4.9851) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 356 | p.BrickColor = BrickColor.new("Toothpaste") |
| 357 | p.Material = Enum.Material.Neon |
| 358 | p.Anchored = true |
| 359 | p.Parent = model |
| 360 | end |
| 361 | do |
| 362 | local p = Instance.new("Part") |
| 363 | p.Name = "Rune_Upper_5_main" |
| 364 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 365 | p.CFrame = CFrame.new(-2.69792, 6.5, 6.51335) * CFrame.Angles(math.rad(0), math.rad(337.5), math.rad(0)) |
| 366 | p.BrickColor = BrickColor.new("Toothpaste") |
| 367 | p.Material = Enum.Material.Neon |
| 368 | p.Anchored = true |
| 369 | p.Parent = model |
| 370 | end |
| 371 | do |
| 372 | local p = Instance.new("Part") |
| 373 | p.Name = "Rune_Upper_5_sub" |
| 374 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 375 | p.CFrame = CFrame.new(-2.69792, 7, 6.51335) * CFrame.Angles(math.rad(0), math.rad(337.5), math.rad(0)) |
| 376 | p.BrickColor = BrickColor.new("Toothpaste") |
| 377 | p.Material = Enum.Material.Neon |
| 378 | p.Anchored = true |
| 379 | p.Parent = model |
| 380 | end |
| 381 | do |
| 382 | local p = Instance.new("Part") |
| 383 | p.Name = "Rune_Lower_6_main" |
| 384 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 385 | p.CFrame = CFrame.new(0, 4.5, 7.05) * CFrame.Angles(math.rad(0), math.rad(360), math.rad(0)) |
| 386 | p.BrickColor = BrickColor.new("Toothpaste") |
| 387 | p.Material = Enum.Material.Neon |
| 388 | p.Anchored = true |
| 389 | p.Parent = model |
| 390 | end |
| 391 | do |
| 392 | local p = Instance.new("Part") |
| 393 | p.Name = "Rune_Lower_6_sub" |
| 394 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 395 | p.CFrame = CFrame.new(0, 5, 7.05) * CFrame.Angles(math.rad(0), math.rad(360), math.rad(0)) |
| 396 | p.BrickColor = BrickColor.new("Toothpaste") |
| 397 | p.Material = Enum.Material.Neon |
| 398 | p.Anchored = true |
| 399 | p.Parent = model |
| 400 | end |
| 401 | do |
| 402 | local p = Instance.new("Part") |
| 403 | p.Name = "Rune_Upper_6_main" |
| 404 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 405 | p.CFrame = CFrame.new(2.69792, 6.5, 6.51335) * CFrame.Angles(math.rad(0), math.rad(382.5), math.rad(0)) |
| 406 | p.BrickColor = BrickColor.new("Toothpaste") |
| 407 | p.Material = Enum.Material.Neon |
| 408 | p.Anchored = true |
| 409 | p.Parent = model |
| 410 | end |
| 411 | do |
| 412 | local p = Instance.new("Part") |
| 413 | p.Name = "Rune_Upper_6_sub" |
| 414 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 415 | p.CFrame = CFrame.new(2.69792, 6, 6.51335) * CFrame.Angles(math.rad(0), math.rad(382.5), math.rad(0)) |
| 416 | p.BrickColor = BrickColor.new("Toothpaste") |
| 417 | p.Material = Enum.Material.Neon |
| 418 | p.Anchored = true |
| 419 | p.Parent = model |
| 420 | end |
| 421 | do |
| 422 | local p = Instance.new("Part") |
| 423 | p.Name = "Rune_Lower_7_main" |
| 424 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 425 | p.CFrame = CFrame.new(4.9851, 4.5, 4.9851) * CFrame.Angles(math.rad(0), math.rad(405), math.rad(0)) |
| 426 | p.BrickColor = BrickColor.new("Toothpaste") |
| 427 | p.Material = Enum.Material.Neon |
| 428 | p.Anchored = true |
| 429 | p.Parent = model |
| 430 | end |
| 431 | do |
| 432 | local p = Instance.new("Part") |
| 433 | p.Name = "Rune_Lower_7_sub" |
| 434 | p.Size = Vector3.new(1.2, 0.2, 0.15) |
| 435 | p.CFrame = CFrame.new(4.9851, 4, 4.9851) * CFrame.Angles(math.rad(0), math.rad(405), math.rad(0)) |
| 436 | p.BrickColor = BrickColor.new("Toothpaste") |
| 437 | p.Material = Enum.Material.Neon |
| 438 | p.Anchored = true |
| 439 | p.Parent = model |
| 440 | end |
| 441 | do |
| 442 | local p = Instance.new("Part") |
| 443 | p.Name = "Rune_Upper_7_main" |
| 444 | p.Size = Vector3.new(0.8, 1.5, 0.1) |
| 445 | p.CFrame = CFrame.new(6.51335, 6.5, 2.69792) * CFrame.Angles(math.rad(0), math.rad(427.5), math.rad(0)) |
| 446 | p.BrickColor = BrickColor.new("Toothpaste") |
| 447 | p.Material = Enum.Material.Neon |
| 448 | p.Anchored = true |
| 449 | p.Parent = model |
| 450 | end |
| 451 | do |
| 452 | local p = Instance.new("Part") |
| 453 | p.Name = "Rune_Upper_7_sub1" |
| 454 | p.Size = Vector3.new(0.3, 0.3, 0.15) |
| 455 | p.CFrame = CFrame.new(6.51335, 7.3, 2.69792) * CFrame.Angles(math.rad(0), math.rad(427.5), math.rad(0)) |
| 456 | p.BrickColor = BrickColor.new("Toothpaste") |
| 457 | p.Material = Enum.Material.Neon |
| 458 | p.Anchored = true |
| 459 | p.Parent = model |
| 460 | end |
| 461 | do |
| 462 | local p = Instance.new("Part") |
| 463 | p.Name = "Rune_Upper_7_sub2" |
| 464 | p.Size = Vector3.new(1, 0.2, 0.15) |
| 465 | p.CFrame = CFrame.new(6.51335, 6.3, 2.69792) * CFrame.Angles(math.rad(0), math.rad(427.5), math.rad(0)) |
| 466 | p.BrickColor = BrickColor.new("Toothpaste") |
| 467 | p.Material = Enum.Material.Neon |
| 468 | p.Anchored = true |
| 469 | p.Parent = model |
| 470 | end |
| 471 | do |
| 472 | local p = Instance.new("Part") |
| 473 | p.Shape = Enum.PartType.Cylinder |
| 474 | p.Name = "Top_Step1" |
| 475 | p.Size = Vector3.new(0.5, 20, 20) |
| 476 | p.CFrame = CFrame.new(0, 9.33, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 477 | p.BrickColor = BrickColor.new("Cashmere") |
| 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.Cylinder |
| 486 | p.Name = "Top_Main" |
| 487 | p.Size = Vector3.new(0.5, 22, 22) |
| 488 | p.CFrame = CFrame.new(0, 9.75, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 489 | p.BrickColor = BrickColor.new("Cashmere") |
| 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.Name = "StarLine_0" |
| 498 | p.Size = Vector3.new(18, 0.1, 0.1) |
| 499 | p.CFrame = CFrame.new(0, 10.25, 0) |
| 500 | p.BrickColor = BrickColor.new("Toothpaste") |
| 501 | p.Material = Enum.Material.Neon |
| 502 | p.Anchored = true |
| 503 | p.Parent = model |
| 504 | end |
| 505 | do |
| 506 | local p = Instance.new("Part") |
| 507 | p.Name = "StarLine_1" |
| 508 | p.Size = Vector3.new(18, 0.1, 0.1) |
| 509 | p.CFrame = CFrame.new(0, 10.25, 0) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(0)) |
| 510 | p.BrickColor = BrickColor.new("Toothpaste") |
| 511 | p.Material = Enum.Material.Neon |
| 512 | p.Anchored = true |
| 513 | p.Parent = model |
| 514 | end |
| 515 | do |
| 516 | local p = Instance.new("Part") |
| 517 | p.Name = "StarLine_2" |
| 518 | p.Size = Vector3.new(18, 0.1, 0.1) |
| 519 | p.CFrame = CFrame.new(0, 10.25, 0) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(0)) |
| 520 | p.BrickColor = BrickColor.new("Toothpaste") |
| 521 | p.Material = Enum.Material.Neon |
| 522 | p.Anchored = true |
| 523 | p.Parent = model |
| 524 | end |
| 525 | do |
| 526 | local p = Instance.new("Part") |
| 527 | p.Name = "CircleRune_0_1" |
| 528 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 529 | p.CFrame = CFrame.new(4.2, 10.25, 0) |
| 530 | p.BrickColor = BrickColor.new("Toothpaste") |
| 531 | p.Material = Enum.Material.Neon |
| 532 | p.Anchored = true |
| 533 | p.Parent = model |
| 534 | end |
| 535 | do |
| 536 | local p = Instance.new("Part") |
| 537 | p.Name = "CircleRune_0_2" |
| 538 | p.Size = Vector3.new(0.6, 0.1, 0.15) |
| 539 | p.CFrame = CFrame.new(4.8, 10.25, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 540 | p.BrickColor = BrickColor.new("Toothpaste") |
| 541 | p.Material = Enum.Material.Neon |
| 542 | p.Anchored = true |
| 543 | p.Parent = model |
| 544 | end |
| 545 | do |
| 546 | local p = Instance.new("Part") |
| 547 | p.Name = "CircleRune_1_1" |
| 548 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 549 | p.CFrame = CFrame.new(2.96985, 10.25, -2.96985) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 550 | p.BrickColor = BrickColor.new("Toothpaste") |
| 551 | p.Material = Enum.Material.Neon |
| 552 | p.Anchored = true |
| 553 | p.Parent = model |
| 554 | end |
| 555 | do |
| 556 | local p = Instance.new("Part") |
| 557 | p.Name = "CircleRune_1_2" |
| 558 | p.Size = Vector3.new(0.6, 0.1, 0.15) |
| 559 | p.CFrame = CFrame.new(3.39411, 10.25, -3.39411) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 560 | p.BrickColor = BrickColor.new("Toothpaste") |
| 561 | p.Material = Enum.Material.Neon |
| 562 | p.Anchored = true |
| 563 | p.Parent = model |
| 564 | end |
| 565 | do |
| 566 | local p = Instance.new("Part") |
| 567 | p.Name = "CircleRune_2_1" |
| 568 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 569 | p.CFrame = CFrame.new(0, 10.25, -4.2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 570 | p.BrickColor = BrickColor.new("Toothpaste") |
| 571 | p.Material = Enum.Material.Neon |
| 572 | p.Anchored = true |
| 573 | p.Parent = model |
| 574 | end |
| 575 | do |
| 576 | local p = Instance.new("Part") |
| 577 | p.Name = "CircleRune_2_2" |
| 578 | p.Size = Vector3.new(0.6, 0.1, 0.15) |
| 579 | p.CFrame = CFrame.new(0, 10.25, -4.8) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 580 | p.BrickColor = BrickColor.new("Toothpaste") |
| 581 | p.Material = Enum.Material.Neon |
| 582 | p.Anchored = true |
| 583 | p.Parent = model |
| 584 | end |
| 585 | do |
| 586 | local p = Instance.new("Part") |
| 587 | p.Name = "CircleRune_3_1" |
| 588 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 589 | p.CFrame = CFrame.new(-2.96985, 10.25, -2.96985) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(0)) |
| 590 | p.BrickColor = BrickColor.new("Toothpaste") |
| 591 | p.Material = Enum.Material.Neon |
| 592 | p.Anchored = true |
| 593 | p.Parent = model |
| 594 | end |
| 595 | do |
| 596 | local p = Instance.new("Part") |
| 597 | p.Name = "CircleRune_3_2" |
| 598 | p.Size = Vector3.new(0.6, 0.1, 0.15) |
| 599 | p.CFrame = CFrame.new(-3.39411, 10.25, -3.39411) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(0)) |
| 600 | p.BrickColor = BrickColor.new("Toothpaste") |
| 601 | p.Material = Enum.Material.Neon |
| 602 | p.Anchored = true |
| 603 | p.Parent = model |
| 604 | end |
| 605 | do |
| 606 | local p = Instance.new("Part") |
| 607 | p.Name = "CircleRune_4_1" |
| 608 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 609 | p.CFrame = CFrame.new(-4.2, 10.25, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 610 | p.BrickColor = BrickColor.new("Toothpaste") |
| 611 | p.Material = Enum.Material.Neon |
| 612 | p.Anchored = true |
| 613 | p.Parent = model |
| 614 | end |
| 615 | do |
| 616 | local p = Instance.new("Part") |
| 617 | p.Name = "CircleRune_4_2" |
| 618 | p.Size = Vector3.new(0.6, 0.1, 0.15) |
| 619 | p.CFrame = CFrame.new(-4.8, 10.25, 0) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 620 | p.BrickColor = BrickColor.new("Toothpaste") |
| 621 | p.Material = Enum.Material.Neon |
| 622 | p.Anchored = true |
| 623 | p.Parent = model |
| 624 | end |
| 625 | do |
| 626 | local p = Instance.new("Part") |
| 627 | p.Name = "CircleRune_5_1" |
| 628 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 629 | p.CFrame = CFrame.new(-2.96985, 10.25, 2.96985) * CFrame.Angles(math.rad(0), math.rad(225), math.rad(0)) |
| 630 | p.BrickColor = BrickColor.new("Toothpaste") |
| 631 | p.Material = Enum.Material.Neon |
| 632 | p.Anchored = true |
| 633 | p.Parent = model |
| 634 | end |
| 635 | do |
| 636 | local p = Instance.new("Part") |
| 637 | p.Name = "CircleRune_5_2" |
| 638 | p.Size = Vector3.new(0.6, 0.1, 0.15) |
| 639 | p.CFrame = CFrame.new(-3.39411, 10.25, 3.39411) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 640 | p.BrickColor = BrickColor.new("Toothpaste") |
| 641 | p.Material = Enum.Material.Neon |
| 642 | p.Anchored = true |
| 643 | p.Parent = model |
| 644 | end |
| 645 | do |
| 646 | local p = Instance.new("Part") |
| 647 | p.Name = "CircleRune_6_1" |
| 648 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 649 | p.CFrame = CFrame.new(0, 10.25, 4.2) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 650 | p.BrickColor = BrickColor.new("Toothpaste") |
| 651 | p.Material = Enum.Material.Neon |
| 652 | p.Anchored = true |
| 653 | p.Parent = model |
| 654 | end |
| 655 | do |
| 656 | local p = Instance.new("Part") |
| 657 | p.Name = "CircleRune_6_2" |
| 658 | p.Size = Vector3.new(0.6, 0.1, 0.15) |
| 659 | p.CFrame = CFrame.new(0, 10.25, 4.8) * CFrame.Angles(math.rad(0), math.rad(360), math.rad(0)) |
| 660 | p.BrickColor = BrickColor.new("Toothpaste") |
| 661 | p.Material = Enum.Material.Neon |
| 662 | p.Anchored = true |
| 663 | p.Parent = model |
| 664 | end |
| 665 | do |
| 666 | local p = Instance.new("Part") |
| 667 | p.Name = "CircleRune_7_1" |
| 668 | p.Size = Vector3.new(0.4, 0.1, 0.4) |
| 669 | p.CFrame = CFrame.new(2.96985, 10.25, 2.96985) * CFrame.Angles(math.rad(0), math.rad(315), math.rad(0)) |
| 670 | p.BrickColor = BrickColor.new("Toothpaste") |
| 671 | p.Material = Enum.Material.Neon |
| 672 | p.Anchored = true |
| 673 | p.Parent = model |
| 674 | end |
| 675 | do |
| 676 | local p = Instance.new("Part") |
| 677 | p.Name = "CircleRune_7_2" |
| 678 | p.Size = Vector3.new(0.6, 0.1, 0.15) |
| 679 | p.CFrame = CFrame.new(3.39411, 10.25, 3.39411) * CFrame.Angles(math.rad(0), math.rad(405), math.rad(0)) |
| 680 | p.BrickColor = BrickColor.new("Toothpaste") |
| 681 | p.Material = Enum.Material.Neon |
| 682 | p.Anchored = true |
| 683 | p.Parent = model |
| 684 | end |
| 685 | do |
| 686 | local p = Instance.new("Part") |
| 687 | p.Name = "Crys_Main" |
| 688 | p.Size = Vector3.new(2.5, 7, 2.5) |
| 689 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(15)) |
| 690 | p.BrickColor = BrickColor.new("Toothpaste") |
| 691 | p.Material = Enum.Material.Neon |
| 692 | p.Anchored = true |
| 693 | p.Parent = model |
| 694 | end |
| 695 | do |
| 696 | local p = Instance.new("Part") |
| 697 | p.Name = "Crys_S1" |
| 698 | p.Size = Vector3.new(3, 6, 1.5) |
| 699 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(20), math.rad(45), math.rad(15)) |
| 700 | p.BrickColor = BrickColor.new("Toothpaste") |
| 701 | p.Material = Enum.Material.Neon |
| 702 | p.Anchored = true |
| 703 | p.Parent = model |
| 704 | end |
| 705 | do |
| 706 | local p = Instance.new("Part") |
| 707 | p.Name = "Crys_S2" |
| 708 | p.Size = Vector3.new(1.5, 6, 3) |
| 709 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(20), math.rad(-45), math.rad(15)) |
| 710 | p.BrickColor = BrickColor.new("Toothpaste") |
| 711 | p.Material = Enum.Material.Neon |
| 712 | p.Anchored = true |
| 713 | p.Parent = model |
| 714 | end |
| 715 | do |
| 716 | local p = Instance.new("Part") |
| 717 | p.Name = "Crys_S3" |
| 718 | p.Size = Vector3.new(2, 5, 2) |
| 719 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(20), math.rad(20), math.rad(15)) |
| 720 | p.BrickColor = BrickColor.new("Toothpaste") |
| 721 | p.Material = Enum.Material.Neon |
| 722 | p.Anchored = true |
| 723 | p.Parent = model |
| 724 | end |
| 725 | do |
| 726 | local p = Instance.new("Part") |
| 727 | p.Name = "Crys_S4" |
| 728 | p.Size = Vector3.new(2, 5, 2) |
| 729 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(20), math.rad(70), math.rad(15)) |
| 730 | p.BrickColor = BrickColor.new("Toothpaste") |
| 731 | p.Material = Enum.Material.Neon |
| 732 | p.Anchored = true |
| 733 | p.Parent = model |
| 734 | end |
| 735 | do |
| 736 | local p = Instance.new("Part") |
| 737 | p.Name = "Crys_Core" |
| 738 | p.Size = Vector3.new(1.2, 6.5, 1.2) |
| 739 | p.CFrame = CFrame.new(0, 15, 0) * CFrame.Angles(math.rad(20), math.rad(15), math.rad(15)) |
| 740 | p.BrickColor = BrickColor.new("Institutional white") |
| 741 | p.Material = Enum.Material.Neon |
| 742 | p.Anchored = true |
| 743 | p.Parent = model |
| 744 | end |
| 745 | do |
| 746 | local p = Instance.new("Part") |
| 747 | p.Name = "Crys_Top" |
| 748 | p.Size = Vector3.new(1.5, 2.5, 1.5) |
| 749 | p.CFrame = CFrame.new(-0.726, 17.718, 1.026) * CFrame.Angles(math.rad(20), math.rad(45), math.rad(15)) |
| 750 | p.BrickColor = BrickColor.new("Toothpaste") |
| 751 | p.Material = Enum.Material.Neon |
| 752 | p.Anchored = true |
| 753 | p.Parent = model |
| 754 | end |
| 755 | do |
| 756 | local p = Instance.new("Part") |
| 757 | p.Name = "Crys_Bot" |
| 758 | p.Size = Vector3.new(1.5, 2.5, 1.5) |
| 759 | p.CFrame = CFrame.new(0.726, 12.282, -1.026) * CFrame.Angles(math.rad(20), math.rad(45), math.rad(15)) |
| 760 | p.BrickColor = BrickColor.new("Toothpaste") |
| 761 | p.Material = Enum.Material.Neon |
| 762 | p.Anchored = true |
| 763 | p.Parent = model |
| 764 | end |
| 765 | do |
| 766 | local p = Instance.new("Part") |
| 767 | p.Name = "SmallShard_0" |
| 768 | p.Size = Vector3.new(0.5, 1.5, 0.5) |
| 769 | p.CFrame = CFrame.new(2.82843, 16.0607, -2.82843) * CFrame.Angles(math.rad(30), math.rad(90), math.rad(20)) |
| 770 | p.BrickColor = BrickColor.new("Toothpaste") |
| 771 | p.Material = Enum.Material.Neon |
| 772 | p.Anchored = true |
| 773 | p.Parent = model |
| 774 | end |
| 775 | do |
| 776 | local p = Instance.new("Part") |
| 777 | p.Name = "SmallShard_1" |
| 778 | p.Size = Vector3.new(0.5, 1.5, 0.5) |
| 779 | p.CFrame = CFrame.new(-2.82843, 16.0607, -2.82843) * CFrame.Angles(math.rad(30), math.rad(180), math.rad(20)) |
| 780 | p.BrickColor = BrickColor.new("Toothpaste") |
| 781 | p.Material = Enum.Material.Neon |
| 782 | p.Anchored = true |
| 783 | p.Parent = model |
| 784 | end |
| 785 | do |
| 786 | local p = Instance.new("Part") |
| 787 | p.Name = "SmallShard_2" |
| 788 | p.Size = Vector3.new(0.5, 1.5, 0.5) |
| 789 | p.CFrame = CFrame.new(-2.82843, 13.9393, 2.82843) * CFrame.Angles(math.rad(30), math.rad(270), math.rad(20)) |
| 790 | p.BrickColor = BrickColor.new("Toothpaste") |
| 791 | p.Material = Enum.Material.Neon |
| 792 | p.Anchored = true |
| 793 | p.Parent = model |
| 794 | end |
| 795 | do |
| 796 | local p = Instance.new("Part") |
| 797 | p.Name = "SmallShard_3" |
| 798 | p.Size = Vector3.new(0.5, 1.5, 0.5) |
| 799 | p.CFrame = CFrame.new(2.82843, 13.9393, 2.82843) * CFrame.Angles(math.rad(30), math.rad(360), math.rad(20)) |
| 800 | p.BrickColor = BrickColor.new("Toothpaste") |
| 801 | p.Material = Enum.Material.Neon |
| 802 | p.Anchored = true |
| 803 | p.Parent = model |
| 804 | end |
| 805 | do |
| 806 | local p = Instance.new("Part") |
| 807 | p.Name = "Anchor1_Base" |
| 808 | p.Size = Vector3.new(1.2, 0.2, 1.2) |
| 809 | p.CFrame = CFrame.new(9, 10.18, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 810 | p.BrickColor = BrickColor.new("Bronze") |
| 811 | p.Material = Enum.Material.Glacier |
| 812 | p.MaterialVariant = "2022 Stud" |
| 813 | p.Anchored = true |
| 814 | p.Parent = model |
| 815 | end |
| 816 | do |
| 817 | local p = Instance.new("Part") |
| 818 | p.Name = "Anchor1_Loop" |
| 819 | p.Size = Vector3.new(0.8, 0.6, 0.2) |
| 820 | p.CFrame = CFrame.new(8.7, 10.6, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 821 | p.BrickColor = BrickColor.new("Bronze") |
| 822 | p.Material = Enum.Material.Glacier |
| 823 | p.MaterialVariant = "2022 Stud" |
| 824 | p.Anchored = true |
| 825 | p.Parent = model |
| 826 | end |
| 827 | do |
| 828 | local p = Instance.new("Part") |
| 829 | p.Name = "Anchor2_Base" |
| 830 | p.Size = Vector3.new(1.2, 0.2, 1.2) |
| 831 | p.CFrame = CFrame.new(-9, 10.18, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 832 | p.BrickColor = BrickColor.new("Bronze") |
| 833 | p.Material = Enum.Material.Glacier |
| 834 | p.MaterialVariant = "2022 Stud" |
| 835 | p.Anchored = true |
| 836 | p.Parent = model |
| 837 | end |
| 838 | do |
| 839 | local p = Instance.new("Part") |
| 840 | p.Name = "Anchor2_Loop" |
| 841 | p.Size = Vector3.new(0.8, 0.6, 0.2) |
| 842 | p.CFrame = CFrame.new(-8.7, 10.6, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 843 | p.BrickColor = BrickColor.new("Bronze") |
| 844 | p.Material = Enum.Material.Glacier |
| 845 | p.MaterialVariant = "2022 Stud" |
| 846 | p.Anchored = true |
| 847 | p.Parent = model |
| 848 | end |
| 849 | do |
| 850 | local p = Instance.new("Part") |
| 851 | p.Name = "Anchor3_Base" |
| 852 | p.Size = Vector3.new(1.2, 0.2, 1.2) |
| 853 | p.CFrame = CFrame.new(0, 10.18, 9) |
| 854 | p.BrickColor = BrickColor.new("Bronze") |
| 855 | p.Material = Enum.Material.Glacier |
| 856 | p.MaterialVariant = "2022 Stud" |
| 857 | p.Anchored = true |
| 858 | p.Parent = model |
| 859 | end |
| 860 | do |
| 861 | local p = Instance.new("Part") |
| 862 | p.Name = "Anchor3_Loop" |
| 863 | p.Size = Vector3.new(0.8, 0.6, 0.2) |
| 864 | p.CFrame = CFrame.new(0, 10.48, 8.7) |
| 865 | p.BrickColor = BrickColor.new("Bronze") |
| 866 | p.Material = Enum.Material.Glacier |
| 867 | p.MaterialVariant = "2022 Stud" |
| 868 | p.Anchored = true |
| 869 | p.Parent = model |
| 870 | end |
| 871 | do |
| 872 | local p = Instance.new("Part") |
| 873 | p.Name = "Anchor4_Base" |
| 874 | p.Size = Vector3.new(1.2, 0.2, 1.2) |
| 875 | p.CFrame = CFrame.new(0, 10.18, -9) |
| 876 | p.BrickColor = BrickColor.new("Bronze") |
| 877 | p.Material = Enum.Material.Glacier |
| 878 | p.MaterialVariant = "2022 Stud" |
| 879 | p.Anchored = true |
| 880 | p.Parent = model |
| 881 | end |
| 882 | do |
| 883 | local p = Instance.new("Part") |
| 884 | p.Name = "Anchor4_Loop" |
| 885 | p.Size = Vector3.new(0.8, 0.6, 0.2) |
| 886 | p.CFrame = CFrame.new(0, 10.48, -8.7) |
| 887 | p.BrickColor = BrickColor.new("Bronze") |
| 888 | p.Material = Enum.Material.Glacier |
| 889 | p.MaterialVariant = "2022 Stud" |
| 890 | p.Anchored = true |
| 891 | p.Parent = model |
| 892 | end |
| 893 | do |
| 894 | local p = Instance.new("Part") |
| 895 | p.Name = "Chain1_link_0" |
| 896 | p.Size = Vector3.new(0.950064, 0.4, 0.15) |
| 897 | p.CFrame = CFrame.new(2.10331, 13.6017, -0.369437) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-52.7912)) |
| 898 | p.BrickColor = BrickColor.new("Bronze") |
| 899 | p.Material = Enum.Material.Glacier |
| 900 | p.MaterialVariant = "2022 Stud" |
| 901 | p.Anchored = true |
| 902 | p.Parent = model |
| 903 | end |
| 904 | do |
| 905 | local p = Instance.new("Part") |
| 906 | p.Name = "Chain1_link_1" |
| 907 | p.Size = Vector3.new(0.88513, 0.15, 0.4) |
| 908 | p.CFrame = CFrame.new(2.67694, 12.8867, -0.337313) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-49.5274)) |
| 909 | p.BrickColor = BrickColor.new("Bronze") |
| 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.Name = "Chain1_link_2" |
| 918 | p.Size = Vector3.new(0.823515, 0.4, 0.15) |
| 919 | p.CFrame = CFrame.new(3.25056, 12.255, -0.305188) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-45.7614)) |
| 920 | p.BrickColor = BrickColor.new("Bronze") |
| 921 | p.Material = Enum.Material.Glacier |
| 922 | p.MaterialVariant = "2022 Stud" |
| 923 | p.Anchored = true |
| 924 | p.Parent = model |
| 925 | end |
| 926 | do |
| 927 | local p = Instance.new("Part") |
| 928 | p.Name = "Chain1_link_3" |
| 929 | p.Size = Vector3.new(0.766021, 0.15, 0.4) |
| 930 | p.CFrame = CFrame.new(3.82419, 11.7067, -0.273062) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-41.4087)) |
| 931 | p.BrickColor = BrickColor.new("Bronze") |
| 932 | p.Material = Enum.Material.Glacier |
| 933 | p.MaterialVariant = "2022 Stud" |
| 934 | p.Anchored = true |
| 935 | p.Parent = model |
| 936 | end |
| 937 | do |
| 938 | local p = Instance.new("Part") |
| 939 | p.Name = "Chain1_link_4" |
| 940 | p.Size = Vector3.new(0.713645, 0.4, 0.15) |
| 941 | p.CFrame = CFrame.new(4.39781, 11.2417, -0.240937) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-36.3843)) |
| 942 | p.BrickColor = BrickColor.new("Bronze") |
| 943 | p.Material = Enum.Material.Glacier |
| 944 | p.MaterialVariant = "2022 Stud" |
| 945 | p.Anchored = true |
| 946 | p.Parent = model |
| 947 | end |
| 948 | do |
| 949 | local p = Instance.new("Part") |
| 950 | p.Name = "Chain1_link_5" |
| 951 | p.Size = Vector3.new(0.667591, 0.15, 0.4) |
| 952 | p.CFrame = CFrame.new(4.97144, 10.86, -0.208813) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-30.6168)) |
| 953 | p.BrickColor = BrickColor.new("Bronze") |
| 954 | p.Material = Enum.Material.Glacier |
| 955 | p.MaterialVariant = "2022 Stud" |
| 956 | p.Anchored = true |
| 957 | p.Parent = model |
| 958 | end |
| 959 | do |
| 960 | local p = Instance.new("Part") |
| 961 | p.Name = "Chain1_link_6" |
| 962 | p.Size = Vector3.new(0.62925, 0.4, 0.15) |
| 963 | p.CFrame = CFrame.new(5.54506, 10.5617, -0.176687) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-24.0725)) |
| 964 | p.BrickColor = BrickColor.new("Bronze") |
| 965 | p.Material = Enum.Material.Glacier |
| 966 | p.MaterialVariant = "2022 Stud" |
| 967 | p.Anchored = true |
| 968 | p.Parent = model |
| 969 | end |
| 970 | do |
| 971 | local p = Instance.new("Part") |
| 972 | p.Name = "Chain1_link_7" |
| 973 | p.Size = Vector3.new(0.600102, 0.15, 0.4) |
| 974 | p.CFrame = CFrame.new(6.11869, 10.3467, -0.144562) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-16.7885)) |
| 975 | p.BrickColor = BrickColor.new("Bronze") |
| 976 | p.Material = Enum.Material.Glacier |
| 977 | p.MaterialVariant = "2022 Stud" |
| 978 | p.Anchored = true |
| 979 | p.Parent = model |
| 980 | end |
| 981 | do |
| 982 | local p = Instance.new("Part") |
| 983 | p.Name = "Chain1_link_8" |
| 984 | p.Size = Vector3.new(0.58153, 0.4, 0.15) |
| 985 | p.CFrame = CFrame.new(6.69231, 10.215, -0.112437) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-8.90311)) |
| 986 | p.BrickColor = BrickColor.new("Bronze") |
| 987 | p.Material = Enum.Material.Glacier |
| 988 | p.MaterialVariant = "2022 Stud" |
| 989 | p.Anchored = true |
| 990 | p.Parent = model |
| 991 | end |
| 992 | do |
| 993 | local p = Instance.new("Part") |
| 994 | p.Name = "Chain1_link_9" |
| 995 | p.Size = Vector3.new(0.574563, 0.15, 0.4) |
| 996 | p.CFrame = CFrame.new(7.26594, 10.1667, -0.080312) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(-0.66482)) |
| 997 | p.BrickColor = BrickColor.new("Bronze") |
| 998 | p.Material = Enum.Material.Glacier |
| 999 | p.MaterialVariant = "2022 Stud" |
| 1000 | p.Anchored = true |
| 1001 | p.Parent = model |
| 1002 | end |
| 1003 | do |
| 1004 | local p = Instance.new("Part") |
| 1005 | p.Name = "Chain1_link_10" |
| 1006 | p.Size = Vector3.new(0.579617, 0.4, 0.15) |
| 1007 | p.CFrame = CFrame.new(7.83956, 10.2017, -0.048187) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(7.60086)) |
| 1008 | p.BrickColor = BrickColor.new("Bronze") |
| 1009 | p.Material = Enum.Material.Glacier |
| 1010 | p.MaterialVariant = "2022 Stud" |
| 1011 | p.Anchored = true |
| 1012 | p.Parent = model |
| 1013 | end |
| 1014 | do |
| 1015 | local p = Instance.new("Part") |
| 1016 | p.Name = "Chain1_link_11" |
| 1017 | p.Size = Vector3.new(0.596387, 0.15, 0.4) |
| 1018 | p.CFrame = CFrame.new(8.41319, 10.32, -0.016063) * CFrame.Angles(math.rad(0), math.rad(-3.20541), math.rad(15.5621)) |
| 1019 | p.BrickColor = BrickColor.new("Bronze") |
| 1020 | p.Material = Enum.Material.Glacier |
| 1021 | p.MaterialVariant = "2022 Stud" |
| 1022 | p.Anchored = true |
| 1023 | p.Parent = model |
| 1024 | end |
| 1025 | do |
| 1026 | local p = Instance.new("Part") |
| 1027 | p.Name = "Chain2_link_0" |
| 1028 | p.Size = Vector3.new(0.946148, 0.4, 0.15) |
| 1029 | p.CFrame = CFrame.new(-1.40756, 12.9519, -0.613813) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(132.267)) |
| 1030 | p.BrickColor = BrickColor.new("Bronze") |
| 1031 | p.Material = Enum.Material.Glacier |
| 1032 | p.MaterialVariant = "2022 Stud" |
| 1033 | p.Anchored = true |
| 1034 | p.Parent = model |
| 1035 | end |
| 1036 | do |
| 1037 | local p = Instance.new("Part") |
| 1038 | p.Name = "Chain2_link_1" |
| 1039 | p.Size = Vector3.new(0.886254, 0.15, 0.4) |
| 1040 | p.CFrame = CFrame.new(-2.04169, 12.2934, -0.560438) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(135.893)) |
| 1041 | p.BrickColor = BrickColor.new("Bronze") |
| 1042 | p.Material = Enum.Material.Glacier |
| 1043 | p.MaterialVariant = "2022 Stud" |
| 1044 | p.Anchored = true |
| 1045 | p.Parent = model |
| 1046 | end |
| 1047 | do |
| 1048 | local p = Instance.new("Part") |
| 1049 | p.Name = "Chain2_link_2" |
| 1050 | p.Size = Vector3.new(0.830413, 0.4, 0.15) |
| 1051 | p.CFrame = CFrame.new(-2.67581, 11.7182, -0.507063) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(140.025)) |
| 1052 | p.BrickColor = BrickColor.new("Bronze") |
| 1053 | p.Material = Enum.Material.Glacier |
| 1054 | p.MaterialVariant = "2022 Stud" |
| 1055 | p.Anchored = true |
| 1056 | p.Parent = model |
| 1057 | end |
| 1058 | do |
| 1059 | local p = Instance.new("Part") |
| 1060 | p.Name = "Chain2_link_3" |
| 1061 | p.Size = Vector3.new(0.779496, 0.15, 0.4) |
| 1062 | p.CFrame = CFrame.new(-3.30994, 11.2264, -0.453688) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(144.724)) |
| 1063 | p.BrickColor = BrickColor.new("Bronze") |
| 1064 | p.Material = Enum.Material.Glacier |
| 1065 | p.MaterialVariant = "2022 Stud" |
| 1066 | p.Anchored = true |
| 1067 | p.Parent = model |
| 1068 | end |
| 1069 | do |
| 1070 | local p = Instance.new("Part") |
| 1071 | p.Name = "Chain2_link_4" |
| 1072 | p.Size = Vector3.new(0.734527, 0.4, 0.15) |
| 1073 | p.CFrame = CFrame.new(-3.94406, 10.8179, -0.400313) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(150.039)) |
| 1074 | p.BrickColor = BrickColor.new("Bronze") |
| 1075 | p.Material = Enum.Material.Glacier |
| 1076 | p.MaterialVariant = "2022 Stud" |
| 1077 | p.Anchored = true |
| 1078 | p.Parent = model |
| 1079 | end |
| 1080 | do |
| 1081 | local p = Instance.new("Part") |
| 1082 | p.Name = "Chain2_link_5" |
| 1083 | p.Size = Vector3.new(0.69666, 0.15, 0.4) |
| 1084 | p.CFrame = CFrame.new(-4.57819, 10.4927, -0.346938) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(155.987)) |
| 1085 | p.BrickColor = BrickColor.new("Bronze") |
| 1086 | p.Material = Enum.Material.Glacier |
| 1087 | p.MaterialVariant = "2022 Stud" |
| 1088 | p.Anchored = true |
| 1089 | p.Parent = model |
| 1090 | end |
| 1091 | do |
| 1092 | local p = Instance.new("Part") |
| 1093 | p.Name = "Chain2_link_6" |
| 1094 | p.Size = Vector3.new(0.667106, 0.4, 0.15) |
| 1095 | p.CFrame = CFrame.new(-5.21231, 10.2509, -0.293563) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(162.539)) |
| 1096 | p.BrickColor = BrickColor.new("Bronze") |
| 1097 | p.Material = Enum.Material.Glacier |
| 1098 | p.MaterialVariant = "2022 Stud" |
| 1099 | p.Anchored = true |
| 1100 | p.Parent = model |
| 1101 | end |
| 1102 | do |
| 1103 | local p = Instance.new("Part") |
| 1104 | p.Name = "Chain2_link_7" |
| 1105 | p.Size = Vector3.new(0.647003, 0.15, 0.4) |
| 1106 | p.CFrame = CFrame.new(-5.84644, 10.0924, -0.240188) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(169.597)) |
| 1107 | p.BrickColor = BrickColor.new("Bronze") |
| 1108 | p.Material = Enum.Material.Glacier |
| 1109 | p.MaterialVariant = "2022 Stud" |
| 1110 | p.Anchored = true |
| 1111 | p.Parent = model |
| 1112 | end |
| 1113 | do |
| 1114 | local p = Instance.new("Part") |
| 1115 | p.Name = "Chain2_link_8" |
| 1116 | p.Size = Vector3.new(0.637249, 0.4, 0.15) |
| 1117 | p.CFrame = CFrame.new(-6.48056, 10.0173, -0.186813) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(176.987)) |
| 1118 | p.BrickColor = BrickColor.new("Bronze") |
| 1119 | p.Material = Enum.Material.Glacier |
| 1120 | p.MaterialVariant = "2022 Stud" |
| 1121 | p.Anchored = true |
| 1122 | p.Parent = model |
| 1123 | end |
| 1124 | do |
| 1125 | local p = Instance.new("Part") |
| 1126 | p.Name = "Chain2_link_9" |
| 1127 | p.Size = Vector3.new(0.638316, 0.15, 0.4) |
| 1128 | p.CFrame = CFrame.new(-7.11469, 10.0254, -0.133438) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(-175.522)) |
| 1129 | p.BrickColor = BrickColor.new("Bronze") |
| 1130 | p.Material = Enum.Material.Glacier |
| 1131 | p.MaterialVariant = "2022 Stud" |
| 1132 | p.Anchored = true |
| 1133 | p.Parent = model |
| 1134 | end |
| 1135 | do |
| 1136 | local p = Instance.new("Part") |
| 1137 | p.Name = "Chain2_link_10" |
| 1138 | p.Size = Vector3.new(0.650151, 0.4, 0.15) |
| 1139 | p.CFrame = CFrame.new(-7.74881, 10.1169, -0.080063) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(-168.181)) |
| 1140 | p.BrickColor = BrickColor.new("Bronze") |
| 1141 | p.Material = Enum.Material.Glacier |
| 1142 | p.MaterialVariant = "2022 Stud" |
| 1143 | p.Anchored = true |
| 1144 | p.Parent = model |
| 1145 | end |
| 1146 | do |
| 1147 | local p = Instance.new("Part") |
| 1148 | p.Name = "Chain2_link_11" |
| 1149 | p.Size = Vector3.new(0.672187, 0.15, 0.4) |
| 1150 | p.CFrame = CFrame.new(-8.38294, 10.2918, -0.026688) * CFrame.Angles(math.rad(-180), math.rad(-4.81131), math.rad(-161.211)) |
| 1151 | p.BrickColor = BrickColor.new("Bronze") |
| 1152 | p.Material = Enum.Material.Glacier |
| 1153 | p.MaterialVariant = "2022 Stud" |
| 1154 | p.Anchored = true |
| 1155 | p.Parent = model |
| 1156 | end |
| 1157 | do |
| 1158 | local p = Instance.new("Part") |
| 1159 | p.Name = "Chain3_link_0" |
| 1160 | p.Size = Vector3.new(0.944799, 0.4, 0.15) |
| 1161 | p.CFrame = CFrame.new(0.347875, 12.7694, 1.21637) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(133.592)) |
| 1162 | p.BrickColor = BrickColor.new("Bronze") |
| 1163 | p.Material = Enum.Material.Glacier |
| 1164 | p.MaterialVariant = "2022 Stud" |
| 1165 | p.Anchored = true |
| 1166 | p.Parent = model |
| 1167 | end |
| 1168 | do |
| 1169 | local p = Instance.new("Part") |
| 1170 | p.Name = "Chain3_link_1" |
| 1171 | p.Size = Vector3.new(0.886308, 0.15, 0.4) |
| 1172 | p.CFrame = CFrame.new(0.317625, 12.1267, 1.86712) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(137.309)) |
| 1173 | p.BrickColor = BrickColor.new("Bronze") |
| 1174 | p.Material = Enum.Material.Glacier |
| 1175 | p.MaterialVariant = "2022 Stud" |
| 1176 | p.Anchored = true |
| 1177 | p.Parent = model |
| 1178 | end |
| 1179 | do |
| 1180 | local p = Instance.new("Part") |
| 1181 | p.Name = "Chain3_link_2" |
| 1182 | p.Size = Vector3.new(0.832061, 0.4, 0.15) |
| 1183 | p.CFrame = CFrame.new(0.287375, 11.5674, 2.51788) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(141.53)) |
| 1184 | p.BrickColor = BrickColor.new("Bronze") |
| 1185 | p.Material = Enum.Material.Glacier |
| 1186 | p.MaterialVariant = "2022 Stud" |
| 1187 | p.Anchored = true |
| 1188 | p.Parent = model |
| 1189 | end |
| 1190 | do |
| 1191 | local p = Instance.new("Part") |
| 1192 | p.Name = "Chain3_link_3" |
| 1193 | p.Size = Vector3.new(0.782943, 0.15, 0.4) |
| 1194 | p.CFrame = CFrame.new(0.257125, 11.0915, 3.16863) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(146.311)) |
| 1195 | p.BrickColor = BrickColor.new("Bronze") |
| 1196 | p.Material = Enum.Material.Glacier |
| 1197 | p.MaterialVariant = "2022 Stud" |
| 1198 | p.Anchored = true |
| 1199 | p.Parent = model |
| 1200 | end |
| 1201 | do |
| 1202 | local p = Instance.new("Part") |
| 1203 | p.Name = "Chain3_link_4" |
| 1204 | p.Size = Vector3.new(0.739975, 0.4, 0.15) |
| 1205 | p.CFrame = CFrame.new(0.226875, 10.6989, 3.81937) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(151.687)) |
| 1206 | p.BrickColor = BrickColor.new("Bronze") |
| 1207 | p.Material = Enum.Material.Glacier |
| 1208 | p.MaterialVariant = "2022 Stud" |
| 1209 | p.Anchored = true |
| 1210 | p.Parent = model |
| 1211 | end |
| 1212 | do |
| 1213 | local p = Instance.new("Part") |
| 1214 | p.Name = "Chain3_link_5" |
| 1215 | p.Size = Vector3.new(0.704282, 0.15, 0.4) |
| 1216 | p.CFrame = CFrame.new(0.196625, 10.3896, 4.47013) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(157.667)) |
| 1217 | p.BrickColor = BrickColor.new("Bronze") |
| 1218 | p.Material = Enum.Material.Glacier |
| 1219 | p.MaterialVariant = "2022 Stud" |
| 1220 | p.Anchored = true |
| 1221 | p.Parent = model |
| 1222 | end |
| 1223 | do |
| 1224 | local p = Instance.new("Part") |
| 1225 | p.Name = "Chain3_link_6" |
| 1226 | p.Size = Vector3.new(0.677018, 0.4, 0.15) |
| 1227 | p.CFrame = CFrame.new(0.166375, 10.1636, 5.12087) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(164.204)) |
| 1228 | p.BrickColor = BrickColor.new("Bronze") |
| 1229 | p.Material = Enum.Material.Glacier |
| 1230 | p.MaterialVariant = "2022 Stud" |
| 1231 | p.Anchored = true |
| 1232 | p.Parent = model |
| 1233 | end |
| 1234 | do |
| 1235 | local p = Instance.new("Part") |
| 1236 | p.Name = "Chain3_link_7" |
| 1237 | p.Size = Vector3.new(0.659229, 0.15, 0.4) |
| 1238 | p.CFrame = CFrame.new(0.136125, 10.021, 5.77163) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(171.191)) |
| 1239 | p.BrickColor = BrickColor.new("Bronze") |
| 1240 | p.Material = Enum.Material.Glacier |
| 1241 | p.MaterialVariant = "2022 Stud" |
| 1242 | p.Anchored = true |
| 1243 | p.Parent = model |
| 1244 | end |
| 1245 | do |
| 1246 | local p = Instance.new("Part") |
| 1247 | p.Name = "Chain3_link_8" |
| 1248 | p.Size = Vector3.new(0.651691, 0.4, 0.15) |
| 1249 | p.CFrame = CFrame.new(0.105875, 9.96169, 6.42237) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(178.45)) |
| 1250 | p.BrickColor = BrickColor.new("Bronze") |
| 1251 | p.Material = Enum.Material.Glacier |
| 1252 | p.MaterialVariant = "2022 Stud" |
| 1253 | p.Anchored = true |
| 1254 | p.Parent = model |
| 1255 | end |
| 1256 | do |
| 1257 | local p = Instance.new("Part") |
| 1258 | p.Name = "Chain3_link_9" |
| 1259 | p.Size = Vector3.new(0.654758, 0.15, 0.4) |
| 1260 | p.CFrame = CFrame.new(0.075625, 9.98573, 7.07313) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(-174.24)) |
| 1261 | p.BrickColor = BrickColor.new("Bronze") |
| 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.Name = "Chain3_link_10" |
| 1270 | p.Size = Vector3.new(0.668284, 0.4, 0.15) |
| 1271 | p.CFrame = CFrame.new(0.045375, 10.0931, 7.72387) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(-167.113)) |
| 1272 | p.BrickColor = BrickColor.new("Bronze") |
| 1273 | p.Material = Enum.Material.Glacier |
| 1274 | p.MaterialVariant = "2022 Stud" |
| 1275 | p.Anchored = true |
| 1276 | p.Parent = model |
| 1277 | end |
| 1278 | do |
| 1279 | local p = Instance.new("Part") |
| 1280 | p.Name = "Chain3_link_11" |
| 1281 | p.Size = Vector3.new(0.691657, 0.15, 0.4) |
| 1282 | p.CFrame = CFrame.new(0.015125, 10.2838, 8.37462) * CFrame.Angles(math.rad(-180), math.rad(-87.3385), math.rad(-160.369)) |
| 1283 | p.BrickColor = BrickColor.new("Bronze") |
| 1284 | p.Material = Enum.Material.Glacier |
| 1285 | p.MaterialVariant = "2022 Stud" |
| 1286 | p.Anchored = true |
| 1287 | p.Parent = model |
| 1288 | end |
| 1289 | do |
| 1290 | local p = Instance.new("Part") |
| 1291 | p.Name = "Chain4_link_0" |
| 1292 | p.Size = Vector3.new(0.957728, 0.4, 0.15) |
| 1293 | p.CFrame = CFrame.new(0.347875, 13.7842, -2.19963) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(126.231)) |
| 1294 | p.BrickColor = BrickColor.new("Bronze") |
| 1295 | p.Material = Enum.Material.Glacier |
| 1296 | p.MaterialVariant = "2022 Stud" |
| 1297 | p.Anchored = true |
| 1298 | p.Parent = model |
| 1299 | end |
| 1300 | do |
| 1301 | local p = Instance.new("Part") |
| 1302 | p.Name = "Chain4_link_1" |
| 1303 | p.Size = Vector3.new(0.891869, 0.15, 0.4) |
| 1304 | p.CFrame = CFrame.new(0.317625, 13.0534, -2.76487) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(129.397)) |
| 1305 | p.BrickColor = BrickColor.new("Bronze") |
| 1306 | p.Material = Enum.Material.Glacier |
| 1307 | p.MaterialVariant = "2022 Stud" |
| 1308 | p.Anchored = true |
| 1309 | p.Parent = model |
| 1310 | end |
| 1311 | do |
| 1312 | local p = Instance.new("Part") |
| 1313 | p.Name = "Chain4_link_2" |
| 1314 | p.Size = Vector3.new(0.829161, 0.4, 0.15) |
| 1315 | p.CFrame = CFrame.new(0.287375, 12.4058, -3.33012) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(133.054)) |
| 1316 | p.BrickColor = BrickColor.new("Bronze") |
| 1317 | p.Material = Enum.Material.Glacier |
| 1318 | p.MaterialVariant = "2022 Stud" |
| 1319 | p.Anchored = true |
| 1320 | p.Parent = model |
| 1321 | end |
| 1322 | do |
| 1323 | local p = Instance.new("Part") |
| 1324 | p.Name = "Chain4_link_3" |
| 1325 | p.Size = Vector3.new(0.770372, 0.15, 0.4) |
| 1326 | p.CFrame = CFrame.new(0.257125, 11.8416, -3.89538) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(137.289)) |
| 1327 | p.BrickColor = BrickColor.new("Bronze") |
| 1328 | p.Material = Enum.Material.Glacier |
| 1329 | p.MaterialVariant = "2022 Stud" |
| 1330 | p.Anchored = true |
| 1331 | p.Parent = model |
| 1332 | end |
| 1333 | do |
| 1334 | local p = Instance.new("Part") |
| 1335 | p.Name = "Chain4_link_4" |
| 1336 | p.Size = Vector3.new(0.716468, 0.4, 0.15) |
| 1337 | p.CFrame = CFrame.new(0.226875, 11.3607, -4.46063) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(142.192)) |
| 1338 | p.BrickColor = BrickColor.new("Bronze") |
| 1339 | p.Material = Enum.Material.Glacier |
| 1340 | p.MaterialVariant = "2022 Stud" |
| 1341 | p.Anchored = true |
| 1342 | p.Parent = model |
| 1343 | end |
| 1344 | do |
| 1345 | local p = Instance.new("Part") |
| 1346 | p.Name = "Chain4_link_5" |
| 1347 | p.Size = Vector3.new(0.668633, 0.15, 0.4) |
| 1348 | p.CFrame = CFrame.new(0.196625, 10.9632, -5.02588) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(147.843)) |
| 1349 | p.BrickColor = BrickColor.new("Bronze") |
| 1350 | p.Material = Enum.Material.Glacier |
| 1351 | p.MaterialVariant = "2022 Stud" |
| 1352 | p.Anchored = true |
| 1353 | p.Parent = model |
| 1354 | end |
| 1355 | do |
| 1356 | local p = Instance.new("Part") |
| 1357 | p.Name = "Chain4_link_6" |
| 1358 | p.Size = Vector3.new(0.628253, 0.4, 0.15) |
| 1359 | p.CFrame = CFrame.new(0.166375, 10.649, -5.59112) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(154.29)) |
| 1360 | p.BrickColor = BrickColor.new("Bronze") |
| 1361 | p.Material = Enum.Material.Glacier |
| 1362 | p.MaterialVariant = "2022 Stud" |
| 1363 | p.Anchored = true |
| 1364 | p.Parent = model |
| 1365 | end |
| 1366 | do |
| 1367 | local p = Instance.new("Part") |
| 1368 | p.Name = "Chain4_link_7" |
| 1369 | p.Size = Vector3.new(0.596844, 0.15, 0.4) |
| 1370 | p.CFrame = CFrame.new(0.136125, 10.4181, -6.15637) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(161.518)) |
| 1371 | p.BrickColor = BrickColor.new("Bronze") |
| 1372 | p.Material = Enum.Material.Glacier |
| 1373 | p.MaterialVariant = "2022 Stud" |
| 1374 | p.Anchored = true |
| 1375 | p.Parent = model |
| 1376 | end |
| 1377 | do |
| 1378 | local p = Instance.new("Part") |
| 1379 | p.Name = "Chain4_link_8" |
| 1380 | p.Size = Vector3.new(0.575875, 0.4, 0.15) |
| 1381 | p.CFrame = CFrame.new(0.105875, 10.2706, -6.72163) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(169.406)) |
| 1382 | p.BrickColor = BrickColor.new("Bronze") |
| 1383 | p.Material = Enum.Material.Glacier |
| 1384 | p.MaterialVariant = "2022 Stud" |
| 1385 | p.Anchored = true |
| 1386 | p.Parent = model |
| 1387 | end |
| 1388 | do |
| 1389 | local p = Instance.new("Part") |
| 1390 | p.Name = "Chain4_link_9" |
| 1391 | p.Size = Vector3.new(0.566508, 0.15, 0.4) |
| 1392 | p.CFrame = CFrame.new(0.075625, 10.2064, -7.28688) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(177.72)) |
| 1393 | p.BrickColor = BrickColor.new("Bronze") |
| 1394 | p.Material = Enum.Material.Glacier |
| 1395 | p.MaterialVariant = "2022 Stud" |
| 1396 | p.Anchored = true |
| 1397 | p.Parent = model |
| 1398 | end |
| 1399 | do |
| 1400 | local p = Instance.new("Part") |
| 1401 | p.Name = "Chain4_link_10" |
| 1402 | p.Size = Vector3.new(0.569314, 0.4, 0.15) |
| 1403 | p.CFrame = CFrame.new(0.045375, 10.2255, -7.85213) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(-173.87)) |
| 1404 | p.BrickColor = BrickColor.new("Bronze") |
| 1405 | p.Material = Enum.Material.Glacier |
| 1406 | p.MaterialVariant = "2022 Stud" |
| 1407 | p.Anchored = true |
| 1408 | p.Parent = model |
| 1409 | end |
| 1410 | do |
| 1411 | local p = Instance.new("Part") |
| 1412 | p.Name = "Chain4_link_11" |
| 1413 | p.Size = Vector3.new(0.584119, 0.15, 0.4) |
| 1414 | p.CFrame = CFrame.new(0.015125, 10.3279, -8.41737) * CFrame.Angles(math.rad(-180), math.rad(86.9367), math.rad(-165.715)) |
| 1415 | p.BrickColor = BrickColor.new("Bronze") |
| 1416 | p.Material = Enum.Material.Glacier |
| 1417 | p.MaterialVariant = "2022 Stud" |
| 1418 | p.Anchored = true |
| 1419 | p.Parent = model |
| 1420 | end |
| 1421 | do |
| 1422 | local rightV = Vector3.new(1,0,0).Unit |
| 1423 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1424 | local normalV = upV:Cross(rightV) |
| 1425 | local pos = Vector3.new(0, 1.14, 0) |
| 1426 | local cyl = Instance.new("Part") |
| 1427 | cyl.Shape = Enum.PartType.Cylinder |
| 1428 | cyl.Size = Vector3.new(0.2, 24, 24) |
| 1429 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1430 | cyl.BrickColor = BrickColor.new("Sand yellow") |
| 1431 | cyl.Material = Enum.Material.Glacier |
| 1432 | cyl.MaterialVariant = "2022 Small Stud" |
| 1433 | cyl.Anchored = true; cyl.Parent = workspace |
| 1434 | local cuts = {} |
| 1435 | local hole = Instance.new("Part") |
| 1436 | hole.Shape = Enum.PartType.Cylinder |
| 1437 | hole.Size = Vector3.new(0.4, 23.6, 23.6) |
| 1438 | hole.CFrame = cyl.CFrame |
| 1439 | hole.BrickColor = BrickColor.new("Sand yellow") |
| 1440 | hole.Material = Enum.Material.Glacier |
| 1441 | hole.MaterialVariant = "2022 Small Stud" |
| 1442 | hole.Anchored = true; hole.Parent = workspace |
| 1443 | table.insert(cuts, hole) |
| 1444 | if #cuts > 0 then |
| 1445 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1446 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1447 | if ok and result then |
| 1448 | cyl:Destroy() |
| 1449 | result.Name = "Base_Rim"; result.Anchored = true; result.Parent = model |
| 1450 | else |
| 1451 | cyl.Name = "Base_Rim"; cyl.Parent = model |
| 1452 | end |
| 1453 | else |
| 1454 | cyl.Name = "Base_Rim"; cyl.Parent = model |
| 1455 | end |
| 1456 | end |
| 1457 | do |
| 1458 | local rightV = Vector3.new(1,0,0).Unit |
| 1459 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1460 | local normalV = upV:Cross(rightV) |
| 1461 | local pos = Vector3.new(0, 10.14, 0) |
| 1462 | local cyl = Instance.new("Part") |
| 1463 | cyl.Shape = Enum.PartType.Cylinder |
| 1464 | cyl.Size = Vector3.new(0.2, 22, 22) |
| 1465 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1466 | cyl.BrickColor = BrickColor.new("Sand yellow") |
| 1467 | cyl.Material = Enum.Material.Glacier |
| 1468 | cyl.MaterialVariant = "2022 Small Stud" |
| 1469 | cyl.Anchored = true; cyl.Parent = workspace |
| 1470 | local cuts = {} |
| 1471 | local hole = Instance.new("Part") |
| 1472 | hole.Shape = Enum.PartType.Cylinder |
| 1473 | hole.Size = Vector3.new(0.4, 21.6, 21.6) |
| 1474 | hole.CFrame = cyl.CFrame |
| 1475 | hole.BrickColor = BrickColor.new("Sand yellow") |
| 1476 | hole.Material = Enum.Material.Glacier |
| 1477 | hole.MaterialVariant = "2022 Small Stud" |
| 1478 | hole.Anchored = true; hole.Parent = workspace |
| 1479 | table.insert(cuts, hole) |
| 1480 | if #cuts > 0 then |
| 1481 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1482 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1483 | if ok and result then |
| 1484 | cyl:Destroy() |
| 1485 | result.Name = "Top_Rim"; result.Anchored = true; result.Parent = model |
| 1486 | else |
| 1487 | cyl.Name = "Top_Rim"; cyl.Parent = model |
| 1488 | end |
| 1489 | else |
| 1490 | cyl.Name = "Top_Rim"; cyl.Parent = model |
| 1491 | end |
| 1492 | end |
| 1493 | do |
| 1494 | local rightV = Vector3.new(1,0,0).Unit |
| 1495 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1496 | local normalV = upV:Cross(rightV) |
| 1497 | local pos = Vector3.new(0, 10.06, 0) |
| 1498 | local cyl = Instance.new("Part") |
| 1499 | cyl.Shape = Enum.PartType.Cylinder |
| 1500 | cyl.Size = Vector3.new(0.05, 6, 6) |
| 1501 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1502 | cyl.BrickColor = BrickColor.new("Sand yellow") |
| 1503 | cyl.Material = Enum.Material.Glacier |
| 1504 | cyl.MaterialVariant = "2022 Small Stud" |
| 1505 | cyl.Anchored = true; cyl.Parent = workspace |
| 1506 | local cuts = {} |
| 1507 | if #cuts > 0 then |
| 1508 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1509 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1510 | if ok and result then |
| 1511 | cyl:Destroy() |
| 1512 | result.Name = "CenterPad"; result.Anchored = true; result.Parent = model |
| 1513 | else |
| 1514 | cyl.Name = "CenterPad"; cyl.Parent = model |
| 1515 | end |
| 1516 | else |
| 1517 | cyl.Name = "CenterPad"; cyl.Parent = model |
| 1518 | end |
| 1519 | end |
| 1520 | do |
| 1521 | local rightV = Vector3.new(1,0,0).Unit |
| 1522 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1523 | local normalV = upV:Cross(rightV) |
| 1524 | local pos = Vector3.new(0, 10.09, 0) |
| 1525 | local cyl = Instance.new("Part") |
| 1526 | cyl.Shape = Enum.PartType.Cylinder |
| 1527 | cyl.Size = Vector3.new(0.1, 18.4, 18.4) |
| 1528 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1529 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1530 | cyl.Material = Enum.Material.Glacier |
| 1531 | cyl.MaterialVariant = "2022 Stud" |
| 1532 | cyl.Anchored = true; cyl.Parent = workspace |
| 1533 | local cuts = {} |
| 1534 | local hole = Instance.new("Part") |
| 1535 | hole.Shape = Enum.PartType.Cylinder |
| 1536 | hole.Size = Vector3.new(0.3, 18, 18) |
| 1537 | hole.CFrame = cyl.CFrame |
| 1538 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1539 | hole.Material = Enum.Material.Glacier |
| 1540 | hole.MaterialVariant = "2022 Stud" |
| 1541 | hole.Anchored = true; hole.Parent = workspace |
| 1542 | table.insert(cuts, hole) |
| 1543 | if #cuts > 0 then |
| 1544 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1545 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1546 | if ok and result then |
| 1547 | cyl:Destroy() |
| 1548 | result.Name = "MagicRing1"; result.Anchored = true; result.Parent = model |
| 1549 | else |
| 1550 | cyl.Name = "MagicRing1"; cyl.Parent = model |
| 1551 | end |
| 1552 | else |
| 1553 | cyl.Name = "MagicRing1"; cyl.Parent = model |
| 1554 | end |
| 1555 | end |
| 1556 | do |
| 1557 | local rightV = Vector3.new(1,0,0).Unit |
| 1558 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1559 | local normalV = upV:Cross(rightV) |
| 1560 | local pos = Vector3.new(0, 10.25, 0) |
| 1561 | local cyl = Instance.new("Part") |
| 1562 | cyl.Shape = Enum.PartType.Cylinder |
| 1563 | cyl.Size = Vector3.new(0.1, 12.3, 12.3) |
| 1564 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1565 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1566 | cyl.Material = Enum.Material.Glacier |
| 1567 | cyl.MaterialVariant = "2022 Stud" |
| 1568 | cyl.Anchored = true; cyl.Parent = workspace |
| 1569 | local cuts = {} |
| 1570 | local hole = Instance.new("Part") |
| 1571 | hole.Shape = Enum.PartType.Cylinder |
| 1572 | hole.Size = Vector3.new(0.3, 12, 12) |
| 1573 | hole.CFrame = cyl.CFrame |
| 1574 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1575 | hole.Material = Enum.Material.Glacier |
| 1576 | hole.MaterialVariant = "2022 Stud" |
| 1577 | hole.Anchored = true; hole.Parent = workspace |
| 1578 | table.insert(cuts, hole) |
| 1579 | if #cuts > 0 then |
| 1580 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1581 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1582 | if ok and result then |
| 1583 | cyl:Destroy() |
| 1584 | result.Name = "MagicRing2"; result.Anchored = true; result.Parent = model |
| 1585 | else |
| 1586 | cyl.Name = "MagicRing2"; cyl.Parent = model |
| 1587 | end |
| 1588 | else |
| 1589 | cyl.Name = "MagicRing2"; cyl.Parent = model |
| 1590 | end |
| 1591 | end |
| 1592 | do |
| 1593 | local rightV = Vector3.new(1,0,0).Unit |
| 1594 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1595 | local normalV = upV:Cross(rightV) |
| 1596 | local pos = Vector3.new(0, 10.09, 0) |
| 1597 | local cyl = Instance.new("Part") |
| 1598 | cyl.Shape = Enum.PartType.Cylinder |
| 1599 | cyl.Size = Vector3.new(0.1, 5.2, 5.2) |
| 1600 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1601 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1602 | cyl.Material = Enum.Material.Glacier |
| 1603 | cyl.MaterialVariant = "2022 Stud" |
| 1604 | cyl.Anchored = true; cyl.Parent = workspace |
| 1605 | local cuts = {} |
| 1606 | local hole = Instance.new("Part") |
| 1607 | hole.Shape = Enum.PartType.Cylinder |
| 1608 | hole.Size = Vector3.new(0.3, 5, 5) |
| 1609 | hole.CFrame = cyl.CFrame |
| 1610 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1611 | hole.Material = Enum.Material.Glacier |
| 1612 | hole.MaterialVariant = "2022 Stud" |
| 1613 | hole.Anchored = true; hole.Parent = workspace |
| 1614 | table.insert(cuts, hole) |
| 1615 | if #cuts > 0 then |
| 1616 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1617 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1618 | if ok and result then |
| 1619 | cyl:Destroy() |
| 1620 | result.Name = "MagicRing3"; result.Anchored = true; result.Parent = model |
| 1621 | else |
| 1622 | cyl.Name = "MagicRing3"; cyl.Parent = model |
| 1623 | end |
| 1624 | else |
| 1625 | cyl.Name = "MagicRing3"; cyl.Parent = model |
| 1626 | end |
| 1627 | end |
| 1628 | do |
| 1629 | local rightV = Vector3.new(1,0,0).Unit |
| 1630 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1631 | local normalV = upV:Cross(rightV) |
| 1632 | local pos = Vector3.new(7.5, 10.09, 0) |
| 1633 | local cyl = Instance.new("Part") |
| 1634 | cyl.Shape = Enum.PartType.Cylinder |
| 1635 | cyl.Size = Vector3.new(0.1, 2.3, 2.3) |
| 1636 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1637 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1638 | cyl.Material = Enum.Material.Glacier |
| 1639 | cyl.MaterialVariant = "2022 Stud" |
| 1640 | cyl.Anchored = true; cyl.Parent = workspace |
| 1641 | local cuts = {} |
| 1642 | local hole = Instance.new("Part") |
| 1643 | hole.Shape = Enum.PartType.Cylinder |
| 1644 | hole.Size = Vector3.new(0.3, 2, 2) |
| 1645 | hole.CFrame = cyl.CFrame |
| 1646 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1647 | hole.Material = Enum.Material.Glacier |
| 1648 | hole.MaterialVariant = "2022 Stud" |
| 1649 | hole.Anchored = true; hole.Parent = workspace |
| 1650 | table.insert(cuts, hole) |
| 1651 | if #cuts > 0 then |
| 1652 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1653 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1654 | if ok and result then |
| 1655 | cyl:Destroy() |
| 1656 | result.Name = "SmallCircle_0"; result.Anchored = true; result.Parent = model |
| 1657 | else |
| 1658 | cyl.Name = "SmallCircle_0"; cyl.Parent = model |
| 1659 | end |
| 1660 | else |
| 1661 | cyl.Name = "SmallCircle_0"; cyl.Parent = model |
| 1662 | end |
| 1663 | end |
| 1664 | do |
| 1665 | local rightV = Vector3.new(1,0,0).Unit |
| 1666 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1667 | local normalV = upV:Cross(rightV) |
| 1668 | local pos = Vector3.new(3.75, 10.09, -6.49519) |
| 1669 | local cyl = Instance.new("Part") |
| 1670 | cyl.Shape = Enum.PartType.Cylinder |
| 1671 | cyl.Size = Vector3.new(0.1, 2.3, 2.3) |
| 1672 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1673 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1674 | cyl.Material = Enum.Material.Glacier |
| 1675 | cyl.MaterialVariant = "2022 Stud" |
| 1676 | cyl.Anchored = true; cyl.Parent = workspace |
| 1677 | local cuts = {} |
| 1678 | local hole = Instance.new("Part") |
| 1679 | hole.Shape = Enum.PartType.Cylinder |
| 1680 | hole.Size = Vector3.new(0.3, 2, 2) |
| 1681 | hole.CFrame = cyl.CFrame |
| 1682 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1683 | hole.Material = Enum.Material.Glacier |
| 1684 | hole.MaterialVariant = "2022 Stud" |
| 1685 | hole.Anchored = true; hole.Parent = workspace |
| 1686 | table.insert(cuts, hole) |
| 1687 | if #cuts > 0 then |
| 1688 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1689 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1690 | if ok and result then |
| 1691 | cyl:Destroy() |
| 1692 | result.Name = "SmallCircle_1"; result.Anchored = true; result.Parent = model |
| 1693 | else |
| 1694 | cyl.Name = "SmallCircle_1"; cyl.Parent = model |
| 1695 | end |
| 1696 | else |
| 1697 | cyl.Name = "SmallCircle_1"; cyl.Parent = model |
| 1698 | end |
| 1699 | end |
| 1700 | do |
| 1701 | local rightV = Vector3.new(1,0,0).Unit |
| 1702 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1703 | local normalV = upV:Cross(rightV) |
| 1704 | local pos = Vector3.new(-3.75, 10.09, -6.49519) |
| 1705 | local cyl = Instance.new("Part") |
| 1706 | cyl.Shape = Enum.PartType.Cylinder |
| 1707 | cyl.Size = Vector3.new(0.1, 2.3, 2.3) |
| 1708 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1709 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1710 | cyl.Material = Enum.Material.Glacier |
| 1711 | cyl.MaterialVariant = "2022 Stud" |
| 1712 | cyl.Anchored = true; cyl.Parent = workspace |
| 1713 | local cuts = {} |
| 1714 | local hole = Instance.new("Part") |
| 1715 | hole.Shape = Enum.PartType.Cylinder |
| 1716 | hole.Size = Vector3.new(0.3, 2, 2) |
| 1717 | hole.CFrame = cyl.CFrame |
| 1718 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1719 | hole.Material = Enum.Material.Glacier |
| 1720 | hole.MaterialVariant = "2022 Stud" |
| 1721 | hole.Anchored = true; hole.Parent = workspace |
| 1722 | table.insert(cuts, hole) |
| 1723 | if #cuts > 0 then |
| 1724 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1725 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1726 | if ok and result then |
| 1727 | cyl:Destroy() |
| 1728 | result.Name = "SmallCircle_2"; result.Anchored = true; result.Parent = model |
| 1729 | else |
| 1730 | cyl.Name = "SmallCircle_2"; cyl.Parent = model |
| 1731 | end |
| 1732 | else |
| 1733 | cyl.Name = "SmallCircle_2"; cyl.Parent = model |
| 1734 | end |
| 1735 | end |
| 1736 | do |
| 1737 | local rightV = Vector3.new(1,0,0).Unit |
| 1738 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1739 | local normalV = upV:Cross(rightV) |
| 1740 | local pos = Vector3.new(-7.5, 10.09, 0) |
| 1741 | local cyl = Instance.new("Part") |
| 1742 | cyl.Shape = Enum.PartType.Cylinder |
| 1743 | cyl.Size = Vector3.new(0.1, 2.3, 2.3) |
| 1744 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1745 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1746 | cyl.Material = Enum.Material.Glacier |
| 1747 | cyl.MaterialVariant = "2022 Stud" |
| 1748 | cyl.Anchored = true; cyl.Parent = workspace |
| 1749 | local cuts = {} |
| 1750 | local hole = Instance.new("Part") |
| 1751 | hole.Shape = Enum.PartType.Cylinder |
| 1752 | hole.Size = Vector3.new(0.3, 2, 2) |
| 1753 | hole.CFrame = cyl.CFrame |
| 1754 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1755 | hole.Material = Enum.Material.Glacier |
| 1756 | hole.MaterialVariant = "2022 Stud" |
| 1757 | hole.Anchored = true; hole.Parent = workspace |
| 1758 | table.insert(cuts, hole) |
| 1759 | if #cuts > 0 then |
| 1760 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1761 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1762 | if ok and result then |
| 1763 | cyl:Destroy() |
| 1764 | result.Name = "SmallCircle_3"; result.Anchored = true; result.Parent = model |
| 1765 | else |
| 1766 | cyl.Name = "SmallCircle_3"; cyl.Parent = model |
| 1767 | end |
| 1768 | else |
| 1769 | cyl.Name = "SmallCircle_3"; cyl.Parent = model |
| 1770 | end |
| 1771 | end |
| 1772 | do |
| 1773 | local rightV = Vector3.new(1,0,0).Unit |
| 1774 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1775 | local normalV = upV:Cross(rightV) |
| 1776 | local pos = Vector3.new(-3.75, 10.09, 6.49519) |
| 1777 | local cyl = Instance.new("Part") |
| 1778 | cyl.Shape = Enum.PartType.Cylinder |
| 1779 | cyl.Size = Vector3.new(0.1, 2.3, 2.3) |
| 1780 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1781 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1782 | cyl.Material = Enum.Material.Glacier |
| 1783 | cyl.MaterialVariant = "2022 Stud" |
| 1784 | cyl.Anchored = true; cyl.Parent = workspace |
| 1785 | local cuts = {} |
| 1786 | local hole = Instance.new("Part") |
| 1787 | hole.Shape = Enum.PartType.Cylinder |
| 1788 | hole.Size = Vector3.new(0.3, 2, 2) |
| 1789 | hole.CFrame = cyl.CFrame |
| 1790 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1791 | hole.Material = Enum.Material.Glacier |
| 1792 | hole.MaterialVariant = "2022 Stud" |
| 1793 | hole.Anchored = true; hole.Parent = workspace |
| 1794 | table.insert(cuts, hole) |
| 1795 | if #cuts > 0 then |
| 1796 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1797 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1798 | if ok and result then |
| 1799 | cyl:Destroy() |
| 1800 | result.Name = "SmallCircle_4"; result.Anchored = true; result.Parent = model |
| 1801 | else |
| 1802 | cyl.Name = "SmallCircle_4"; cyl.Parent = model |
| 1803 | end |
| 1804 | else |
| 1805 | cyl.Name = "SmallCircle_4"; cyl.Parent = model |
| 1806 | end |
| 1807 | end |
| 1808 | do |
| 1809 | local rightV = Vector3.new(1,0,0).Unit |
| 1810 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 1811 | local normalV = upV:Cross(rightV) |
| 1812 | local pos = Vector3.new(3.75, 10.09, 6.49519) |
| 1813 | local cyl = Instance.new("Part") |
| 1814 | cyl.Shape = Enum.PartType.Cylinder |
| 1815 | cyl.Size = Vector3.new(0.1, 2.3, 2.3) |
| 1816 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1817 | cyl.BrickColor = BrickColor.new("Toothpaste") |
| 1818 | cyl.Material = Enum.Material.Glacier |
| 1819 | cyl.MaterialVariant = "2022 Stud" |
| 1820 | cyl.Anchored = true; cyl.Parent = workspace |
| 1821 | local cuts = {} |
| 1822 | local hole = Instance.new("Part") |
| 1823 | hole.Shape = Enum.PartType.Cylinder |
| 1824 | hole.Size = Vector3.new(0.3, 2, 2) |
| 1825 | hole.CFrame = cyl.CFrame |
| 1826 | hole.BrickColor = BrickColor.new("Toothpaste") |
| 1827 | hole.Material = Enum.Material.Glacier |
| 1828 | hole.MaterialVariant = "2022 Stud" |
| 1829 | hole.Anchored = true; hole.Parent = workspace |
| 1830 | table.insert(cuts, hole) |
| 1831 | if #cuts > 0 then |
| 1832 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1833 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1834 | if ok and result then |
| 1835 | cyl:Destroy() |
| 1836 | result.Name = "SmallCircle_5"; result.Anchored = true; result.Parent = model |
| 1837 | else |
| 1838 | cyl.Name = "SmallCircle_5"; cyl.Parent = model |
| 1839 | end |
| 1840 | else |
| 1841 | cyl.Name = "SmallCircle_5"; cyl.Parent = model |
| 1842 | end |
| 1843 | end |
| 1844 | do |
| 1845 | local rightV = Vector3.new(0.969,0.226,0.085).Unit |
| 1846 | local upV = (Vector3.new(0,-0.353,0.936) - Vector3.new(0,-0.353,0.936):Dot(rightV)*rightV).Unit |
| 1847 | local normalV = upV:Cross(rightV) |
| 1848 | local pos = Vector3.new(0.363, 13.641, -0.513) |
| 1849 | local cyl = Instance.new("Part") |
| 1850 | cyl.Shape = Enum.PartType.Cylinder |
| 1851 | cyl.Size = Vector3.new(1, 3.2, 3.2) |
| 1852 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1853 | cyl.BrickColor = BrickColor.new("Bronze") |
| 1854 | cyl.Material = Enum.Material.Glacier |
| 1855 | cyl.MaterialVariant = "2022 Stud" |
| 1856 | cyl.Anchored = true; cyl.Parent = workspace |
| 1857 | local cuts = {} |
| 1858 | local hole = Instance.new("Part") |
| 1859 | hole.Shape = Enum.PartType.Cylinder |
| 1860 | hole.Size = Vector3.new(1.2, 2.8, 2.8) |
| 1861 | hole.CFrame = cyl.CFrame |
| 1862 | hole.BrickColor = BrickColor.new("Bronze") |
| 1863 | hole.Material = Enum.Material.Glacier |
| 1864 | hole.MaterialVariant = "2022 Stud" |
| 1865 | hole.Anchored = true; hole.Parent = workspace |
| 1866 | table.insert(cuts, hole) |
| 1867 | if #cuts > 0 then |
| 1868 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1869 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1870 | if ok and result then |
| 1871 | cyl:Destroy() |
| 1872 | result.Name = "Crystal_Ring"; result.Anchored = true; result.Parent = model |
| 1873 | else |
| 1874 | cyl.Name = "Crystal_Ring"; cyl.Parent = model |
| 1875 | end |
| 1876 | else |
| 1877 | cyl.Name = "Crystal_Ring"; cyl.Parent = model |
| 1878 | end |
| 1879 | end |
| 1880 | model.PrimaryPart = model:FindFirstChild("Pillar_Main") |
| 1881 | print("MagicAltar built: " .. #model:GetChildren() .. " parts") |
Loading comments...