Loading model...
by ✨Babayaga · 3/29/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Skeleton |
| 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 = "Skeleton" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Light stone grey"] = "2022 Glue", |
| 25 | ["Really black"] = "2022 Universal", |
| 26 | ["White"] = "2022 Stud", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Name = "SkullTop" |
| 31 | p.Size = Vector3.new(2.4, 2, 2.6) |
| 32 | p.CFrame = CFrame.new(0, 14.5, 0) |
| 33 | p.BrickColor = BrickColor.new("White") |
| 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 = "FaceFront" |
| 42 | p.Size = Vector3.new(2.2, 1.5, 0.8) |
| 43 | p.CFrame = CFrame.new(0, 13.8, -1) |
| 44 | p.BrickColor = BrickColor.new("White") |
| 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.Shape = Enum.PartType.Cylinder |
| 53 | p.Name = "EyeL" |
| 54 | p.Size = Vector3.new(0.4, 0.8, 0.8) |
| 55 | p.CFrame = CFrame.new(0.6, 14, -1.3) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 56 | p.BrickColor = BrickColor.new("Really black") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Universal" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Shape = Enum.PartType.Cylinder |
| 65 | p.Name = "EyeR" |
| 66 | p.Size = Vector3.new(0.4, 0.8, 0.8) |
| 67 | p.CFrame = CFrame.new(-0.6, 14, -1.3) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 68 | p.BrickColor = BrickColor.new("Really black") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Universal" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "Nose" |
| 77 | p.Size = Vector3.new(0.3, 0.3, 0.2) |
| 78 | p.CFrame = CFrame.new(0, 13.5, -1.44) |
| 79 | p.BrickColor = BrickColor.new("Really black") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Universal" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "UpperJaw" |
| 88 | p.Size = Vector3.new(1.8, 0.4, 1) |
| 89 | p.CFrame = CFrame.new(0, 13.1, -1) |
| 90 | p.BrickColor = BrickColor.new("White") |
| 91 | p.Material = Enum.Material.Glacier |
| 92 | p.MaterialVariant = "2022 Stud" |
| 93 | p.Anchored = true |
| 94 | p.Parent = model |
| 95 | end |
| 96 | do |
| 97 | local p = Instance.new("Part") |
| 98 | p.Name = "LowerJaw" |
| 99 | p.Size = Vector3.new(1.6, 0.3, 1.2) |
| 100 | p.CFrame = CFrame.new(0, 12.6, -0.8) |
| 101 | p.BrickColor = BrickColor.new("White") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Stud" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "Vertebra_0" |
| 110 | p.Size = Vector3.new(0.8, 0.4, 0.8) |
| 111 | p.CFrame = CFrame.new(0, 12, 0.2) |
| 112 | p.BrickColor = BrickColor.new("White") |
| 113 | p.Material = Enum.Material.Glacier |
| 114 | p.MaterialVariant = "2022 Stud" |
| 115 | p.Anchored = true |
| 116 | p.Parent = model |
| 117 | end |
| 118 | do |
| 119 | local p = Instance.new("Part") |
| 120 | p.Name = "Disc_0" |
| 121 | p.Size = Vector3.new(0.5, 0.2, 0.5) |
| 122 | p.CFrame = CFrame.new(0, 11.8, 0.2) |
| 123 | p.BrickColor = BrickColor.new("Light stone grey") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Glue" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "Vertebra_1" |
| 132 | p.Size = Vector3.new(0.8, 0.4, 0.8) |
| 133 | p.CFrame = CFrame.new(0, 11.2, 0.2) |
| 134 | p.BrickColor = BrickColor.new("White") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Stud" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Name = "Disc_1" |
| 143 | p.Size = Vector3.new(0.5, 0.2, 0.5) |
| 144 | p.CFrame = CFrame.new(0, 11, 0.2) |
| 145 | p.BrickColor = BrickColor.new("Light stone grey") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Glue" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "Vertebra_2" |
| 154 | p.Size = Vector3.new(0.8, 0.4, 0.8) |
| 155 | p.CFrame = CFrame.new(0, 10.4, 0.2) |
| 156 | p.BrickColor = BrickColor.new("White") |
| 157 | p.Material = Enum.Material.Glacier |
| 158 | p.MaterialVariant = "2022 Stud" |
| 159 | p.Anchored = true |
| 160 | p.Parent = model |
| 161 | end |
| 162 | do |
| 163 | local p = Instance.new("Part") |
| 164 | p.Name = "Disc_2" |
| 165 | p.Size = Vector3.new(0.5, 0.2, 0.5) |
| 166 | p.CFrame = CFrame.new(0, 10.2, 0.2) |
| 167 | p.BrickColor = BrickColor.new("Light stone grey") |
| 168 | p.Material = Enum.Material.Glacier |
| 169 | p.MaterialVariant = "2022 Glue" |
| 170 | p.Anchored = true |
| 171 | p.Parent = model |
| 172 | end |
| 173 | do |
| 174 | local p = Instance.new("Part") |
| 175 | p.Name = "Vertebra_3" |
| 176 | p.Size = Vector3.new(0.8, 0.4, 0.8) |
| 177 | p.CFrame = CFrame.new(0, 9.6, 0.2) |
| 178 | p.BrickColor = BrickColor.new("White") |
| 179 | p.Material = Enum.Material.Glacier |
| 180 | p.MaterialVariant = "2022 Stud" |
| 181 | p.Anchored = true |
| 182 | p.Parent = model |
| 183 | end |
| 184 | do |
| 185 | local p = Instance.new("Part") |
| 186 | p.Name = "Disc_3" |
| 187 | p.Size = Vector3.new(0.5, 0.2, 0.5) |
| 188 | p.CFrame = CFrame.new(0, 9.4, 0.2) |
| 189 | p.BrickColor = BrickColor.new("Light stone grey") |
| 190 | p.Material = Enum.Material.Glacier |
| 191 | p.MaterialVariant = "2022 Glue" |
| 192 | p.Anchored = true |
| 193 | p.Parent = model |
| 194 | end |
| 195 | do |
| 196 | local p = Instance.new("Part") |
| 197 | p.Name = "Vertebra_4" |
| 198 | p.Size = Vector3.new(0.8, 0.4, 0.8) |
| 199 | p.CFrame = CFrame.new(0, 8.8, 0.2) |
| 200 | p.BrickColor = BrickColor.new("White") |
| 201 | p.Material = Enum.Material.Glacier |
| 202 | p.MaterialVariant = "2022 Stud" |
| 203 | p.Anchored = true |
| 204 | p.Parent = model |
| 205 | end |
| 206 | do |
| 207 | local p = Instance.new("Part") |
| 208 | p.Name = "Disc_4" |
| 209 | p.Size = Vector3.new(0.5, 0.2, 0.5) |
| 210 | p.CFrame = CFrame.new(0, 8.6, 0.2) |
| 211 | p.BrickColor = BrickColor.new("Light stone grey") |
| 212 | p.Material = Enum.Material.Glacier |
| 213 | p.MaterialVariant = "2022 Glue" |
| 214 | p.Anchored = true |
| 215 | p.Parent = model |
| 216 | end |
| 217 | do |
| 218 | local p = Instance.new("Part") |
| 219 | p.Name = "Vertebra_5" |
| 220 | p.Size = Vector3.new(0.8, 0.4, 0.8) |
| 221 | p.CFrame = CFrame.new(-0.04, 8, 0.2) |
| 222 | p.BrickColor = BrickColor.new("White") |
| 223 | p.Material = Enum.Material.Glacier |
| 224 | p.MaterialVariant = "2022 Stud" |
| 225 | p.Anchored = true |
| 226 | p.Parent = model |
| 227 | end |
| 228 | do |
| 229 | local p = Instance.new("Part") |
| 230 | p.Name = "Sternum" |
| 231 | p.Size = Vector3.new(0.4, 2.5, 0.2) |
| 232 | p.CFrame = CFrame.new(0, 10.5, -0.8) |
| 233 | p.BrickColor = BrickColor.new("White") |
| 234 | p.Material = Enum.Material.Glacier |
| 235 | p.MaterialVariant = "2022 Stud" |
| 236 | p.Anchored = true |
| 237 | p.Parent = model |
| 238 | end |
| 239 | do |
| 240 | local p = Instance.new("Part") |
| 241 | p.Name = "RibL_0" |
| 242 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 243 | p.CFrame = CFrame.new(1.1, 9.4, -0.1) * CFrame.Angles(math.rad(0), math.rad(23.1986), math.rad(-7.48051)) |
| 244 | p.BrickColor = BrickColor.new("White") |
| 245 | p.Material = Enum.Material.Glacier |
| 246 | p.MaterialVariant = "2022 Stud" |
| 247 | p.Anchored = true |
| 248 | p.Parent = model |
| 249 | end |
| 250 | do |
| 251 | local p = Instance.new("Part") |
| 252 | p.Name = "RibL_Front_0" |
| 253 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 254 | p.CFrame = CFrame.new(1, 9.2, -0.6) * CFrame.Angles(math.rad(-180), math.rad(14.0362), math.rad(173.086)) |
| 255 | p.BrickColor = BrickColor.new("White") |
| 256 | p.Material = Enum.Material.Glacier |
| 257 | p.MaterialVariant = "2022 Stud" |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("Part") |
| 263 | p.Name = "RibR_0" |
| 264 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 265 | p.CFrame = CFrame.new(-1.1, 9.4, -0.1) * CFrame.Angles(math.rad(-180), math.rad(23.1986), math.rad(172.519)) |
| 266 | p.BrickColor = BrickColor.new("White") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Stud" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Name = "RibR_Front_0" |
| 275 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 276 | p.CFrame = CFrame.new(-1, 9.2, -0.6) * CFrame.Angles(math.rad(0), math.rad(14.0362), math.rad(-6.91437)) |
| 277 | p.BrickColor = BrickColor.new("White") |
| 278 | p.Material = Enum.Material.Glacier |
| 279 | p.MaterialVariant = "2022 Stud" |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "RibL_1" |
| 286 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 287 | p.CFrame = CFrame.new(1.1, 10, -0.1) * CFrame.Angles(math.rad(0), math.rad(23.1986), math.rad(-7.48051)) |
| 288 | p.BrickColor = BrickColor.new("White") |
| 289 | p.Material = Enum.Material.Glacier |
| 290 | p.MaterialVariant = "2022 Stud" |
| 291 | p.Anchored = true |
| 292 | p.Parent = model |
| 293 | end |
| 294 | do |
| 295 | local p = Instance.new("Part") |
| 296 | p.Name = "RibL_Front_1" |
| 297 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 298 | p.CFrame = CFrame.new(1, 9.8, -0.6) * CFrame.Angles(math.rad(-180), math.rad(14.0362), math.rad(173.086)) |
| 299 | p.BrickColor = BrickColor.new("White") |
| 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.Name = "RibR_1" |
| 308 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 309 | p.CFrame = CFrame.new(-1.1, 10, -0.1) * CFrame.Angles(math.rad(-180), math.rad(23.1986), math.rad(172.519)) |
| 310 | p.BrickColor = BrickColor.new("White") |
| 311 | p.Material = Enum.Material.Glacier |
| 312 | p.MaterialVariant = "2022 Stud" |
| 313 | p.Anchored = true |
| 314 | p.Parent = model |
| 315 | end |
| 316 | do |
| 317 | local p = Instance.new("Part") |
| 318 | p.Name = "RibR_Front_1" |
| 319 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 320 | p.CFrame = CFrame.new(-1, 9.8, -0.6) * CFrame.Angles(math.rad(0), math.rad(14.0362), math.rad(-6.91437)) |
| 321 | p.BrickColor = BrickColor.new("White") |
| 322 | p.Material = Enum.Material.Glacier |
| 323 | p.MaterialVariant = "2022 Stud" |
| 324 | p.Anchored = true |
| 325 | p.Parent = model |
| 326 | end |
| 327 | do |
| 328 | local p = Instance.new("Part") |
| 329 | p.Name = "RibL_2" |
| 330 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 331 | p.CFrame = CFrame.new(1.1, 10.6, -0.1) * CFrame.Angles(math.rad(0), math.rad(23.1986), math.rad(-7.48051)) |
| 332 | p.BrickColor = BrickColor.new("White") |
| 333 | p.Material = Enum.Material.Glacier |
| 334 | p.MaterialVariant = "2022 Stud" |
| 335 | p.Anchored = true |
| 336 | p.Parent = model |
| 337 | end |
| 338 | do |
| 339 | local p = Instance.new("Part") |
| 340 | p.Name = "RibL_Front_2" |
| 341 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 342 | p.CFrame = CFrame.new(1, 10.4, -0.6) * CFrame.Angles(math.rad(-180), math.rad(14.0362), math.rad(173.086)) |
| 343 | p.BrickColor = BrickColor.new("White") |
| 344 | p.Material = Enum.Material.Glacier |
| 345 | p.MaterialVariant = "2022 Stud" |
| 346 | p.Anchored = true |
| 347 | p.Parent = model |
| 348 | end |
| 349 | do |
| 350 | local p = Instance.new("Part") |
| 351 | p.Name = "RibR_2" |
| 352 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 353 | p.CFrame = CFrame.new(-1.1, 10.6, -0.1) * CFrame.Angles(math.rad(-180), math.rad(23.1986), math.rad(172.519)) |
| 354 | p.BrickColor = BrickColor.new("White") |
| 355 | p.Material = Enum.Material.Glacier |
| 356 | p.MaterialVariant = "2022 Stud" |
| 357 | p.Anchored = true |
| 358 | p.Parent = model |
| 359 | end |
| 360 | do |
| 361 | local p = Instance.new("Part") |
| 362 | p.Name = "RibR_Front_2" |
| 363 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 364 | p.CFrame = CFrame.new(-1, 10.4, -0.6) * CFrame.Angles(math.rad(0), math.rad(14.0362), math.rad(-6.91437)) |
| 365 | p.BrickColor = BrickColor.new("White") |
| 366 | p.Material = Enum.Material.Glacier |
| 367 | p.MaterialVariant = "2022 Stud" |
| 368 | p.Anchored = true |
| 369 | p.Parent = model |
| 370 | end |
| 371 | do |
| 372 | local p = Instance.new("Part") |
| 373 | p.Name = "RibL_3" |
| 374 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 375 | p.CFrame = CFrame.new(1.1, 11.2, -0.1) * CFrame.Angles(math.rad(0), math.rad(23.1986), math.rad(-7.48051)) |
| 376 | p.BrickColor = BrickColor.new("White") |
| 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 = "RibL_Front_3" |
| 385 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 386 | p.CFrame = CFrame.new(1, 11, -0.6) * CFrame.Angles(math.rad(-180), math.rad(14.0362), math.rad(173.086)) |
| 387 | p.BrickColor = BrickColor.new("White") |
| 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 = "RibR_3" |
| 396 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 397 | p.CFrame = CFrame.new(-1.1, 11.2, -0.1) * CFrame.Angles(math.rad(-180), math.rad(23.1986), math.rad(172.519)) |
| 398 | p.BrickColor = BrickColor.new("White") |
| 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 = "RibR_Front_3" |
| 407 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 408 | p.CFrame = CFrame.new(-1, 11, -0.6) * CFrame.Angles(math.rad(0), math.rad(14.0362), math.rad(-6.91437)) |
| 409 | p.BrickColor = BrickColor.new("White") |
| 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 = "RibL_4" |
| 418 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 419 | p.CFrame = CFrame.new(1.1, 11.8, -0.1) * CFrame.Angles(math.rad(0), math.rad(23.1986), math.rad(-7.48051)) |
| 420 | p.BrickColor = BrickColor.new("White") |
| 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 = "RibL_Front_4" |
| 429 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 430 | p.CFrame = CFrame.new(1, 11.6, -0.6) * CFrame.Angles(math.rad(-180), math.rad(14.0362), math.rad(173.086)) |
| 431 | p.BrickColor = BrickColor.new("White") |
| 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 = "RibR_4" |
| 440 | p.Size = Vector3.new(1.53623, 0.2, 0.4) |
| 441 | p.CFrame = CFrame.new(-1.1, 11.8, -0.1) * CFrame.Angles(math.rad(-180), math.rad(23.1986), math.rad(172.519)) |
| 442 | p.BrickColor = BrickColor.new("White") |
| 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 = "RibR_Front_4" |
| 451 | p.Size = Vector3.new(1.66132, 0.2, 0.4) |
| 452 | p.CFrame = CFrame.new(-1, 11.6, -0.6) * CFrame.Angles(math.rad(0), math.rad(14.0362), math.rad(-6.91437)) |
| 453 | p.BrickColor = BrickColor.new("White") |
| 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 = "Sacrum" |
| 462 | p.Size = Vector3.new(1.2, 1, 0.8) |
| 463 | p.CFrame = CFrame.new(0, 7.5, 0.3) |
| 464 | p.BrickColor = BrickColor.new("White") |
| 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 = "PelvisL" |
| 473 | p.Size = Vector3.new(1.2, 1.2, 1.5) |
| 474 | p.CFrame = CFrame.new(1, 7.3, 0) |
| 475 | p.BrickColor = BrickColor.new("White") |
| 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 = "PelvisR" |
| 484 | p.Size = Vector3.new(1.2, 1.2, 1.5) |
| 485 | p.CFrame = CFrame.new(-1, 7.3, 0) |
| 486 | p.BrickColor = BrickColor.new("White") |
| 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.Shape = Enum.PartType.Ball |
| 495 | p.Name = "ShoulderJointL" |
| 496 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 497 | p.CFrame = CFrame.new(2, 11.5, 0) |
| 498 | p.BrickColor = BrickColor.new("White") |
| 499 | p.Material = Enum.Material.Glacier |
| 500 | p.MaterialVariant = "2022 Stud" |
| 501 | p.Anchored = true |
| 502 | p.Parent = model |
| 503 | end |
| 504 | do |
| 505 | local p = Instance.new("Part") |
| 506 | p.Shape = Enum.PartType.Cylinder |
| 507 | p.Name = "HumerusL" |
| 508 | p.Size = Vector3.new(3.08221, 0.34, 0.34) |
| 509 | p.CFrame = CFrame.new(2.75, 10.25, 0.5) * CFrame.Angles(math.rad(0), math.rad(-33.6901), math.rad(-54.2042)) |
| 510 | p.BrickColor = BrickColor.new("White") |
| 511 | p.Material = Enum.Material.Glacier |
| 512 | p.MaterialVariant = "2022 Stud" |
| 513 | p.Anchored = true |
| 514 | p.Parent = model |
| 515 | end |
| 516 | do |
| 517 | local p = Instance.new("Part") |
| 518 | p.Shape = Enum.PartType.Ball |
| 519 | p.Name = "ElbowJointL" |
| 520 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 521 | p.CFrame = CFrame.new(3.5, 9, 1) |
| 522 | p.BrickColor = BrickColor.new("Light stone grey") |
| 523 | p.Material = Enum.Material.Glacier |
| 524 | p.MaterialVariant = "2022 Glue" |
| 525 | p.Anchored = true |
| 526 | p.Parent = model |
| 527 | end |
| 528 | do |
| 529 | local p = Instance.new("Part") |
| 530 | p.Shape = Enum.PartType.Cylinder |
| 531 | p.Name = "RadiusL" |
| 532 | p.Size = Vector3.new(2.54951, 0.4, 0.4) |
| 533 | p.CFrame = CFrame.new(3.75, 8, 1.75) * CFrame.Angles(math.rad(0), math.rad(-71.5651), math.rad(-51.6712)) |
| 534 | p.BrickColor = BrickColor.new("White") |
| 535 | p.Material = Enum.Material.Glacier |
| 536 | p.MaterialVariant = "2022 Stud" |
| 537 | p.Anchored = true |
| 538 | p.Parent = model |
| 539 | end |
| 540 | do |
| 541 | local p = Instance.new("Part") |
| 542 | p.Name = "HandL" |
| 543 | p.Size = Vector3.new(1, 0.2, 1.2) |
| 544 | p.CFrame = CFrame.new(4, 6.5, 3) |
| 545 | p.BrickColor = BrickColor.new("White") |
| 546 | p.Material = Enum.Material.Glacier |
| 547 | p.MaterialVariant = "2022 Stud" |
| 548 | p.Anchored = true |
| 549 | p.Parent = model |
| 550 | end |
| 551 | do |
| 552 | local p = Instance.new("Part") |
| 553 | p.Shape = Enum.PartType.Ball |
| 554 | p.Name = "ShoulderJointR" |
| 555 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 556 | p.CFrame = CFrame.new(-2, 11.5, 0) |
| 557 | p.BrickColor = BrickColor.new("White") |
| 558 | p.Material = Enum.Material.Glacier |
| 559 | p.MaterialVariant = "2022 Stud" |
| 560 | p.Anchored = true |
| 561 | p.Parent = model |
| 562 | end |
| 563 | do |
| 564 | local p = Instance.new("Part") |
| 565 | p.Shape = Enum.PartType.Cylinder |
| 566 | p.Name = "HumerusR" |
| 567 | p.Size = Vector3.new(3.08221, 0.34, 0.34) |
| 568 | p.CFrame = CFrame.new(-2.75, 10.25, 0.5) * CFrame.Angles(math.rad(-180), math.rad(-33.6901), math.rad(125.796)) |
| 569 | p.BrickColor = BrickColor.new("White") |
| 570 | p.Material = Enum.Material.Glacier |
| 571 | p.MaterialVariant = "2022 Stud" |
| 572 | p.Anchored = true |
| 573 | p.Parent = model |
| 574 | end |
| 575 | do |
| 576 | local p = Instance.new("Part") |
| 577 | p.Shape = Enum.PartType.Ball |
| 578 | p.Name = "ElbowJointR" |
| 579 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 580 | p.CFrame = CFrame.new(-3.5, 9, 1) |
| 581 | p.BrickColor = BrickColor.new("Light stone grey") |
| 582 | p.Material = Enum.Material.Glacier |
| 583 | p.MaterialVariant = "2022 Glue" |
| 584 | p.Anchored = true |
| 585 | p.Parent = model |
| 586 | end |
| 587 | do |
| 588 | local p = Instance.new("Part") |
| 589 | p.Shape = Enum.PartType.Cylinder |
| 590 | p.Name = "RadiusR" |
| 591 | p.Size = Vector3.new(2.54951, 0.4, 0.4) |
| 592 | p.CFrame = CFrame.new(-3.75, 8, 1.75) * CFrame.Angles(math.rad(-180), math.rad(-71.5651), math.rad(128.329)) |
| 593 | p.BrickColor = BrickColor.new("White") |
| 594 | p.Material = Enum.Material.Glacier |
| 595 | p.MaterialVariant = "2022 Stud" |
| 596 | p.Anchored = true |
| 597 | p.Parent = model |
| 598 | end |
| 599 | do |
| 600 | local p = Instance.new("Part") |
| 601 | p.Name = "HandR" |
| 602 | p.Size = Vector3.new(1, 0.2, 1.2) |
| 603 | p.CFrame = CFrame.new(-4, 6.5, 3) |
| 604 | p.BrickColor = BrickColor.new("White") |
| 605 | p.Material = Enum.Material.Glacier |
| 606 | p.MaterialVariant = "2022 Stud" |
| 607 | p.Anchored = true |
| 608 | p.Parent = model |
| 609 | end |
| 610 | do |
| 611 | local p = Instance.new("Part") |
| 612 | p.Shape = Enum.PartType.Ball |
| 613 | p.Name = "HipJointL" |
| 614 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 615 | p.CFrame = CFrame.new(1.2, 7, 0.2) |
| 616 | p.BrickColor = BrickColor.new("Light stone grey") |
| 617 | p.Material = Enum.Material.Glacier |
| 618 | p.MaterialVariant = "2022 Glue" |
| 619 | p.Anchored = true |
| 620 | p.Parent = model |
| 621 | end |
| 622 | do |
| 623 | local p = Instance.new("Part") |
| 624 | p.Shape = Enum.PartType.Cylinder |
| 625 | p.Name = "FemurL" |
| 626 | p.Size = Vector3.new(3.99124, 0.66, 0.66) |
| 627 | p.CFrame = CFrame.new(1.85, 8, -1.4) * CFrame.Angles(math.rad(0), math.rad(67.8906), math.rad(30.0726)) |
| 628 | p.BrickColor = BrickColor.new("White") |
| 629 | p.Material = Enum.Material.Glacier |
| 630 | p.MaterialVariant = "2022 Stud" |
| 631 | p.Anchored = true |
| 632 | p.Parent = model |
| 633 | end |
| 634 | do |
| 635 | local p = Instance.new("Part") |
| 636 | p.Shape = Enum.PartType.Ball |
| 637 | p.Name = "KneeJointL" |
| 638 | p.Size = Vector3.new(0.7, 0.7, 0.7) |
| 639 | p.CFrame = CFrame.new(2.5, 9, -3) |
| 640 | p.BrickColor = BrickColor.new("Light stone grey") |
| 641 | p.Material = Enum.Material.Glacier |
| 642 | p.MaterialVariant = "2022 Glue" |
| 643 | p.Anchored = true |
| 644 | p.Parent = model |
| 645 | end |
| 646 | do |
| 647 | local p = Instance.new("Part") |
| 648 | p.Shape = Enum.PartType.Cylinder |
| 649 | p.Name = "TibiaL" |
| 650 | p.Size = Vector3.new(8.24621, 0.6, 0.6) |
| 651 | p.CFrame = CFrame.new(2.5, 5, -4) * CFrame.Angles(math.rad(-75.9638), math.rad(90), math.rad(0)) |
| 652 | p.BrickColor = BrickColor.new("White") |
| 653 | p.Material = Enum.Material.Glacier |
| 654 | p.MaterialVariant = "2022 Stud" |
| 655 | p.Anchored = true |
| 656 | p.Parent = model |
| 657 | end |
| 658 | do |
| 659 | local p = Instance.new("Part") |
| 660 | p.Name = "FootL" |
| 661 | p.Size = Vector3.new(1, 0.4, 2.5) |
| 662 | p.CFrame = CFrame.new(2.5, 0.5, -6) |
| 663 | p.BrickColor = BrickColor.new("White") |
| 664 | p.Material = Enum.Material.Glacier |
| 665 | p.MaterialVariant = "2022 Stud" |
| 666 | p.Anchored = true |
| 667 | p.Parent = model |
| 668 | end |
| 669 | do |
| 670 | local p = Instance.new("Part") |
| 671 | p.Shape = Enum.PartType.Ball |
| 672 | p.Name = "HipJointR" |
| 673 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 674 | p.CFrame = CFrame.new(-1.2, 7, 0.2) |
| 675 | p.BrickColor = BrickColor.new("Light stone grey") |
| 676 | p.Material = Enum.Material.Glacier |
| 677 | p.MaterialVariant = "2022 Glue" |
| 678 | p.Anchored = true |
| 679 | p.Parent = model |
| 680 | end |
| 681 | do |
| 682 | local p = Instance.new("Part") |
| 683 | p.Shape = Enum.PartType.Cylinder |
| 684 | p.Name = "FemurR" |
| 685 | p.Size = Vector3.new(3.99124, 0.66, 0.66) |
| 686 | p.CFrame = CFrame.new(-1.85, 8, -1.4) * CFrame.Angles(math.rad(-180), math.rad(67.8906), math.rad(-149.927)) |
| 687 | p.BrickColor = BrickColor.new("White") |
| 688 | p.Material = Enum.Material.Glacier |
| 689 | p.MaterialVariant = "2022 Stud" |
| 690 | p.Anchored = true |
| 691 | p.Parent = model |
| 692 | end |
| 693 | do |
| 694 | local p = Instance.new("Part") |
| 695 | p.Shape = Enum.PartType.Ball |
| 696 | p.Name = "KneeJointR" |
| 697 | p.Size = Vector3.new(0.7, 0.7, 0.7) |
| 698 | p.CFrame = CFrame.new(-2.5, 9, -3) |
| 699 | p.BrickColor = BrickColor.new("Light stone grey") |
| 700 | p.Material = Enum.Material.Glacier |
| 701 | p.MaterialVariant = "2022 Glue" |
| 702 | p.Anchored = true |
| 703 | p.Parent = model |
| 704 | end |
| 705 | do |
| 706 | local p = Instance.new("Part") |
| 707 | p.Shape = Enum.PartType.Cylinder |
| 708 | p.Name = "TibiaR" |
| 709 | p.Size = Vector3.new(8.24621, 0.6, 0.6) |
| 710 | p.CFrame = CFrame.new(-2.5, 5, -4) * CFrame.Angles(math.rad(-75.9638), math.rad(90), math.rad(0)) |
| 711 | p.BrickColor = BrickColor.new("White") |
| 712 | p.Material = Enum.Material.Glacier |
| 713 | p.MaterialVariant = "2022 Stud" |
| 714 | p.Anchored = true |
| 715 | p.Parent = model |
| 716 | end |
| 717 | do |
| 718 | local p = Instance.new("Part") |
| 719 | p.Name = "FootR" |
| 720 | p.Size = Vector3.new(1, 0.4, 2.5) |
| 721 | p.CFrame = CFrame.new(-2.5, 0.5, -6) |
| 722 | p.BrickColor = BrickColor.new("White") |
| 723 | p.Material = Enum.Material.Glacier |
| 724 | p.MaterialVariant = "2022 Stud" |
| 725 | p.Anchored = true |
| 726 | p.Parent = model |
| 727 | end |
| 728 | do |
| 729 | local upV = Vector3.new(0,1,0).Unit |
| 730 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 731 | local forwardV = rightV:Cross(upV) |
| 732 | local pos = Vector3.new(0, 15, 0) |
| 733 | local ball = Instance.new("Part") |
| 734 | ball.Shape = Enum.PartType.Ball |
| 735 | ball.Size = Vector3.new(2.6, 2.6, 2.6) |
| 736 | ball.CFrame = CFrame.new(pos) |
| 737 | ball.BrickColor = BrickColor.new("White") |
| 738 | ball.Material = Enum.Material.Glacier |
| 739 | ball.MaterialVariant = "2022 Stud" |
| 740 | ball.Anchored = true; ball.Parent = workspace |
| 741 | local cuts = {} |
| 742 | do |
| 743 | local h = 0 |
| 744 | local cut = Instance.new("Part") |
| 745 | cut.Size = Vector3.new(5.2, 5.2, 5.2) |
| 746 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-2.6), rightV, upV) |
| 747 | cut.BrickColor = BrickColor.new("White") |
| 748 | cut.Material = Enum.Material.Glacier |
| 749 | cut.MaterialVariant = "2022 Stud" |
| 750 | cut.Anchored = true; cut.Parent = workspace |
| 751 | table.insert(cuts, cut) |
| 752 | end |
| 753 | if #cuts > 0 then |
| 754 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 755 | for _, c in ipairs(cuts) do c:Destroy() end |
| 756 | if ok and result then |
| 757 | ball:Destroy() |
| 758 | result.Name = "SkullDome"; result.Anchored = true; result.Parent = model |
| 759 | else |
| 760 | ball.Name = "SkullDome"; ball.Parent = model |
| 761 | end |
| 762 | else |
| 763 | ball.Name = "SkullDome"; ball.Parent = model |
| 764 | end |
| 765 | end |
| 766 | model.PrimaryPart = model:FindFirstChild("SkullTop") |
| 767 | print("Skeleton built: " .. #model:GetChildren() .. " parts") |
Loading comments...