Loading model...
by The Builderbox · 4/26/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: DarkEntity |
| 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 = "DarkEntity" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["#3B353D"] = "2022 Stud", |
| 25 | ["Institutional white"] = "2022 Stud", |
| 26 | ["Really black"] = "2022 Universal", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Name = "UpperTorso" |
| 31 | p.Size = Vector3.new(4.5, 3.5, 2.5) |
| 32 | p.CFrame = CFrame.new(0, 12, 0) |
| 33 | p.Color = Color3.fromRGB(59, 53, 61) |
| 34 | p.Material = Enum.Material.Glacier |
| 35 | p.MaterialVariant = "2022 Stud" |
| 36 | p.Anchored = true |
| 37 | p.Parent = model |
| 38 | end |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Name = "MidTorso" |
| 42 | p.Size = Vector3.new(3.5, 2, 2.2) |
| 43 | p.CFrame = CFrame.new(0, 9.5, 0) |
| 44 | p.Color = Color3.fromRGB(59, 53, 61) |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Stud" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Name = "Pelvis" |
| 53 | p.Size = Vector3.new(3.8, 2.5, 2.4) |
| 54 | p.CFrame = CFrame.new(0, 7.5, 0) |
| 55 | p.Color = Color3.fromRGB(59, 53, 61) |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Stud" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Shape = Enum.PartType.Cylinder |
| 64 | p.Name = "Neck" |
| 65 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 66 | p.CFrame = CFrame.new(0, 14.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 67 | p.Color = Color3.fromRGB(59, 53, 61) |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Stud" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "HeadMain" |
| 76 | p.Size = Vector3.new(2.6, 2.8, 2.6) |
| 77 | p.CFrame = CFrame.new(0, 15.8, 0) |
| 78 | p.Color = Color3.fromRGB(59, 53, 61) |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Stud" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "MouthCavity" |
| 87 | p.Size = Vector3.new(2.2, 1, 0.5) |
| 88 | p.CFrame = CFrame.new(0, 15.5, -1.2) |
| 89 | p.BrickColor = BrickColor.new("Really black") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Universal" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "TeethTop" |
| 98 | p.Size = Vector3.new(2, 0.25, 0.2) |
| 99 | p.CFrame = CFrame.new(0, 15.8, -1.3) |
| 100 | p.BrickColor = BrickColor.new("Institutional white") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Stud" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("Part") |
| 108 | p.Name = "TeethBot" |
| 109 | p.Size = Vector3.new(2, 0.25, 0.2) |
| 110 | p.CFrame = CFrame.new(0, 15.2, -1.3) |
| 111 | p.BrickColor = BrickColor.new("Institutional white") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Stud" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "ToothSep_0" |
| 120 | p.Size = Vector3.new(0.05, 0.8, 0.1) |
| 121 | p.CFrame = CFrame.new(-0.8, 15.5, -1.43) |
| 122 | p.BrickColor = BrickColor.new("Really black") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Universal" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "ToothSep_1" |
| 131 | p.Size = Vector3.new(0.05, 0.8, 0.1) |
| 132 | p.CFrame = CFrame.new(-0.4, 15.5, -1.43) |
| 133 | p.BrickColor = BrickColor.new("Really black") |
| 134 | p.Material = Enum.Material.Glacier |
| 135 | p.MaterialVariant = "2022 Universal" |
| 136 | p.Anchored = true |
| 137 | p.Parent = model |
| 138 | end |
| 139 | do |
| 140 | local p = Instance.new("Part") |
| 141 | p.Name = "ToothSep_2" |
| 142 | p.Size = Vector3.new(0.05, 0.8, 0.1) |
| 143 | p.CFrame = CFrame.new(0, 15.5, -1.43) |
| 144 | p.BrickColor = BrickColor.new("Really black") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Universal" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "ToothSep_3" |
| 153 | p.Size = Vector3.new(0.05, 0.8, 0.1) |
| 154 | p.CFrame = CFrame.new(0.4, 15.5, -1.43) |
| 155 | p.BrickColor = BrickColor.new("Really black") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Universal" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "ToothSep_4" |
| 164 | p.Size = Vector3.new(0.05, 0.8, 0.1) |
| 165 | p.CFrame = CFrame.new(0.8, 15.5, -1.43) |
| 166 | p.BrickColor = BrickColor.new("Really black") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Universal" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("WedgePart") |
| 174 | p.Name = "HaloSpike_0" |
| 175 | p.Size = Vector3.new(0.8, 0.2, 0.4) |
| 176 | p.CFrame = CFrame.new(2.4, 19.54, 0) |
| 177 | p.BrickColor = BrickColor.new("Institutional white") |
| 178 | p.Material = Enum.Material.Neon |
| 179 | p.Anchored = true |
| 180 | p.Parent = model |
| 181 | end |
| 182 | do |
| 183 | local p = Instance.new("WedgePart") |
| 184 | p.Name = "HaloSpike_1" |
| 185 | p.Size = Vector3.new(0.8, 0.2, 0.4) |
| 186 | p.CFrame = CFrame.new(1.69706, 19.54, 1.69706) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 187 | p.BrickColor = BrickColor.new("Institutional white") |
| 188 | p.Material = Enum.Material.Neon |
| 189 | p.Anchored = true |
| 190 | p.Parent = model |
| 191 | end |
| 192 | do |
| 193 | local p = Instance.new("WedgePart") |
| 194 | p.Name = "HaloSpike_2" |
| 195 | p.Size = Vector3.new(0.8, 0.2, 0.4) |
| 196 | p.CFrame = CFrame.new(0, 19.54, 2.4) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 197 | p.BrickColor = BrickColor.new("Institutional white") |
| 198 | p.Material = Enum.Material.Neon |
| 199 | p.Anchored = true |
| 200 | p.Parent = model |
| 201 | end |
| 202 | do |
| 203 | local p = Instance.new("WedgePart") |
| 204 | p.Name = "HaloSpike_3" |
| 205 | p.Size = Vector3.new(0.8, 0.2, 0.4) |
| 206 | p.CFrame = CFrame.new(-1.69706, 19.54, 1.69706) * CFrame.Angles(math.rad(0), math.rad(-135), math.rad(0)) |
| 207 | p.BrickColor = BrickColor.new("Institutional white") |
| 208 | p.Material = Enum.Material.Neon |
| 209 | p.Anchored = true |
| 210 | p.Parent = model |
| 211 | end |
| 212 | do |
| 213 | local p = Instance.new("WedgePart") |
| 214 | p.Name = "HaloSpike_4" |
| 215 | p.Size = Vector3.new(0.8, 0.2, 0.4) |
| 216 | p.CFrame = CFrame.new(-2.4, 19.54, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(0)) |
| 217 | p.BrickColor = BrickColor.new("Institutional white") |
| 218 | p.Material = Enum.Material.Neon |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("WedgePart") |
| 224 | p.Name = "HaloSpike_5" |
| 225 | p.Size = Vector3.new(0.8, 0.2, 0.4) |
| 226 | p.CFrame = CFrame.new(-1.69706, 19.54, -1.69706) * CFrame.Angles(math.rad(0), math.rad(-225), math.rad(0)) |
| 227 | p.BrickColor = BrickColor.new("Institutional white") |
| 228 | p.Material = Enum.Material.Neon |
| 229 | p.Anchored = true |
| 230 | p.Parent = model |
| 231 | end |
| 232 | do |
| 233 | local p = Instance.new("WedgePart") |
| 234 | p.Name = "HaloSpike_6" |
| 235 | p.Size = Vector3.new(0.8, 0.2, 0.4) |
| 236 | p.CFrame = CFrame.new(0, 19.54, -2.4) * CFrame.Angles(math.rad(0), math.rad(-270), math.rad(0)) |
| 237 | p.BrickColor = BrickColor.new("Institutional white") |
| 238 | p.Material = Enum.Material.Neon |
| 239 | p.Anchored = true |
| 240 | p.Parent = model |
| 241 | end |
| 242 | do |
| 243 | local p = Instance.new("WedgePart") |
| 244 | p.Name = "HaloSpike_7" |
| 245 | p.Size = Vector3.new(0.8, 0.2, 0.4) |
| 246 | p.CFrame = CFrame.new(1.69706, 19.54, -1.69706) * CFrame.Angles(math.rad(0), math.rad(-315), math.rad(0)) |
| 247 | p.BrickColor = BrickColor.new("Institutional white") |
| 248 | p.Material = Enum.Material.Neon |
| 249 | p.Anchored = true |
| 250 | p.Parent = model |
| 251 | end |
| 252 | do |
| 253 | local p = Instance.new("Part") |
| 254 | p.Shape = Enum.PartType.Ball |
| 255 | p.Name = "LShoulder" |
| 256 | p.Size = Vector3.new(2.2, 2.2, 2.2) |
| 257 | p.CFrame = CFrame.new(2.8, 13, 0) |
| 258 | p.Color = Color3.fromRGB(59, 53, 61) |
| 259 | p.Material = Enum.Material.Glacier |
| 260 | p.MaterialVariant = "2022 Stud" |
| 261 | p.Anchored = true |
| 262 | p.Parent = model |
| 263 | end |
| 264 | do |
| 265 | local p = Instance.new("WedgePart") |
| 266 | p.Name = "LShoulderSpike1" |
| 267 | p.Size = Vector3.new(0.5, 1.2, 0.5) |
| 268 | p.CFrame = CFrame.new(3.2, 14, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-30)) |
| 269 | p.Color = Color3.fromRGB(59, 53, 61) |
| 270 | p.Material = Enum.Material.Glacier |
| 271 | p.MaterialVariant = "2022 Stud" |
| 272 | p.Anchored = true |
| 273 | p.Parent = model |
| 274 | end |
| 275 | do |
| 276 | local p = Instance.new("WedgePart") |
| 277 | p.Name = "LShoulderSpike2" |
| 278 | p.Size = Vector3.new(0.4, 1, 0.4) |
| 279 | p.CFrame = CFrame.new(2.5, 14.2, -0.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-15)) |
| 280 | p.Color = Color3.fromRGB(59, 53, 61) |
| 281 | p.Material = Enum.Material.Glacier |
| 282 | p.MaterialVariant = "2022 Stud" |
| 283 | p.Anchored = true |
| 284 | p.Parent = model |
| 285 | end |
| 286 | do |
| 287 | local p = Instance.new("Part") |
| 288 | p.Name = "LUpperArm" |
| 289 | p.Size = Vector3.new(3.73363, 1.6, 1.6) |
| 290 | p.CFrame = CFrame.new(3.4, 11.25, -0.25) * CFrame.Angles(math.rad(0), math.rad(22.6199), math.rad(-69.6236)) |
| 291 | p.Color = Color3.fromRGB(59, 53, 61) |
| 292 | p.Material = Enum.Material.Glacier |
| 293 | p.MaterialVariant = "2022 Stud" |
| 294 | p.Anchored = true |
| 295 | p.Parent = model |
| 296 | end |
| 297 | do |
| 298 | local p = Instance.new("Part") |
| 299 | p.Shape = Enum.PartType.Ball |
| 300 | p.Name = "LElbow" |
| 301 | p.Size = Vector3.new(1.7, 1.7, 1.7) |
| 302 | p.CFrame = CFrame.new(4, 9.5, -0.5) |
| 303 | p.Color = Color3.fromRGB(59, 53, 61) |
| 304 | p.Material = Enum.Material.Glacier |
| 305 | p.MaterialVariant = "2022 Stud" |
| 306 | p.Anchored = true |
| 307 | p.Parent = model |
| 308 | end |
| 309 | do |
| 310 | local p = Instance.new("Part") |
| 311 | p.Name = "LLowerArm" |
| 312 | p.Size = Vector3.new(3.08221, 1.4, 1.4) |
| 313 | p.CFrame = CFrame.new(4.25, 8, -0.75) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(-76.7373)) |
| 314 | p.Color = Color3.fromRGB(59, 53, 61) |
| 315 | p.Material = Enum.Material.Glacier |
| 316 | p.MaterialVariant = "2022 Stud" |
| 317 | p.Anchored = true |
| 318 | p.Parent = model |
| 319 | end |
| 320 | do |
| 321 | local p = Instance.new("Part") |
| 322 | p.Shape = Enum.PartType.Ball |
| 323 | p.Name = "LWrist" |
| 324 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 325 | p.CFrame = CFrame.new(4.5, 6.5, -1) |
| 326 | p.Color = Color3.fromRGB(59, 53, 61) |
| 327 | p.Material = Enum.Material.Glacier |
| 328 | p.MaterialVariant = "2022 Stud" |
| 329 | p.Anchored = true |
| 330 | p.Parent = model |
| 331 | end |
| 332 | do |
| 333 | local p = Instance.new("Part") |
| 334 | p.Name = "LHand" |
| 335 | p.Size = Vector3.new(1.6, 1.8, 1.2) |
| 336 | p.CFrame = CFrame.new(4.6, 5.5, -1.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-10)) |
| 337 | p.Color = Color3.fromRGB(59, 53, 61) |
| 338 | p.Material = Enum.Material.Glacier |
| 339 | p.MaterialVariant = "2022 Stud" |
| 340 | p.Anchored = true |
| 341 | p.Parent = model |
| 342 | end |
| 343 | do |
| 344 | local p = Instance.new("Part") |
| 345 | p.Name = "LFinger1" |
| 346 | p.Size = Vector3.new(1.13578, 0.3, 0.3) |
| 347 | p.CFrame = CFrame.new(4.1, 4.05, -0.9) * CFrame.Angles(math.rad(-180), math.rad(-45), math.rad(104.42)) |
| 348 | p.Color = Color3.fromRGB(59, 53, 61) |
| 349 | p.Material = Enum.Material.Glacier |
| 350 | p.MaterialVariant = "2022 Stud" |
| 351 | p.Anchored = true |
| 352 | p.Parent = model |
| 353 | end |
| 354 | do |
| 355 | local p = Instance.new("Part") |
| 356 | p.Name = "LFinger2" |
| 357 | p.Size = Vector3.new(1.41775, 0.3, 0.3) |
| 358 | p.CFrame = CFrame.new(4.55, 3.9, -1.1) * CFrame.Angles(math.rad(-180), math.rad(-63.4349), math.rad(99.0746)) |
| 359 | p.Color = Color3.fromRGB(59, 53, 61) |
| 360 | p.Material = Enum.Material.Glacier |
| 361 | p.MaterialVariant = "2022 Stud" |
| 362 | p.Anchored = true |
| 363 | p.Parent = model |
| 364 | end |
| 365 | do |
| 366 | local p = Instance.new("Part") |
| 367 | p.Name = "LFinger3" |
| 368 | p.Size = Vector3.new(1.0198, 0.3, 0.3) |
| 369 | p.CFrame = CFrame.new(5, 4.1, -1.3) * CFrame.Angles(math.rad(78.6901), math.rad(-90), math.rad(0)) |
| 370 | p.Color = Color3.fromRGB(59, 53, 61) |
| 371 | p.Material = Enum.Material.Glacier |
| 372 | p.MaterialVariant = "2022 Stud" |
| 373 | p.Anchored = true |
| 374 | p.Parent = model |
| 375 | end |
| 376 | do |
| 377 | local p = Instance.new("Part") |
| 378 | p.Shape = Enum.PartType.Ball |
| 379 | p.Name = "RShoulder" |
| 380 | p.Size = Vector3.new(2.2, 2.2, 2.2) |
| 381 | p.CFrame = CFrame.new(-2.8, 13, 0) |
| 382 | p.Color = Color3.fromRGB(59, 53, 61) |
| 383 | p.Material = Enum.Material.Glacier |
| 384 | p.MaterialVariant = "2022 Stud" |
| 385 | p.Anchored = true |
| 386 | p.Parent = model |
| 387 | end |
| 388 | do |
| 389 | local p = Instance.new("Part") |
| 390 | p.Name = "RUpperArm" |
| 391 | p.Size = Vector3.new(3.73363, 1.6, 1.6) |
| 392 | p.CFrame = CFrame.new(-3.4, 11.25, 0.25) * CFrame.Angles(math.rad(-180), math.rad(-22.6199), math.rad(110.376)) |
| 393 | p.Color = Color3.fromRGB(59, 53, 61) |
| 394 | p.Material = Enum.Material.Glacier |
| 395 | p.MaterialVariant = "2022 Stud" |
| 396 | p.Anchored = true |
| 397 | p.Parent = model |
| 398 | end |
| 399 | do |
| 400 | local p = Instance.new("Part") |
| 401 | p.Shape = Enum.PartType.Ball |
| 402 | p.Name = "RElbow" |
| 403 | p.Size = Vector3.new(1.7, 1.7, 1.7) |
| 404 | p.CFrame = CFrame.new(-4, 9.5, 0.5) |
| 405 | p.Color = Color3.fromRGB(59, 53, 61) |
| 406 | p.Material = Enum.Material.Glacier |
| 407 | p.MaterialVariant = "2022 Stud" |
| 408 | p.Anchored = true |
| 409 | p.Parent = model |
| 410 | end |
| 411 | do |
| 412 | local p = Instance.new("Part") |
| 413 | p.Name = "WingFeather_0" |
| 414 | p.Size = Vector3.new(5.31507, 0.8, 0.2) |
| 415 | p.CFrame = CFrame.new(-4.95, 6.5, 1) * CFrame.Angles(math.rad(-180), math.rad(-33.6901), math.rad(109.827)) |
| 416 | p.Color = Color3.fromRGB(59, 53, 61) |
| 417 | p.Material = Enum.Material.Glacier |
| 418 | p.MaterialVariant = "2022 Stud" |
| 419 | p.Anchored = true |
| 420 | p.Parent = model |
| 421 | end |
| 422 | do |
| 423 | local p = Instance.new("Part") |
| 424 | p.Name = "WingFeatherSub_0" |
| 425 | p.Size = Vector3.new(6.13514, 0.6, 0.2) |
| 426 | p.CFrame = CFrame.new(-4.7, 6, 0.9) * CFrame.Angles(math.rad(-180), math.rad(-38.6598), math.rad(102.048)) |
| 427 | p.Color = Color3.fromRGB(59, 53, 61) |
| 428 | p.Material = Enum.Material.Glacier |
| 429 | p.MaterialVariant = "2022 Stud" |
| 430 | p.Anchored = true |
| 431 | p.Parent = model |
| 432 | end |
| 433 | do |
| 434 | local p = Instance.new("Part") |
| 435 | p.Name = "WingFeather_1" |
| 436 | p.Size = Vector3.new(4.91325, 0.8, 0.2) |
| 437 | p.CFrame = CFrame.new(-4.65, 6.25, 1.1) * CFrame.Angles(math.rad(-180), math.rad(-30.4655), math.rad(113.667)) |
| 438 | p.Color = Color3.fromRGB(59, 53, 61) |
| 439 | p.Material = Enum.Material.Glacier |
| 440 | p.MaterialVariant = "2022 Stud" |
| 441 | p.Anchored = true |
| 442 | p.Parent = model |
| 443 | end |
| 444 | do |
| 445 | local p = Instance.new("Part") |
| 446 | p.Name = "WingFeatherSub_1" |
| 447 | p.Size = Vector3.new(5.68595, 0.6, 0.2) |
| 448 | p.CFrame = CFrame.new(-4.4, 5.75, 1) * CFrame.Angles(math.rad(-180), math.rad(-33.6901), math.rad(104.693)) |
| 449 | p.Color = Color3.fromRGB(59, 53, 61) |
| 450 | p.Material = Enum.Material.Glacier |
| 451 | p.MaterialVariant = "2022 Stud" |
| 452 | p.Anchored = true |
| 453 | p.Parent = model |
| 454 | end |
| 455 | do |
| 456 | local p = Instance.new("Part") |
| 457 | p.Name = "WingFeather_2" |
| 458 | p.Size = Vector3.new(4.53982, 0.8, 0.2) |
| 459 | p.CFrame = CFrame.new(-4.45, 6, 1.2) * CFrame.Angles(math.rad(-180), math.rad(-27.7585), math.rad(118.226)) |
| 460 | p.Color = Color3.fromRGB(59, 53, 61) |
| 461 | p.Material = Enum.Material.Glacier |
| 462 | p.MaterialVariant = "2022 Stud" |
| 463 | p.Anchored = true |
| 464 | p.Parent = model |
| 465 | end |
| 466 | do |
| 467 | local p = Instance.new("Part") |
| 468 | p.Name = "WingFeatherSub_2" |
| 469 | p.Size = Vector3.new(5.25357, 0.6, 0.2) |
| 470 | p.CFrame = CFrame.new(-4.2, 5.5, 1.1) * CFrame.Angles(math.rad(-180), math.rad(-29.7449), math.rad(107.874)) |
| 471 | p.Color = Color3.fromRGB(59, 53, 61) |
| 472 | p.Material = Enum.Material.Glacier |
| 473 | p.MaterialVariant = "2022 Stud" |
| 474 | p.Anchored = true |
| 475 | p.Parent = model |
| 476 | end |
| 477 | do |
| 478 | local p = Instance.new("Part") |
| 479 | p.Name = "WingFeather_3" |
| 480 | p.Size = Vector3.new(4.20238, 0.8, 0.2) |
| 481 | p.CFrame = CFrame.new(-4.25, 5.75, 1.3) * CFrame.Angles(math.rad(-180), math.rad(-25.4633), math.rad(123.606)) |
| 482 | p.Color = Color3.fromRGB(59, 53, 61) |
| 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 = "WingFeatherSub_3" |
| 491 | p.Size = Vector3.new(4.84252, 0.6, 0.2) |
| 492 | p.CFrame = CFrame.new(-4, 5.25, 1.2) * CFrame.Angles(math.rad(-180), math.rad(-26.5651), math.rad(111.679)) |
| 493 | p.Color = Color3.fromRGB(59, 53, 61) |
| 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.Name = "WingFeather_4" |
| 502 | p.Size = Vector3.new(3.91024, 0.8, 0.2) |
| 503 | p.CFrame = CFrame.new(-4.05, 5.5, 1.4) * CFrame.Angles(math.rad(-180), math.rad(-23.4986), math.rad(129.895)) |
| 504 | p.Color = Color3.fromRGB(59, 53, 61) |
| 505 | p.Material = Enum.Material.Glacier |
| 506 | p.MaterialVariant = "2022 Stud" |
| 507 | p.Anchored = true |
| 508 | p.Parent = model |
| 509 | end |
| 510 | do |
| 511 | local p = Instance.new("Part") |
| 512 | p.Name = "WingFeatherSub_4" |
| 513 | p.Size = Vector3.new(4.4587, 0.6, 0.2) |
| 514 | p.CFrame = CFrame.new(-3.8, 5, 1.3) * CFrame.Angles(math.rad(-180), math.rad(-23.9625), math.rad(116.218)) |
| 515 | p.Color = Color3.fromRGB(59, 53, 61) |
| 516 | p.Material = Enum.Material.Glacier |
| 517 | p.MaterialVariant = "2022 Stud" |
| 518 | p.Anchored = true |
| 519 | p.Parent = model |
| 520 | end |
| 521 | do |
| 522 | local p = Instance.new("Part") |
| 523 | p.Name = "CrackChest1" |
| 524 | p.Size = Vector3.new(1.8, 0.1, 0.1) |
| 525 | p.CFrame = CFrame.new(-1.5, 12.5, -1.3) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(35)) |
| 526 | p.BrickColor = BrickColor.new("Institutional white") |
| 527 | p.Material = Enum.Material.Neon |
| 528 | p.Anchored = true |
| 529 | p.Parent = model |
| 530 | end |
| 531 | do |
| 532 | local p = Instance.new("Part") |
| 533 | p.Name = "CrackChest2" |
| 534 | p.Size = Vector3.new(1.2, 0.1, 0.1) |
| 535 | p.CFrame = CFrame.new(-0.8, 11.8, -1.2) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-20)) |
| 536 | p.BrickColor = BrickColor.new("Institutional white") |
| 537 | p.Material = Enum.Material.Neon |
| 538 | p.Anchored = true |
| 539 | p.Parent = model |
| 540 | end |
| 541 | do |
| 542 | local p = Instance.new("Part") |
| 543 | p.Name = "CrackShoulder1" |
| 544 | p.Size = Vector3.new(1.5, 0.1, 0.1) |
| 545 | p.CFrame = CFrame.new(-2.8, 13.5, -0.9) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(60)) |
| 546 | p.BrickColor = BrickColor.new("Institutional white") |
| 547 | p.Material = Enum.Material.Neon |
| 548 | p.Anchored = true |
| 549 | p.Parent = model |
| 550 | end |
| 551 | do |
| 552 | local p = Instance.new("Part") |
| 553 | p.Name = "CrackArm1" |
| 554 | p.Size = Vector3.new(2, 0.1, 0.1) |
| 555 | p.CFrame = CFrame.new(-3.4, 11.5, -0.7) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(75)) |
| 556 | p.BrickColor = BrickColor.new("Institutional white") |
| 557 | p.Material = Enum.Material.Neon |
| 558 | p.Anchored = true |
| 559 | p.Parent = model |
| 560 | end |
| 561 | do |
| 562 | local p = Instance.new("Part") |
| 563 | p.Name = "CrackArm2" |
| 564 | p.Size = Vector3.new(1.2, 0.1, 0.1) |
| 565 | p.CFrame = CFrame.new(-3.8, 10.5, -0.5) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(-45)) |
| 566 | p.BrickColor = BrickColor.new("Institutional white") |
| 567 | p.Material = Enum.Material.Neon |
| 568 | p.Anchored = true |
| 569 | p.Parent = model |
| 570 | end |
| 571 | do |
| 572 | local p = Instance.new("Part") |
| 573 | p.Shape = Enum.PartType.Ball |
| 574 | p.Name = "LHip" |
| 575 | p.Size = Vector3.new(2, 2, 2) |
| 576 | p.CFrame = CFrame.new(1.5, 6.5, 0) |
| 577 | p.Color = Color3.fromRGB(59, 53, 61) |
| 578 | p.Material = Enum.Material.Glacier |
| 579 | p.MaterialVariant = "2022 Stud" |
| 580 | p.Anchored = true |
| 581 | p.Parent = model |
| 582 | end |
| 583 | do |
| 584 | local p = Instance.new("Part") |
| 585 | p.Name = "LThigh" |
| 586 | p.Size = Vector3.new(3.51141, 1.8, 1.8) |
| 587 | p.CFrame = CFrame.new(1.65, 5, -0.9) * CFrame.Angles(math.rad(0), math.rad(80.5377), math.rad(-58.6888)) |
| 588 | p.Color = Color3.fromRGB(59, 53, 61) |
| 589 | p.Material = Enum.Material.Glacier |
| 590 | p.MaterialVariant = "2022 Stud" |
| 591 | p.Anchored = true |
| 592 | p.Parent = model |
| 593 | end |
| 594 | do |
| 595 | local p = Instance.new("Part") |
| 596 | p.Shape = Enum.PartType.Ball |
| 597 | p.Name = "LKnee" |
| 598 | p.Size = Vector3.new(1.7, 1.7, 1.7) |
| 599 | p.CFrame = CFrame.new(1.8, 3.5, -1.8) |
| 600 | p.Color = Color3.fromRGB(59, 53, 61) |
| 601 | p.Material = Enum.Material.Glacier |
| 602 | p.MaterialVariant = "2022 Stud" |
| 603 | p.Anchored = true |
| 604 | p.Parent = model |
| 605 | end |
| 606 | do |
| 607 | local p = Instance.new("Part") |
| 608 | p.Name = "LCalf" |
| 609 | p.Size = Vector3.new(3.39706, 1.5, 1.5) |
| 610 | p.CFrame = CFrame.new(1.8, 2.25, -0.65) * CFrame.Angles(math.rad(47.3859), math.rad(-90), math.rad(0)) |
| 611 | p.Color = Color3.fromRGB(59, 53, 61) |
| 612 | p.Material = Enum.Material.Glacier |
| 613 | p.MaterialVariant = "2022 Stud" |
| 614 | p.Anchored = true |
| 615 | p.Parent = model |
| 616 | end |
| 617 | do |
| 618 | local p = Instance.new("Part") |
| 619 | p.Shape = Enum.PartType.Ball |
| 620 | p.Name = "LAnkle" |
| 621 | p.Size = Vector3.new(1.4, 1.4, 1.4) |
| 622 | p.CFrame = CFrame.new(1.8, 1, 0.5) |
| 623 | p.Color = Color3.fromRGB(59, 53, 61) |
| 624 | p.Material = Enum.Material.Glacier |
| 625 | p.MaterialVariant = "2022 Stud" |
| 626 | p.Anchored = true |
| 627 | p.Parent = model |
| 628 | end |
| 629 | do |
| 630 | local p = Instance.new("Part") |
| 631 | p.Name = "LFoot" |
| 632 | p.Size = Vector3.new(2.82843, 1.2, 1.2) |
| 633 | p.CFrame = CFrame.new(1.8, 0, -0.5) * CFrame.Angles(math.rad(-45), math.rad(90), math.rad(0)) |
| 634 | p.Color = Color3.fromRGB(59, 53, 61) |
| 635 | p.Material = Enum.Material.Glacier |
| 636 | p.MaterialVariant = "2022 Stud" |
| 637 | p.Anchored = true |
| 638 | p.Parent = model |
| 639 | end |
| 640 | do |
| 641 | local p = Instance.new("Part") |
| 642 | p.Shape = Enum.PartType.Ball |
| 643 | p.Name = "RHip" |
| 644 | p.Size = Vector3.new(2, 2, 2) |
| 645 | p.CFrame = CFrame.new(-1.5, 6.5, 0) |
| 646 | p.Color = Color3.fromRGB(59, 53, 61) |
| 647 | p.Material = Enum.Material.Glacier |
| 648 | p.MaterialVariant = "2022 Stud" |
| 649 | p.Anchored = true |
| 650 | p.Parent = model |
| 651 | end |
| 652 | do |
| 653 | local p = Instance.new("Part") |
| 654 | p.Name = "RThigh" |
| 655 | p.Size = Vector3.new(3.51141, 1.8, 1.8) |
| 656 | p.CFrame = CFrame.new(-1.65, 5, -0.9) * CFrame.Angles(math.rad(-180), math.rad(80.5377), math.rad(121.311)) |
| 657 | p.Color = Color3.fromRGB(59, 53, 61) |
| 658 | p.Material = Enum.Material.Glacier |
| 659 | p.MaterialVariant = "2022 Stud" |
| 660 | p.Anchored = true |
| 661 | p.Parent = model |
| 662 | end |
| 663 | do |
| 664 | local p = Instance.new("Part") |
| 665 | p.Shape = Enum.PartType.Ball |
| 666 | p.Name = "RKnee" |
| 667 | p.Size = Vector3.new(1.7, 1.7, 1.7) |
| 668 | p.CFrame = CFrame.new(-1.8, 3.5, -1.8) |
| 669 | p.Color = Color3.fromRGB(59, 53, 61) |
| 670 | p.Material = Enum.Material.Glacier |
| 671 | p.MaterialVariant = "2022 Stud" |
| 672 | p.Anchored = true |
| 673 | p.Parent = model |
| 674 | end |
| 675 | do |
| 676 | local p = Instance.new("Part") |
| 677 | p.Name = "RCalf" |
| 678 | p.Size = Vector3.new(3.39706, 1.5, 1.5) |
| 679 | p.CFrame = CFrame.new(-1.8, 2.25, -0.65) * CFrame.Angles(math.rad(47.3859), math.rad(-90), math.rad(0)) |
| 680 | p.Color = Color3.fromRGB(59, 53, 61) |
| 681 | p.Material = Enum.Material.Glacier |
| 682 | p.MaterialVariant = "2022 Stud" |
| 683 | p.Anchored = true |
| 684 | p.Parent = model |
| 685 | end |
| 686 | do |
| 687 | local p = Instance.new("Part") |
| 688 | p.Shape = Enum.PartType.Ball |
| 689 | p.Name = "RAnkle" |
| 690 | p.Size = Vector3.new(1.4, 1.4, 1.4) |
| 691 | p.CFrame = CFrame.new(-1.8, 1, 0.5) |
| 692 | p.Color = Color3.fromRGB(59, 53, 61) |
| 693 | p.Material = Enum.Material.Glacier |
| 694 | p.MaterialVariant = "2022 Stud" |
| 695 | p.Anchored = true |
| 696 | p.Parent = model |
| 697 | end |
| 698 | do |
| 699 | local p = Instance.new("Part") |
| 700 | p.Name = "RFoot" |
| 701 | p.Size = Vector3.new(2.82843, 1.2, 1.2) |
| 702 | p.CFrame = CFrame.new(-1.8, 0, -0.5) * CFrame.Angles(math.rad(-45), math.rad(90), math.rad(0)) |
| 703 | p.Color = Color3.fromRGB(59, 53, 61) |
| 704 | p.Material = Enum.Material.Glacier |
| 705 | p.MaterialVariant = "2022 Stud" |
| 706 | p.Anchored = true |
| 707 | p.Parent = model |
| 708 | end |
| 709 | do |
| 710 | local rightV = Vector3.new(1,0,0).Unit |
| 711 | local upV = (Vector3.new(0,0,-1) - Vector3.new(0,0,-1):Dot(rightV)*rightV).Unit |
| 712 | local normalV = upV:Cross(rightV) |
| 713 | local pos = Vector3.new(0, 19.5, 0) |
| 714 | local cyl = Instance.new("Part") |
| 715 | cyl.Shape = Enum.PartType.Cylinder |
| 716 | cyl.Size = Vector3.new(0.2, 4.4, 4.4) |
| 717 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 718 | cyl.BrickColor = BrickColor.new("Institutional white") |
| 719 | cyl.Material = Enum.Material.Glacier |
| 720 | cyl.MaterialVariant = "2022 Stud" |
| 721 | cyl.Anchored = true; cyl.Parent = workspace |
| 722 | local cuts = {} |
| 723 | local hole = Instance.new("Part") |
| 724 | hole.Shape = Enum.PartType.Cylinder |
| 725 | hole.Size = Vector3.new(0.4, 3.6, 3.6) |
| 726 | hole.CFrame = cyl.CFrame |
| 727 | hole.BrickColor = BrickColor.new("Institutional white") |
| 728 | hole.Material = Enum.Material.Glacier |
| 729 | hole.MaterialVariant = "2022 Stud" |
| 730 | hole.Anchored = true; hole.Parent = workspace |
| 731 | table.insert(cuts, hole) |
| 732 | if #cuts > 0 then |
| 733 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 734 | for _, c in ipairs(cuts) do c:Destroy() end |
| 735 | if ok and result then |
| 736 | cyl:Destroy() |
| 737 | result.Name = "HaloRing"; result.Anchored = true; result.Parent = model |
| 738 | else |
| 739 | cyl.Name = "HaloRing"; cyl.Parent = model |
| 740 | end |
| 741 | else |
| 742 | cyl.Name = "HaloRing"; cyl.Parent = model |
| 743 | end |
| 744 | end |
| 745 | do |
| 746 | local upV = Vector3.new(0,1,0).Unit |
| 747 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 748 | local forwardV = rightV:Cross(upV) |
| 749 | local pos = Vector3.new(0, 17.2, 0) |
| 750 | local ball = Instance.new("Part") |
| 751 | ball.Shape = Enum.PartType.Ball |
| 752 | ball.Size = Vector3.new(2.6, 2.6, 2.6) |
| 753 | ball.CFrame = CFrame.new(pos) |
| 754 | ball.BrickColor = BrickColor.new("#3B353D") |
| 755 | ball.Material = Enum.Material.Glacier |
| 756 | ball.MaterialVariant = "2022 Stud" |
| 757 | ball.Anchored = true; ball.Parent = workspace |
| 758 | local cuts = {} |
| 759 | do |
| 760 | local h = 0 |
| 761 | local cut = Instance.new("Part") |
| 762 | cut.Size = Vector3.new(5.2, 5.2, 5.2) |
| 763 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-2.6), rightV, upV) |
| 764 | cut.BrickColor = BrickColor.new("#3B353D") |
| 765 | cut.Material = Enum.Material.Glacier |
| 766 | cut.MaterialVariant = "2022 Stud" |
| 767 | cut.Anchored = true; cut.Parent = workspace |
| 768 | table.insert(cuts, cut) |
| 769 | end |
| 770 | if #cuts > 0 then |
| 771 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 772 | for _, c in ipairs(cuts) do c:Destroy() end |
| 773 | if ok and result then |
| 774 | ball:Destroy() |
| 775 | result.Name = "HeadDome"; result.Anchored = true; result.Parent = model |
| 776 | else |
| 777 | ball.Name = "HeadDome"; ball.Parent = model |
| 778 | end |
| 779 | else |
| 780 | ball.Name = "HeadDome"; ball.Parent = model |
| 781 | end |
| 782 | end |
| 783 | model.PrimaryPart = model:FindFirstChild("UpperTorso") |
| 784 | print("DarkEntity built: " .. #model:GetChildren() .. " parts") |
Loading comments...