Loading model...
by Zac · 5/26/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: WheatStalk |
| 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 = "WheatStalk" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Small Stud", |
| 25 | ["Cashmere"] = "2022 Glue", |
| 26 | ["Cool yellow"] = "2022 Small Stud", |
| 27 | ["Cork"] = "2022 Small Stud", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Shape = Enum.PartType.Cylinder |
| 32 | p.Name = "Stem" |
| 33 | p.Size = Vector3.new(22, 0.4, 0.4) |
| 34 | p.CFrame = CFrame.new(0, 11, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 35 | p.BrickColor = BrickColor.new("Brick yellow") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Small Stud" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "BaseLeaf1" |
| 44 | p.Size = Vector3.new(3.67423, 0.6, 0.1) |
| 45 | p.CFrame = CFrame.new(1.25, 2.75, 0.5) * CFrame.Angles(math.rad(0), math.rad(-21.8014), math.rad(42.876)) |
| 46 | p.BrickColor = BrickColor.new("Brick yellow") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Small Stud" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "BaseLeaf2" |
| 55 | p.Size = Vector3.new(3.53553, 0.5, 0.1) |
| 56 | p.CFrame = CFrame.new(-1, 3.75, -0.75) * CFrame.Angles(math.rad(-180), math.rad(36.8699), math.rad(-135)) |
| 57 | p.BrickColor = BrickColor.new("Cool yellow") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Small Stud" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Name = "HuskIn_0_0" |
| 66 | p.Size = Vector3.new(1.74642, 0.5, 0.3) |
| 67 | p.CFrame = CFrame.new(0.55, 4.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(66.3706)) |
| 68 | p.BrickColor = BrickColor.new("Brick yellow") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Small Stud" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "HuskOut_0_0" |
| 77 | p.Size = Vector3.new(1, 0.3, 0.15) |
| 78 | p.CFrame = CFrame.new(1.2, 6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(53.1301)) |
| 79 | p.BrickColor = BrickColor.new("Cool yellow") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Small Stud" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "Awn_0_0" |
| 88 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 89 | p.CFrame = CFrame.new(2.4, 7.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(59.0362)) |
| 90 | p.BrickColor = BrickColor.new("Cashmere") |
| 91 | p.Material = Enum.Material.Glacier |
| 92 | p.MaterialVariant = "2022 Glue" |
| 93 | p.Anchored = true |
| 94 | p.Parent = model |
| 95 | end |
| 96 | do |
| 97 | local p = Instance.new("Part") |
| 98 | p.Name = "HuskIn_0_1" |
| 99 | p.Size = Vector3.new(1.74642, 0.5, 0.3) |
| 100 | p.CFrame = CFrame.new(0, 4.8, 0.55) * CFrame.Angles(math.rad(-66.3706), math.rad(-90), math.rad(0)) |
| 101 | p.BrickColor = BrickColor.new("Cork") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Small Stud" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "HuskOut_0_1" |
| 110 | p.Size = Vector3.new(1, 0.3, 0.15) |
| 111 | p.CFrame = CFrame.new(0, 6, 1.2) * CFrame.Angles(math.rad(-53.1301), math.rad(-90), math.rad(0)) |
| 112 | p.BrickColor = BrickColor.new("Brick yellow") |
| 113 | p.Material = Enum.Material.Glacier |
| 114 | p.MaterialVariant = "2022 Small Stud" |
| 115 | p.Anchored = true |
| 116 | p.Parent = model |
| 117 | end |
| 118 | do |
| 119 | local p = Instance.new("Part") |
| 120 | p.Name = "Awn_0_1" |
| 121 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 122 | p.CFrame = CFrame.new(0, 7.9, 2.4) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 123 | p.BrickColor = BrickColor.new("Cashmere") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Glue" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "HuskIn_0_2" |
| 132 | p.Size = Vector3.new(1.74642, 0.5, 0.3) |
| 133 | p.CFrame = CFrame.new(-0.55, 4.8, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-113.629)) |
| 134 | p.BrickColor = BrickColor.new("Brick yellow") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Small Stud" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Name = "HuskOut_0_2" |
| 143 | p.Size = Vector3.new(1, 0.3, 0.15) |
| 144 | p.CFrame = CFrame.new(-1.2, 6, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-126.87)) |
| 145 | p.BrickColor = BrickColor.new("Cool yellow") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Small Stud" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "Awn_0_2" |
| 154 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 155 | p.CFrame = CFrame.new(-2.4, 7.9, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-120.964)) |
| 156 | p.BrickColor = BrickColor.new("Cashmere") |
| 157 | p.Material = Enum.Material.Glacier |
| 158 | p.MaterialVariant = "2022 Glue" |
| 159 | p.Anchored = true |
| 160 | p.Parent = model |
| 161 | end |
| 162 | do |
| 163 | local p = Instance.new("Part") |
| 164 | p.Name = "HuskIn_0_3" |
| 165 | p.Size = Vector3.new(1.74642, 0.5, 0.3) |
| 166 | p.CFrame = CFrame.new(0, 4.8, -0.55) * CFrame.Angles(math.rad(66.3706), math.rad(90), math.rad(0)) |
| 167 | p.BrickColor = BrickColor.new("Cork") |
| 168 | p.Material = Enum.Material.Glacier |
| 169 | p.MaterialVariant = "2022 Small Stud" |
| 170 | p.Anchored = true |
| 171 | p.Parent = model |
| 172 | end |
| 173 | do |
| 174 | local p = Instance.new("Part") |
| 175 | p.Name = "HuskOut_0_3" |
| 176 | p.Size = Vector3.new(1, 0.3, 0.15) |
| 177 | p.CFrame = CFrame.new(0, 6, -1.2) * CFrame.Angles(math.rad(53.1301), math.rad(90), math.rad(0)) |
| 178 | p.BrickColor = BrickColor.new("Brick yellow") |
| 179 | p.Material = Enum.Material.Glacier |
| 180 | p.MaterialVariant = "2022 Small Stud" |
| 181 | p.Anchored = true |
| 182 | p.Parent = model |
| 183 | end |
| 184 | do |
| 185 | local p = Instance.new("Part") |
| 186 | p.Name = "Awn_0_3" |
| 187 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 188 | p.CFrame = CFrame.new(0, 7.9, -2.4) * CFrame.Angles(math.rad(59.0362), math.rad(90), math.rad(0)) |
| 189 | p.BrickColor = BrickColor.new("Cashmere") |
| 190 | p.Material = Enum.Material.Glacier |
| 191 | p.MaterialVariant = "2022 Glue" |
| 192 | p.Anchored = true |
| 193 | p.Parent = model |
| 194 | end |
| 195 | do |
| 196 | local p = Instance.new("Part") |
| 197 | p.Name = "HuskIn_1_0" |
| 198 | p.Size = Vector3.new(1.73078, 0.5, 0.3) |
| 199 | p.CFrame = CFrame.new(0.374767, 6.1, 0.374767) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(67.5839)) |
| 200 | p.BrickColor = BrickColor.new("Cork") |
| 201 | p.Material = Enum.Material.Glacier |
| 202 | p.MaterialVariant = "2022 Small Stud" |
| 203 | p.Anchored = true |
| 204 | p.Parent = model |
| 205 | end |
| 206 | do |
| 207 | local p = Instance.new("Part") |
| 208 | p.Name = "HuskOut_1_0" |
| 209 | p.Size = Vector3.new(0.98813, 0.3, 0.15) |
| 210 | p.CFrame = CFrame.new(0.813173, 7.3, 0.813173) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(54.0579)) |
| 211 | p.BrickColor = BrickColor.new("Brick yellow") |
| 212 | p.Material = Enum.Material.Glacier |
| 213 | p.MaterialVariant = "2022 Small Stud" |
| 214 | p.Anchored = true |
| 215 | p.Parent = model |
| 216 | end |
| 217 | do |
| 218 | local p = Instance.new("Part") |
| 219 | p.Name = "Awn_1_0" |
| 220 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 221 | p.CFrame = CFrame.new(1.65463, 9.2, 1.65463) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(59.0362)) |
| 222 | p.BrickColor = BrickColor.new("Cashmere") |
| 223 | p.Material = Enum.Material.Glacier |
| 224 | p.MaterialVariant = "2022 Glue" |
| 225 | p.Anchored = true |
| 226 | p.Parent = model |
| 227 | end |
| 228 | do |
| 229 | local p = Instance.new("Part") |
| 230 | p.Name = "HuskIn_1_1" |
| 231 | p.Size = Vector3.new(1.73078, 0.5, 0.3) |
| 232 | p.CFrame = CFrame.new(-0.374767, 6.1, 0.374767) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-112.416)) |
| 233 | p.BrickColor = BrickColor.new("Brick yellow") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Small Stud" |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Name = "HuskOut_1_1" |
| 242 | p.Size = Vector3.new(0.98813, 0.3, 0.15) |
| 243 | p.CFrame = CFrame.new(-0.813173, 7.3, 0.813173) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-125.942)) |
| 244 | p.BrickColor = BrickColor.new("Cool yellow") |
| 245 | p.Material = Enum.Material.Glacier |
| 246 | p.MaterialVariant = "2022 Small Stud" |
| 247 | p.Anchored = true |
| 248 | p.Parent = model |
| 249 | end |
| 250 | do |
| 251 | local p = Instance.new("Part") |
| 252 | p.Name = "Awn_1_1" |
| 253 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 254 | p.CFrame = CFrame.new(-1.65463, 9.2, 1.65463) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-120.964)) |
| 255 | p.BrickColor = BrickColor.new("Cashmere") |
| 256 | p.Material = Enum.Material.Glacier |
| 257 | p.MaterialVariant = "2022 Glue" |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("Part") |
| 263 | p.Name = "HuskIn_1_2" |
| 264 | p.Size = Vector3.new(1.73078, 0.5, 0.3) |
| 265 | p.CFrame = CFrame.new(-0.374767, 6.1, -0.374767) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-112.416)) |
| 266 | p.BrickColor = BrickColor.new("Cork") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Small Stud" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Name = "HuskOut_1_2" |
| 275 | p.Size = Vector3.new(0.98813, 0.3, 0.15) |
| 276 | p.CFrame = CFrame.new(-0.813173, 7.3, -0.813173) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-125.942)) |
| 277 | p.BrickColor = BrickColor.new("Brick yellow") |
| 278 | p.Material = Enum.Material.Glacier |
| 279 | p.MaterialVariant = "2022 Small Stud" |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "Awn_1_2" |
| 286 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 287 | p.CFrame = CFrame.new(-1.65463, 9.2, -1.65463) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-120.964)) |
| 288 | p.BrickColor = BrickColor.new("Cashmere") |
| 289 | p.Material = Enum.Material.Glacier |
| 290 | p.MaterialVariant = "2022 Glue" |
| 291 | p.Anchored = true |
| 292 | p.Parent = model |
| 293 | end |
| 294 | do |
| 295 | local p = Instance.new("Part") |
| 296 | p.Name = "HuskIn_1_3" |
| 297 | p.Size = Vector3.new(1.73078, 0.5, 0.3) |
| 298 | p.CFrame = CFrame.new(0.374767, 6.1, -0.374767) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(67.5839)) |
| 299 | p.BrickColor = BrickColor.new("Brick yellow") |
| 300 | p.Material = Enum.Material.Glacier |
| 301 | p.MaterialVariant = "2022 Small Stud" |
| 302 | p.Anchored = true |
| 303 | p.Parent = model |
| 304 | end |
| 305 | do |
| 306 | local p = Instance.new("Part") |
| 307 | p.Name = "HuskOut_1_3" |
| 308 | p.Size = Vector3.new(0.98813, 0.3, 0.15) |
| 309 | p.CFrame = CFrame.new(0.813173, 7.3, -0.813173) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(54.0579)) |
| 310 | p.BrickColor = BrickColor.new("Cool yellow") |
| 311 | p.Material = Enum.Material.Glacier |
| 312 | p.MaterialVariant = "2022 Small Stud" |
| 313 | p.Anchored = true |
| 314 | p.Parent = model |
| 315 | end |
| 316 | do |
| 317 | local p = Instance.new("Part") |
| 318 | p.Name = "Awn_1_3" |
| 319 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 320 | p.CFrame = CFrame.new(1.65463, 9.2, -1.65463) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(59.0362)) |
| 321 | p.BrickColor = BrickColor.new("Cashmere") |
| 322 | p.Material = Enum.Material.Glacier |
| 323 | p.MaterialVariant = "2022 Glue" |
| 324 | p.Anchored = true |
| 325 | p.Parent = model |
| 326 | end |
| 327 | do |
| 328 | local p = Instance.new("Part") |
| 329 | p.Name = "HuskIn_2_0" |
| 330 | p.Size = Vector3.new(1.71592, 0.5, 0.3) |
| 331 | p.CFrame = CFrame.new(0.51, 7.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(68.8187)) |
| 332 | p.BrickColor = BrickColor.new("Brick yellow") |
| 333 | p.Material = Enum.Material.Glacier |
| 334 | p.MaterialVariant = "2022 Small Stud" |
| 335 | p.Anchored = true |
| 336 | p.Parent = model |
| 337 | end |
| 338 | do |
| 339 | local p = Instance.new("Part") |
| 340 | p.Name = "HuskOut_2_0" |
| 341 | p.Size = Vector3.new(0.976524, 0.3, 0.15) |
| 342 | p.CFrame = CFrame.new(1.1, 8.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(55.008)) |
| 343 | p.BrickColor = BrickColor.new("Cool yellow") |
| 344 | p.Material = Enum.Material.Glacier |
| 345 | p.MaterialVariant = "2022 Small Stud" |
| 346 | p.Anchored = true |
| 347 | p.Parent = model |
| 348 | end |
| 349 | do |
| 350 | local p = Instance.new("Part") |
| 351 | p.Name = "Awn_2_0" |
| 352 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 353 | p.CFrame = CFrame.new(2.28, 10.5, 0.16) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(59.0362)) |
| 354 | p.BrickColor = BrickColor.new("Cashmere") |
| 355 | p.Material = Enum.Material.Glacier |
| 356 | p.MaterialVariant = "2022 Glue" |
| 357 | p.Anchored = true |
| 358 | p.Parent = model |
| 359 | end |
| 360 | do |
| 361 | local p = Instance.new("Part") |
| 362 | p.Name = "HuskIn_2_1" |
| 363 | p.Size = Vector3.new(1.71592, 0.5, 0.3) |
| 364 | p.CFrame = CFrame.new(0, 7.4, 0.51) * CFrame.Angles(math.rad(-68.8187), math.rad(-90), math.rad(0)) |
| 365 | p.BrickColor = BrickColor.new("Cork") |
| 366 | p.Material = Enum.Material.Glacier |
| 367 | p.MaterialVariant = "2022 Small Stud" |
| 368 | p.Anchored = true |
| 369 | p.Parent = model |
| 370 | end |
| 371 | do |
| 372 | local p = Instance.new("Part") |
| 373 | p.Name = "HuskOut_2_1" |
| 374 | p.Size = Vector3.new(0.976524, 0.3, 0.15) |
| 375 | p.CFrame = CFrame.new(0, 8.6, 1.1) * CFrame.Angles(math.rad(-55.008), math.rad(-90), math.rad(0)) |
| 376 | p.BrickColor = BrickColor.new("Brick yellow") |
| 377 | p.Material = Enum.Material.Glacier |
| 378 | p.MaterialVariant = "2022 Small Stud" |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Name = "Awn_2_1" |
| 385 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 386 | p.CFrame = CFrame.new(-0.16, 10.5, 2.28) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 387 | p.BrickColor = BrickColor.new("Cashmere") |
| 388 | p.Material = Enum.Material.Glacier |
| 389 | p.MaterialVariant = "2022 Glue" |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("Part") |
| 395 | p.Name = "HuskIn_2_2" |
| 396 | p.Size = Vector3.new(1.71592, 0.5, 0.3) |
| 397 | p.CFrame = CFrame.new(-0.51, 7.4, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-111.181)) |
| 398 | p.BrickColor = BrickColor.new("Brick yellow") |
| 399 | p.Material = Enum.Material.Glacier |
| 400 | p.MaterialVariant = "2022 Small Stud" |
| 401 | p.Anchored = true |
| 402 | p.Parent = model |
| 403 | end |
| 404 | do |
| 405 | local p = Instance.new("Part") |
| 406 | p.Name = "HuskOut_2_2" |
| 407 | p.Size = Vector3.new(0.976524, 0.3, 0.15) |
| 408 | p.CFrame = CFrame.new(-1.1, 8.6, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-124.992)) |
| 409 | p.BrickColor = BrickColor.new("Cool yellow") |
| 410 | p.Material = Enum.Material.Glacier |
| 411 | p.MaterialVariant = "2022 Small Stud" |
| 412 | p.Anchored = true |
| 413 | p.Parent = model |
| 414 | end |
| 415 | do |
| 416 | local p = Instance.new("Part") |
| 417 | p.Name = "Awn_2_2" |
| 418 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 419 | p.CFrame = CFrame.new(-2.28, 10.5, -0.16) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-120.964)) |
| 420 | p.BrickColor = BrickColor.new("Cashmere") |
| 421 | p.Material = Enum.Material.Glacier |
| 422 | p.MaterialVariant = "2022 Glue" |
| 423 | p.Anchored = true |
| 424 | p.Parent = model |
| 425 | end |
| 426 | do |
| 427 | local p = Instance.new("Part") |
| 428 | p.Name = "HuskIn_2_3" |
| 429 | p.Size = Vector3.new(1.71592, 0.5, 0.3) |
| 430 | p.CFrame = CFrame.new(0, 7.4, -0.51) * CFrame.Angles(math.rad(68.8187), math.rad(90), math.rad(0)) |
| 431 | p.BrickColor = BrickColor.new("Cork") |
| 432 | p.Material = Enum.Material.Glacier |
| 433 | p.MaterialVariant = "2022 Small Stud" |
| 434 | p.Anchored = true |
| 435 | p.Parent = model |
| 436 | end |
| 437 | do |
| 438 | local p = Instance.new("Part") |
| 439 | p.Name = "HuskOut_2_3" |
| 440 | p.Size = Vector3.new(0.976524, 0.3, 0.15) |
| 441 | p.CFrame = CFrame.new(0, 8.6, -1.1) * CFrame.Angles(math.rad(55.008), math.rad(90), math.rad(0)) |
| 442 | p.BrickColor = BrickColor.new("Brick yellow") |
| 443 | p.Material = Enum.Material.Glacier |
| 444 | p.MaterialVariant = "2022 Small Stud" |
| 445 | p.Anchored = true |
| 446 | p.Parent = model |
| 447 | end |
| 448 | do |
| 449 | local p = Instance.new("Part") |
| 450 | p.Name = "Awn_2_3" |
| 451 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 452 | p.CFrame = CFrame.new(-0.16, 10.5, -2.28) * CFrame.Angles(math.rad(59.0362), math.rad(90), math.rad(0)) |
| 453 | p.BrickColor = BrickColor.new("Cashmere") |
| 454 | p.Material = Enum.Material.Glacier |
| 455 | p.MaterialVariant = "2022 Glue" |
| 456 | p.Anchored = true |
| 457 | p.Parent = model |
| 458 | end |
| 459 | do |
| 460 | local p = Instance.new("Part") |
| 461 | p.Name = "HuskIn_3_0" |
| 462 | p.Size = Vector3.new(1.70188, 0.5, 0.3) |
| 463 | p.CFrame = CFrame.new(0.346482, 8.7, 0.346482) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(70.0744)) |
| 464 | p.BrickColor = BrickColor.new("Cork") |
| 465 | p.Material = Enum.Material.Glacier |
| 466 | p.MaterialVariant = "2022 Small Stud" |
| 467 | p.Anchored = true |
| 468 | p.Parent = model |
| 469 | end |
| 470 | do |
| 471 | local p = Instance.new("Part") |
| 472 | p.Name = "HuskOut_3_0" |
| 473 | p.Size = Vector3.new(0.965194, 0.3, 0.15) |
| 474 | p.CFrame = CFrame.new(0.742462, 9.9, 0.742462) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(55.9806)) |
| 475 | p.BrickColor = BrickColor.new("Brick yellow") |
| 476 | p.Material = Enum.Material.Glacier |
| 477 | p.MaterialVariant = "2022 Small Stud" |
| 478 | p.Anchored = true |
| 479 | p.Parent = model |
| 480 | end |
| 481 | do |
| 482 | local p = Instance.new("Part") |
| 483 | p.Name = "Awn_3_0" |
| 484 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 485 | p.CFrame = CFrame.new(1.682917, 11.8, 1.456643) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(59.0362)) |
| 486 | p.BrickColor = BrickColor.new("Cashmere") |
| 487 | p.Material = Enum.Material.Glacier |
| 488 | p.MaterialVariant = "2022 Glue" |
| 489 | p.Anchored = true |
| 490 | p.Parent = model |
| 491 | end |
| 492 | do |
| 493 | local p = Instance.new("Part") |
| 494 | p.Name = "HuskIn_3_1" |
| 495 | p.Size = Vector3.new(1.70188, 0.5, 0.3) |
| 496 | p.CFrame = CFrame.new(-0.346482, 8.7, 0.346482) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-109.926)) |
| 497 | p.BrickColor = BrickColor.new("Brick yellow") |
| 498 | p.Material = Enum.Material.Glacier |
| 499 | p.MaterialVariant = "2022 Small Stud" |
| 500 | p.Anchored = true |
| 501 | p.Parent = model |
| 502 | end |
| 503 | do |
| 504 | local p = Instance.new("Part") |
| 505 | p.Name = "HuskOut_3_1" |
| 506 | p.Size = Vector3.new(0.965194, 0.3, 0.15) |
| 507 | p.CFrame = CFrame.new(-0.742462, 9.9, 0.742462) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-124.019)) |
| 508 | p.BrickColor = BrickColor.new("Cool yellow") |
| 509 | p.Material = Enum.Material.Glacier |
| 510 | p.MaterialVariant = "2022 Small Stud" |
| 511 | p.Anchored = true |
| 512 | p.Parent = model |
| 513 | end |
| 514 | do |
| 515 | local p = Instance.new("Part") |
| 516 | p.Name = "Awn_3_1" |
| 517 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 518 | p.CFrame = CFrame.new(-1.682917, 11.8, 1.456643) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-120.964)) |
| 519 | p.BrickColor = BrickColor.new("Cashmere") |
| 520 | p.Material = Enum.Material.Glacier |
| 521 | p.MaterialVariant = "2022 Glue" |
| 522 | p.Anchored = true |
| 523 | p.Parent = model |
| 524 | end |
| 525 | do |
| 526 | local p = Instance.new("Part") |
| 527 | p.Name = "HuskIn_3_2" |
| 528 | p.Size = Vector3.new(1.70188, 0.5, 0.3) |
| 529 | p.CFrame = CFrame.new(-0.346482, 8.7, -0.346482) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-109.926)) |
| 530 | p.BrickColor = BrickColor.new("Cork") |
| 531 | p.Material = Enum.Material.Glacier |
| 532 | p.MaterialVariant = "2022 Small Stud" |
| 533 | p.Anchored = true |
| 534 | p.Parent = model |
| 535 | end |
| 536 | do |
| 537 | local p = Instance.new("Part") |
| 538 | p.Name = "HuskOut_3_2" |
| 539 | p.Size = Vector3.new(0.965194, 0.3, 0.15) |
| 540 | p.CFrame = CFrame.new(-0.742462, 9.9, -0.742462) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-124.019)) |
| 541 | p.BrickColor = BrickColor.new("Brick yellow") |
| 542 | p.Material = Enum.Material.Glacier |
| 543 | p.MaterialVariant = "2022 Small Stud" |
| 544 | p.Anchored = true |
| 545 | p.Parent = model |
| 546 | end |
| 547 | do |
| 548 | local p = Instance.new("Part") |
| 549 | p.Name = "Awn_3_2" |
| 550 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 551 | p.CFrame = CFrame.new(-1.456643, 11.8, -1.682917) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-120.964)) |
| 552 | p.BrickColor = BrickColor.new("Cashmere") |
| 553 | p.Material = Enum.Material.Glacier |
| 554 | p.MaterialVariant = "2022 Glue" |
| 555 | p.Anchored = true |
| 556 | p.Parent = model |
| 557 | end |
| 558 | do |
| 559 | local p = Instance.new("Part") |
| 560 | p.Name = "HuskIn_3_3" |
| 561 | p.Size = Vector3.new(1.70188, 0.5, 0.3) |
| 562 | p.CFrame = CFrame.new(0.346482, 8.7, -0.346482) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(70.0744)) |
| 563 | p.BrickColor = BrickColor.new("Brick yellow") |
| 564 | p.Material = Enum.Material.Glacier |
| 565 | p.MaterialVariant = "2022 Small Stud" |
| 566 | p.Anchored = true |
| 567 | p.Parent = model |
| 568 | end |
| 569 | do |
| 570 | local p = Instance.new("Part") |
| 571 | p.Name = "HuskOut_3_3" |
| 572 | p.Size = Vector3.new(0.965194, 0.3, 0.15) |
| 573 | p.CFrame = CFrame.new(0.742462, 9.9, -0.742462) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(55.9806)) |
| 574 | p.BrickColor = BrickColor.new("Cool yellow") |
| 575 | p.Material = Enum.Material.Glacier |
| 576 | p.MaterialVariant = "2022 Small Stud" |
| 577 | p.Anchored = true |
| 578 | p.Parent = model |
| 579 | end |
| 580 | do |
| 581 | local p = Instance.new("Part") |
| 582 | p.Name = "Awn_3_3" |
| 583 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 584 | p.CFrame = CFrame.new(1.682917, 11.8, -1.456643) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(59.0362)) |
| 585 | p.BrickColor = BrickColor.new("Cashmere") |
| 586 | p.Material = Enum.Material.Glacier |
| 587 | p.MaterialVariant = "2022 Glue" |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("Part") |
| 593 | p.Name = "HuskIn_4_0" |
| 594 | p.Size = Vector3.new(1.68867, 0.5, 0.3) |
| 595 | p.CFrame = CFrame.new(0.47, 10, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(71.3505)) |
| 596 | p.BrickColor = BrickColor.new("Brick yellow") |
| 597 | p.Material = Enum.Material.Glacier |
| 598 | p.MaterialVariant = "2022 Small Stud" |
| 599 | p.Anchored = true |
| 600 | p.Parent = model |
| 601 | end |
| 602 | do |
| 603 | local p = Instance.new("Part") |
| 604 | p.Name = "HuskOut_4_0" |
| 605 | p.Size = Vector3.new(0.954149, 0.3, 0.15) |
| 606 | p.CFrame = CFrame.new(1, 11.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(56.9761)) |
| 607 | p.BrickColor = BrickColor.new("Cool yellow") |
| 608 | p.Material = Enum.Material.Glacier |
| 609 | p.MaterialVariant = "2022 Small Stud" |
| 610 | p.Anchored = true |
| 611 | p.Parent = model |
| 612 | end |
| 613 | do |
| 614 | local p = Instance.new("Part") |
| 615 | p.Name = "Awn_4_0" |
| 616 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 617 | p.CFrame = CFrame.new(2.16, 13.1, -0.08) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(59.0362)) |
| 618 | p.BrickColor = BrickColor.new("Cashmere") |
| 619 | p.Material = Enum.Material.Glacier |
| 620 | p.MaterialVariant = "2022 Glue" |
| 621 | p.Anchored = true |
| 622 | p.Parent = model |
| 623 | end |
| 624 | do |
| 625 | local p = Instance.new("Part") |
| 626 | p.Name = "HuskIn_4_1" |
| 627 | p.Size = Vector3.new(1.68867, 0.5, 0.3) |
| 628 | p.CFrame = CFrame.new(0, 10, 0.47) * CFrame.Angles(math.rad(-71.3505), math.rad(-90), math.rad(0)) |
| 629 | p.BrickColor = BrickColor.new("Cork") |
| 630 | p.Material = Enum.Material.Glacier |
| 631 | p.MaterialVariant = "2022 Small Stud" |
| 632 | p.Anchored = true |
| 633 | p.Parent = model |
| 634 | end |
| 635 | do |
| 636 | local p = Instance.new("Part") |
| 637 | p.Name = "HuskOut_4_1" |
| 638 | p.Size = Vector3.new(0.954149, 0.3, 0.15) |
| 639 | p.CFrame = CFrame.new(0, 11.2, 1) * CFrame.Angles(math.rad(-56.9761), math.rad(-90), math.rad(0)) |
| 640 | p.BrickColor = BrickColor.new("Brick yellow") |
| 641 | p.Material = Enum.Material.Glacier |
| 642 | p.MaterialVariant = "2022 Small Stud" |
| 643 | p.Anchored = true |
| 644 | p.Parent = model |
| 645 | end |
| 646 | do |
| 647 | local p = Instance.new("Part") |
| 648 | p.Name = "Awn_4_1" |
| 649 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 650 | p.CFrame = CFrame.new(0.08, 13.1, 2.16) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 651 | p.BrickColor = BrickColor.new("Cashmere") |
| 652 | p.Material = Enum.Material.Glacier |
| 653 | p.MaterialVariant = "2022 Glue" |
| 654 | p.Anchored = true |
| 655 | p.Parent = model |
| 656 | end |
| 657 | do |
| 658 | local p = Instance.new("Part") |
| 659 | p.Name = "HuskIn_4_2" |
| 660 | p.Size = Vector3.new(1.68867, 0.5, 0.3) |
| 661 | p.CFrame = CFrame.new(-0.47, 10, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-108.65)) |
| 662 | p.BrickColor = BrickColor.new("Brick yellow") |
| 663 | p.Material = Enum.Material.Glacier |
| 664 | p.MaterialVariant = "2022 Small Stud" |
| 665 | p.Anchored = true |
| 666 | p.Parent = model |
| 667 | end |
| 668 | do |
| 669 | local p = Instance.new("Part") |
| 670 | p.Name = "HuskOut_4_2" |
| 671 | p.Size = Vector3.new(0.954149, 0.3, 0.15) |
| 672 | p.CFrame = CFrame.new(-1, 11.2, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-123.024)) |
| 673 | p.BrickColor = BrickColor.new("Cool yellow") |
| 674 | p.Material = Enum.Material.Glacier |
| 675 | p.MaterialVariant = "2022 Small Stud" |
| 676 | p.Anchored = true |
| 677 | p.Parent = model |
| 678 | end |
| 679 | do |
| 680 | local p = Instance.new("Part") |
| 681 | p.Name = "Awn_4_2" |
| 682 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 683 | p.CFrame = CFrame.new(-2.16, 13.1, 0.08) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-120.964)) |
| 684 | p.BrickColor = BrickColor.new("Cashmere") |
| 685 | p.Material = Enum.Material.Glacier |
| 686 | p.MaterialVariant = "2022 Glue" |
| 687 | p.Anchored = true |
| 688 | p.Parent = model |
| 689 | end |
| 690 | do |
| 691 | local p = Instance.new("Part") |
| 692 | p.Name = "HuskIn_4_3" |
| 693 | p.Size = Vector3.new(1.68867, 0.5, 0.3) |
| 694 | p.CFrame = CFrame.new(0, 10, -0.47) * CFrame.Angles(math.rad(71.3505), math.rad(90), math.rad(0)) |
| 695 | p.BrickColor = BrickColor.new("Cork") |
| 696 | p.Material = Enum.Material.Glacier |
| 697 | p.MaterialVariant = "2022 Small Stud" |
| 698 | p.Anchored = true |
| 699 | p.Parent = model |
| 700 | end |
| 701 | do |
| 702 | local p = Instance.new("Part") |
| 703 | p.Name = "HuskOut_4_3" |
| 704 | p.Size = Vector3.new(0.954149, 0.3, 0.15) |
| 705 | p.CFrame = CFrame.new(0, 11.2, -1) * CFrame.Angles(math.rad(56.9761), math.rad(90), math.rad(0)) |
| 706 | p.BrickColor = BrickColor.new("Brick yellow") |
| 707 | p.Material = Enum.Material.Glacier |
| 708 | p.MaterialVariant = "2022 Small Stud" |
| 709 | p.Anchored = true |
| 710 | p.Parent = model |
| 711 | end |
| 712 | do |
| 713 | local p = Instance.new("Part") |
| 714 | p.Name = "Awn_4_3" |
| 715 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 716 | p.CFrame = CFrame.new(0.08, 13.1, -2.16) * CFrame.Angles(math.rad(59.0362), math.rad(90), math.rad(0)) |
| 717 | p.BrickColor = BrickColor.new("Cashmere") |
| 718 | p.Material = Enum.Material.Glacier |
| 719 | p.MaterialVariant = "2022 Glue" |
| 720 | p.Anchored = true |
| 721 | p.Parent = model |
| 722 | end |
| 723 | do |
| 724 | local p = Instance.new("Part") |
| 725 | p.Name = "HuskIn_5_0" |
| 726 | p.Size = Vector3.new(1.6763, 0.5, 0.3) |
| 727 | p.CFrame = CFrame.new(0.318198, 11.3, 0.318198) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(72.646)) |
| 728 | p.BrickColor = BrickColor.new("Cork") |
| 729 | p.Material = Enum.Material.Glacier |
| 730 | p.MaterialVariant = "2022 Small Stud" |
| 731 | p.Anchored = true |
| 732 | p.Parent = model |
| 733 | end |
| 734 | do |
| 735 | local p = Instance.new("Part") |
| 736 | p.Name = "HuskOut_5_0" |
| 737 | p.Size = Vector3.new(0.943398, 0.3, 0.15) |
| 738 | p.CFrame = CFrame.new(0.671751, 12.5, 0.671751) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(57.9946)) |
| 739 | p.BrickColor = BrickColor.new("Brick yellow") |
| 740 | p.Material = Enum.Material.Glacier |
| 741 | p.MaterialVariant = "2022 Small Stud" |
| 742 | p.Anchored = true |
| 743 | p.Parent = model |
| 744 | end |
| 745 | do |
| 746 | local p = Instance.new("Part") |
| 747 | p.Name = "Awn_5_0" |
| 748 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 749 | p.CFrame = CFrame.new(1.428351, 14.4, 1.541489) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(59.0362)) |
| 750 | p.BrickColor = BrickColor.new("Cashmere") |
| 751 | p.Material = Enum.Material.Glacier |
| 752 | p.MaterialVariant = "2022 Glue" |
| 753 | p.Anchored = true |
| 754 | p.Parent = model |
| 755 | end |
| 756 | do |
| 757 | local p = Instance.new("Part") |
| 758 | p.Name = "HuskIn_5_1" |
| 759 | p.Size = Vector3.new(1.6763, 0.5, 0.3) |
| 760 | p.CFrame = CFrame.new(-0.318198, 11.3, 0.318198) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-107.354)) |
| 761 | p.BrickColor = BrickColor.new("Brick yellow") |
| 762 | p.Material = Enum.Material.Glacier |
| 763 | p.MaterialVariant = "2022 Small Stud" |
| 764 | p.Anchored = true |
| 765 | p.Parent = model |
| 766 | end |
| 767 | do |
| 768 | local p = Instance.new("Part") |
| 769 | p.Name = "HuskOut_5_1" |
| 770 | p.Size = Vector3.new(0.943398, 0.3, 0.15) |
| 771 | p.CFrame = CFrame.new(-0.671751, 12.5, 0.671751) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-122.005)) |
| 772 | p.BrickColor = BrickColor.new("Cool yellow") |
| 773 | p.Material = Enum.Material.Glacier |
| 774 | p.MaterialVariant = "2022 Small Stud" |
| 775 | p.Anchored = true |
| 776 | p.Parent = model |
| 777 | end |
| 778 | do |
| 779 | local p = Instance.new("Part") |
| 780 | p.Name = "Awn_5_1" |
| 781 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 782 | p.CFrame = CFrame.new(-1.428351, 14.4, 1.541489) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-120.964)) |
| 783 | p.BrickColor = BrickColor.new("Cashmere") |
| 784 | p.Material = Enum.Material.Glacier |
| 785 | p.MaterialVariant = "2022 Glue" |
| 786 | p.Anchored = true |
| 787 | p.Parent = model |
| 788 | end |
| 789 | do |
| 790 | local p = Instance.new("Part") |
| 791 | p.Name = "HuskIn_5_2" |
| 792 | p.Size = Vector3.new(1.6763, 0.5, 0.3) |
| 793 | p.CFrame = CFrame.new(-0.318198, 11.3, -0.318198) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-107.354)) |
| 794 | p.BrickColor = BrickColor.new("Cork") |
| 795 | p.Material = Enum.Material.Glacier |
| 796 | p.MaterialVariant = "2022 Small Stud" |
| 797 | p.Anchored = true |
| 798 | p.Parent = model |
| 799 | end |
| 800 | do |
| 801 | local p = Instance.new("Part") |
| 802 | p.Name = "HuskOut_5_2" |
| 803 | p.Size = Vector3.new(0.943398, 0.3, 0.15) |
| 804 | p.CFrame = CFrame.new(-0.671751, 12.5, -0.671751) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-122.005)) |
| 805 | p.BrickColor = BrickColor.new("Brick yellow") |
| 806 | p.Material = Enum.Material.Glacier |
| 807 | p.MaterialVariant = "2022 Small Stud" |
| 808 | p.Anchored = true |
| 809 | p.Parent = model |
| 810 | end |
| 811 | do |
| 812 | local p = Instance.new("Part") |
| 813 | p.Name = "Awn_5_2" |
| 814 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 815 | p.CFrame = CFrame.new(-1.541489, 14.4, -1.428351) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-120.964)) |
| 816 | p.BrickColor = BrickColor.new("Cashmere") |
| 817 | p.Material = Enum.Material.Glacier |
| 818 | p.MaterialVariant = "2022 Glue" |
| 819 | p.Anchored = true |
| 820 | p.Parent = model |
| 821 | end |
| 822 | do |
| 823 | local p = Instance.new("Part") |
| 824 | p.Name = "HuskIn_5_3" |
| 825 | p.Size = Vector3.new(1.6763, 0.5, 0.3) |
| 826 | p.CFrame = CFrame.new(0.318198, 11.3, -0.318198) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(72.646)) |
| 827 | p.BrickColor = BrickColor.new("Brick yellow") |
| 828 | p.Material = Enum.Material.Glacier |
| 829 | p.MaterialVariant = "2022 Small Stud" |
| 830 | p.Anchored = true |
| 831 | p.Parent = model |
| 832 | end |
| 833 | do |
| 834 | local p = Instance.new("Part") |
| 835 | p.Name = "HuskOut_5_3" |
| 836 | p.Size = Vector3.new(0.943398, 0.3, 0.15) |
| 837 | p.CFrame = CFrame.new(0.671751, 12.5, -0.671751) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(57.9946)) |
| 838 | p.BrickColor = BrickColor.new("Cool yellow") |
| 839 | p.Material = Enum.Material.Glacier |
| 840 | p.MaterialVariant = "2022 Small Stud" |
| 841 | p.Anchored = true |
| 842 | p.Parent = model |
| 843 | end |
| 844 | do |
| 845 | local p = Instance.new("Part") |
| 846 | p.Name = "Awn_5_3" |
| 847 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 848 | p.CFrame = CFrame.new(1.428351, 14.4, -1.541489) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(59.0362)) |
| 849 | p.BrickColor = BrickColor.new("Cashmere") |
| 850 | p.Material = Enum.Material.Glacier |
| 851 | p.MaterialVariant = "2022 Glue" |
| 852 | p.Anchored = true |
| 853 | p.Parent = model |
| 854 | end |
| 855 | do |
| 856 | local p = Instance.new("Part") |
| 857 | p.Name = "HuskIn_6_0" |
| 858 | p.Size = Vector3.new(1.66481, 0.5, 0.3) |
| 859 | p.CFrame = CFrame.new(0.43, 12.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(73.9601)) |
| 860 | p.BrickColor = BrickColor.new("Brick yellow") |
| 861 | p.Material = Enum.Material.Glacier |
| 862 | p.MaterialVariant = "2022 Small Stud" |
| 863 | p.Anchored = true |
| 864 | p.Parent = model |
| 865 | end |
| 866 | do |
| 867 | local p = Instance.new("Part") |
| 868 | p.Name = "HuskOut_6_0" |
| 869 | p.Size = Vector3.new(0.932952, 0.3, 0.15) |
| 870 | p.CFrame = CFrame.new(0.9, 13.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(59.0362)) |
| 871 | p.BrickColor = BrickColor.new("Cool yellow") |
| 872 | p.Material = Enum.Material.Glacier |
| 873 | p.MaterialVariant = "2022 Small Stud" |
| 874 | p.Anchored = true |
| 875 | p.Parent = model |
| 876 | end |
| 877 | do |
| 878 | local p = Instance.new("Part") |
| 879 | p.Name = "Awn_6_0" |
| 880 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 881 | p.CFrame = CFrame.new(2.04, 15.7, 0.08) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(59.0362)) |
| 882 | p.BrickColor = BrickColor.new("Cashmere") |
| 883 | p.Material = Enum.Material.Glacier |
| 884 | p.MaterialVariant = "2022 Glue" |
| 885 | p.Anchored = true |
| 886 | p.Parent = model |
| 887 | end |
| 888 | do |
| 889 | local p = Instance.new("Part") |
| 890 | p.Name = "HuskIn_6_1" |
| 891 | p.Size = Vector3.new(1.66481, 0.5, 0.3) |
| 892 | p.CFrame = CFrame.new(0, 12.6, 0.43) * CFrame.Angles(math.rad(-73.9601), math.rad(-90), math.rad(0)) |
| 893 | p.BrickColor = BrickColor.new("Cork") |
| 894 | p.Material = Enum.Material.Glacier |
| 895 | p.MaterialVariant = "2022 Small Stud" |
| 896 | p.Anchored = true |
| 897 | p.Parent = model |
| 898 | end |
| 899 | do |
| 900 | local p = Instance.new("Part") |
| 901 | p.Name = "HuskOut_6_1" |
| 902 | p.Size = Vector3.new(0.932952, 0.3, 0.15) |
| 903 | p.CFrame = CFrame.new(0, 13.8, 0.9) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 904 | p.BrickColor = BrickColor.new("Brick yellow") |
| 905 | p.Material = Enum.Material.Glacier |
| 906 | p.MaterialVariant = "2022 Small Stud" |
| 907 | p.Anchored = true |
| 908 | p.Parent = model |
| 909 | end |
| 910 | do |
| 911 | local p = Instance.new("Part") |
| 912 | p.Name = "Awn_6_1" |
| 913 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 914 | p.CFrame = CFrame.new(-0.08, 15.7, 2.04) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 915 | p.BrickColor = BrickColor.new("Cashmere") |
| 916 | p.Material = Enum.Material.Glacier |
| 917 | p.MaterialVariant = "2022 Glue" |
| 918 | p.Anchored = true |
| 919 | p.Parent = model |
| 920 | end |
| 921 | do |
| 922 | local p = Instance.new("Part") |
| 923 | p.Name = "HuskIn_6_2" |
| 924 | p.Size = Vector3.new(1.66481, 0.5, 0.3) |
| 925 | p.CFrame = CFrame.new(-0.43, 12.6, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-106.04)) |
| 926 | p.BrickColor = BrickColor.new("Brick yellow") |
| 927 | p.Material = Enum.Material.Glacier |
| 928 | p.MaterialVariant = "2022 Small Stud" |
| 929 | p.Anchored = true |
| 930 | p.Parent = model |
| 931 | end |
| 932 | do |
| 933 | local p = Instance.new("Part") |
| 934 | p.Name = "HuskOut_6_2" |
| 935 | p.Size = Vector3.new(0.932952, 0.3, 0.15) |
| 936 | p.CFrame = CFrame.new(-0.9, 13.8, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-120.964)) |
| 937 | p.BrickColor = BrickColor.new("Cool yellow") |
| 938 | p.Material = Enum.Material.Glacier |
| 939 | p.MaterialVariant = "2022 Small Stud" |
| 940 | p.Anchored = true |
| 941 | p.Parent = model |
| 942 | end |
| 943 | do |
| 944 | local p = Instance.new("Part") |
| 945 | p.Name = "Awn_6_2" |
| 946 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 947 | p.CFrame = CFrame.new(-2.04, 15.7, -0.08) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-120.964)) |
| 948 | p.BrickColor = BrickColor.new("Cashmere") |
| 949 | p.Material = Enum.Material.Glacier |
| 950 | p.MaterialVariant = "2022 Glue" |
| 951 | p.Anchored = true |
| 952 | p.Parent = model |
| 953 | end |
| 954 | do |
| 955 | local p = Instance.new("Part") |
| 956 | p.Name = "HuskIn_6_3" |
| 957 | p.Size = Vector3.new(1.66481, 0.5, 0.3) |
| 958 | p.CFrame = CFrame.new(0, 12.6, -0.43) * CFrame.Angles(math.rad(73.9601), math.rad(90), math.rad(0)) |
| 959 | p.BrickColor = BrickColor.new("Cork") |
| 960 | p.Material = Enum.Material.Glacier |
| 961 | p.MaterialVariant = "2022 Small Stud" |
| 962 | p.Anchored = true |
| 963 | p.Parent = model |
| 964 | end |
| 965 | do |
| 966 | local p = Instance.new("Part") |
| 967 | p.Name = "HuskOut_6_3" |
| 968 | p.Size = Vector3.new(0.932952, 0.3, 0.15) |
| 969 | p.CFrame = CFrame.new(0, 13.8, -0.9) * CFrame.Angles(math.rad(59.0362), math.rad(90), math.rad(0)) |
| 970 | p.BrickColor = BrickColor.new("Brick yellow") |
| 971 | p.Material = Enum.Material.Glacier |
| 972 | p.MaterialVariant = "2022 Small Stud" |
| 973 | p.Anchored = true |
| 974 | p.Parent = model |
| 975 | end |
| 976 | do |
| 977 | local p = Instance.new("Part") |
| 978 | p.Name = "Awn_6_3" |
| 979 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 980 | p.CFrame = CFrame.new(-0.08, 15.7, -2.04) * CFrame.Angles(math.rad(59.0362), math.rad(90), math.rad(0)) |
| 981 | p.BrickColor = BrickColor.new("Cashmere") |
| 982 | p.Material = Enum.Material.Glacier |
| 983 | p.MaterialVariant = "2022 Glue" |
| 984 | p.Anchored = true |
| 985 | p.Parent = model |
| 986 | end |
| 987 | do |
| 988 | local p = Instance.new("Part") |
| 989 | p.Name = "HuskIn_7_0" |
| 990 | p.Size = Vector3.new(1.65421, 0.5, 0.3) |
| 991 | p.CFrame = CFrame.new(0.289914, 13.9, 0.289914) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(75.2917)) |
| 992 | p.BrickColor = BrickColor.new("Cork") |
| 993 | p.Material = Enum.Material.Glacier |
| 994 | p.MaterialVariant = "2022 Small Stud" |
| 995 | p.Anchored = true |
| 996 | p.Parent = model |
| 997 | end |
| 998 | do |
| 999 | local p = Instance.new("Part") |
| 1000 | p.Name = "HuskOut_7_0" |
| 1001 | p.Size = Vector3.new(0.922822, 0.3, 0.15) |
| 1002 | p.CFrame = CFrame.new(0.601041, 15.1, 0.601041) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(60.1011)) |
| 1003 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1004 | p.Material = Enum.Material.Glacier |
| 1005 | p.MaterialVariant = "2022 Small Stud" |
| 1006 | p.Anchored = true |
| 1007 | p.Parent = model |
| 1008 | end |
| 1009 | do |
| 1010 | local p = Instance.new("Part") |
| 1011 | p.Name = "Awn_7_0" |
| 1012 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1013 | p.CFrame = CFrame.new(1.456639, 17, 1.343501) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(59.0362)) |
| 1014 | p.BrickColor = BrickColor.new("Cashmere") |
| 1015 | p.Material = Enum.Material.Glacier |
| 1016 | p.MaterialVariant = "2022 Glue" |
| 1017 | p.Anchored = true |
| 1018 | p.Parent = model |
| 1019 | end |
| 1020 | do |
| 1021 | local p = Instance.new("Part") |
| 1022 | p.Name = "HuskIn_7_1" |
| 1023 | p.Size = Vector3.new(1.65421, 0.5, 0.3) |
| 1024 | p.CFrame = CFrame.new(-0.289914, 13.9, 0.289914) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-104.708)) |
| 1025 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1026 | p.Material = Enum.Material.Glacier |
| 1027 | p.MaterialVariant = "2022 Small Stud" |
| 1028 | p.Anchored = true |
| 1029 | p.Parent = model |
| 1030 | end |
| 1031 | do |
| 1032 | local p = Instance.new("Part") |
| 1033 | p.Name = "HuskOut_7_1" |
| 1034 | p.Size = Vector3.new(0.922822, 0.3, 0.15) |
| 1035 | p.CFrame = CFrame.new(-0.601041, 15.1, 0.601041) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-119.899)) |
| 1036 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1037 | p.Material = Enum.Material.Glacier |
| 1038 | p.MaterialVariant = "2022 Small Stud" |
| 1039 | p.Anchored = true |
| 1040 | p.Parent = model |
| 1041 | end |
| 1042 | do |
| 1043 | local p = Instance.new("Part") |
| 1044 | p.Name = "Awn_7_1" |
| 1045 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1046 | p.CFrame = CFrame.new(-1.456639, 17, 1.343501) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-120.964)) |
| 1047 | p.BrickColor = BrickColor.new("Cashmere") |
| 1048 | p.Material = Enum.Material.Glacier |
| 1049 | p.MaterialVariant = "2022 Glue" |
| 1050 | p.Anchored = true |
| 1051 | p.Parent = model |
| 1052 | end |
| 1053 | do |
| 1054 | local p = Instance.new("Part") |
| 1055 | p.Name = "HuskIn_7_2" |
| 1056 | p.Size = Vector3.new(1.65421, 0.5, 0.3) |
| 1057 | p.CFrame = CFrame.new(-0.289914, 13.9, -0.289914) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-104.708)) |
| 1058 | p.BrickColor = BrickColor.new("Cork") |
| 1059 | p.Material = Enum.Material.Glacier |
| 1060 | p.MaterialVariant = "2022 Small Stud" |
| 1061 | p.Anchored = true |
| 1062 | p.Parent = model |
| 1063 | end |
| 1064 | do |
| 1065 | local p = Instance.new("Part") |
| 1066 | p.Name = "HuskOut_7_2" |
| 1067 | p.Size = Vector3.new(0.922822, 0.3, 0.15) |
| 1068 | p.CFrame = CFrame.new(-0.601041, 15.1, -0.601041) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-119.899)) |
| 1069 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1070 | p.Material = Enum.Material.Glacier |
| 1071 | p.MaterialVariant = "2022 Small Stud" |
| 1072 | p.Anchored = true |
| 1073 | p.Parent = model |
| 1074 | end |
| 1075 | do |
| 1076 | local p = Instance.new("Part") |
| 1077 | p.Name = "Awn_7_2" |
| 1078 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1079 | p.CFrame = CFrame.new(-1.343501, 17, -1.456639) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-120.964)) |
| 1080 | p.BrickColor = BrickColor.new("Cashmere") |
| 1081 | p.Material = Enum.Material.Glacier |
| 1082 | p.MaterialVariant = "2022 Glue" |
| 1083 | p.Anchored = true |
| 1084 | p.Parent = model |
| 1085 | end |
| 1086 | do |
| 1087 | local p = Instance.new("Part") |
| 1088 | p.Name = "HuskIn_7_3" |
| 1089 | p.Size = Vector3.new(1.65421, 0.5, 0.3) |
| 1090 | p.CFrame = CFrame.new(0.289914, 13.9, -0.289914) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(75.2917)) |
| 1091 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1092 | p.Material = Enum.Material.Glacier |
| 1093 | p.MaterialVariant = "2022 Small Stud" |
| 1094 | p.Anchored = true |
| 1095 | p.Parent = model |
| 1096 | end |
| 1097 | do |
| 1098 | local p = Instance.new("Part") |
| 1099 | p.Name = "HuskOut_7_3" |
| 1100 | p.Size = Vector3.new(0.922822, 0.3, 0.15) |
| 1101 | p.CFrame = CFrame.new(0.601041, 15.1, -0.601041) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(60.1011)) |
| 1102 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1103 | p.Material = Enum.Material.Glacier |
| 1104 | p.MaterialVariant = "2022 Small Stud" |
| 1105 | p.Anchored = true |
| 1106 | p.Parent = model |
| 1107 | end |
| 1108 | do |
| 1109 | local p = Instance.new("Part") |
| 1110 | p.Name = "Awn_7_3" |
| 1111 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1112 | p.CFrame = CFrame.new(1.456639, 17, -1.343501) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(59.0362)) |
| 1113 | p.BrickColor = BrickColor.new("Cashmere") |
| 1114 | p.Material = Enum.Material.Glacier |
| 1115 | p.MaterialVariant = "2022 Glue" |
| 1116 | p.Anchored = true |
| 1117 | p.Parent = model |
| 1118 | end |
| 1119 | do |
| 1120 | local p = Instance.new("Part") |
| 1121 | p.Name = "HuskIn_8_0" |
| 1122 | p.Size = Vector3.new(1.64451, 0.5, 0.3) |
| 1123 | p.CFrame = CFrame.new(0.39, 15.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(76.6398)) |
| 1124 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1125 | p.Material = Enum.Material.Glacier |
| 1126 | p.MaterialVariant = "2022 Small Stud" |
| 1127 | p.Anchored = true |
| 1128 | p.Parent = model |
| 1129 | end |
| 1130 | do |
| 1131 | local p = Instance.new("Part") |
| 1132 | p.Name = "HuskOut_8_0" |
| 1133 | p.Size = Vector3.new(0.913017, 0.3, 0.15) |
| 1134 | p.CFrame = CFrame.new(0.8, 16.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(61.1892)) |
| 1135 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1136 | p.Material = Enum.Material.Glacier |
| 1137 | p.MaterialVariant = "2022 Small Stud" |
| 1138 | p.Anchored = true |
| 1139 | p.Parent = model |
| 1140 | end |
| 1141 | do |
| 1142 | local p = Instance.new("Part") |
| 1143 | p.Name = "Awn_8_0" |
| 1144 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1145 | p.CFrame = CFrame.new(1.92, 18.3, -0.16) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(59.0362)) |
| 1146 | p.BrickColor = BrickColor.new("Cashmere") |
| 1147 | p.Material = Enum.Material.Glacier |
| 1148 | p.MaterialVariant = "2022 Glue" |
| 1149 | p.Anchored = true |
| 1150 | p.Parent = model |
| 1151 | end |
| 1152 | do |
| 1153 | local p = Instance.new("Part") |
| 1154 | p.Name = "HuskIn_8_1" |
| 1155 | p.Size = Vector3.new(1.64451, 0.5, 0.3) |
| 1156 | p.CFrame = CFrame.new(0, 15.2, 0.39) * CFrame.Angles(math.rad(-76.6398), math.rad(-90), math.rad(0)) |
| 1157 | p.BrickColor = BrickColor.new("Cork") |
| 1158 | p.Material = Enum.Material.Glacier |
| 1159 | p.MaterialVariant = "2022 Small Stud" |
| 1160 | p.Anchored = true |
| 1161 | p.Parent = model |
| 1162 | end |
| 1163 | do |
| 1164 | local p = Instance.new("Part") |
| 1165 | p.Name = "HuskOut_8_1" |
| 1166 | p.Size = Vector3.new(0.913017, 0.3, 0.15) |
| 1167 | p.CFrame = CFrame.new(0, 16.4, 0.8) * CFrame.Angles(math.rad(-61.1892), math.rad(-90), math.rad(0)) |
| 1168 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1169 | p.Material = Enum.Material.Glacier |
| 1170 | p.MaterialVariant = "2022 Small Stud" |
| 1171 | p.Anchored = true |
| 1172 | p.Parent = model |
| 1173 | end |
| 1174 | do |
| 1175 | local p = Instance.new("Part") |
| 1176 | p.Name = "Awn_8_1" |
| 1177 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1178 | p.CFrame = CFrame.new(0.16, 18.3, 1.92) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 1179 | p.BrickColor = BrickColor.new("Cashmere") |
| 1180 | p.Material = Enum.Material.Glacier |
| 1181 | p.MaterialVariant = "2022 Glue" |
| 1182 | p.Anchored = true |
| 1183 | p.Parent = model |
| 1184 | end |
| 1185 | do |
| 1186 | local p = Instance.new("Part") |
| 1187 | p.Name = "HuskIn_8_2" |
| 1188 | p.Size = Vector3.new(1.64451, 0.5, 0.3) |
| 1189 | p.CFrame = CFrame.new(-0.39, 15.2, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-103.36)) |
| 1190 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1191 | p.Material = Enum.Material.Glacier |
| 1192 | p.MaterialVariant = "2022 Small Stud" |
| 1193 | p.Anchored = true |
| 1194 | p.Parent = model |
| 1195 | end |
| 1196 | do |
| 1197 | local p = Instance.new("Part") |
| 1198 | p.Name = "HuskOut_8_2" |
| 1199 | p.Size = Vector3.new(0.913017, 0.3, 0.15) |
| 1200 | p.CFrame = CFrame.new(-0.8, 16.4, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-118.811)) |
| 1201 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1202 | p.Material = Enum.Material.Glacier |
| 1203 | p.MaterialVariant = "2022 Small Stud" |
| 1204 | p.Anchored = true |
| 1205 | p.Parent = model |
| 1206 | end |
| 1207 | do |
| 1208 | local p = Instance.new("Part") |
| 1209 | p.Name = "Awn_8_2" |
| 1210 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1211 | p.CFrame = CFrame.new(-1.92, 18.3, 0.16) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-120.964)) |
| 1212 | p.BrickColor = BrickColor.new("Cashmere") |
| 1213 | p.Material = Enum.Material.Glacier |
| 1214 | p.MaterialVariant = "2022 Glue" |
| 1215 | p.Anchored = true |
| 1216 | p.Parent = model |
| 1217 | end |
| 1218 | do |
| 1219 | local p = Instance.new("Part") |
| 1220 | p.Name = "HuskIn_8_3" |
| 1221 | p.Size = Vector3.new(1.64451, 0.5, 0.3) |
| 1222 | p.CFrame = CFrame.new(0, 15.2, -0.39) * CFrame.Angles(math.rad(76.6398), math.rad(90), math.rad(0)) |
| 1223 | p.BrickColor = BrickColor.new("Cork") |
| 1224 | p.Material = Enum.Material.Glacier |
| 1225 | p.MaterialVariant = "2022 Small Stud" |
| 1226 | p.Anchored = true |
| 1227 | p.Parent = model |
| 1228 | end |
| 1229 | do |
| 1230 | local p = Instance.new("Part") |
| 1231 | p.Name = "HuskOut_8_3" |
| 1232 | p.Size = Vector3.new(0.913017, 0.3, 0.15) |
| 1233 | p.CFrame = CFrame.new(0, 16.4, -0.8) * CFrame.Angles(math.rad(61.1892), math.rad(90), math.rad(0)) |
| 1234 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1235 | p.Material = Enum.Material.Glacier |
| 1236 | p.MaterialVariant = "2022 Small Stud" |
| 1237 | p.Anchored = true |
| 1238 | p.Parent = model |
| 1239 | end |
| 1240 | do |
| 1241 | local p = Instance.new("Part") |
| 1242 | p.Name = "Awn_8_3" |
| 1243 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1244 | p.CFrame = CFrame.new(0.16, 18.3, -1.92) * CFrame.Angles(math.rad(59.0362), math.rad(90), math.rad(0)) |
| 1245 | p.BrickColor = BrickColor.new("Cashmere") |
| 1246 | p.Material = Enum.Material.Glacier |
| 1247 | p.MaterialVariant = "2022 Glue" |
| 1248 | p.Anchored = true |
| 1249 | p.Parent = model |
| 1250 | end |
| 1251 | do |
| 1252 | local p = Instance.new("Part") |
| 1253 | p.Name = "HuskIn_9_0" |
| 1254 | p.Size = Vector3.new(1.63573, 0.5, 0.3) |
| 1255 | p.CFrame = CFrame.new(0.26163, 16.5, 0.26163) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(78.0031)) |
| 1256 | p.BrickColor = BrickColor.new("Cork") |
| 1257 | p.Material = Enum.Material.Glacier |
| 1258 | p.MaterialVariant = "2022 Small Stud" |
| 1259 | p.Anchored = true |
| 1260 | p.Parent = model |
| 1261 | end |
| 1262 | do |
| 1263 | local p = Instance.new("Part") |
| 1264 | p.Name = "HuskOut_9_0" |
| 1265 | p.Size = Vector3.new(0.903549, 0.3, 0.15) |
| 1266 | p.CFrame = CFrame.new(0.53033, 17.7, 0.53033) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(62.3005)) |
| 1267 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1268 | p.Material = Enum.Material.Glacier |
| 1269 | p.MaterialVariant = "2022 Small Stud" |
| 1270 | p.Anchored = true |
| 1271 | p.Parent = model |
| 1272 | end |
| 1273 | do |
| 1274 | local p = Instance.new("Part") |
| 1275 | p.Name = "Awn_9_0" |
| 1276 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1277 | p.CFrame = CFrame.new(1.202083, 19.6, 1.428357) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(59.0362)) |
| 1278 | p.BrickColor = BrickColor.new("Cashmere") |
| 1279 | p.Material = Enum.Material.Glacier |
| 1280 | p.MaterialVariant = "2022 Glue" |
| 1281 | p.Anchored = true |
| 1282 | p.Parent = model |
| 1283 | end |
| 1284 | do |
| 1285 | local p = Instance.new("Part") |
| 1286 | p.Name = "HuskIn_9_1" |
| 1287 | p.Size = Vector3.new(1.63573, 0.5, 0.3) |
| 1288 | p.CFrame = CFrame.new(-0.26163, 16.5, 0.26163) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-101.997)) |
| 1289 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1290 | p.Material = Enum.Material.Glacier |
| 1291 | p.MaterialVariant = "2022 Small Stud" |
| 1292 | p.Anchored = true |
| 1293 | p.Parent = model |
| 1294 | end |
| 1295 | do |
| 1296 | local p = Instance.new("Part") |
| 1297 | p.Name = "HuskOut_9_1" |
| 1298 | p.Size = Vector3.new(0.903549, 0.3, 0.15) |
| 1299 | p.CFrame = CFrame.new(-0.53033, 17.7, 0.53033) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-117.699)) |
| 1300 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1301 | p.Material = Enum.Material.Glacier |
| 1302 | p.MaterialVariant = "2022 Small Stud" |
| 1303 | p.Anchored = true |
| 1304 | p.Parent = model |
| 1305 | end |
| 1306 | do |
| 1307 | local p = Instance.new("Part") |
| 1308 | p.Name = "Awn_9_1" |
| 1309 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1310 | p.CFrame = CFrame.new(-1.202083, 19.6, 1.428357) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-120.964)) |
| 1311 | p.BrickColor = BrickColor.new("Cashmere") |
| 1312 | p.Material = Enum.Material.Glacier |
| 1313 | p.MaterialVariant = "2022 Glue" |
| 1314 | p.Anchored = true |
| 1315 | p.Parent = model |
| 1316 | end |
| 1317 | do |
| 1318 | local p = Instance.new("Part") |
| 1319 | p.Name = "HuskIn_9_2" |
| 1320 | p.Size = Vector3.new(1.63573, 0.5, 0.3) |
| 1321 | p.CFrame = CFrame.new(-0.26163, 16.5, -0.26163) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-101.997)) |
| 1322 | p.BrickColor = BrickColor.new("Cork") |
| 1323 | p.Material = Enum.Material.Glacier |
| 1324 | p.MaterialVariant = "2022 Small Stud" |
| 1325 | p.Anchored = true |
| 1326 | p.Parent = model |
| 1327 | end |
| 1328 | do |
| 1329 | local p = Instance.new("Part") |
| 1330 | p.Name = "HuskOut_9_2" |
| 1331 | p.Size = Vector3.new(0.903549, 0.3, 0.15) |
| 1332 | p.CFrame = CFrame.new(-0.53033, 17.7, -0.53033) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-117.699)) |
| 1333 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1334 | p.Material = Enum.Material.Glacier |
| 1335 | p.MaterialVariant = "2022 Small Stud" |
| 1336 | p.Anchored = true |
| 1337 | p.Parent = model |
| 1338 | end |
| 1339 | do |
| 1340 | local p = Instance.new("Part") |
| 1341 | p.Name = "Awn_9_2" |
| 1342 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1343 | p.CFrame = CFrame.new(-1.428357, 19.6, -1.202083) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-120.964)) |
| 1344 | p.BrickColor = BrickColor.new("Cashmere") |
| 1345 | p.Material = Enum.Material.Glacier |
| 1346 | p.MaterialVariant = "2022 Glue" |
| 1347 | p.Anchored = true |
| 1348 | p.Parent = model |
| 1349 | end |
| 1350 | do |
| 1351 | local p = Instance.new("Part") |
| 1352 | p.Name = "HuskIn_9_3" |
| 1353 | p.Size = Vector3.new(1.63573, 0.5, 0.3) |
| 1354 | p.CFrame = CFrame.new(0.26163, 16.5, -0.26163) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(78.0031)) |
| 1355 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1356 | p.Material = Enum.Material.Glacier |
| 1357 | p.MaterialVariant = "2022 Small Stud" |
| 1358 | p.Anchored = true |
| 1359 | p.Parent = model |
| 1360 | end |
| 1361 | do |
| 1362 | local p = Instance.new("Part") |
| 1363 | p.Name = "HuskOut_9_3" |
| 1364 | p.Size = Vector3.new(0.903549, 0.3, 0.15) |
| 1365 | p.CFrame = CFrame.new(0.53033, 17.7, -0.53033) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(62.3005)) |
| 1366 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1367 | p.Material = Enum.Material.Glacier |
| 1368 | p.MaterialVariant = "2022 Small Stud" |
| 1369 | p.Anchored = true |
| 1370 | p.Parent = model |
| 1371 | end |
| 1372 | do |
| 1373 | local p = Instance.new("Part") |
| 1374 | p.Name = "Awn_9_3" |
| 1375 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1376 | p.CFrame = CFrame.new(1.202083, 19.6, -1.428357) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(59.0362)) |
| 1377 | p.BrickColor = BrickColor.new("Cashmere") |
| 1378 | p.Material = Enum.Material.Glacier |
| 1379 | p.MaterialVariant = "2022 Glue" |
| 1380 | p.Anchored = true |
| 1381 | p.Parent = model |
| 1382 | end |
| 1383 | do |
| 1384 | local p = Instance.new("Part") |
| 1385 | p.Name = "HuskIn_10_0" |
| 1386 | p.Size = Vector3.new(1.62788, 0.5, 0.3) |
| 1387 | p.CFrame = CFrame.new(0.35, 17.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(79.3803)) |
| 1388 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1389 | p.Material = Enum.Material.Glacier |
| 1390 | p.MaterialVariant = "2022 Small Stud" |
| 1391 | p.Anchored = true |
| 1392 | p.Parent = model |
| 1393 | end |
| 1394 | do |
| 1395 | local p = Instance.new("Part") |
| 1396 | p.Name = "HuskOut_10_0" |
| 1397 | p.Size = Vector3.new(0.894427, 0.3, 0.15) |
| 1398 | p.CFrame = CFrame.new(0.7, 19, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(63.4349)) |
| 1399 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1400 | p.Material = Enum.Material.Glacier |
| 1401 | p.MaterialVariant = "2022 Small Stud" |
| 1402 | p.Anchored = true |
| 1403 | p.Parent = model |
| 1404 | end |
| 1405 | do |
| 1406 | local p = Instance.new("Part") |
| 1407 | p.Name = "Awn_10_0" |
| 1408 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1409 | p.CFrame = CFrame.new(1.8, 20.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(59.0362)) |
| 1410 | p.BrickColor = BrickColor.new("Cashmere") |
| 1411 | p.Material = Enum.Material.Glacier |
| 1412 | p.MaterialVariant = "2022 Glue" |
| 1413 | p.Anchored = true |
| 1414 | p.Parent = model |
| 1415 | end |
| 1416 | do |
| 1417 | local p = Instance.new("Part") |
| 1418 | p.Name = "HuskIn_10_1" |
| 1419 | p.Size = Vector3.new(1.62788, 0.5, 0.3) |
| 1420 | p.CFrame = CFrame.new(0, 17.8, 0.35) * CFrame.Angles(math.rad(-79.3803), math.rad(-90), math.rad(0)) |
| 1421 | p.BrickColor = BrickColor.new("Cork") |
| 1422 | p.Material = Enum.Material.Glacier |
| 1423 | p.MaterialVariant = "2022 Small Stud" |
| 1424 | p.Anchored = true |
| 1425 | p.Parent = model |
| 1426 | end |
| 1427 | do |
| 1428 | local p = Instance.new("Part") |
| 1429 | p.Name = "HuskOut_10_1" |
| 1430 | p.Size = Vector3.new(0.894427, 0.3, 0.15) |
| 1431 | p.CFrame = CFrame.new(0, 19, 0.7) * CFrame.Angles(math.rad(-63.4349), math.rad(-90), math.rad(0)) |
| 1432 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1433 | p.Material = Enum.Material.Glacier |
| 1434 | p.MaterialVariant = "2022 Small Stud" |
| 1435 | p.Anchored = true |
| 1436 | p.Parent = model |
| 1437 | end |
| 1438 | do |
| 1439 | local p = Instance.new("Part") |
| 1440 | p.Name = "Awn_10_1" |
| 1441 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1442 | p.CFrame = CFrame.new(0, 20.9, 1.8) * CFrame.Angles(math.rad(-59.0362), math.rad(-90), math.rad(0)) |
| 1443 | p.BrickColor = BrickColor.new("Cashmere") |
| 1444 | p.Material = Enum.Material.Glacier |
| 1445 | p.MaterialVariant = "2022 Glue" |
| 1446 | p.Anchored = true |
| 1447 | p.Parent = model |
| 1448 | end |
| 1449 | do |
| 1450 | local p = Instance.new("Part") |
| 1451 | p.Name = "HuskIn_10_2" |
| 1452 | p.Size = Vector3.new(1.62788, 0.5, 0.3) |
| 1453 | p.CFrame = CFrame.new(-0.35, 17.8, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-100.62)) |
| 1454 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1455 | p.Material = Enum.Material.Glacier |
| 1456 | p.MaterialVariant = "2022 Small Stud" |
| 1457 | p.Anchored = true |
| 1458 | p.Parent = model |
| 1459 | end |
| 1460 | do |
| 1461 | local p = Instance.new("Part") |
| 1462 | p.Name = "HuskOut_10_2" |
| 1463 | p.Size = Vector3.new(0.894427, 0.3, 0.15) |
| 1464 | p.CFrame = CFrame.new(-0.7, 19, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-116.565)) |
| 1465 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1466 | p.Material = Enum.Material.Glacier |
| 1467 | p.MaterialVariant = "2022 Small Stud" |
| 1468 | p.Anchored = true |
| 1469 | p.Parent = model |
| 1470 | end |
| 1471 | do |
| 1472 | local p = Instance.new("Part") |
| 1473 | p.Name = "Awn_10_2" |
| 1474 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1475 | p.CFrame = CFrame.new(-1.8, 20.9, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-120.964)) |
| 1476 | p.BrickColor = BrickColor.new("Cashmere") |
| 1477 | p.Material = Enum.Material.Glacier |
| 1478 | p.MaterialVariant = "2022 Glue" |
| 1479 | p.Anchored = true |
| 1480 | p.Parent = model |
| 1481 | end |
| 1482 | do |
| 1483 | local p = Instance.new("Part") |
| 1484 | p.Name = "HuskIn_10_3" |
| 1485 | p.Size = Vector3.new(1.62788, 0.5, 0.3) |
| 1486 | p.CFrame = CFrame.new(0, 17.8, -0.35) * CFrame.Angles(math.rad(79.3803), math.rad(90), math.rad(0)) |
| 1487 | p.BrickColor = BrickColor.new("Cork") |
| 1488 | p.Material = Enum.Material.Glacier |
| 1489 | p.MaterialVariant = "2022 Small Stud" |
| 1490 | p.Anchored = true |
| 1491 | p.Parent = model |
| 1492 | end |
| 1493 | do |
| 1494 | local p = Instance.new("Part") |
| 1495 | p.Name = "HuskOut_10_3" |
| 1496 | p.Size = Vector3.new(0.894427, 0.3, 0.15) |
| 1497 | p.CFrame = CFrame.new(0, 19, -0.7) * CFrame.Angles(math.rad(63.4349), math.rad(90), math.rad(0)) |
| 1498 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1499 | p.Material = Enum.Material.Glacier |
| 1500 | p.MaterialVariant = "2022 Small Stud" |
| 1501 | p.Anchored = true |
| 1502 | p.Parent = model |
| 1503 | end |
| 1504 | do |
| 1505 | local p = Instance.new("Part") |
| 1506 | p.Name = "Awn_10_3" |
| 1507 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1508 | p.CFrame = CFrame.new(0, 20.9, -1.8) * CFrame.Angles(math.rad(59.0362), math.rad(90), math.rad(0)) |
| 1509 | p.BrickColor = BrickColor.new("Cashmere") |
| 1510 | p.Material = Enum.Material.Glacier |
| 1511 | p.MaterialVariant = "2022 Glue" |
| 1512 | p.Anchored = true |
| 1513 | p.Parent = model |
| 1514 | end |
| 1515 | do |
| 1516 | local p = Instance.new("Part") |
| 1517 | p.Name = "HuskIn_11_0" |
| 1518 | p.Size = Vector3.new(1.62099, 0.5, 0.3) |
| 1519 | p.CFrame = CFrame.new(0.233345, 19.1, 0.233345) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(80.7701)) |
| 1520 | p.BrickColor = BrickColor.new("Cork") |
| 1521 | p.Material = Enum.Material.Glacier |
| 1522 | p.MaterialVariant = "2022 Small Stud" |
| 1523 | p.Anchored = true |
| 1524 | p.Parent = model |
| 1525 | end |
| 1526 | do |
| 1527 | local p = Instance.new("Part") |
| 1528 | p.Name = "HuskOut_11_0" |
| 1529 | p.Size = Vector3.new(0.885664, 0.3, 0.15) |
| 1530 | p.CFrame = CFrame.new(0.459619, 20.3, 0.459619) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(64.5923)) |
| 1531 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1532 | p.Material = Enum.Material.Glacier |
| 1533 | p.MaterialVariant = "2022 Small Stud" |
| 1534 | p.Anchored = true |
| 1535 | p.Parent = model |
| 1536 | end |
| 1537 | do |
| 1538 | local p = Instance.new("Part") |
| 1539 | p.Name = "Awn_11_0" |
| 1540 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1541 | p.CFrame = CFrame.new(1.23037, 22.2, 1.23037) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(59.0362)) |
| 1542 | p.BrickColor = BrickColor.new("Cashmere") |
| 1543 | p.Material = Enum.Material.Glacier |
| 1544 | p.MaterialVariant = "2022 Glue" |
| 1545 | p.Anchored = true |
| 1546 | p.Parent = model |
| 1547 | end |
| 1548 | do |
| 1549 | local p = Instance.new("Part") |
| 1550 | p.Name = "HuskIn_11_1" |
| 1551 | p.Size = Vector3.new(1.62099, 0.5, 0.3) |
| 1552 | p.CFrame = CFrame.new(-0.233345, 19.1, 0.233345) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-99.2299)) |
| 1553 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1554 | p.Material = Enum.Material.Glacier |
| 1555 | p.MaterialVariant = "2022 Small Stud" |
| 1556 | p.Anchored = true |
| 1557 | p.Parent = model |
| 1558 | end |
| 1559 | do |
| 1560 | local p = Instance.new("Part") |
| 1561 | p.Name = "HuskOut_11_1" |
| 1562 | p.Size = Vector3.new(0.885664, 0.3, 0.15) |
| 1563 | p.CFrame = CFrame.new(-0.459619, 20.3, 0.459619) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-115.408)) |
| 1564 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1565 | p.Material = Enum.Material.Glacier |
| 1566 | p.MaterialVariant = "2022 Small Stud" |
| 1567 | p.Anchored = true |
| 1568 | p.Parent = model |
| 1569 | end |
| 1570 | do |
| 1571 | local p = Instance.new("Part") |
| 1572 | p.Name = "Awn_11_1" |
| 1573 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1574 | p.CFrame = CFrame.new(-1.23037, 22.2, 1.23037) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-120.964)) |
| 1575 | p.BrickColor = BrickColor.new("Cashmere") |
| 1576 | p.Material = Enum.Material.Glacier |
| 1577 | p.MaterialVariant = "2022 Glue" |
| 1578 | p.Anchored = true |
| 1579 | p.Parent = model |
| 1580 | end |
| 1581 | do |
| 1582 | local p = Instance.new("Part") |
| 1583 | p.Name = "HuskIn_11_2" |
| 1584 | p.Size = Vector3.new(1.62099, 0.5, 0.3) |
| 1585 | p.CFrame = CFrame.new(-0.233345, 19.1, -0.233345) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-99.2299)) |
| 1586 | p.BrickColor = BrickColor.new("Cork") |
| 1587 | p.Material = Enum.Material.Glacier |
| 1588 | p.MaterialVariant = "2022 Small Stud" |
| 1589 | p.Anchored = true |
| 1590 | p.Parent = model |
| 1591 | end |
| 1592 | do |
| 1593 | local p = Instance.new("Part") |
| 1594 | p.Name = "HuskOut_11_2" |
| 1595 | p.Size = Vector3.new(0.885664, 0.3, 0.15) |
| 1596 | p.CFrame = CFrame.new(-0.459619, 20.3, -0.459619) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-115.408)) |
| 1597 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1598 | p.Material = Enum.Material.Glacier |
| 1599 | p.MaterialVariant = "2022 Small Stud" |
| 1600 | p.Anchored = true |
| 1601 | p.Parent = model |
| 1602 | end |
| 1603 | do |
| 1604 | local p = Instance.new("Part") |
| 1605 | p.Name = "Awn_11_2" |
| 1606 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1607 | p.CFrame = CFrame.new(-1.23037, 22.2, -1.23037) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-120.964)) |
| 1608 | p.BrickColor = BrickColor.new("Cashmere") |
| 1609 | p.Material = Enum.Material.Glacier |
| 1610 | p.MaterialVariant = "2022 Glue" |
| 1611 | p.Anchored = true |
| 1612 | p.Parent = model |
| 1613 | end |
| 1614 | do |
| 1615 | local p = Instance.new("Part") |
| 1616 | p.Name = "HuskIn_11_3" |
| 1617 | p.Size = Vector3.new(1.62099, 0.5, 0.3) |
| 1618 | p.CFrame = CFrame.new(0.233345, 19.1, -0.233345) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(80.7701)) |
| 1619 | p.BrickColor = BrickColor.new("Brick yellow") |
| 1620 | p.Material = Enum.Material.Glacier |
| 1621 | p.MaterialVariant = "2022 Small Stud" |
| 1622 | p.Anchored = true |
| 1623 | p.Parent = model |
| 1624 | end |
| 1625 | do |
| 1626 | local p = Instance.new("Part") |
| 1627 | p.Name = "HuskOut_11_3" |
| 1628 | p.Size = Vector3.new(0.885664, 0.3, 0.15) |
| 1629 | p.CFrame = CFrame.new(0.459619, 20.3, -0.459619) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(64.5923)) |
| 1630 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1631 | p.Material = Enum.Material.Glacier |
| 1632 | p.MaterialVariant = "2022 Small Stud" |
| 1633 | p.Anchored = true |
| 1634 | p.Parent = model |
| 1635 | end |
| 1636 | do |
| 1637 | local p = Instance.new("Part") |
| 1638 | p.Name = "Awn_11_3" |
| 1639 | p.Size = Vector3.new(3.49857, 0.08, 0.08) |
| 1640 | p.CFrame = CFrame.new(1.23037, 22.2, -1.23037) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(59.0362)) |
| 1641 | p.BrickColor = BrickColor.new("Cashmere") |
| 1642 | p.Material = Enum.Material.Glacier |
| 1643 | p.MaterialVariant = "2022 Glue" |
| 1644 | p.Anchored = true |
| 1645 | p.Parent = model |
| 1646 | end |
| 1647 | do |
| 1648 | local p = Instance.new("Part") |
| 1649 | p.Name = "TopHusk_0" |
| 1650 | p.Size = Vector3.new(2.03961, 0.4, 0.2) |
| 1651 | p.CFrame = CFrame.new(0.184776, 20.8, 0.076537) * CFrame.Angles(math.rad(0), math.rad(-22.5), math.rad(78.6901)) |
| 1652 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1653 | p.Material = Enum.Material.Glacier |
| 1654 | p.MaterialVariant = "2022 Small Stud" |
| 1655 | p.Anchored = true |
| 1656 | p.Parent = model |
| 1657 | end |
| 1658 | do |
| 1659 | local p = Instance.new("Part") |
| 1660 | p.Name = "TopAwn_0" |
| 1661 | p.Size = Vector3.new(3.00666, 0.08, 0.08) |
| 1662 | p.CFrame = CFrame.new(0.46194, 23.3, 0.191342) * CFrame.Angles(math.rad(0), math.rad(-22.5), math.rad(86.1859)) |
| 1663 | p.BrickColor = BrickColor.new("Cashmere") |
| 1664 | p.Material = Enum.Material.Glacier |
| 1665 | p.MaterialVariant = "2022 Glue" |
| 1666 | p.Anchored = true |
| 1667 | p.Parent = model |
| 1668 | end |
| 1669 | do |
| 1670 | local p = Instance.new("Part") |
| 1671 | p.Name = "TopHusk_1" |
| 1672 | p.Size = Vector3.new(2.03961, 0.4, 0.2) |
| 1673 | p.CFrame = CFrame.new(-0.076537, 20.8, 0.184776) * CFrame.Angles(math.rad(-180), math.rad(-67.5), math.rad(-101.31)) |
| 1674 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1675 | p.Material = Enum.Material.Glacier |
| 1676 | p.MaterialVariant = "2022 Small Stud" |
| 1677 | p.Anchored = true |
| 1678 | p.Parent = model |
| 1679 | end |
| 1680 | do |
| 1681 | local p = Instance.new("Part") |
| 1682 | p.Name = "TopAwn_1" |
| 1683 | p.Size = Vector3.new(3.00666, 0.08, 0.08) |
| 1684 | p.CFrame = CFrame.new(-0.191342, 23.3, 0.46194) * CFrame.Angles(math.rad(-180), math.rad(-67.5), math.rad(-93.8141)) |
| 1685 | p.BrickColor = BrickColor.new("Cashmere") |
| 1686 | p.Material = Enum.Material.Glacier |
| 1687 | p.MaterialVariant = "2022 Glue" |
| 1688 | p.Anchored = true |
| 1689 | p.Parent = model |
| 1690 | end |
| 1691 | do |
| 1692 | local p = Instance.new("Part") |
| 1693 | p.Name = "TopHusk_2" |
| 1694 | p.Size = Vector3.new(2.03961, 0.4, 0.2) |
| 1695 | p.CFrame = CFrame.new(-0.184776, 20.8, -0.076537) * CFrame.Angles(math.rad(-180), math.rad(22.5), math.rad(-101.31)) |
| 1696 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1697 | p.Material = Enum.Material.Glacier |
| 1698 | p.MaterialVariant = "2022 Small Stud" |
| 1699 | p.Anchored = true |
| 1700 | p.Parent = model |
| 1701 | end |
| 1702 | do |
| 1703 | local p = Instance.new("Part") |
| 1704 | p.Name = "TopAwn_2" |
| 1705 | p.Size = Vector3.new(3.00666, 0.08, 0.08) |
| 1706 | p.CFrame = CFrame.new(-0.46194, 23.3, -0.191342) * CFrame.Angles(math.rad(-180), math.rad(22.5), math.rad(-93.8141)) |
| 1707 | p.BrickColor = BrickColor.new("Cashmere") |
| 1708 | p.Material = Enum.Material.Glacier |
| 1709 | p.MaterialVariant = "2022 Glue" |
| 1710 | p.Anchored = true |
| 1711 | p.Parent = model |
| 1712 | end |
| 1713 | do |
| 1714 | local p = Instance.new("Part") |
| 1715 | p.Name = "TopHusk_3" |
| 1716 | p.Size = Vector3.new(2.03961, 0.4, 0.2) |
| 1717 | p.CFrame = CFrame.new(0.076537, 20.8, -0.184776) * CFrame.Angles(math.rad(0), math.rad(67.5), math.rad(78.6901)) |
| 1718 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1719 | p.Material = Enum.Material.Glacier |
| 1720 | p.MaterialVariant = "2022 Small Stud" |
| 1721 | p.Anchored = true |
| 1722 | p.Parent = model |
| 1723 | end |
| 1724 | do |
| 1725 | local p = Instance.new("Part") |
| 1726 | p.Name = "TopAwn_3" |
| 1727 | p.Size = Vector3.new(3.00666, 0.08, 0.08) |
| 1728 | p.CFrame = CFrame.new(0.191342, 23.3, -0.46194) * CFrame.Angles(math.rad(0), math.rad(67.5), math.rad(86.1859)) |
| 1729 | p.BrickColor = BrickColor.new("Cashmere") |
| 1730 | p.Material = Enum.Material.Glacier |
| 1731 | p.MaterialVariant = "2022 Glue" |
| 1732 | p.Anchored = true |
| 1733 | p.Parent = model |
| 1734 | end |
| 1735 | do |
| 1736 | local p = Instance.new("Part") |
| 1737 | p.Name = "LooseKernel_0" |
| 1738 | p.Size = Vector3.new(0.7, 0.3, 0.4) |
| 1739 | p.CFrame = CFrame.new(3, 0.2, 2) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 1740 | p.BrickColor = BrickColor.new("Cork") |
| 1741 | p.Material = Enum.Material.Glacier |
| 1742 | p.MaterialVariant = "2022 Small Stud" |
| 1743 | p.Anchored = true |
| 1744 | p.Parent = model |
| 1745 | end |
| 1746 | do |
| 1747 | local p = Instance.new("Part") |
| 1748 | p.Name = "LooseHusk_0" |
| 1749 | p.Size = Vector3.new(0.9, 0.1, 0.5) |
| 1750 | p.CFrame = CFrame.new(3.2, 0.15, 2.2) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(0)) |
| 1751 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1752 | p.Material = Enum.Material.Glacier |
| 1753 | p.MaterialVariant = "2022 Small Stud" |
| 1754 | p.Anchored = true |
| 1755 | p.Parent = model |
| 1756 | end |
| 1757 | do |
| 1758 | local p = Instance.new("Part") |
| 1759 | p.Name = "LooseKernel_1" |
| 1760 | p.Size = Vector3.new(0.7, 0.3, 0.4) |
| 1761 | p.CFrame = CFrame.new(4, 0.2, 1) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(0)) |
| 1762 | p.BrickColor = BrickColor.new("Cork") |
| 1763 | p.Material = Enum.Material.Glacier |
| 1764 | p.MaterialVariant = "2022 Small Stud" |
| 1765 | p.Anchored = true |
| 1766 | p.Parent = model |
| 1767 | end |
| 1768 | do |
| 1769 | local p = Instance.new("Part") |
| 1770 | p.Name = "LooseHusk_1" |
| 1771 | p.Size = Vector3.new(0.9, 0.1, 0.5) |
| 1772 | p.CFrame = CFrame.new(4.2, 0.15, 1.2) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 1773 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1774 | p.Material = Enum.Material.Glacier |
| 1775 | p.MaterialVariant = "2022 Small Stud" |
| 1776 | p.Anchored = true |
| 1777 | p.Parent = model |
| 1778 | end |
| 1779 | do |
| 1780 | local p = Instance.new("Part") |
| 1781 | p.Name = "LooseKernel_2" |
| 1782 | p.Size = Vector3.new(0.7, 0.3, 0.4) |
| 1783 | p.CFrame = CFrame.new(3.5, 0.2, -1) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 1784 | p.BrickColor = BrickColor.new("Cork") |
| 1785 | p.Material = Enum.Material.Glacier |
| 1786 | p.MaterialVariant = "2022 Small Stud" |
| 1787 | p.Anchored = true |
| 1788 | p.Parent = model |
| 1789 | end |
| 1790 | do |
| 1791 | local p = Instance.new("Part") |
| 1792 | p.Name = "LooseHusk_2" |
| 1793 | p.Size = Vector3.new(0.9, 0.1, 0.5) |
| 1794 | p.CFrame = CFrame.new(3.7, 0.15, -0.8) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)) |
| 1795 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1796 | p.Material = Enum.Material.Glacier |
| 1797 | p.MaterialVariant = "2022 Small Stud" |
| 1798 | p.Anchored = true |
| 1799 | p.Parent = model |
| 1800 | end |
| 1801 | do |
| 1802 | local p = Instance.new("Part") |
| 1803 | p.Name = "LooseKernel_3" |
| 1804 | p.Size = Vector3.new(0.7, 0.3, 0.4) |
| 1805 | p.CFrame = CFrame.new(5, 0.2, 0) * CFrame.Angles(math.rad(0), math.rad(75), math.rad(0)) |
| 1806 | p.BrickColor = BrickColor.new("Cork") |
| 1807 | p.Material = Enum.Material.Glacier |
| 1808 | p.MaterialVariant = "2022 Small Stud" |
| 1809 | p.Anchored = true |
| 1810 | p.Parent = model |
| 1811 | end |
| 1812 | do |
| 1813 | local p = Instance.new("Part") |
| 1814 | p.Name = "LooseHusk_3" |
| 1815 | p.Size = Vector3.new(0.9, 0.1, 0.5) |
| 1816 | p.CFrame = CFrame.new(5.2, 0.15, 0.2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 1817 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1818 | p.Material = Enum.Material.Glacier |
| 1819 | p.MaterialVariant = "2022 Small Stud" |
| 1820 | p.Anchored = true |
| 1821 | p.Parent = model |
| 1822 | end |
| 1823 | do |
| 1824 | local p = Instance.new("Part") |
| 1825 | p.Name = "LooseKernel_4" |
| 1826 | p.Size = Vector3.new(0.7, 0.3, 0.4) |
| 1827 | p.CFrame = CFrame.new(4.5, 0.2, 3) * CFrame.Angles(math.rad(0), math.rad(-60), math.rad(0)) |
| 1828 | p.BrickColor = BrickColor.new("Cork") |
| 1829 | p.Material = Enum.Material.Glacier |
| 1830 | p.MaterialVariant = "2022 Small Stud" |
| 1831 | p.Anchored = true |
| 1832 | p.Parent = model |
| 1833 | end |
| 1834 | do |
| 1835 | local p = Instance.new("Part") |
| 1836 | p.Name = "LooseHusk_4" |
| 1837 | p.Size = Vector3.new(0.9, 0.1, 0.5) |
| 1838 | p.CFrame = CFrame.new(4.7, 0.15, 3.2) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 1839 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1840 | p.Material = Enum.Material.Glacier |
| 1841 | p.MaterialVariant = "2022 Small Stud" |
| 1842 | p.Anchored = true |
| 1843 | p.Parent = model |
| 1844 | end |
| 1845 | do |
| 1846 | local p = Instance.new("Part") |
| 1847 | p.Name = "LooseKernel_5" |
| 1848 | p.Size = Vector3.new(0.7, 0.3, 0.4) |
| 1849 | p.CFrame = CFrame.new(2.5, 0.2, 4) * CFrame.Angles(math.rad(0), math.rad(110), math.rad(0)) |
| 1850 | p.BrickColor = BrickColor.new("Cork") |
| 1851 | p.Material = Enum.Material.Glacier |
| 1852 | p.MaterialVariant = "2022 Small Stud" |
| 1853 | p.Anchored = true |
| 1854 | p.Parent = model |
| 1855 | end |
| 1856 | do |
| 1857 | local p = Instance.new("Part") |
| 1858 | p.Name = "LooseHusk_5" |
| 1859 | p.Size = Vector3.new(0.9, 0.1, 0.5) |
| 1860 | p.CFrame = CFrame.new(2.7, 0.15, 4.2) * CFrame.Angles(math.rad(0), math.rad(125), math.rad(0)) |
| 1861 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1862 | p.Material = Enum.Material.Glacier |
| 1863 | p.MaterialVariant = "2022 Small Stud" |
| 1864 | p.Anchored = true |
| 1865 | p.Parent = model |
| 1866 | end |
| 1867 | do |
| 1868 | local p = Instance.new("Part") |
| 1869 | p.Name = "LooseKernel_6" |
| 1870 | p.Size = Vector3.new(0.7, 0.3, 0.4) |
| 1871 | p.CFrame = CFrame.new(5.5, 0.2, -2) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)) |
| 1872 | p.BrickColor = BrickColor.new("Cork") |
| 1873 | p.Material = Enum.Material.Glacier |
| 1874 | p.MaterialVariant = "2022 Small Stud" |
| 1875 | p.Anchored = true |
| 1876 | p.Parent = model |
| 1877 | end |
| 1878 | do |
| 1879 | local p = Instance.new("Part") |
| 1880 | p.Name = "LooseHusk_6" |
| 1881 | p.Size = Vector3.new(0.9, 0.1, 0.5) |
| 1882 | p.CFrame = CFrame.new(5.7, 0.15, -1.8) |
| 1883 | p.BrickColor = BrickColor.new("Cool yellow") |
| 1884 | p.Material = Enum.Material.Glacier |
| 1885 | p.MaterialVariant = "2022 Small Stud" |
| 1886 | p.Anchored = true |
| 1887 | p.Parent = model |
| 1888 | end |
| 1889 | model.PrimaryPart = model:FindFirstChild("Stem") |
| 1890 | print("WheatStalk built: " .. #model:GetChildren() .. " parts") |
Loading comments...