Loading model...
by بكر games · 6/8/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Kraken |
| 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 = "Kraken" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark indigo"] = "2022 Stud", |
| 25 | ["Medium stone grey"] = "2022 Inlet", |
| 26 | } |
| 27 | do |
| 28 | local p = Instance.new("Part") |
| 29 | p.Name = "HeadBase" |
| 30 | p.Size = Vector3.new(6, 4, 6) |
| 31 | p.CFrame = CFrame.new(0, 8, 0) |
| 32 | p.BrickColor = BrickColor.new("Dark indigo") |
| 33 | p.Material = Enum.Material.Glacier |
| 34 | p.MaterialVariant = "2022 Stud" |
| 35 | p.Anchored = true |
| 36 | p.Parent = model |
| 37 | end |
| 38 | do |
| 39 | local p = Instance.new("Part") |
| 40 | p.Name = "HeadMid" |
| 41 | p.Size = Vector3.new(7, 3, 7) |
| 42 | p.CFrame = CFrame.new(0, 10, 0) |
| 43 | p.BrickColor = BrickColor.new("Dark indigo") |
| 44 | p.Material = Enum.Material.Glacier |
| 45 | p.MaterialVariant = "2022 Stud" |
| 46 | p.Anchored = true |
| 47 | p.Parent = model |
| 48 | end |
| 49 | do |
| 50 | local p = Instance.new("Part") |
| 51 | p.Name = "HeadTop" |
| 52 | p.Size = Vector3.new(5, 2, 5) |
| 53 | p.CFrame = CFrame.new(0, 12, 0) |
| 54 | p.BrickColor = BrickColor.new("Dark indigo") |
| 55 | p.Material = Enum.Material.Glacier |
| 56 | p.MaterialVariant = "2022 Stud" |
| 57 | p.Anchored = true |
| 58 | p.Parent = model |
| 59 | end |
| 60 | do |
| 61 | local p = Instance.new("WedgePart") |
| 62 | p.Name = "SpikeTop" |
| 63 | p.Size = Vector3.new(1.5, 2, 1.5) |
| 64 | p.CFrame = CFrame.new(0, 13.5, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) |
| 65 | p.BrickColor = BrickColor.new("Dark indigo") |
| 66 | p.Material = Enum.Material.Glacier |
| 67 | p.MaterialVariant = "2022 Stud" |
| 68 | p.Anchored = true |
| 69 | p.Parent = model |
| 70 | end |
| 71 | do |
| 72 | local p = Instance.new("WedgePart") |
| 73 | p.Name = "SpikeFL" |
| 74 | p.Size = Vector3.new(1, 1.5, 1) |
| 75 | p.CFrame = CFrame.new(-2, 12.5, -2) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(45)) |
| 76 | p.BrickColor = BrickColor.new("Dark indigo") |
| 77 | p.Material = Enum.Material.Glacier |
| 78 | p.MaterialVariant = "2022 Stud" |
| 79 | p.Anchored = true |
| 80 | p.Parent = model |
| 81 | end |
| 82 | do |
| 83 | local p = Instance.new("WedgePart") |
| 84 | p.Name = "SpikeFR" |
| 85 | p.Size = Vector3.new(1, 1.5, 1) |
| 86 | p.CFrame = CFrame.new(2, 12.5, -2) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(-45)) |
| 87 | p.BrickColor = BrickColor.new("Dark indigo") |
| 88 | p.Material = Enum.Material.Glacier |
| 89 | p.MaterialVariant = "2022 Stud" |
| 90 | p.Anchored = true |
| 91 | p.Parent = model |
| 92 | end |
| 93 | do |
| 94 | local p = Instance.new("WedgePart") |
| 95 | p.Name = "SpikeBL" |
| 96 | p.Size = Vector3.new(1, 1.5, 1) |
| 97 | p.CFrame = CFrame.new(-2, 12.5, 2) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(45)) |
| 98 | p.BrickColor = BrickColor.new("Dark indigo") |
| 99 | p.Material = Enum.Material.Glacier |
| 100 | p.MaterialVariant = "2022 Stud" |
| 101 | p.Anchored = true |
| 102 | p.Parent = model |
| 103 | end |
| 104 | do |
| 105 | local p = Instance.new("WedgePart") |
| 106 | p.Name = "SpikeBR" |
| 107 | p.Size = Vector3.new(1, 1.5, 1) |
| 108 | p.CFrame = CFrame.new(2, 12.5, 2) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(-45)) |
| 109 | p.BrickColor = BrickColor.new("Dark indigo") |
| 110 | p.Material = Enum.Material.Glacier |
| 111 | p.MaterialVariant = "2022 Stud" |
| 112 | p.Anchored = true |
| 113 | p.Parent = model |
| 114 | end |
| 115 | do |
| 116 | local p = Instance.new("Part") |
| 117 | p.Name = "BrowL" |
| 118 | p.Size = Vector3.new(2.5, 1, 1) |
| 119 | p.CFrame = CFrame.new(-1.5, 7.5, -3.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 120 | p.BrickColor = BrickColor.new("Dark indigo") |
| 121 | p.Material = Enum.Material.Glacier |
| 122 | p.MaterialVariant = "2022 Stud" |
| 123 | p.Anchored = true |
| 124 | p.Parent = model |
| 125 | end |
| 126 | do |
| 127 | local p = Instance.new("Part") |
| 128 | p.Name = "BrowR" |
| 129 | p.Size = Vector3.new(2.5, 1, 1) |
| 130 | p.CFrame = CFrame.new(1.5, 7.5, -3.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 131 | p.BrickColor = BrickColor.new("Dark indigo") |
| 132 | p.Material = Enum.Material.Glacier |
| 133 | p.MaterialVariant = "2022 Stud" |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Name = "EyeL" |
| 140 | p.Size = Vector3.new(1.5, 0.8, 0.2) |
| 141 | p.CFrame = CFrame.new(-1.5, 6.8, -3.18) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 142 | p.BrickColor = BrickColor.new("Really red") |
| 143 | p.Material = Enum.Material.Neon |
| 144 | p.Anchored = true |
| 145 | p.Parent = model |
| 146 | end |
| 147 | do |
| 148 | local p = Instance.new("Part") |
| 149 | p.Name = "EyeR" |
| 150 | p.Size = Vector3.new(1.5, 0.8, 0.2) |
| 151 | p.CFrame = CFrame.new(1.5, 6.8, -3.18) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 152 | p.BrickColor = BrickColor.new("Really red") |
| 153 | p.Material = Enum.Material.Neon |
| 154 | p.Anchored = true |
| 155 | p.Parent = model |
| 156 | end |
| 157 | do |
| 158 | local p = Instance.new("Part") |
| 159 | p.Name = "TentFrontL_Seg0" |
| 160 | p.Size = Vector3.new(2.5, 1.5, 1.5) |
| 161 | p.CFrame = CFrame.new(-0.78294, 3.76899, -2.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-80)) |
| 162 | p.BrickColor = BrickColor.new("Dark indigo") |
| 163 | p.Material = Enum.Material.Glacier |
| 164 | p.MaterialVariant = "2022 Stud" |
| 165 | p.Anchored = true |
| 166 | p.Parent = model |
| 167 | end |
| 168 | do |
| 169 | local p = Instance.new("Part") |
| 170 | p.Name = "TentFrontL_Seg1" |
| 171 | p.Size = Vector3.new(2, 1.2, 1.2) |
| 172 | p.CFrame = CFrame.new(-0.06588, 1.67196, -2.46) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)) |
| 173 | p.BrickColor = BrickColor.new("Dark indigo") |
| 174 | p.Material = Enum.Material.Glacier |
| 175 | p.MaterialVariant = "2022 Stud" |
| 176 | p.Anchored = true |
| 177 | p.Parent = model |
| 178 | end |
| 179 | do |
| 180 | local p = Instance.new("Part") |
| 181 | p.Shape = Enum.PartType.Cylinder |
| 182 | p.Name = "TentFrontL_Sucker1" |
| 183 | p.Size = Vector3.new(0.2, 0.72, 0.72) |
| 184 | p.CFrame = CFrame.new(-0.54588, 1.91196, -2.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)) |
| 185 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 186 | p.Material = Enum.Material.Glacier |
| 187 | p.MaterialVariant = "2022 Inlet" |
| 188 | p.Anchored = true |
| 189 | p.Parent = model |
| 190 | end |
| 191 | do |
| 192 | local p = Instance.new("Part") |
| 193 | p.Name = "TentFrontL_Seg2" |
| 194 | p.Size = Vector3.new(1.5, 0.9, 0.9) |
| 195 | p.CFrame = CFrame.new(1.18412, 0.80593, -2.5) |
| 196 | p.BrickColor = BrickColor.new("Dark indigo") |
| 197 | p.Material = Enum.Material.Glacier |
| 198 | p.MaterialVariant = "2022 Stud" |
| 199 | p.Anchored = true |
| 200 | p.Parent = model |
| 201 | end |
| 202 | do |
| 203 | local p = Instance.new("Part") |
| 204 | p.Shape = Enum.PartType.Cylinder |
| 205 | p.Name = "TentFrontL_Sucker2" |
| 206 | p.Size = Vector3.new(0.2, 0.54, 0.54) |
| 207 | p.CFrame = CFrame.new(0.82412, 1.16593, -2.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(180)) |
| 208 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 209 | p.Material = Enum.Material.Glacier |
| 210 | p.MaterialVariant = "2022 Inlet" |
| 211 | p.Anchored = true |
| 212 | p.Parent = model |
| 213 | end |
| 214 | do |
| 215 | local p = Instance.new("Part") |
| 216 | p.Name = "TentFrontL_Seg3" |
| 217 | p.Size = Vector3.new(1, 0.6, 0.6) |
| 218 | p.CFrame = CFrame.new(2.18412, 1.23894, -2.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)) |
| 219 | p.BrickColor = BrickColor.new("Dark indigo") |
| 220 | p.Material = Enum.Material.Glacier |
| 221 | p.MaterialVariant = "2022 Stud" |
| 222 | p.Anchored = true |
| 223 | p.Parent = model |
| 224 | end |
| 225 | do |
| 226 | local p = Instance.new("Part") |
| 227 | p.Shape = Enum.PartType.Cylinder |
| 228 | p.Name = "TentFrontL_Sucker3" |
| 229 | p.Size = Vector3.new(0.2, 0.36, 0.36) |
| 230 | p.CFrame = CFrame.new(1.94412, 1.35894, -2.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(240)) |
| 231 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Inlet" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local p = Instance.new("Part") |
| 239 | p.Name = "TentFrontR_Seg0" |
| 240 | p.Size = Vector3.new(2.5, 1.5, 1.5) |
| 241 | p.CFrame = CFrame.new(1.21706, 3.76899, -2.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-80)) |
| 242 | p.BrickColor = BrickColor.new("Dark indigo") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Stud" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Name = "TentFrontR_Seg1" |
| 251 | p.Size = Vector3.new(2, 1.2, 1.2) |
| 252 | p.CFrame = CFrame.new(1.93412, 1.67196, -2.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-60)) |
| 253 | p.BrickColor = BrickColor.new("Dark indigo") |
| 254 | p.Material = Enum.Material.Glacier |
| 255 | p.MaterialVariant = "2022 Stud" |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Shape = Enum.PartType.Cylinder |
| 262 | p.Name = "TentFrontR_Sucker1" |
| 263 | p.Size = Vector3.new(0.2, 0.72, 0.72) |
| 264 | p.CFrame = CFrame.new(2.41412, 1.43196, -2.5) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(60)) |
| 265 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 266 | p.Material = Enum.Material.Glacier |
| 267 | p.MaterialVariant = "2022 Inlet" |
| 268 | p.Anchored = true |
| 269 | p.Parent = model |
| 270 | end |
| 271 | do |
| 272 | local p = Instance.new("Part") |
| 273 | p.Name = "TentFrontR_Seg2" |
| 274 | p.Size = Vector3.new(1.5, 0.9, 0.9) |
| 275 | p.CFrame = CFrame.new(3.18412, 0.80593, -2.5) |
| 276 | p.BrickColor = BrickColor.new("Dark indigo") |
| 277 | p.Material = Enum.Material.Glacier |
| 278 | p.MaterialVariant = "2022 Stud" |
| 279 | p.Anchored = true |
| 280 | p.Parent = model |
| 281 | end |
| 282 | do |
| 283 | local p = Instance.new("Part") |
| 284 | p.Shape = Enum.PartType.Cylinder |
| 285 | p.Name = "TentFrontR_Sucker2" |
| 286 | p.Size = Vector3.new(0.2, 0.54, 0.54) |
| 287 | p.CFrame = CFrame.new(3.54412, 0.44593, -2.5) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 288 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 289 | p.Material = Enum.Material.Glacier |
| 290 | p.MaterialVariant = "2022 Inlet" |
| 291 | p.Anchored = true |
| 292 | p.Parent = model |
| 293 | end |
| 294 | do |
| 295 | local p = Instance.new("Part") |
| 296 | p.Name = "TentFrontR_Seg3" |
| 297 | p.Size = Vector3.new(1, 0.6, 0.6) |
| 298 | p.CFrame = CFrame.new(4.18412, 1.23894, -2.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(60)) |
| 299 | p.BrickColor = BrickColor.new("Dark indigo") |
| 300 | p.Material = Enum.Material.Glacier |
| 301 | p.MaterialVariant = "2022 Stud" |
| 302 | p.Anchored = true |
| 303 | p.Parent = model |
| 304 | end |
| 305 | do |
| 306 | local p = Instance.new("Part") |
| 307 | p.Shape = Enum.PartType.Cylinder |
| 308 | p.Name = "TentFrontR_Sucker3" |
| 309 | p.Size = Vector3.new(0.2, 0.36, 0.36) |
| 310 | p.CFrame = CFrame.new(4.42412, 1.11894, -2.5) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(-60)) |
| 311 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 312 | p.Material = Enum.Material.Glacier |
| 313 | p.MaterialVariant = "2022 Inlet" |
| 314 | p.Anchored = true |
| 315 | p.Parent = model |
| 316 | end |
| 317 | do |
| 318 | local p = Instance.new("Part") |
| 319 | p.Name = "TentSideL_Seg0" |
| 320 | p.Size = Vector3.new(3, 1.8, 1.8) |
| 321 | p.CFrame = CFrame.new(-3, 4.93934, 0.06066) * CFrame.Angles(math.rad(45), math.rad(-90), math.rad(0)) |
| 322 | p.BrickColor = BrickColor.new("Dark indigo") |
| 323 | p.Material = Enum.Material.Glacier |
| 324 | p.MaterialVariant = "2022 Stud" |
| 325 | p.Anchored = true |
| 326 | p.Parent = model |
| 327 | end |
| 328 | do |
| 329 | local p = Instance.new("Part") |
| 330 | p.Name = "TentSideL_Seg1" |
| 331 | p.Size = Vector3.new(2.5, 1.4, 1.4) |
| 332 | p.CFrame = CFrame.new(-3, 3.87868, 2.37132) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 333 | p.BrickColor = BrickColor.new("Dark indigo") |
| 334 | p.Material = Enum.Material.Glacier |
| 335 | p.MaterialVariant = "2022 Stud" |
| 336 | p.Anchored = true |
| 337 | p.Parent = model |
| 338 | end |
| 339 | do |
| 340 | local p = Instance.new("Part") |
| 341 | p.Shape = Enum.PartType.Cylinder |
| 342 | p.Name = "TentSideL_Sucker1" |
| 343 | p.Size = Vector3.new(0.2, 0.84, 0.84) |
| 344 | p.CFrame = CFrame.new(-3, 4.43868, 1.81132) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(180)) |
| 345 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Inlet" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "TentSideL_Seg2" |
| 354 | p.Size = Vector3.new(2, 1, 1) |
| 355 | p.CFrame = CFrame.new(-3, 4.58579, 4.32843) * CFrame.Angles(math.rad(-45), math.rad(-90), math.rad(0)) |
| 356 | p.BrickColor = BrickColor.new("Dark indigo") |
| 357 | p.Material = Enum.Material.Glacier |
| 358 | p.MaterialVariant = "2022 Stud" |
| 359 | p.Anchored = true |
| 360 | p.Parent = model |
| 361 | end |
| 362 | do |
| 363 | local p = Instance.new("Part") |
| 364 | p.Shape = Enum.PartType.Cylinder |
| 365 | p.Name = "TentSideL_Sucker2" |
| 366 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 367 | p.CFrame = CFrame.new(-3, 4.86863, 3.92843) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(225)) |
| 368 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 369 | p.Material = Enum.Material.Glacier |
| 370 | p.MaterialVariant = "2022 Inlet" |
| 371 | p.Anchored = true |
| 372 | p.Parent = model |
| 373 | end |
| 374 | do |
| 375 | local p = Instance.new("Part") |
| 376 | p.Name = "TentSideL_Seg3" |
| 377 | p.Size = Vector3.new(1.5, 0.7, 0.7) |
| 378 | p.CFrame = CFrame.new(-3, 6.04289, 5.03553) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 379 | p.BrickColor = BrickColor.new("Dark indigo") |
| 380 | p.Material = Enum.Material.Glacier |
| 381 | p.MaterialVariant = "2022 Stud" |
| 382 | p.Anchored = true |
| 383 | p.Parent = model |
| 384 | end |
| 385 | do |
| 386 | local p = Instance.new("Part") |
| 387 | p.Shape = Enum.PartType.Cylinder |
| 388 | p.Name = "TentSideL_Sucker3" |
| 389 | p.Size = Vector3.new(0.2, 0.42, 0.42) |
| 390 | p.CFrame = CFrame.new(-3, 6.04289, 4.75553) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(270)) |
| 391 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 392 | p.Material = Enum.Material.Glacier |
| 393 | p.MaterialVariant = "2022 Inlet" |
| 394 | p.Anchored = true |
| 395 | p.Parent = model |
| 396 | end |
| 397 | do |
| 398 | local p = Instance.new("Part") |
| 399 | p.Name = "TentSideR_Seg0" |
| 400 | p.Size = Vector3.new(3, 1.8, 1.8) |
| 401 | p.CFrame = CFrame.new(3, 4.93934, 0.06066) * CFrame.Angles(math.rad(45), math.rad(-90), math.rad(0)) |
| 402 | p.BrickColor = BrickColor.new("Dark indigo") |
| 403 | p.Material = Enum.Material.Glacier |
| 404 | p.MaterialVariant = "2022 Stud" |
| 405 | p.Anchored = true |
| 406 | p.Parent = model |
| 407 | end |
| 408 | do |
| 409 | local p = Instance.new("Part") |
| 410 | p.Name = "TentSideR_Seg1" |
| 411 | p.Size = Vector3.new(2.5, 1.4, 1.4) |
| 412 | p.CFrame = CFrame.new(3, 3.87868, 2.37132) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 413 | p.BrickColor = BrickColor.new("Dark indigo") |
| 414 | p.Material = Enum.Material.Glacier |
| 415 | p.MaterialVariant = "2022 Stud" |
| 416 | p.Anchored = true |
| 417 | p.Parent = model |
| 418 | end |
| 419 | do |
| 420 | local p = Instance.new("Part") |
| 421 | p.Shape = Enum.PartType.Cylinder |
| 422 | p.Name = "TentSideR_Sucker1" |
| 423 | p.Size = Vector3.new(0.2, 0.84, 0.84) |
| 424 | p.CFrame = CFrame.new(3, 3.31868, 2.93132) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 425 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 426 | p.Material = Enum.Material.Glacier |
| 427 | p.MaterialVariant = "2022 Inlet" |
| 428 | p.Anchored = true |
| 429 | p.Parent = model |
| 430 | end |
| 431 | do |
| 432 | local p = Instance.new("Part") |
| 433 | p.Name = "TentSideR_Seg2" |
| 434 | p.Size = Vector3.new(2, 1, 1) |
| 435 | p.CFrame = CFrame.new(3, 4.58579, 4.32843) * CFrame.Angles(math.rad(-45), math.rad(-90), math.rad(0)) |
| 436 | p.BrickColor = BrickColor.new("Dark indigo") |
| 437 | p.Material = Enum.Material.Glacier |
| 438 | p.MaterialVariant = "2022 Stud" |
| 439 | p.Anchored = true |
| 440 | p.Parent = model |
| 441 | end |
| 442 | do |
| 443 | local p = Instance.new("Part") |
| 444 | p.Shape = Enum.PartType.Cylinder |
| 445 | p.Name = "TentSideR_Sucker2" |
| 446 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 447 | p.CFrame = CFrame.new(3, 4.30294, 4.72843) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(-45)) |
| 448 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 449 | p.Material = Enum.Material.Glacier |
| 450 | p.MaterialVariant = "2022 Inlet" |
| 451 | p.Anchored = true |
| 452 | p.Parent = model |
| 453 | end |
| 454 | do |
| 455 | local p = Instance.new("Part") |
| 456 | p.Name = "TentSideR_Seg3" |
| 457 | p.Size = Vector3.new(1.5, 0.7, 0.7) |
| 458 | p.CFrame = CFrame.new(3, 6.04289, 5.03553) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 459 | p.BrickColor = BrickColor.new("Dark indigo") |
| 460 | p.Material = Enum.Material.Glacier |
| 461 | p.MaterialVariant = "2022 Stud" |
| 462 | p.Anchored = true |
| 463 | p.Parent = model |
| 464 | end |
| 465 | do |
| 466 | local p = Instance.new("Part") |
| 467 | p.Shape = Enum.PartType.Cylinder |
| 468 | p.Name = "TentSideR_Sucker3" |
| 469 | p.Size = Vector3.new(0.2, 0.42, 0.42) |
| 470 | p.CFrame = CFrame.new(3, 6.04289, 5.31553) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(-90)) |
| 471 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 472 | p.Material = Enum.Material.Glacier |
| 473 | p.MaterialVariant = "2022 Inlet" |
| 474 | p.Anchored = true |
| 475 | p.Parent = model |
| 476 | end |
| 477 | do |
| 478 | local p = Instance.new("Part") |
| 479 | p.Name = "TentBackL_Seg0" |
| 480 | p.Size = Vector3.new(3, 1.6, 1.6) |
| 481 | p.CFrame = CFrame.new(-2.53033, 4.70096, 2.53033) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(120)) |
| 482 | p.BrickColor = BrickColor.new("Dark indigo") |
| 483 | p.Material = Enum.Material.Glacier |
| 484 | p.MaterialVariant = "2022 Stud" |
| 485 | p.Anchored = true |
| 486 | p.Parent = model |
| 487 | end |
| 488 | do |
| 489 | local p = Instance.new("Part") |
| 490 | p.Name = "TentBackL_Seg1" |
| 491 | p.Size = Vector3.new(2.5, 1.2, 1.2) |
| 492 | p.CFrame = CFrame.new(-3.82613, 2.77692, 3.82613) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(150)) |
| 493 | p.BrickColor = BrickColor.new("Dark indigo") |
| 494 | p.Material = Enum.Material.Glacier |
| 495 | p.MaterialVariant = "2022 Stud" |
| 496 | p.Anchored = true |
| 497 | p.Parent = model |
| 498 | end |
| 499 | do |
| 500 | local p = Instance.new("Part") |
| 501 | p.Shape = Enum.PartType.Cylinder |
| 502 | p.Name = "TentBackL_Sucker1" |
| 503 | p.Size = Vector3.new(0.2, 0.72, 0.72) |
| 504 | p.CFrame = CFrame.new(-3.48671, 3.19262, 3.48671) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(150)) |
| 505 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 506 | p.Material = Enum.Material.Glacier |
| 507 | p.MaterialVariant = "2022 Inlet" |
| 508 | p.Anchored = true |
| 509 | p.Parent = model |
| 510 | end |
| 511 | do |
| 512 | local p = Instance.new("Part") |
| 513 | p.Name = "TentBackL_Seg2" |
| 514 | p.Size = Vector3.new(2, 0.8, 0.8) |
| 515 | p.CFrame = CFrame.new(-5.20396, 2.65192, 5.20396) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-150)) |
| 516 | p.BrickColor = BrickColor.new("Dark indigo") |
| 517 | p.Material = Enum.Material.Glacier |
| 518 | p.MaterialVariant = "2022 Stud" |
| 519 | p.Anchored = true |
| 520 | p.Parent = model |
| 521 | end |
| 522 | do |
| 523 | local p = Instance.new("Part") |
| 524 | p.Shape = Enum.PartType.Cylinder |
| 525 | p.Name = "TentBackL_Sucker2" |
| 526 | p.Size = Vector3.new(0.2, 0.48, 0.48) |
| 527 | p.CFrame = CFrame.new(-4.97769, 2.92905, 4.97769) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(210)) |
| 528 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 529 | p.Material = Enum.Material.Glacier |
| 530 | p.MaterialVariant = "2022 Inlet" |
| 531 | p.Anchored = true |
| 532 | p.Parent = model |
| 533 | end |
| 534 | do |
| 535 | local p = Instance.new("Part") |
| 536 | p.Name = "TentBackL_Seg3" |
| 537 | p.Size = Vector3.new(1.5, 0.5, 0.5) |
| 538 | p.CFrame = CFrame.new(-5.99772, 3.85669, 5.99772) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(-110)) |
| 539 | p.BrickColor = BrickColor.new("Dark indigo") |
| 540 | p.Material = Enum.Material.Glacier |
| 541 | p.MaterialVariant = "2022 Stud" |
| 542 | p.Anchored = true |
| 543 | p.Parent = model |
| 544 | end |
| 545 | do |
| 546 | local p = Instance.new("Part") |
| 547 | p.Shape = Enum.PartType.Cylinder |
| 548 | p.Name = "TentBackL_Sucker3" |
| 549 | p.Size = Vector3.new(0.2, 0.3, 0.3) |
| 550 | p.CFrame = CFrame.new(-5.8563, 3.9251, 5.8563) * CFrame.Angles(math.rad(0), math.rad(135), math.rad(250)) |
| 551 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 552 | p.Material = Enum.Material.Glacier |
| 553 | p.MaterialVariant = "2022 Inlet" |
| 554 | p.Anchored = true |
| 555 | p.Parent = model |
| 556 | end |
| 557 | do |
| 558 | local p = Instance.new("Part") |
| 559 | p.Name = "TentBackR_Seg0" |
| 560 | p.Size = Vector3.new(3, 1.6, 1.6) |
| 561 | p.CFrame = CFrame.new(2.53033, 4.70096, 2.53033) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(-60)) |
| 562 | p.BrickColor = BrickColor.new("Dark indigo") |
| 563 | p.Material = Enum.Material.Glacier |
| 564 | p.MaterialVariant = "2022 Stud" |
| 565 | p.Anchored = true |
| 566 | p.Parent = model |
| 567 | end |
| 568 | do |
| 569 | local p = Instance.new("Part") |
| 570 | p.Name = "TentBackR_Seg1" |
| 571 | p.Size = Vector3.new(2.5, 1.2, 1.2) |
| 572 | p.CFrame = CFrame.new(3.82613, 2.77692, 3.82613) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(-30)) |
| 573 | p.BrickColor = BrickColor.new("Dark indigo") |
| 574 | p.Material = Enum.Material.Glacier |
| 575 | p.MaterialVariant = "2022 Stud" |
| 576 | p.Anchored = true |
| 577 | p.Parent = model |
| 578 | end |
| 579 | do |
| 580 | local p = Instance.new("Part") |
| 581 | p.Shape = Enum.PartType.Cylinder |
| 582 | p.Name = "TentBackR_Sucker1" |
| 583 | p.Size = Vector3.new(0.2, 0.72, 0.72) |
| 584 | p.CFrame = CFrame.new(4.16554, 2.36123, 4.16554) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(30)) |
| 585 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 586 | p.Material = Enum.Material.Glacier |
| 587 | p.MaterialVariant = "2022 Inlet" |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("Part") |
| 593 | p.Name = "TentBackR_Seg2" |
| 594 | p.Size = Vector3.new(2, 0.8, 0.8) |
| 595 | p.CFrame = CFrame.new(5.20396, 2.65192, 5.20396) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(30)) |
| 596 | p.BrickColor = BrickColor.new("Dark indigo") |
| 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.Shape = Enum.PartType.Cylinder |
| 605 | p.Name = "TentBackR_Sucker2" |
| 606 | p.Size = Vector3.new(0.2, 0.48, 0.48) |
| 607 | p.CFrame = CFrame.new(5.43024, 2.3748, 5.43024) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(-30)) |
| 608 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 609 | p.Material = Enum.Material.Glacier |
| 610 | p.MaterialVariant = "2022 Inlet" |
| 611 | p.Anchored = true |
| 612 | p.Parent = model |
| 613 | end |
| 614 | do |
| 615 | local p = Instance.new("Part") |
| 616 | p.Name = "TentBackR_Seg3" |
| 617 | p.Size = Vector3.new(1.5, 0.5, 0.5) |
| 618 | p.CFrame = CFrame.new(5.99772, 3.85669, 5.99772) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(70)) |
| 619 | p.BrickColor = BrickColor.new("Dark indigo") |
| 620 | p.Material = Enum.Material.Glacier |
| 621 | p.MaterialVariant = "2022 Stud" |
| 622 | p.Anchored = true |
| 623 | p.Parent = model |
| 624 | end |
| 625 | do |
| 626 | local p = Instance.new("Part") |
| 627 | p.Shape = Enum.PartType.Cylinder |
| 628 | p.Name = "TentBackR_Sucker3" |
| 629 | p.Size = Vector3.new(0.2, 0.3, 0.3) |
| 630 | p.CFrame = CFrame.new(6.13914, 3.78829, 6.13914) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(-70)) |
| 631 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 632 | p.Material = Enum.Material.Glacier |
| 633 | p.MaterialVariant = "2022 Inlet" |
| 634 | p.Anchored = true |
| 635 | p.Parent = model |
| 636 | end |
| 637 | model.PrimaryPart = model:FindFirstChild("HeadMid") |
| 638 | print("Kraken built: " .. #model:GetChildren() .. " parts") |
Loading comments...