Loading model...
by Samarth Srivastava · 5/5/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: ScaryDungeonMonster |
| 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 = "ScaryDungeonMonster" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Burgundy"] = "2022 Glue", |
| 25 | ["Institutional white"] = "2022 Glue", |
| 26 | ["Maroon"] = "2022 Glue", |
| 27 | ["Really black"] = "2022 Universal", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Name = "TorsoMain" |
| 32 | p.Size = Vector3.new(8, 10, 4) |
| 33 | p.CFrame = CFrame.new(0, 5, 0) |
| 34 | p.BrickColor = BrickColor.new("Maroon") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Glue" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "TorsoLower" |
| 43 | p.Size = Vector3.new(4, 6, 3) |
| 44 | p.CFrame = CFrame.new(0, -1, 0) |
| 45 | p.BrickColor = BrickColor.new("Maroon") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Glue" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "LeftArm" |
| 54 | p.Size = Vector3.new(6, 4, 4) |
| 55 | p.CFrame = CFrame.new(-6, 8.04, 0.04) |
| 56 | p.BrickColor = BrickColor.new("Maroon") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Glue" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "RightArm" |
| 65 | p.Size = Vector3.new(6, 4, 4) |
| 66 | p.CFrame = CFrame.new(6, 8.04, 0.04) |
| 67 | p.BrickColor = BrickColor.new("Maroon") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Glue" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "FleshCore" |
| 76 | p.Size = Vector3.new(5, 8, 1.5) |
| 77 | p.CFrame = CFrame.new(0, 5, -2.2) |
| 78 | p.BrickColor = BrickColor.new("Burgundy") |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Glue" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "RibL_0" |
| 87 | p.Size = Vector3.new(2, 0.4, 0.6) |
| 88 | p.CFrame = CFrame.new(-2, 2, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 89 | p.BrickColor = BrickColor.new("Institutional white") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Glue" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "RibR_0" |
| 98 | p.Size = Vector3.new(2, 0.4, 0.6) |
| 99 | p.CFrame = CFrame.new(2, 2, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 100 | p.BrickColor = BrickColor.new("Institutional white") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Glue" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("Part") |
| 108 | p.Name = "Sternum_0" |
| 109 | p.Size = Vector3.new(1, 0.6, 0.8) |
| 110 | p.CFrame = CFrame.new(0, 2, -3) |
| 111 | p.BrickColor = BrickColor.new("Institutional white") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Glue" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "RibL_1" |
| 120 | p.Size = Vector3.new(2.4, 0.4, 0.6) |
| 121 | p.CFrame = CFrame.new(-2.4, 3.2, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 122 | p.BrickColor = BrickColor.new("Institutional white") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Glue" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "RibR_1" |
| 131 | p.Size = Vector3.new(2.4, 0.4, 0.6) |
| 132 | p.CFrame = CFrame.new(2.4, 3.2, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 133 | p.BrickColor = BrickColor.new("Institutional white") |
| 134 | p.Material = Enum.Material.Glacier |
| 135 | p.MaterialVariant = "2022 Glue" |
| 136 | p.Anchored = true |
| 137 | p.Parent = model |
| 138 | end |
| 139 | do |
| 140 | local p = Instance.new("Part") |
| 141 | p.Name = "Sternum_1" |
| 142 | p.Size = Vector3.new(1, 0.6, 0.8) |
| 143 | p.CFrame = CFrame.new(0, 3.2, -3) |
| 144 | p.BrickColor = BrickColor.new("Institutional white") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Glue" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "RibL_2" |
| 153 | p.Size = Vector3.new(2.8, 0.4, 0.6) |
| 154 | p.CFrame = CFrame.new(-2.8, 4.4, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 155 | p.BrickColor = BrickColor.new("Institutional white") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Glue" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "RibR_2" |
| 164 | p.Size = Vector3.new(2.8, 0.4, 0.6) |
| 165 | p.CFrame = CFrame.new(2.8, 4.4, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 166 | p.BrickColor = BrickColor.new("Institutional white") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Glue" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Name = "Sternum_2" |
| 175 | p.Size = Vector3.new(1, 0.6, 0.8) |
| 176 | p.CFrame = CFrame.new(0, 4.4, -3) |
| 177 | p.BrickColor = BrickColor.new("Institutional white") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Glue" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "RibL_3" |
| 186 | p.Size = Vector3.new(2.8, 0.4, 0.6) |
| 187 | p.CFrame = CFrame.new(-2.8, 5.6, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 188 | p.BrickColor = BrickColor.new("Institutional white") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Glue" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Name = "RibR_3" |
| 197 | p.Size = Vector3.new(2.8, 0.4, 0.6) |
| 198 | p.CFrame = CFrame.new(2.8, 5.6, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 199 | p.BrickColor = BrickColor.new("Institutional white") |
| 200 | p.Material = Enum.Material.Glacier |
| 201 | p.MaterialVariant = "2022 Glue" |
| 202 | p.Anchored = true |
| 203 | p.Parent = model |
| 204 | end |
| 205 | do |
| 206 | local p = Instance.new("Part") |
| 207 | p.Name = "Sternum_3" |
| 208 | p.Size = Vector3.new(1, 0.6, 0.8) |
| 209 | p.CFrame = CFrame.new(0, 5.6, -3) |
| 210 | p.BrickColor = BrickColor.new("Institutional white") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Glue" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Name = "RibL_4" |
| 219 | p.Size = Vector3.new(2.4, 0.4, 0.6) |
| 220 | p.CFrame = CFrame.new(-2.4, 6.8, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 221 | p.BrickColor = BrickColor.new("Institutional white") |
| 222 | p.Material = Enum.Material.Glacier |
| 223 | p.MaterialVariant = "2022 Glue" |
| 224 | p.Anchored = true |
| 225 | p.Parent = model |
| 226 | end |
| 227 | do |
| 228 | local p = Instance.new("Part") |
| 229 | p.Name = "RibR_4" |
| 230 | p.Size = Vector3.new(2.4, 0.4, 0.6) |
| 231 | p.CFrame = CFrame.new(2.4, 6.8, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 232 | p.BrickColor = BrickColor.new("Institutional white") |
| 233 | p.Material = Enum.Material.Glacier |
| 234 | p.MaterialVariant = "2022 Glue" |
| 235 | p.Anchored = true |
| 236 | p.Parent = model |
| 237 | end |
| 238 | do |
| 239 | local p = Instance.new("Part") |
| 240 | p.Name = "Sternum_4" |
| 241 | p.Size = Vector3.new(1, 0.6, 0.8) |
| 242 | p.CFrame = CFrame.new(0, 6.8, -3) |
| 243 | p.BrickColor = BrickColor.new("Institutional white") |
| 244 | p.Material = Enum.Material.Glacier |
| 245 | p.MaterialVariant = "2022 Glue" |
| 246 | p.Anchored = true |
| 247 | p.Parent = model |
| 248 | end |
| 249 | do |
| 250 | local p = Instance.new("Part") |
| 251 | p.Name = "RibL_5" |
| 252 | p.Size = Vector3.new(2, 0.4, 0.6) |
| 253 | p.CFrame = CFrame.new(-2, 8, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 254 | p.BrickColor = BrickColor.new("Institutional white") |
| 255 | p.Material = Enum.Material.Glacier |
| 256 | p.MaterialVariant = "2022 Glue" |
| 257 | p.Anchored = true |
| 258 | p.Parent = model |
| 259 | end |
| 260 | do |
| 261 | local p = Instance.new("Part") |
| 262 | p.Name = "RibR_5" |
| 263 | p.Size = Vector3.new(2, 0.4, 0.6) |
| 264 | p.CFrame = CFrame.new(2, 8, -2.8) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 265 | p.BrickColor = BrickColor.new("Institutional white") |
| 266 | p.Material = Enum.Material.Glacier |
| 267 | p.MaterialVariant = "2022 Glue" |
| 268 | p.Anchored = true |
| 269 | p.Parent = model |
| 270 | end |
| 271 | do |
| 272 | local p = Instance.new("Part") |
| 273 | p.Name = "Sternum_5" |
| 274 | p.Size = Vector3.new(1, 0.6, 0.8) |
| 275 | p.CFrame = CFrame.new(0, 8, -3) |
| 276 | p.BrickColor = BrickColor.new("Institutional white") |
| 277 | p.Material = Enum.Material.Glacier |
| 278 | p.MaterialVariant = "2022 Glue" |
| 279 | p.Anchored = true |
| 280 | p.Parent = model |
| 281 | end |
| 282 | do |
| 283 | local p = Instance.new("WedgePart") |
| 284 | p.Name = "SpikeL_0" |
| 285 | p.Size = Vector3.new(3.74166, 0.4, 0.4) |
| 286 | p.CFrame = CFrame.new(-5.5, 2.5, -2) * CFrame.Angles(math.rad(-180), math.rad(33.6901), math.rad(164.499)) |
| 287 | p.BrickColor = BrickColor.new("Burgundy") |
| 288 | p.Material = Enum.Material.Glacier |
| 289 | p.MaterialVariant = "2022 Glue" |
| 290 | p.Anchored = true |
| 291 | p.Parent = model |
| 292 | end |
| 293 | do |
| 294 | local p = Instance.new("WedgePart") |
| 295 | p.Name = "SpikeR_0" |
| 296 | p.Size = Vector3.new(3.74166, 0.4, 0.4) |
| 297 | p.CFrame = CFrame.new(5.5, 2.5, -2) * CFrame.Angles(math.rad(0), math.rad(33.6901), math.rad(-15.5014)) |
| 298 | p.BrickColor = BrickColor.new("Burgundy") |
| 299 | p.Material = Enum.Material.Glacier |
| 300 | p.MaterialVariant = "2022 Glue" |
| 301 | p.Anchored = true |
| 302 | p.Parent = model |
| 303 | end |
| 304 | do |
| 305 | local p = Instance.new("WedgePart") |
| 306 | p.Name = "SpikeL_1" |
| 307 | p.Size = Vector3.new(3.64005, 0.4, 0.4) |
| 308 | p.CFrame = CFrame.new(-5.5, 4.25, -2) * CFrame.Angles(math.rad(-180), math.rad(33.6901), math.rad(172.105)) |
| 309 | p.BrickColor = BrickColor.new("Burgundy") |
| 310 | p.Material = Enum.Material.Glacier |
| 311 | p.MaterialVariant = "2022 Glue" |
| 312 | p.Anchored = true |
| 313 | p.Parent = model |
| 314 | end |
| 315 | do |
| 316 | local p = Instance.new("WedgePart") |
| 317 | p.Name = "SpikeR_1" |
| 318 | p.Size = Vector3.new(3.64005, 0.4, 0.4) |
| 319 | p.CFrame = CFrame.new(5.5, 4.25, -2) * CFrame.Angles(math.rad(0), math.rad(33.6901), math.rad(-7.89514)) |
| 320 | p.BrickColor = BrickColor.new("Burgundy") |
| 321 | p.Material = Enum.Material.Glacier |
| 322 | p.MaterialVariant = "2022 Glue" |
| 323 | p.Anchored = true |
| 324 | p.Parent = model |
| 325 | end |
| 326 | do |
| 327 | local p = Instance.new("WedgePart") |
| 328 | p.Name = "SpikeL_2" |
| 329 | p.Size = Vector3.new(3.60555, 0.4, 0.4) |
| 330 | p.CFrame = CFrame.new(-5.5, 6, -2) * CFrame.Angles(math.rad(-180), math.rad(33.6901), math.rad(-180)) |
| 331 | p.BrickColor = BrickColor.new("Burgundy") |
| 332 | p.Material = Enum.Material.Glacier |
| 333 | p.MaterialVariant = "2022 Glue" |
| 334 | p.Anchored = true |
| 335 | p.Parent = model |
| 336 | end |
| 337 | do |
| 338 | local p = Instance.new("WedgePart") |
| 339 | p.Name = "SpikeR_2" |
| 340 | p.Size = Vector3.new(3.60555, 0.4, 0.4) |
| 341 | p.CFrame = CFrame.new(5.5, 6, -2) * CFrame.Angles(math.rad(0), math.rad(33.6901), math.rad(0)) |
| 342 | p.BrickColor = BrickColor.new("Burgundy") |
| 343 | p.Material = Enum.Material.Glacier |
| 344 | p.MaterialVariant = "2022 Glue" |
| 345 | p.Anchored = true |
| 346 | p.Parent = model |
| 347 | end |
| 348 | do |
| 349 | local p = Instance.new("WedgePart") |
| 350 | p.Name = "SpikeL_3" |
| 351 | p.Size = Vector3.new(3.64005, 0.4, 0.4) |
| 352 | p.CFrame = CFrame.new(-5.5, 7.75, -2) * CFrame.Angles(math.rad(-180), math.rad(33.6901), math.rad(-172.105)) |
| 353 | p.BrickColor = BrickColor.new("Burgundy") |
| 354 | p.Material = Enum.Material.Glacier |
| 355 | p.MaterialVariant = "2022 Glue" |
| 356 | p.Anchored = true |
| 357 | p.Parent = model |
| 358 | end |
| 359 | do |
| 360 | local p = Instance.new("WedgePart") |
| 361 | p.Name = "SpikeR_3" |
| 362 | p.Size = Vector3.new(3.64005, 0.4, 0.4) |
| 363 | p.CFrame = CFrame.new(5.5, 7.75, -2) * CFrame.Angles(math.rad(0), math.rad(33.6901), math.rad(7.89514)) |
| 364 | p.BrickColor = BrickColor.new("Burgundy") |
| 365 | p.Material = Enum.Material.Glacier |
| 366 | p.MaterialVariant = "2022 Glue" |
| 367 | p.Anchored = true |
| 368 | p.Parent = model |
| 369 | end |
| 370 | do |
| 371 | local p = Instance.new("Part") |
| 372 | p.Name = "MainHead" |
| 373 | p.Size = Vector3.new(5, 5, 5) |
| 374 | p.CFrame = CFrame.new(0, 12, 0) |
| 375 | p.BrickColor = BrickColor.new("Maroon") |
| 376 | p.Material = Enum.Material.Glacier |
| 377 | p.MaterialVariant = "2022 Glue" |
| 378 | p.Anchored = true |
| 379 | p.Parent = model |
| 380 | end |
| 381 | do |
| 382 | local p = Instance.new("Part") |
| 383 | p.Shape = Enum.PartType.Cylinder |
| 384 | p.Name = "HornL_Base" |
| 385 | p.Size = Vector3.new(2.06155, 1, 1) |
| 386 | p.CFrame = CFrame.new(-2, 15.25, -0.5) * CFrame.Angles(math.rad(-180), math.rad(45), math.rad(-133.314)) |
| 387 | p.BrickColor = BrickColor.new("Really black") |
| 388 | p.Material = Enum.Material.Glacier |
| 389 | p.MaterialVariant = "2022 Universal" |
| 390 | p.Anchored = true |
| 391 | p.Parent = model |
| 392 | end |
| 393 | do |
| 394 | local p = Instance.new("WedgePart") |
| 395 | p.Name = "HornL_Tip" |
| 396 | p.Size = Vector3.new(1.5, 0.5, 0.5) |
| 397 | p.CFrame = CFrame.new(-2.75, 16.5, -1.5) * CFrame.Angles(math.rad(-180), math.rad(63.4349), math.rad(-138.19)) |
| 398 | p.BrickColor = BrickColor.new("Really black") |
| 399 | p.Material = Enum.Material.Glacier |
| 400 | p.MaterialVariant = "2022 Universal" |
| 401 | p.Anchored = true |
| 402 | p.Parent = model |
| 403 | end |
| 404 | do |
| 405 | local p = Instance.new("Part") |
| 406 | p.Shape = Enum.PartType.Cylinder |
| 407 | p.Name = "HornR_Base" |
| 408 | p.Size = Vector3.new(2.06155, 1, 1) |
| 409 | p.CFrame = CFrame.new(2, 15.25, -0.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(46.6861)) |
| 410 | p.BrickColor = BrickColor.new("Really black") |
| 411 | p.Material = Enum.Material.Glacier |
| 412 | p.MaterialVariant = "2022 Universal" |
| 413 | p.Anchored = true |
| 414 | p.Parent = model |
| 415 | end |
| 416 | do |
| 417 | local p = Instance.new("WedgePart") |
| 418 | p.Name = "HornR_Tip" |
| 419 | p.Size = Vector3.new(1.5, 0.5, 0.5) |
| 420 | p.CFrame = CFrame.new(2.75, 16.5, -1.5) * CFrame.Angles(math.rad(0), math.rad(63.4349), math.rad(41.8103)) |
| 421 | p.BrickColor = BrickColor.new("Really black") |
| 422 | p.Material = Enum.Material.Glacier |
| 423 | p.MaterialVariant = "2022 Universal" |
| 424 | p.Anchored = true |
| 425 | p.Parent = model |
| 426 | end |
| 427 | do |
| 428 | local p = Instance.new("Part") |
| 429 | p.Name = "MainEyeL" |
| 430 | p.Size = Vector3.new(0.6, 1.2, 0.2) |
| 431 | p.CFrame = CFrame.new(-1, 13, -2.68) |
| 432 | p.BrickColor = BrickColor.new("Really black") |
| 433 | p.Material = Enum.Material.Glacier |
| 434 | p.MaterialVariant = "2022 Universal" |
| 435 | p.Anchored = true |
| 436 | p.Parent = model |
| 437 | end |
| 438 | do |
| 439 | local p = Instance.new("Part") |
| 440 | p.Name = "MainEyeR" |
| 441 | p.Size = Vector3.new(0.6, 1.2, 0.2) |
| 442 | p.CFrame = CFrame.new(1, 13, -2.68) |
| 443 | p.BrickColor = BrickColor.new("Really black") |
| 444 | p.Material = Enum.Material.Glacier |
| 445 | p.MaterialVariant = "2022 Universal" |
| 446 | p.Anchored = true |
| 447 | p.Parent = model |
| 448 | end |
| 449 | do |
| 450 | local p = Instance.new("Part") |
| 451 | p.Name = "MawDarkness" |
| 452 | p.Size = Vector3.new(3, 2, 0.3) |
| 453 | p.CFrame = CFrame.new(0, 11, -2.6) |
| 454 | p.BrickColor = BrickColor.new("Really black") |
| 455 | p.Material = Enum.Material.Glacier |
| 456 | p.MaterialVariant = "2022 Universal" |
| 457 | p.Anchored = true |
| 458 | p.Parent = model |
| 459 | end |
| 460 | do |
| 461 | local p = Instance.new("WedgePart") |
| 462 | p.Name = "ToothU_0" |
| 463 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 464 | p.CFrame = CFrame.new(-1.2, 11.8, -2.7) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(0)) |
| 465 | p.BrickColor = BrickColor.new("Institutional white") |
| 466 | p.Material = Enum.Material.Glacier |
| 467 | p.MaterialVariant = "2022 Glue" |
| 468 | p.Anchored = true |
| 469 | p.Parent = model |
| 470 | end |
| 471 | do |
| 472 | local p = Instance.new("WedgePart") |
| 473 | p.Name = "ToothL_0" |
| 474 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 475 | p.CFrame = CFrame.new(-1.2, 10.2, -2.7) |
| 476 | p.BrickColor = BrickColor.new("Institutional white") |
| 477 | p.Material = Enum.Material.Glacier |
| 478 | p.MaterialVariant = "2022 Glue" |
| 479 | p.Anchored = true |
| 480 | p.Parent = model |
| 481 | end |
| 482 | do |
| 483 | local p = Instance.new("WedgePart") |
| 484 | p.Name = "ToothU_1" |
| 485 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 486 | p.CFrame = CFrame.new(-0.6, 11.8, -2.7) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(0)) |
| 487 | p.BrickColor = BrickColor.new("Institutional white") |
| 488 | p.Material = Enum.Material.Glacier |
| 489 | p.MaterialVariant = "2022 Glue" |
| 490 | p.Anchored = true |
| 491 | p.Parent = model |
| 492 | end |
| 493 | do |
| 494 | local p = Instance.new("WedgePart") |
| 495 | p.Name = "ToothL_1" |
| 496 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 497 | p.CFrame = CFrame.new(-0.6, 10.2, -2.7) |
| 498 | p.BrickColor = BrickColor.new("Institutional white") |
| 499 | p.Material = Enum.Material.Glacier |
| 500 | p.MaterialVariant = "2022 Glue" |
| 501 | p.Anchored = true |
| 502 | p.Parent = model |
| 503 | end |
| 504 | do |
| 505 | local p = Instance.new("WedgePart") |
| 506 | p.Name = "ToothU_2" |
| 507 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 508 | p.CFrame = CFrame.new(0, 11.8, -2.7) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(0)) |
| 509 | p.BrickColor = BrickColor.new("Institutional white") |
| 510 | p.Material = Enum.Material.Glacier |
| 511 | p.MaterialVariant = "2022 Glue" |
| 512 | p.Anchored = true |
| 513 | p.Parent = model |
| 514 | end |
| 515 | do |
| 516 | local p = Instance.new("WedgePart") |
| 517 | p.Name = "ToothL_2" |
| 518 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 519 | p.CFrame = CFrame.new(0, 10.2, -2.7) |
| 520 | p.BrickColor = BrickColor.new("Institutional white") |
| 521 | p.Material = Enum.Material.Glacier |
| 522 | p.MaterialVariant = "2022 Glue" |
| 523 | p.Anchored = true |
| 524 | p.Parent = model |
| 525 | end |
| 526 | do |
| 527 | local p = Instance.new("WedgePart") |
| 528 | p.Name = "ToothU_3" |
| 529 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 530 | p.CFrame = CFrame.new(0.6, 11.8, -2.7) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(0)) |
| 531 | p.BrickColor = BrickColor.new("Institutional white") |
| 532 | p.Material = Enum.Material.Glacier |
| 533 | p.MaterialVariant = "2022 Glue" |
| 534 | p.Anchored = true |
| 535 | p.Parent = model |
| 536 | end |
| 537 | do |
| 538 | local p = Instance.new("WedgePart") |
| 539 | p.Name = "ToothL_3" |
| 540 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 541 | p.CFrame = CFrame.new(0.6, 10.2, -2.7) |
| 542 | p.BrickColor = BrickColor.new("Institutional white") |
| 543 | p.Material = Enum.Material.Glacier |
| 544 | p.MaterialVariant = "2022 Glue" |
| 545 | p.Anchored = true |
| 546 | p.Parent = model |
| 547 | end |
| 548 | do |
| 549 | local p = Instance.new("WedgePart") |
| 550 | p.Name = "ToothU_4" |
| 551 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 552 | p.CFrame = CFrame.new(1.2, 11.8, -2.7) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(0)) |
| 553 | p.BrickColor = BrickColor.new("Institutional white") |
| 554 | p.Material = Enum.Material.Glacier |
| 555 | p.MaterialVariant = "2022 Glue" |
| 556 | p.Anchored = true |
| 557 | p.Parent = model |
| 558 | end |
| 559 | do |
| 560 | local p = Instance.new("WedgePart") |
| 561 | p.Name = "ToothL_4" |
| 562 | p.Size = Vector3.new(0.3, 0.6, 0.3) |
| 563 | p.CFrame = CFrame.new(1.2, 10.2, -2.7) |
| 564 | p.BrickColor = BrickColor.new("Institutional white") |
| 565 | p.Material = Enum.Material.Glacier |
| 566 | p.MaterialVariant = "2022 Glue" |
| 567 | p.Anchored = true |
| 568 | p.Parent = model |
| 569 | end |
| 570 | do |
| 571 | local p = Instance.new("Part") |
| 572 | p.Name = "LeftHead" |
| 573 | p.Size = Vector3.new(3.5, 3.5, 3.5) |
| 574 | p.CFrame = CFrame.new(-5, 10, -1) * CFrame.Angles(math.rad(-15), math.rad(20), math.rad(10)) |
| 575 | p.BrickColor = BrickColor.new("Burgundy") |
| 576 | p.Material = Enum.Material.Glacier |
| 577 | p.MaterialVariant = "2022 Glue" |
| 578 | p.Anchored = true |
| 579 | p.Parent = model |
| 580 | end |
| 581 | do |
| 582 | local p = Instance.new("Part") |
| 583 | p.Name = "LeftEyeL" |
| 584 | p.Size = Vector3.new(0.8, 0.8, 0.2) |
| 585 | p.CFrame = CFrame.new(-5.8, 10.5, -2.8) |
| 586 | p.BrickColor = BrickColor.new("Really red") |
| 587 | p.Material = Enum.Material.Neon |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("Part") |
| 593 | p.Name = "LeftEyeR" |
| 594 | p.Size = Vector3.new(0.8, 0.8, 0.2) |
| 595 | p.CFrame = CFrame.new(-4.2, 10.5, -2.8) |
| 596 | p.BrickColor = BrickColor.new("Really red") |
| 597 | p.Material = Enum.Material.Neon |
| 598 | p.Anchored = true |
| 599 | p.Parent = model |
| 600 | end |
| 601 | do |
| 602 | local p = Instance.new("Part") |
| 603 | p.Name = "LeftSmile" |
| 604 | p.Size = Vector3.new(2.5, 0.4, 0.2) |
| 605 | p.CFrame = CFrame.new(-5, 9.2, -2.8) * CFrame.Angles(math.rad(-15), math.rad(20), math.rad(10)) |
| 606 | p.BrickColor = BrickColor.new("Institutional white") |
| 607 | p.Material = Enum.Material.Glacier |
| 608 | p.MaterialVariant = "2022 Glue" |
| 609 | p.Anchored = true |
| 610 | p.Parent = model |
| 611 | end |
| 612 | do |
| 613 | local p = Instance.new("Part") |
| 614 | p.Name = "RightHead" |
| 615 | p.Size = Vector3.new(3.5, 3.5, 3.5) |
| 616 | p.CFrame = CFrame.new(5, 10, -1) * CFrame.Angles(math.rad(-15), math.rad(-20), math.rad(-10)) |
| 617 | p.BrickColor = BrickColor.new("Burgundy") |
| 618 | p.Material = Enum.Material.Glacier |
| 619 | p.MaterialVariant = "2022 Glue" |
| 620 | p.Anchored = true |
| 621 | p.Parent = model |
| 622 | end |
| 623 | do |
| 624 | local p = Instance.new("Part") |
| 625 | p.Name = "RightEyeL" |
| 626 | p.Size = Vector3.new(0.8, 0.8, 0.2) |
| 627 | p.CFrame = CFrame.new(4.2, 10.5, -2.8) |
| 628 | p.BrickColor = BrickColor.new("Really red") |
| 629 | p.Material = Enum.Material.Neon |
| 630 | p.Anchored = true |
| 631 | p.Parent = model |
| 632 | end |
| 633 | do |
| 634 | local p = Instance.new("Part") |
| 635 | p.Name = "RightEyeR" |
| 636 | p.Size = Vector3.new(0.8, 0.8, 0.2) |
| 637 | p.CFrame = CFrame.new(5.8, 10.5, -2.8) |
| 638 | p.BrickColor = BrickColor.new("Really red") |
| 639 | p.Material = Enum.Material.Neon |
| 640 | p.Anchored = true |
| 641 | p.Parent = model |
| 642 | end |
| 643 | do |
| 644 | local p = Instance.new("Part") |
| 645 | p.Name = "RightSmile" |
| 646 | p.Size = Vector3.new(2.5, 0.4, 0.2) |
| 647 | p.CFrame = CFrame.new(5, 9.2, -2.8) * CFrame.Angles(math.rad(-15), math.rad(-20), math.rad(-10)) |
| 648 | p.BrickColor = BrickColor.new("Institutional white") |
| 649 | p.Material = Enum.Material.Glacier |
| 650 | p.MaterialVariant = "2022 Glue" |
| 651 | p.Anchored = true |
| 652 | p.Parent = model |
| 653 | end |
| 654 | do |
| 655 | local p = Instance.new("Part") |
| 656 | p.Name = "NeckL" |
| 657 | p.Size = Vector3.new(3, 1.5, 1.5) |
| 658 | p.CFrame = CFrame.new(-4, 9, -0.5) * CFrame.Angles(math.rad(-180), math.rad(26.5651), math.rad(-138.19)) |
| 659 | p.BrickColor = BrickColor.new("Burgundy") |
| 660 | p.Material = Enum.Material.Glacier |
| 661 | p.MaterialVariant = "2022 Glue" |
| 662 | p.Anchored = true |
| 663 | p.Parent = model |
| 664 | end |
| 665 | do |
| 666 | local p = Instance.new("Part") |
| 667 | p.Name = "NeckR" |
| 668 | p.Size = Vector3.new(3, 1.5, 1.5) |
| 669 | p.CFrame = CFrame.new(4, 9, -0.5) * CFrame.Angles(math.rad(0), math.rad(26.5651), math.rad(41.8103)) |
| 670 | p.BrickColor = BrickColor.new("Burgundy") |
| 671 | p.Material = Enum.Material.Glacier |
| 672 | p.MaterialVariant = "2022 Glue" |
| 673 | p.Anchored = true |
| 674 | p.Parent = model |
| 675 | end |
| 676 | model.PrimaryPart = model:FindFirstChild("TorsoMain") |
| 677 | print("ScaryDungeonMonster built: " .. #model:GetChildren() .. " parts") |
Loading comments...