Loading model...
by Mimi · 7/16/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: ForestHut |
| 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 = "ForestHut" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Bright green"] = "2022 Stud", |
| 26 | ["Brown"] = "2022 Stud", |
| 27 | ["Dark stone grey"] = "2022 Stud", |
| 28 | ["Medium stone grey"] = "2022 Inlet", |
| 29 | ["Really black"] = "2022 Universal", |
| 30 | ["Reddish brown"] = "2022 Small Stud", |
| 31 | } |
| 32 | do |
| 33 | local p = Instance.new("Part") |
| 34 | p.Name = "BaseStone_0" |
| 35 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 36 | p.CFrame = CFrame.new(8, 0.5, 0) |
| 37 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 38 | p.Material = Enum.Material.Glacier |
| 39 | p.MaterialVariant = "2022 Stud" |
| 40 | p.Anchored = true |
| 41 | p.Parent = model |
| 42 | end |
| 43 | do |
| 44 | local p = Instance.new("Part") |
| 45 | p.Name = "BaseStone_1" |
| 46 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 47 | p.CFrame = CFrame.new(6.9282, 0.5, 4) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 48 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Stud" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Name = "BaseStone_2" |
| 57 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 58 | p.CFrame = CFrame.new(4, 0.5, 6.9282) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(0)) |
| 59 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 60 | p.Material = Enum.Material.Glacier |
| 61 | p.MaterialVariant = "2022 Stud" |
| 62 | p.Anchored = true |
| 63 | p.Parent = model |
| 64 | end |
| 65 | do |
| 66 | local p = Instance.new("Part") |
| 67 | p.Name = "BaseStone_3" |
| 68 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 69 | p.CFrame = CFrame.new(0, 0.5, 8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 70 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 71 | p.Material = Enum.Material.Glacier |
| 72 | p.MaterialVariant = "2022 Stud" |
| 73 | p.Anchored = true |
| 74 | p.Parent = model |
| 75 | end |
| 76 | do |
| 77 | local p = Instance.new("Part") |
| 78 | p.Name = "BaseStone_4" |
| 79 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 80 | p.CFrame = CFrame.new(-4, 0.5, 6.9282) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(0)) |
| 81 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 82 | p.Material = Enum.Material.Glacier |
| 83 | p.MaterialVariant = "2022 Stud" |
| 84 | p.Anchored = true |
| 85 | p.Parent = model |
| 86 | end |
| 87 | do |
| 88 | local p = Instance.new("Part") |
| 89 | p.Name = "BaseStone_5" |
| 90 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 91 | p.CFrame = CFrame.new(-6.9282, 0.5, 4) * CFrame.Angles(math.rad(0), math.rad(150), math.rad(0)) |
| 92 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 93 | p.Material = Enum.Material.Glacier |
| 94 | p.MaterialVariant = "2022 Stud" |
| 95 | p.Anchored = true |
| 96 | p.Parent = model |
| 97 | end |
| 98 | do |
| 99 | local p = Instance.new("Part") |
| 100 | p.Name = "BaseStone_6" |
| 101 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 102 | p.CFrame = CFrame.new(-8, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 103 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 104 | p.Material = Enum.Material.Glacier |
| 105 | p.MaterialVariant = "2022 Stud" |
| 106 | p.Anchored = true |
| 107 | p.Parent = model |
| 108 | end |
| 109 | do |
| 110 | local p = Instance.new("Part") |
| 111 | p.Name = "BaseStone_7" |
| 112 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 113 | p.CFrame = CFrame.new(-6.9282, 0.5, -4) * CFrame.Angles(math.rad(0), math.rad(210), math.rad(0)) |
| 114 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 115 | p.Material = Enum.Material.Glacier |
| 116 | p.MaterialVariant = "2022 Stud" |
| 117 | p.Anchored = true |
| 118 | p.Parent = model |
| 119 | end |
| 120 | do |
| 121 | local p = Instance.new("Part") |
| 122 | p.Name = "BaseStone_8" |
| 123 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 124 | p.CFrame = CFrame.new(-4, 0.5, -6.9282) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(0)) |
| 125 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 126 | p.Material = Enum.Material.Glacier |
| 127 | p.MaterialVariant = "2022 Stud" |
| 128 | p.Anchored = true |
| 129 | p.Parent = model |
| 130 | end |
| 131 | do |
| 132 | local p = Instance.new("Part") |
| 133 | p.Name = "BaseStone_9" |
| 134 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 135 | p.CFrame = CFrame.new(0, 0.5, -8) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 136 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 137 | p.Material = Enum.Material.Glacier |
| 138 | p.MaterialVariant = "2022 Stud" |
| 139 | p.Anchored = true |
| 140 | p.Parent = model |
| 141 | end |
| 142 | do |
| 143 | local p = Instance.new("Part") |
| 144 | p.Name = "BaseStone_10" |
| 145 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 146 | p.CFrame = CFrame.new(4, 0.5, -6.9282) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(0)) |
| 147 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 148 | p.Material = Enum.Material.Glacier |
| 149 | p.MaterialVariant = "2022 Stud" |
| 150 | p.Anchored = true |
| 151 | p.Parent = model |
| 152 | end |
| 153 | do |
| 154 | local p = Instance.new("Part") |
| 155 | p.Name = "BaseStone_11" |
| 156 | p.Size = Vector3.new(4.5, 1.2, 4.5) |
| 157 | p.CFrame = CFrame.new(6.9282, 0.5, -4) * CFrame.Angles(math.rad(0), math.rad(330), math.rad(0)) |
| 158 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 159 | p.Material = Enum.Material.Glacier |
| 160 | p.MaterialVariant = "2022 Stud" |
| 161 | p.Anchored = true |
| 162 | p.Parent = model |
| 163 | end |
| 164 | do |
| 165 | local p = Instance.new("Part") |
| 166 | p.Name = "WallWood_0" |
| 167 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 168 | p.CFrame = CFrame.new(7.5, 3.96, 0) |
| 169 | p.BrickColor = BrickColor.new("Reddish brown") |
| 170 | p.Material = Enum.Material.Glacier |
| 171 | p.MaterialVariant = "2022 Small Stud" |
| 172 | p.Anchored = true |
| 173 | p.Parent = model |
| 174 | end |
| 175 | do |
| 176 | local p = Instance.new("Part") |
| 177 | p.Name = "WallWood_1" |
| 178 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 179 | p.CFrame = CFrame.new(6.49519, 3.96, 3.75) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 180 | p.BrickColor = BrickColor.new("Reddish brown") |
| 181 | p.Material = Enum.Material.Glacier |
| 182 | p.MaterialVariant = "2022 Small Stud" |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Name = "WallWood_2" |
| 189 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 190 | p.CFrame = CFrame.new(3.75, 3.96, 6.49519) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(0)) |
| 191 | p.BrickColor = BrickColor.new("Reddish brown") |
| 192 | p.Material = Enum.Material.Glacier |
| 193 | p.MaterialVariant = "2022 Small Stud" |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Name = "WallWood_3" |
| 200 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 201 | p.CFrame = CFrame.new(0, 3.96, 7.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 202 | p.BrickColor = BrickColor.new("Reddish brown") |
| 203 | p.Material = Enum.Material.Glacier |
| 204 | p.MaterialVariant = "2022 Small Stud" |
| 205 | p.Anchored = true |
| 206 | p.Parent = model |
| 207 | end |
| 208 | do |
| 209 | local p = Instance.new("Part") |
| 210 | p.Name = "WallWood_4" |
| 211 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 212 | p.CFrame = CFrame.new(-3.75, 3.96, 6.49519) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(0)) |
| 213 | p.BrickColor = BrickColor.new("Reddish brown") |
| 214 | p.Material = Enum.Material.Glacier |
| 215 | p.MaterialVariant = "2022 Small Stud" |
| 216 | p.Anchored = true |
| 217 | p.Parent = model |
| 218 | end |
| 219 | do |
| 220 | local p = Instance.new("Part") |
| 221 | p.Name = "WallWood_5" |
| 222 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 223 | p.CFrame = CFrame.new(-6.49519, 3.96, 3.75) * CFrame.Angles(math.rad(0), math.rad(150), math.rad(0)) |
| 224 | p.BrickColor = BrickColor.new("Reddish brown") |
| 225 | p.Material = Enum.Material.Glacier |
| 226 | p.MaterialVariant = "2022 Small Stud" |
| 227 | p.Anchored = true |
| 228 | p.Parent = model |
| 229 | end |
| 230 | do |
| 231 | local p = Instance.new("Part") |
| 232 | p.Name = "WallWood_7" |
| 233 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 234 | p.CFrame = CFrame.new(-6.49519, 3.96, -3.75) * CFrame.Angles(math.rad(0), math.rad(210), math.rad(0)) |
| 235 | p.BrickColor = BrickColor.new("Reddish brown") |
| 236 | p.Material = Enum.Material.Glacier |
| 237 | p.MaterialVariant = "2022 Small Stud" |
| 238 | p.Anchored = true |
| 239 | p.Parent = model |
| 240 | end |
| 241 | do |
| 242 | local p = Instance.new("Part") |
| 243 | p.Name = "WallWood_8" |
| 244 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 245 | p.CFrame = CFrame.new(-3.75, 3.96, -6.49519) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(0)) |
| 246 | p.BrickColor = BrickColor.new("Reddish brown") |
| 247 | p.Material = Enum.Material.Glacier |
| 248 | p.MaterialVariant = "2022 Small Stud" |
| 249 | p.Anchored = true |
| 250 | p.Parent = model |
| 251 | end |
| 252 | do |
| 253 | local p = Instance.new("Part") |
| 254 | p.Name = "WallWood_9" |
| 255 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 256 | p.CFrame = CFrame.new(0, 3.96, -7.5) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 257 | p.BrickColor = BrickColor.new("Reddish brown") |
| 258 | p.Material = Enum.Material.Glacier |
| 259 | p.MaterialVariant = "2022 Small Stud" |
| 260 | p.Anchored = true |
| 261 | p.Parent = model |
| 262 | end |
| 263 | do |
| 264 | local p = Instance.new("Part") |
| 265 | p.Name = "WallWood_10" |
| 266 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 267 | p.CFrame = CFrame.new(3.75, 3.96, -6.49519) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(0)) |
| 268 | p.BrickColor = BrickColor.new("Reddish brown") |
| 269 | p.Material = Enum.Material.Glacier |
| 270 | p.MaterialVariant = "2022 Small Stud" |
| 271 | p.Anchored = true |
| 272 | p.Parent = model |
| 273 | end |
| 274 | do |
| 275 | local p = Instance.new("Part") |
| 276 | p.Name = "WallWood_11" |
| 277 | p.Size = Vector3.new(4.2, 6, 1.5) |
| 278 | p.CFrame = CFrame.new(6.49519, 3.96, -3.75) * CFrame.Angles(math.rad(0), math.rad(330), math.rad(0)) |
| 279 | p.BrickColor = BrickColor.new("Reddish brown") |
| 280 | p.Material = Enum.Material.Glacier |
| 281 | p.MaterialVariant = "2022 Small Stud" |
| 282 | p.Anchored = true |
| 283 | p.Parent = model |
| 284 | end |
| 285 | do |
| 286 | local p = Instance.new("Part") |
| 287 | p.Name = "Door" |
| 288 | p.Size = Vector3.new(3.5, 5, 0.5) |
| 289 | p.CFrame = CFrame.new(0, 3.42, -7.2) |
| 290 | p.BrickColor = BrickColor.new("Brown") |
| 291 | p.Material = Enum.Material.Glacier |
| 292 | p.MaterialVariant = "2022 Stud" |
| 293 | p.Anchored = true |
| 294 | p.Parent = model |
| 295 | end |
| 296 | do |
| 297 | local p = Instance.new("Part") |
| 298 | p.Name = "DoorHandle" |
| 299 | p.Size = Vector3.new(0.2, 0.6, 0.3) |
| 300 | p.CFrame = CFrame.new(0.8, 3.5, -7.5) |
| 301 | p.BrickColor = BrickColor.new("Really black") |
| 302 | p.Material = Enum.Material.Glacier |
| 303 | p.MaterialVariant = "2022 Universal" |
| 304 | p.Anchored = true |
| 305 | p.Parent = model |
| 306 | end |
| 307 | do |
| 308 | local p = Instance.new("Part") |
| 309 | p.Name = "Step1" |
| 310 | p.Size = Vector3.new(6, 0.6, 2) |
| 311 | p.CFrame = CFrame.new(0, 0.3, -9.5) |
| 312 | p.BrickColor = BrickColor.new("Reddish brown") |
| 313 | p.Material = Enum.Material.Glacier |
| 314 | p.MaterialVariant = "2022 Small Stud" |
| 315 | p.Anchored = true |
| 316 | p.Parent = model |
| 317 | end |
| 318 | do |
| 319 | local p = Instance.new("Part") |
| 320 | p.Name = "Step2" |
| 321 | p.Size = Vector3.new(5, 0.6, 2) |
| 322 | p.CFrame = CFrame.new(0, 0.94, -8.5) |
| 323 | p.BrickColor = BrickColor.new("Reddish brown") |
| 324 | p.Material = Enum.Material.Glacier |
| 325 | p.MaterialVariant = "2022 Small Stud" |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("Part") |
| 331 | p.Name = "RailL" |
| 332 | p.Size = Vector3.new(0.5, 2, 3) |
| 333 | p.CFrame = CFrame.new(-2.8, 1.5, -9.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 334 | p.BrickColor = BrickColor.new("Reddish brown") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Small Stud" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Name = "RailR" |
| 343 | p.Size = Vector3.new(0.5, 2, 3) |
| 344 | p.CFrame = CFrame.new(2.8, 1.5, -9.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 345 | p.BrickColor = BrickColor.new("Reddish brown") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Small Stud" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "WinGlowL" |
| 354 | p.Size = Vector3.new(1.8, 1.8, 0.2) |
| 355 | p.CFrame = CFrame.new(-4.5, 4.5, -6.42) |
| 356 | p.BrickColor = BrickColor.new("Deep orange") |
| 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 = "WinGlowR" |
| 364 | p.Size = Vector3.new(1.8, 1.8, 0.2) |
| 365 | p.CFrame = CFrame.new(4.5, 4.5, -6.42) |
| 366 | p.BrickColor = BrickColor.new("Deep orange") |
| 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 = "Leaf_0_0" |
| 374 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 375 | p.CFrame = CFrame.new(8.5, 8, 0) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 376 | p.BrickColor = BrickColor.new("Bright green") |
| 377 | p.Material = Enum.Material.Glacier |
| 378 | p.MaterialVariant = "2022 Stud" |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Name = "Leaf_0_1" |
| 385 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 386 | p.CFrame = CFrame.new(7.36122, 8, 4.25) * CFrame.Angles(math.rad(-25), math.rad(30), math.rad(0)) |
| 387 | p.BrickColor = BrickColor.new("Bright green") |
| 388 | p.Material = Enum.Material.Glacier |
| 389 | p.MaterialVariant = "2022 Stud" |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("Part") |
| 395 | p.Name = "Leaf_0_2" |
| 396 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 397 | p.CFrame = CFrame.new(4.25, 8, 7.36122) * CFrame.Angles(math.rad(-25), math.rad(60), math.rad(0)) |
| 398 | p.BrickColor = BrickColor.new("Bright green") |
| 399 | p.Material = Enum.Material.Glacier |
| 400 | p.MaterialVariant = "2022 Stud" |
| 401 | p.Anchored = true |
| 402 | p.Parent = model |
| 403 | end |
| 404 | do |
| 405 | local p = Instance.new("Part") |
| 406 | p.Name = "Leaf_0_3" |
| 407 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 408 | p.CFrame = CFrame.new(0, 8, 8.5) * CFrame.Angles(math.rad(-25), math.rad(90), math.rad(0)) |
| 409 | p.BrickColor = BrickColor.new("Bright green") |
| 410 | p.Material = Enum.Material.Glacier |
| 411 | p.MaterialVariant = "2022 Stud" |
| 412 | p.Anchored = true |
| 413 | p.Parent = model |
| 414 | end |
| 415 | do |
| 416 | local p = Instance.new("Part") |
| 417 | p.Name = "Leaf_0_4" |
| 418 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 419 | p.CFrame = CFrame.new(-4.25, 8, 7.36122) * CFrame.Angles(math.rad(-25), math.rad(120), math.rad(0)) |
| 420 | p.BrickColor = BrickColor.new("Bright green") |
| 421 | p.Material = Enum.Material.Glacier |
| 422 | p.MaterialVariant = "2022 Stud" |
| 423 | p.Anchored = true |
| 424 | p.Parent = model |
| 425 | end |
| 426 | do |
| 427 | local p = Instance.new("Part") |
| 428 | p.Name = "Leaf_0_5" |
| 429 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 430 | p.CFrame = CFrame.new(-7.36122, 8, 4.25) * CFrame.Angles(math.rad(-25), math.rad(150), math.rad(0)) |
| 431 | p.BrickColor = BrickColor.new("Bright green") |
| 432 | p.Material = Enum.Material.Glacier |
| 433 | p.MaterialVariant = "2022 Stud" |
| 434 | p.Anchored = true |
| 435 | p.Parent = model |
| 436 | end |
| 437 | do |
| 438 | local p = Instance.new("Part") |
| 439 | p.Name = "Leaf_0_6" |
| 440 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 441 | p.CFrame = CFrame.new(-8.5, 8, 0) * CFrame.Angles(math.rad(-25), math.rad(180), math.rad(0)) |
| 442 | p.BrickColor = BrickColor.new("Bright green") |
| 443 | p.Material = Enum.Material.Glacier |
| 444 | p.MaterialVariant = "2022 Stud" |
| 445 | p.Anchored = true |
| 446 | p.Parent = model |
| 447 | end |
| 448 | do |
| 449 | local p = Instance.new("Part") |
| 450 | p.Name = "Leaf_0_7" |
| 451 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 452 | p.CFrame = CFrame.new(-7.36122, 8, -4.25) * CFrame.Angles(math.rad(-25), math.rad(210), math.rad(0)) |
| 453 | p.BrickColor = BrickColor.new("Bright green") |
| 454 | p.Material = Enum.Material.Glacier |
| 455 | p.MaterialVariant = "2022 Stud" |
| 456 | p.Anchored = true |
| 457 | p.Parent = model |
| 458 | end |
| 459 | do |
| 460 | local p = Instance.new("Part") |
| 461 | p.Name = "Leaf_0_8" |
| 462 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 463 | p.CFrame = CFrame.new(-4.25, 8, -7.36122) * CFrame.Angles(math.rad(-25), math.rad(240), math.rad(0)) |
| 464 | p.BrickColor = BrickColor.new("Bright green") |
| 465 | p.Material = Enum.Material.Glacier |
| 466 | p.MaterialVariant = "2022 Stud" |
| 467 | p.Anchored = true |
| 468 | p.Parent = model |
| 469 | end |
| 470 | do |
| 471 | local p = Instance.new("Part") |
| 472 | p.Name = "Leaf_0_9" |
| 473 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 474 | p.CFrame = CFrame.new(0, 8, -8.5) * CFrame.Angles(math.rad(-25), math.rad(270), math.rad(0)) |
| 475 | p.BrickColor = BrickColor.new("Bright green") |
| 476 | p.Material = Enum.Material.Glacier |
| 477 | p.MaterialVariant = "2022 Stud" |
| 478 | p.Anchored = true |
| 479 | p.Parent = model |
| 480 | end |
| 481 | do |
| 482 | local p = Instance.new("Part") |
| 483 | p.Name = "Leaf_0_10" |
| 484 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 485 | p.CFrame = CFrame.new(4.25, 8, -7.36122) * CFrame.Angles(math.rad(-25), math.rad(300), math.rad(0)) |
| 486 | p.BrickColor = BrickColor.new("Bright green") |
| 487 | p.Material = Enum.Material.Glacier |
| 488 | p.MaterialVariant = "2022 Stud" |
| 489 | p.Anchored = true |
| 490 | p.Parent = model |
| 491 | end |
| 492 | do |
| 493 | local p = Instance.new("Part") |
| 494 | p.Name = "Leaf_0_11" |
| 495 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 496 | p.CFrame = CFrame.new(7.36122, 8, -4.25) * CFrame.Angles(math.rad(-25), math.rad(330), math.rad(0)) |
| 497 | p.BrickColor = BrickColor.new("Bright green") |
| 498 | p.Material = Enum.Material.Glacier |
| 499 | p.MaterialVariant = "2022 Stud" |
| 500 | p.Anchored = true |
| 501 | p.Parent = model |
| 502 | end |
| 503 | do |
| 504 | local p = Instance.new("Part") |
| 505 | p.Name = "Leaf_1_0" |
| 506 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 507 | p.CFrame = CFrame.new(6, 10, 0) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 508 | p.BrickColor = BrickColor.new("Bright green") |
| 509 | p.Material = Enum.Material.Glacier |
| 510 | p.MaterialVariant = "2022 Stud" |
| 511 | p.Anchored = true |
| 512 | p.Parent = model |
| 513 | end |
| 514 | do |
| 515 | local p = Instance.new("Part") |
| 516 | p.Name = "Leaf_1_1" |
| 517 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 518 | p.CFrame = CFrame.new(4.59627, 10, 3.85673) * CFrame.Angles(math.rad(-25), math.rad(40), math.rad(0)) |
| 519 | p.BrickColor = BrickColor.new("Bright green") |
| 520 | p.Material = Enum.Material.Glacier |
| 521 | p.MaterialVariant = "2022 Stud" |
| 522 | p.Anchored = true |
| 523 | p.Parent = model |
| 524 | end |
| 525 | do |
| 526 | local p = Instance.new("Part") |
| 527 | p.Name = "Leaf_1_2" |
| 528 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 529 | p.CFrame = CFrame.new(1.04189, 10, 5.90885) * CFrame.Angles(math.rad(-25), math.rad(80), math.rad(0)) |
| 530 | p.BrickColor = BrickColor.new("Bright green") |
| 531 | p.Material = Enum.Material.Glacier |
| 532 | p.MaterialVariant = "2022 Stud" |
| 533 | p.Anchored = true |
| 534 | p.Parent = model |
| 535 | end |
| 536 | do |
| 537 | local p = Instance.new("Part") |
| 538 | p.Name = "Leaf_1_3" |
| 539 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 540 | p.CFrame = CFrame.new(-3, 10, 5.19615) * CFrame.Angles(math.rad(-25), math.rad(120), math.rad(0)) |
| 541 | p.BrickColor = BrickColor.new("Bright green") |
| 542 | p.Material = Enum.Material.Glacier |
| 543 | p.MaterialVariant = "2022 Stud" |
| 544 | p.Anchored = true |
| 545 | p.Parent = model |
| 546 | end |
| 547 | do |
| 548 | local p = Instance.new("Part") |
| 549 | p.Name = "Leaf_1_4" |
| 550 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 551 | p.CFrame = CFrame.new(-5.63816, 10, 2.05212) * CFrame.Angles(math.rad(-25), math.rad(160), math.rad(0)) |
| 552 | p.BrickColor = BrickColor.new("Bright green") |
| 553 | p.Material = Enum.Material.Glacier |
| 554 | p.MaterialVariant = "2022 Stud" |
| 555 | p.Anchored = true |
| 556 | p.Parent = model |
| 557 | end |
| 558 | do |
| 559 | local p = Instance.new("Part") |
| 560 | p.Name = "Leaf_1_5" |
| 561 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 562 | p.CFrame = CFrame.new(-5.63816, 10, -2.05212) * CFrame.Angles(math.rad(-25), math.rad(200), math.rad(0)) |
| 563 | p.BrickColor = BrickColor.new("Bright green") |
| 564 | p.Material = Enum.Material.Glacier |
| 565 | p.MaterialVariant = "2022 Stud" |
| 566 | p.Anchored = true |
| 567 | p.Parent = model |
| 568 | end |
| 569 | do |
| 570 | local p = Instance.new("Part") |
| 571 | p.Name = "Leaf_1_6" |
| 572 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 573 | p.CFrame = CFrame.new(-3, 10, -5.19615) * CFrame.Angles(math.rad(-25), math.rad(240), math.rad(0)) |
| 574 | p.BrickColor = BrickColor.new("Bright green") |
| 575 | p.Material = Enum.Material.Glacier |
| 576 | p.MaterialVariant = "2022 Stud" |
| 577 | p.Anchored = true |
| 578 | p.Parent = model |
| 579 | end |
| 580 | do |
| 581 | local p = Instance.new("Part") |
| 582 | p.Name = "Leaf_1_7" |
| 583 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 584 | p.CFrame = CFrame.new(1.04189, 10, -5.90885) * CFrame.Angles(math.rad(-25), math.rad(280), math.rad(0)) |
| 585 | p.BrickColor = BrickColor.new("Bright green") |
| 586 | p.Material = Enum.Material.Glacier |
| 587 | p.MaterialVariant = "2022 Stud" |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("Part") |
| 593 | p.Name = "Leaf_1_8" |
| 594 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 595 | p.CFrame = CFrame.new(4.59627, 10, -3.85673) * CFrame.Angles(math.rad(-25), math.rad(320), math.rad(0)) |
| 596 | p.BrickColor = BrickColor.new("Bright green") |
| 597 | p.Material = Enum.Material.Glacier |
| 598 | p.MaterialVariant = "2022 Stud" |
| 599 | p.Anchored = true |
| 600 | p.Parent = model |
| 601 | end |
| 602 | do |
| 603 | local p = Instance.new("Part") |
| 604 | p.Name = "Leaf_2_0" |
| 605 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 606 | p.CFrame = CFrame.new(3.5, 12, 0) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 607 | p.BrickColor = BrickColor.new("Bright green") |
| 608 | p.Material = Enum.Material.Glacier |
| 609 | p.MaterialVariant = "2022 Stud" |
| 610 | p.Anchored = true |
| 611 | p.Parent = model |
| 612 | end |
| 613 | do |
| 614 | local p = Instance.new("Part") |
| 615 | p.Name = "Leaf_2_1" |
| 616 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 617 | p.CFrame = CFrame.new(1.75, 12, 3.03109) * CFrame.Angles(math.rad(-25), math.rad(60), math.rad(0)) |
| 618 | p.BrickColor = BrickColor.new("Bright green") |
| 619 | p.Material = Enum.Material.Glacier |
| 620 | p.MaterialVariant = "2022 Stud" |
| 621 | p.Anchored = true |
| 622 | p.Parent = model |
| 623 | end |
| 624 | do |
| 625 | local p = Instance.new("Part") |
| 626 | p.Name = "Leaf_2_2" |
| 627 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 628 | p.CFrame = CFrame.new(-1.75, 12, 3.03109) * CFrame.Angles(math.rad(-25), math.rad(120), math.rad(0)) |
| 629 | p.BrickColor = BrickColor.new("Bright green") |
| 630 | p.Material = Enum.Material.Glacier |
| 631 | p.MaterialVariant = "2022 Stud" |
| 632 | p.Anchored = true |
| 633 | p.Parent = model |
| 634 | end |
| 635 | do |
| 636 | local p = Instance.new("Part") |
| 637 | p.Name = "Leaf_2_3" |
| 638 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 639 | p.CFrame = CFrame.new(-3.5, 12, 0) * CFrame.Angles(math.rad(-25), math.rad(180), math.rad(0)) |
| 640 | p.BrickColor = BrickColor.new("Bright green") |
| 641 | p.Material = Enum.Material.Glacier |
| 642 | p.MaterialVariant = "2022 Stud" |
| 643 | p.Anchored = true |
| 644 | p.Parent = model |
| 645 | end |
| 646 | do |
| 647 | local p = Instance.new("Part") |
| 648 | p.Name = "Leaf_2_4" |
| 649 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 650 | p.CFrame = CFrame.new(-1.75, 12, -3.03109) * CFrame.Angles(math.rad(-25), math.rad(240), math.rad(0)) |
| 651 | p.BrickColor = BrickColor.new("Bright green") |
| 652 | p.Material = Enum.Material.Glacier |
| 653 | p.MaterialVariant = "2022 Stud" |
| 654 | p.Anchored = true |
| 655 | p.Parent = model |
| 656 | end |
| 657 | do |
| 658 | local p = Instance.new("Part") |
| 659 | p.Name = "Leaf_2_5" |
| 660 | p.Size = Vector3.new(2.5, 0.5, 2) |
| 661 | p.CFrame = CFrame.new(1.75, 12, -3.03109) * CFrame.Angles(math.rad(-25), math.rad(300), math.rad(0)) |
| 662 | p.BrickColor = BrickColor.new("Bright green") |
| 663 | p.Material = Enum.Material.Glacier |
| 664 | p.MaterialVariant = "2022 Stud" |
| 665 | p.Anchored = true |
| 666 | p.Parent = model |
| 667 | end |
| 668 | do |
| 669 | local p = Instance.new("Part") |
| 670 | p.Name = "RoofTrim_0" |
| 671 | p.Size = Vector3.new(5, 0.8, 1) |
| 672 | p.CFrame = CFrame.new(9, 7.2, 0) |
| 673 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "RoofTrim_1" |
| 682 | p.Size = Vector3.new(5, 0.8, 1) |
| 683 | p.CFrame = CFrame.new(7.79423, 7.2, 4.5) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 684 | p.BrickColor = BrickColor.new("Reddish brown") |
| 685 | p.Material = Enum.Material.Glacier |
| 686 | p.MaterialVariant = "2022 Small Stud" |
| 687 | p.Anchored = true |
| 688 | p.Parent = model |
| 689 | end |
| 690 | do |
| 691 | local p = Instance.new("Part") |
| 692 | p.Name = "RoofTrim_2" |
| 693 | p.Size = Vector3.new(5, 0.8, 1) |
| 694 | p.CFrame = CFrame.new(4.5, 7.2, 7.79423) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(0)) |
| 695 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "RoofTrim_3" |
| 704 | p.Size = Vector3.new(5, 0.8, 1) |
| 705 | p.CFrame = CFrame.new(0, 7.2, 9) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 706 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "RoofTrim_4" |
| 715 | p.Size = Vector3.new(5, 0.8, 1) |
| 716 | p.CFrame = CFrame.new(-4.5, 7.2, 7.79423) * CFrame.Angles(math.rad(0), math.rad(120), math.rad(0)) |
| 717 | p.BrickColor = BrickColor.new("Reddish brown") |
| 718 | p.Material = Enum.Material.Glacier |
| 719 | p.MaterialVariant = "2022 Small Stud" |
| 720 | p.Anchored = true |
| 721 | p.Parent = model |
| 722 | end |
| 723 | do |
| 724 | local p = Instance.new("Part") |
| 725 | p.Name = "RoofTrim_5" |
| 726 | p.Size = Vector3.new(5, 0.8, 1) |
| 727 | p.CFrame = CFrame.new(-7.79423, 7.2, 4.5) * CFrame.Angles(math.rad(0), math.rad(150), math.rad(0)) |
| 728 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "RoofTrim_6" |
| 737 | p.Size = Vector3.new(5, 0.8, 1) |
| 738 | p.CFrame = CFrame.new(-9, 7.2, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 739 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "RoofTrim_7" |
| 748 | p.Size = Vector3.new(5, 0.8, 1) |
| 749 | p.CFrame = CFrame.new(-7.79423, 7.2, -4.5) * CFrame.Angles(math.rad(0), math.rad(210), math.rad(0)) |
| 750 | p.BrickColor = BrickColor.new("Reddish brown") |
| 751 | p.Material = Enum.Material.Glacier |
| 752 | p.MaterialVariant = "2022 Small Stud" |
| 753 | p.Anchored = true |
| 754 | p.Parent = model |
| 755 | end |
| 756 | do |
| 757 | local p = Instance.new("Part") |
| 758 | p.Name = "RoofTrim_8" |
| 759 | p.Size = Vector3.new(5, 0.8, 1) |
| 760 | p.CFrame = CFrame.new(-4.5, 7.2, -7.79423) * CFrame.Angles(math.rad(0), math.rad(240), math.rad(0)) |
| 761 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "RoofTrim_9" |
| 770 | p.Size = Vector3.new(5, 0.8, 1) |
| 771 | p.CFrame = CFrame.new(0, 7.2, -9) * CFrame.Angles(math.rad(0), math.rad(270), math.rad(0)) |
| 772 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "RoofTrim_10" |
| 781 | p.Size = Vector3.new(5, 0.8, 1) |
| 782 | p.CFrame = CFrame.new(4.5, 7.2, -7.79423) * CFrame.Angles(math.rad(0), math.rad(300), math.rad(0)) |
| 783 | p.BrickColor = BrickColor.new("Reddish brown") |
| 784 | p.Material = Enum.Material.Glacier |
| 785 | p.MaterialVariant = "2022 Small Stud" |
| 786 | p.Anchored = true |
| 787 | p.Parent = model |
| 788 | end |
| 789 | do |
| 790 | local p = Instance.new("Part") |
| 791 | p.Name = "RoofTrim_11" |
| 792 | p.Size = Vector3.new(5, 0.8, 1) |
| 793 | p.CFrame = CFrame.new(7.79423, 7.2, -4.5) * CFrame.Angles(math.rad(0), math.rad(330), math.rad(0)) |
| 794 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "SproutStem" |
| 803 | p.Size = Vector3.new(0.4, 1, 0.4) |
| 804 | p.CFrame = CFrame.new(0, 16.5, 0) |
| 805 | p.BrickColor = BrickColor.new("Bright green") |
| 806 | p.Material = Enum.Material.Glacier |
| 807 | p.MaterialVariant = "2022 Stud" |
| 808 | p.Anchored = true |
| 809 | p.Parent = model |
| 810 | end |
| 811 | do |
| 812 | local p = Instance.new("Part") |
| 813 | p.Name = "Leaf1" |
| 814 | p.Size = Vector3.new(1.2, 0.2, 0.8) |
| 815 | p.CFrame = CFrame.new(0.6, 17.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) |
| 816 | p.BrickColor = BrickColor.new("Bright green") |
| 817 | p.Material = Enum.Material.Glacier |
| 818 | p.MaterialVariant = "2022 Stud" |
| 819 | p.Anchored = true |
| 820 | p.Parent = model |
| 821 | end |
| 822 | do |
| 823 | local p = Instance.new("Part") |
| 824 | p.Name = "Leaf2" |
| 825 | p.Size = Vector3.new(1.2, 0.2, 0.8) |
| 826 | p.CFrame = CFrame.new(-0.6, 17.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-30)) |
| 827 | p.BrickColor = BrickColor.new("Bright green") |
| 828 | p.Material = Enum.Material.Glacier |
| 829 | p.MaterialVariant = "2022 Stud" |
| 830 | p.Anchored = true |
| 831 | p.Parent = model |
| 832 | end |
| 833 | do |
| 834 | local p = Instance.new("Part") |
| 835 | p.Name = "Crate1" |
| 836 | p.Size = Vector3.new(2, 2, 2) |
| 837 | p.CFrame = CFrame.new(-8.5, 1.5, -4) |
| 838 | p.BrickColor = BrickColor.new("Reddish brown") |
| 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 = "Crate2" |
| 847 | p.Size = Vector3.new(2, 2, 2) |
| 848 | p.CFrame = CFrame.new(8.5, 1.5, -4) |
| 849 | p.BrickColor = BrickColor.new("Reddish brown") |
| 850 | p.Material = Enum.Material.Glacier |
| 851 | p.MaterialVariant = "2022 Small Stud" |
| 852 | p.Anchored = true |
| 853 | p.Parent = model |
| 854 | end |
| 855 | do |
| 856 | local p = Instance.new("Part") |
| 857 | p.Shape = Enum.PartType.Cylinder |
| 858 | p.Name = "Barrel1" |
| 859 | p.Size = Vector3.new(2.5, 2, 2) |
| 860 | p.CFrame = CFrame.new(-8.5, 1.5, -1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 861 | p.BrickColor = BrickColor.new("Reddish brown") |
| 862 | p.Material = Enum.Material.Glacier |
| 863 | p.MaterialVariant = "2022 Small Stud" |
| 864 | p.Anchored = true |
| 865 | p.Parent = model |
| 866 | end |
| 867 | do |
| 868 | local p = Instance.new("Part") |
| 869 | p.Name = "LanternPost" |
| 870 | p.Size = Vector3.new(0.3, 0.3, 0.8) |
| 871 | p.CFrame = CFrame.new(7.5, 4.5, -3.96) |
| 872 | p.BrickColor = BrickColor.new("Reddish brown") |
| 873 | p.Material = Enum.Material.Glacier |
| 874 | p.MaterialVariant = "2022 Small Stud" |
| 875 | p.Anchored = true |
| 876 | p.Parent = model |
| 877 | end |
| 878 | do |
| 879 | local p = Instance.new("Part") |
| 880 | p.Name = "LanternGlow" |
| 881 | p.Size = Vector3.new(0.8, 1.2, 0.8) |
| 882 | p.CFrame = CFrame.new(7.5, 4.5, -4.8) |
| 883 | p.BrickColor = BrickColor.new("Deep orange") |
| 884 | p.Material = Enum.Material.Neon |
| 885 | p.Anchored = true |
| 886 | p.Parent = model |
| 887 | end |
| 888 | do |
| 889 | local p = Instance.new("Part") |
| 890 | p.Name = "LanternCap" |
| 891 | p.Size = Vector3.new(1, 0.2, 1) |
| 892 | p.CFrame = CFrame.new(7.5, 5.24, -4.8) |
| 893 | p.BrickColor = BrickColor.new("Really black") |
| 894 | p.Material = Enum.Material.Glacier |
| 895 | p.MaterialVariant = "2022 Universal" |
| 896 | p.Anchored = true |
| 897 | p.Parent = model |
| 898 | end |
| 899 | do |
| 900 | local p = Instance.new("Part") |
| 901 | p.Name = "Path1" |
| 902 | p.Size = Vector3.new(4, 0.2, 3) |
| 903 | p.CFrame = CFrame.new(0, 0.1, -12.04) |
| 904 | p.BrickColor = BrickColor.new("Brick yellow") |
| 905 | p.Material = Enum.Material.Glacier |
| 906 | p.MaterialVariant = "2022 Stud" |
| 907 | p.Anchored = true |
| 908 | p.Parent = model |
| 909 | end |
| 910 | do |
| 911 | local p = Instance.new("Part") |
| 912 | p.Name = "Path2" |
| 913 | p.Size = Vector3.new(3, 0.2, 3) |
| 914 | p.CFrame = CFrame.new(-1, 0.14, -15.08) |
| 915 | p.BrickColor = BrickColor.new("Brick yellow") |
| 916 | p.Material = Enum.Material.Glacier |
| 917 | p.MaterialVariant = "2022 Stud" |
| 918 | p.Anchored = true |
| 919 | p.Parent = model |
| 920 | end |
| 921 | do |
| 922 | local p = Instance.new("Part") |
| 923 | p.Name = "Path3" |
| 924 | p.Size = Vector3.new(4, 0.2, 4) |
| 925 | p.CFrame = CFrame.new(2, 0.1, -18) |
| 926 | p.BrickColor = BrickColor.new("Brick yellow") |
| 927 | p.Material = Enum.Material.Glacier |
| 928 | p.MaterialVariant = "2022 Stud" |
| 929 | p.Anchored = true |
| 930 | p.Parent = model |
| 931 | end |
| 932 | do |
| 933 | local rightV = Vector3.new(1,0,0).Unit |
| 934 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 935 | local normalV = upV:Cross(rightV) |
| 936 | local pos = Vector3.new(0, 4.5, -7.5) |
| 937 | local cyl = Instance.new("Part") |
| 938 | cyl.Shape = Enum.PartType.Cylinder |
| 939 | cyl.Size = Vector3.new(1.5, 8, 8) |
| 940 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 941 | cyl.BrickColor = BrickColor.new("Medium stone grey") |
| 942 | cyl.Material = Enum.Material.Glacier |
| 943 | cyl.MaterialVariant = "2022 Inlet" |
| 944 | cyl.Anchored = true; cyl.Parent = workspace |
| 945 | local cuts = {} |
| 946 | local hole = Instance.new("Part") |
| 947 | hole.Shape = Enum.PartType.Cylinder |
| 948 | hole.Size = Vector3.new(1.7, 5, 5) |
| 949 | hole.CFrame = cyl.CFrame |
| 950 | hole.BrickColor = BrickColor.new("Medium stone grey") |
| 951 | hole.Material = Enum.Material.Glacier |
| 952 | hole.MaterialVariant = "2022 Inlet" |
| 953 | hole.Anchored = true; hole.Parent = workspace |
| 954 | table.insert(cuts, hole) |
| 955 | local angBoxes = {} |
| 956 | do |
| 957 | local edgeDir = 1*rightV + 0*upV |
| 958 | local edgePerp = 0*rightV + 1*upV |
| 959 | local cut = Instance.new("Part") |
| 960 | cut.Size = Vector3.new(16, 1.7, 16) |
| 961 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 8 * edgePerp, edgeDir, normalV) |
| 962 | cut.BrickColor = BrickColor.new("Medium stone grey") |
| 963 | cut.Material = Enum.Material.Glacier |
| 964 | cut.MaterialVariant = "2022 Inlet" |
| 965 | cut.Anchored = true; cut.Parent = workspace |
| 966 | table.insert(angBoxes, cut) |
| 967 | end |
| 968 | do |
| 969 | local edgeDir = -1*rightV + 0*upV |
| 970 | local edgePerp = 0*rightV + -1*upV |
| 971 | local cut = Instance.new("Part") |
| 972 | cut.Size = Vector3.new(16, 1.7, 16) |
| 973 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 8 * edgePerp, edgeDir, normalV) |
| 974 | cut.BrickColor = BrickColor.new("Medium stone grey") |
| 975 | cut.Material = Enum.Material.Glacier |
| 976 | cut.MaterialVariant = "2022 Inlet" |
| 977 | cut.Anchored = true; cut.Parent = workspace |
| 978 | table.insert(angBoxes, cut) |
| 979 | end |
| 980 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 981 | if #cuts > 0 then |
| 982 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 983 | for _, c in ipairs(cuts) do c:Destroy() end |
| 984 | if ok and result then |
| 985 | cyl:Destroy() |
| 986 | result.Name = "DoorArch"; result.Anchored = true; result.Parent = model |
| 987 | else |
| 988 | cyl.Name = "DoorArch"; cyl.Parent = model |
| 989 | end |
| 990 | else |
| 991 | cyl.Name = "DoorArch"; cyl.Parent = model |
| 992 | end |
| 993 | end |
| 994 | do |
| 995 | local rightV = Vector3.new(1,0,0).Unit |
| 996 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 997 | local normalV = upV:Cross(rightV) |
| 998 | local pos = Vector3.new(-4.5, 4.5, -6.6) |
| 999 | local cyl = Instance.new("Part") |
| 1000 | cyl.Shape = Enum.PartType.Cylinder |
| 1001 | cyl.Size = Vector3.new(0.4, 2.4, 2.4) |
| 1002 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1003 | cyl.BrickColor = BrickColor.new("Reddish brown") |
| 1004 | cyl.Material = Enum.Material.Glacier |
| 1005 | cyl.MaterialVariant = "2022 Small Stud" |
| 1006 | cyl.Anchored = true; cyl.Parent = workspace |
| 1007 | local cuts = {} |
| 1008 | local hole = Instance.new("Part") |
| 1009 | hole.Shape = Enum.PartType.Cylinder |
| 1010 | hole.Size = Vector3.new(0.6, 1.8, 1.8) |
| 1011 | hole.CFrame = cyl.CFrame |
| 1012 | hole.BrickColor = BrickColor.new("Reddish brown") |
| 1013 | hole.Material = Enum.Material.Glacier |
| 1014 | hole.MaterialVariant = "2022 Small Stud" |
| 1015 | hole.Anchored = true; hole.Parent = workspace |
| 1016 | table.insert(cuts, hole) |
| 1017 | if #cuts > 0 then |
| 1018 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1019 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1020 | if ok and result then |
| 1021 | cyl:Destroy() |
| 1022 | result.Name = "WinFrameL"; result.Anchored = true; result.Parent = model |
| 1023 | else |
| 1024 | cyl.Name = "WinFrameL"; cyl.Parent = model |
| 1025 | end |
| 1026 | else |
| 1027 | cyl.Name = "WinFrameL"; cyl.Parent = model |
| 1028 | end |
| 1029 | end |
| 1030 | do |
| 1031 | local rightV = Vector3.new(1,0,0).Unit |
| 1032 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 1033 | local normalV = upV:Cross(rightV) |
| 1034 | local pos = Vector3.new(4.5, 4.5, -6.6) |
| 1035 | local cyl = Instance.new("Part") |
| 1036 | cyl.Shape = Enum.PartType.Cylinder |
| 1037 | cyl.Size = Vector3.new(0.4, 2.4, 2.4) |
| 1038 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 1039 | cyl.BrickColor = BrickColor.new("Reddish brown") |
| 1040 | cyl.Material = Enum.Material.Glacier |
| 1041 | cyl.MaterialVariant = "2022 Small Stud" |
| 1042 | cyl.Anchored = true; cyl.Parent = workspace |
| 1043 | local cuts = {} |
| 1044 | local hole = Instance.new("Part") |
| 1045 | hole.Shape = Enum.PartType.Cylinder |
| 1046 | hole.Size = Vector3.new(0.6, 1.8, 1.8) |
| 1047 | hole.CFrame = cyl.CFrame |
| 1048 | hole.BrickColor = BrickColor.new("Reddish brown") |
| 1049 | hole.Material = Enum.Material.Glacier |
| 1050 | hole.MaterialVariant = "2022 Small Stud" |
| 1051 | hole.Anchored = true; hole.Parent = workspace |
| 1052 | table.insert(cuts, hole) |
| 1053 | if #cuts > 0 then |
| 1054 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 1055 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1056 | if ok and result then |
| 1057 | cyl:Destroy() |
| 1058 | result.Name = "WinFrameR"; result.Anchored = true; result.Parent = model |
| 1059 | else |
| 1060 | cyl.Name = "WinFrameR"; cyl.Parent = model |
| 1061 | end |
| 1062 | else |
| 1063 | cyl.Name = "WinFrameR"; cyl.Parent = model |
| 1064 | end |
| 1065 | end |
| 1066 | do |
| 1067 | local upV = Vector3.new(0,1,0).Unit |
| 1068 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 1069 | local forwardV = rightV:Cross(upV) |
| 1070 | local pos = Vector3.new(0, 7, 0) |
| 1071 | local ball = Instance.new("Part") |
| 1072 | ball.Shape = Enum.PartType.Ball |
| 1073 | ball.Size = Vector3.new(19, 19, 19) |
| 1074 | ball.CFrame = CFrame.new(pos) |
| 1075 | ball.BrickColor = BrickColor.new("Bright green") |
| 1076 | ball.Material = Enum.Material.Glacier |
| 1077 | ball.MaterialVariant = "2022 Stud" |
| 1078 | ball.Anchored = true; ball.Parent = workspace |
| 1079 | local cuts = {} |
| 1080 | do |
| 1081 | local h = 0 |
| 1082 | local cut = Instance.new("Part") |
| 1083 | cut.Size = Vector3.new(38, 38, 38) |
| 1084 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-19), rightV, upV) |
| 1085 | cut.BrickColor = BrickColor.new("Bright green") |
| 1086 | cut.Material = Enum.Material.Glacier |
| 1087 | cut.MaterialVariant = "2022 Stud" |
| 1088 | cut.Anchored = true; cut.Parent = workspace |
| 1089 | table.insert(cuts, cut) |
| 1090 | end |
| 1091 | if #cuts > 0 then |
| 1092 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 1093 | for _, c in ipairs(cuts) do c:Destroy() end |
| 1094 | if ok and result then |
| 1095 | ball:Destroy() |
| 1096 | result.Name = "RoofDome"; result.Anchored = true; result.Parent = model |
| 1097 | else |
| 1098 | ball.Name = "RoofDome"; ball.Parent = model |
| 1099 | end |
| 1100 | else |
| 1101 | ball.Name = "RoofDome"; ball.Parent = model |
| 1102 | end |
| 1103 | end |
| 1104 | model.PrimaryPart = model:FindFirstChild("Door") |
| 1105 | print("ForestHut built: " .. #model:GetChildren() .. " parts") |
Loading comments...