Loading model...
by Satellast Osu! · 4/20/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: DecayedAnimatronicRabbit |
| 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 = "DecayedAnimatronicRabbit" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Universal", |
| 25 | ["Fossil"] = "2022 Stud", |
| 26 | ["Medium stone grey"] = "2022 Universal", |
| 27 | ["Really black"] = "2022 Universal", |
| 28 | ["Rust"] = "2022 Weld", |
| 29 | ["Sand blue"] = "2022 Weld", |
| 30 | ["Sand green"] = "2022 Weld", |
| 31 | } |
| 32 | do |
| 33 | local p = Instance.new("Part") |
| 34 | p.Name = "Pelvis" |
| 35 | p.Size = Vector3.new(3.5, 2, 2.5) |
| 36 | p.CFrame = CFrame.new(0, 10, 0) |
| 37 | p.BrickColor = BrickColor.new("Sand blue") |
| 38 | p.Material = Enum.Material.Glacier |
| 39 | p.MaterialVariant = "2022 Weld" |
| 40 | p.Anchored = true |
| 41 | p.Parent = model |
| 42 | end |
| 43 | do |
| 44 | local p = Instance.new("Part") |
| 45 | p.Name = "PelvisRust" |
| 46 | p.Size = Vector3.new(2, 1.2, 2.6) |
| 47 | p.CFrame = CFrame.new(0, 10.5, 0.5) |
| 48 | p.BrickColor = BrickColor.new("Rust") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Weld" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Name = "PelvisOxide" |
| 57 | p.Size = Vector3.new(1.5, 1.5, 2.6) |
| 58 | p.CFrame = CFrame.new(-1.04, 10.2, -0.2) |
| 59 | p.BrickColor = BrickColor.new("Sand green") |
| 60 | p.Material = Enum.Material.Glacier |
| 61 | p.MaterialVariant = "2022 Weld" |
| 62 | p.Anchored = true |
| 63 | p.Parent = model |
| 64 | end |
| 65 | do |
| 66 | local p = Instance.new("Part") |
| 67 | p.Shape = Enum.PartType.Cylinder |
| 68 | p.Name = "SpineBase" |
| 69 | p.Size = Vector3.new(1.5, 0.88, 0.88) |
| 70 | p.CFrame = CFrame.new(0, 11.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 71 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 72 | p.Material = Enum.Material.Glacier |
| 73 | p.MaterialVariant = "2022 Universal" |
| 74 | p.Anchored = true |
| 75 | p.Parent = model |
| 76 | end |
| 77 | do |
| 78 | local p = Instance.new("Part") |
| 79 | p.Shape = Enum.PartType.Cylinder |
| 80 | p.Name = "SpineMid" |
| 81 | p.Size = Vector3.new(1.2, 0.92, 0.92) |
| 82 | p.CFrame = CFrame.new(0, 12.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 83 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 84 | p.Material = Enum.Material.Glacier |
| 85 | p.MaterialVariant = "2022 Universal" |
| 86 | p.Anchored = true |
| 87 | p.Parent = model |
| 88 | end |
| 89 | do |
| 90 | local p = Instance.new("Part") |
| 91 | p.Shape = Enum.PartType.Cylinder |
| 92 | p.Name = "SpineTop" |
| 93 | p.Size = Vector3.new(1.2, 0.96, 0.96) |
| 94 | p.CFrame = CFrame.new(0, 13.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 95 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 96 | p.Material = Enum.Material.Glacier |
| 97 | p.MaterialVariant = "2022 Universal" |
| 98 | p.Anchored = true |
| 99 | p.Parent = model |
| 100 | end |
| 101 | do |
| 102 | local p = Instance.new("Part") |
| 103 | p.Shape = Enum.PartType.Cylinder |
| 104 | p.Name = "Wire1" |
| 105 | p.Size = Vector3.new(2.29129, 0.06, 0.06) |
| 106 | p.CFrame = CFrame.new(-0.5, 10, -0.25) * CFrame.Angles(math.rad(-180), math.rad(26.5651), math.rad(119.206)) |
| 107 | p.BrickColor = BrickColor.new("Really black") |
| 108 | p.Material = Enum.Material.Glacier |
| 109 | p.MaterialVariant = "2022 Universal" |
| 110 | p.Anchored = true |
| 111 | p.Parent = model |
| 112 | end |
| 113 | do |
| 114 | local p = Instance.new("Part") |
| 115 | p.Shape = Enum.PartType.Cylinder |
| 116 | p.Name = "Wire2" |
| 117 | p.Size = Vector3.new(2.29129, 0.1, 0.1) |
| 118 | p.CFrame = CFrame.new(1, 10.5, 0.25) * CFrame.Angles(math.rad(0), math.rad(-26.5651), math.rad(-60.7941)) |
| 119 | p.BrickColor = BrickColor.new("Really black") |
| 120 | p.Material = Enum.Material.Glacier |
| 121 | p.MaterialVariant = "2022 Universal" |
| 122 | p.Anchored = true |
| 123 | p.Parent = model |
| 124 | end |
| 125 | do |
| 126 | local p = Instance.new("Part") |
| 127 | p.Shape = Enum.PartType.Cylinder |
| 128 | p.Name = "Wire3" |
| 129 | p.Size = Vector3.new(2.12838, 0.1, 0.1) |
| 130 | p.CFrame = CFrame.new(-0.85, 11, 0.1) * CFrame.Angles(math.rad(-180), math.rad(-15.9454), math.rad(110.002)) |
| 131 | p.BrickColor = BrickColor.new("Really black") |
| 132 | p.Material = Enum.Material.Glacier |
| 133 | p.MaterialVariant = "2022 Universal" |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Name = "TorsoBack" |
| 140 | p.Size = Vector3.new(4, 4.5, 1) |
| 141 | p.CFrame = CFrame.new(0, 15, 1) |
| 142 | p.BrickColor = BrickColor.new("Sand blue") |
| 143 | p.Material = Enum.Material.Glacier |
| 144 | p.MaterialVariant = "2022 Weld" |
| 145 | p.Anchored = true |
| 146 | p.Parent = model |
| 147 | end |
| 148 | do |
| 149 | local p = Instance.new("Part") |
| 150 | p.Name = "TorsoSideL" |
| 151 | p.Size = Vector3.new(1, 4.5, 2) |
| 152 | p.CFrame = CFrame.new(-1.8, 15.08, 0) |
| 153 | p.BrickColor = BrickColor.new("Sand blue") |
| 154 | p.Material = Enum.Material.Glacier |
| 155 | p.MaterialVariant = "2022 Weld" |
| 156 | p.Anchored = true |
| 157 | p.Parent = model |
| 158 | end |
| 159 | do |
| 160 | local p = Instance.new("Part") |
| 161 | p.Name = "TorsoSideR" |
| 162 | p.Size = Vector3.new(1, 4.5, 2) |
| 163 | p.CFrame = CFrame.new(1.8, 15.08, 0) |
| 164 | p.BrickColor = BrickColor.new("Sand blue") |
| 165 | p.Material = Enum.Material.Glacier |
| 166 | p.MaterialVariant = "2022 Weld" |
| 167 | p.Anchored = true |
| 168 | p.Parent = model |
| 169 | end |
| 170 | do |
| 171 | local p = Instance.new("Part") |
| 172 | p.Name = "TorsoTop" |
| 173 | p.Size = Vector3.new(4, 1, 3) |
| 174 | p.CFrame = CFrame.new(0.04, 17, -0.04) |
| 175 | p.BrickColor = BrickColor.new("Sand blue") |
| 176 | p.Material = Enum.Material.Glacier |
| 177 | p.MaterialVariant = "2022 Weld" |
| 178 | p.Anchored = true |
| 179 | p.Parent = model |
| 180 | end |
| 181 | do |
| 182 | local p = Instance.new("Part") |
| 183 | p.Name = "TorsoBottomL" |
| 184 | p.Size = Vector3.new(1.5, 1, 2) |
| 185 | p.CFrame = CFrame.new(-1.2, 13, 0.08) |
| 186 | p.BrickColor = BrickColor.new("Sand blue") |
| 187 | p.Material = Enum.Material.Glacier |
| 188 | p.MaterialVariant = "2022 Weld" |
| 189 | p.Anchored = true |
| 190 | p.Parent = model |
| 191 | end |
| 192 | do |
| 193 | local p = Instance.new("Part") |
| 194 | p.Name = "TorsoBottomR" |
| 195 | p.Size = Vector3.new(1.5, 1, 2) |
| 196 | p.CFrame = CFrame.new(1.2, 13, 0.08) |
| 197 | p.BrickColor = BrickColor.new("Sand blue") |
| 198 | p.Material = Enum.Material.Glacier |
| 199 | p.MaterialVariant = "2022 Weld" |
| 200 | p.Anchored = true |
| 201 | p.Parent = model |
| 202 | end |
| 203 | do |
| 204 | local p = Instance.new("Part") |
| 205 | p.Name = "TorsoRust1" |
| 206 | p.Size = Vector3.new(1.2, 2, 2.2) |
| 207 | p.CFrame = CFrame.new(-1.94, 16, 0.5) |
| 208 | p.BrickColor = BrickColor.new("Rust") |
| 209 | p.Material = Enum.Material.Glacier |
| 210 | p.MaterialVariant = "2022 Weld" |
| 211 | p.Anchored = true |
| 212 | p.Parent = model |
| 213 | end |
| 214 | do |
| 215 | local p = Instance.new("Part") |
| 216 | p.Name = "TorsoRust2" |
| 217 | p.Size = Vector3.new(1.2, 1.5, 2.2) |
| 218 | p.CFrame = CFrame.new(1.94, 14, -0.5) |
| 219 | p.BrickColor = BrickColor.new("Rust") |
| 220 | p.Material = Enum.Material.Glacier |
| 221 | p.MaterialVariant = "2022 Weld" |
| 222 | p.Anchored = true |
| 223 | p.Parent = model |
| 224 | end |
| 225 | do |
| 226 | local p = Instance.new("Part") |
| 227 | p.Name = "TorsoOxide1" |
| 228 | p.Size = Vector3.new(2, 1.2, 3.2) |
| 229 | p.CFrame = CFrame.new(0, 17.14, 0.5) |
| 230 | p.BrickColor = BrickColor.new("Sand green") |
| 231 | p.Material = Enum.Material.Glacier |
| 232 | p.MaterialVariant = "2022 Weld" |
| 233 | p.Anchored = true |
| 234 | p.Parent = model |
| 235 | end |
| 236 | do |
| 237 | local p = Instance.new("Part") |
| 238 | p.Shape = Enum.PartType.Cylinder |
| 239 | p.Name = "Gear1" |
| 240 | p.Size = Vector3.new(0.2, 1.5, 1.5) |
| 241 | p.CFrame = CFrame.new(-0.5, 15.5, 0.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 242 | p.BrickColor = BrickColor.new("Rust") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Weld" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Shape = Enum.PartType.Cylinder |
| 251 | p.Name = "Gear2" |
| 252 | p.Size = Vector3.new(0.2, 1.2, 1.2) |
| 253 | p.CFrame = CFrame.new(0.8, 14.5, 0.54) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 254 | p.BrickColor = BrickColor.new("Rust") |
| 255 | p.Material = Enum.Material.Glacier |
| 256 | p.MaterialVariant = "2022 Weld" |
| 257 | p.Anchored = true |
| 258 | p.Parent = model |
| 259 | end |
| 260 | do |
| 261 | local p = Instance.new("Part") |
| 262 | p.Shape = Enum.PartType.Cylinder |
| 263 | p.Name = "Gear3" |
| 264 | p.Size = Vector3.new(0.2, 1, 1) |
| 265 | p.CFrame = CFrame.new(0.2, 14, 0.2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 266 | p.BrickColor = BrickColor.new("Rust") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Weld" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Shape = Enum.PartType.Cylinder |
| 275 | p.Name = "Gear4" |
| 276 | p.Size = Vector3.new(0.2, 0.8, 0.8) |
| 277 | p.CFrame = CFrame.new(-0.8, 14.2, 0.8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 278 | p.BrickColor = BrickColor.new("Rust") |
| 279 | p.Material = Enum.Material.Glacier |
| 280 | p.MaterialVariant = "2022 Weld" |
| 281 | p.Anchored = true |
| 282 | p.Parent = model |
| 283 | end |
| 284 | do |
| 285 | local p = Instance.new("Part") |
| 286 | p.Shape = Enum.PartType.Cylinder |
| 287 | p.Name = "Neck" |
| 288 | p.Size = Vector3.new(1.5, 0.8, 0.8) |
| 289 | p.CFrame = CFrame.new(0, 18, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 290 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 291 | p.Material = Enum.Material.Glacier |
| 292 | p.MaterialVariant = "2022 Universal" |
| 293 | p.Anchored = true |
| 294 | p.Parent = model |
| 295 | end |
| 296 | do |
| 297 | local p = Instance.new("Part") |
| 298 | p.Name = "JawBase" |
| 299 | p.Size = Vector3.new(3.5, 1.5, 3) |
| 300 | p.CFrame = CFrame.new(0, 18.96, 0) |
| 301 | p.BrickColor = BrickColor.new("Sand blue") |
| 302 | p.Material = Enum.Material.Glacier |
| 303 | p.MaterialVariant = "2022 Weld" |
| 304 | p.Anchored = true |
| 305 | p.Parent = model |
| 306 | end |
| 307 | do |
| 308 | local p = Instance.new("Part") |
| 309 | p.Name = "JawRust" |
| 310 | p.Size = Vector3.new(3.6, 1, 1.5) |
| 311 | p.CFrame = CFrame.new(0, 18.8, 1) |
| 312 | p.BrickColor = BrickColor.new("Rust") |
| 313 | p.Material = Enum.Material.Glacier |
| 314 | p.MaterialVariant = "2022 Weld" |
| 315 | p.Anchored = true |
| 316 | p.Parent = model |
| 317 | end |
| 318 | do |
| 319 | local p = Instance.new("Part") |
| 320 | p.Name = "MouthGrille" |
| 321 | p.Size = Vector3.new(2.5, 1.2, 0.2) |
| 322 | p.CFrame = CFrame.new(0, 19.12, -1.68) |
| 323 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 324 | p.Material = Enum.Material.Glacier |
| 325 | p.MaterialVariant = "2022 Universal" |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("Part") |
| 331 | p.Name = "Teeth" |
| 332 | p.Size = Vector3.new(1, 0.4, 0.2) |
| 333 | p.CFrame = CFrame.new(0, 19.8, -1.5) |
| 334 | p.BrickColor = BrickColor.new("Fossil") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Stud" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Name = "HeadMain" |
| 343 | p.Size = Vector3.new(4, 3.5, 3.5) |
| 344 | p.CFrame = CFrame.new(0, 21.5, 0) |
| 345 | p.BrickColor = BrickColor.new("Sand blue") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Weld" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "Snout" |
| 354 | p.Size = Vector3.new(2.5, 1.5, 2) |
| 355 | p.CFrame = CFrame.new(0, 20.54, -1.5) |
| 356 | p.BrickColor = BrickColor.new("Sand blue") |
| 357 | p.Material = Enum.Material.Glacier |
| 358 | p.MaterialVariant = "2022 Weld" |
| 359 | p.Anchored = true |
| 360 | p.Parent = model |
| 361 | end |
| 362 | do |
| 363 | local p = Instance.new("Part") |
| 364 | p.Name = "Nose" |
| 365 | p.Size = Vector3.new(0.8, 0.6, 0.5) |
| 366 | p.CFrame = CFrame.new(0, 21.04, -2.6) |
| 367 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 368 | p.Material = Enum.Material.Glacier |
| 369 | p.MaterialVariant = "2022 Universal" |
| 370 | p.Anchored = true |
| 371 | p.Parent = model |
| 372 | end |
| 373 | do |
| 374 | local p = Instance.new("Part") |
| 375 | p.Shape = Enum.PartType.Cylinder |
| 376 | p.Name = "EyeSocketR" |
| 377 | p.Size = Vector3.new(0.2, 1.2, 1.2) |
| 378 | p.CFrame = CFrame.new(1, 21.8, -1.6) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 379 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 380 | p.Material = Enum.Material.Glacier |
| 381 | p.MaterialVariant = "2022 Universal" |
| 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 = "EyeGlowR" |
| 389 | p.Size = Vector3.new(0.3, 0.6, 0.6) |
| 390 | p.CFrame = CFrame.new(1, 21.8, -1.7) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 391 | p.BrickColor = BrickColor.new("Really red") |
| 392 | p.Material = Enum.Material.Neon |
| 393 | p.Anchored = true |
| 394 | p.Parent = model |
| 395 | end |
| 396 | do |
| 397 | local p = Instance.new("Part") |
| 398 | p.Shape = Enum.PartType.Cylinder |
| 399 | p.Name = "EyeSocketL" |
| 400 | p.Size = Vector3.new(0.2, 1.2, 1.2) |
| 401 | p.CFrame = CFrame.new(-1, 21.8, -1.6) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 402 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 403 | p.Material = Enum.Material.Glacier |
| 404 | p.MaterialVariant = "2022 Universal" |
| 405 | p.Anchored = true |
| 406 | p.Parent = model |
| 407 | end |
| 408 | do |
| 409 | local p = Instance.new("Part") |
| 410 | p.Shape = Enum.PartType.Cylinder |
| 411 | p.Name = "EyeMechL" |
| 412 | p.Size = Vector3.new(0.3, 0.8, 0.8) |
| 413 | p.CFrame = CFrame.new(-1, 21.8, -1.7) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 414 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 415 | p.Material = Enum.Material.Glacier |
| 416 | p.MaterialVariant = "2022 Universal" |
| 417 | p.Anchored = true |
| 418 | p.Parent = model |
| 419 | end |
| 420 | do |
| 421 | local p = Instance.new("Part") |
| 422 | p.Shape = Enum.PartType.Cylinder |
| 423 | p.Name = "EyeLensL" |
| 424 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 425 | p.CFrame = CFrame.new(-1, 21.8, -1.8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 426 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 427 | p.Material = Enum.Material.Glacier |
| 428 | p.MaterialVariant = "2022 Universal" |
| 429 | p.Anchored = true |
| 430 | p.Parent = model |
| 431 | end |
| 432 | do |
| 433 | local p = Instance.new("Part") |
| 434 | p.Name = "HeadRust1" |
| 435 | p.Size = Vector3.new(2.6, 1.5, 3.6) |
| 436 | p.CFrame = CFrame.new(1.5, 22.54, 0) |
| 437 | p.BrickColor = BrickColor.new("Rust") |
| 438 | p.Material = Enum.Material.Glacier |
| 439 | p.MaterialVariant = "2022 Weld" |
| 440 | p.Anchored = true |
| 441 | p.Parent = model |
| 442 | end |
| 443 | do |
| 444 | local p = Instance.new("Part") |
| 445 | p.Name = "HeadOxide1" |
| 446 | p.Size = Vector3.new(2.6, 2, 3.6) |
| 447 | p.CFrame = CFrame.new(-1.5, 22, 0) |
| 448 | p.BrickColor = BrickColor.new("Sand green") |
| 449 | p.Material = Enum.Material.Glacier |
| 450 | p.MaterialVariant = "2022 Weld" |
| 451 | p.Anchored = true |
| 452 | p.Parent = model |
| 453 | end |
| 454 | do |
| 455 | local p = Instance.new("Part") |
| 456 | p.Shape = Enum.PartType.Cylinder |
| 457 | p.Name = "EarBaseR" |
| 458 | p.Size = Vector3.new(1, 1, 1) |
| 459 | p.CFrame = CFrame.new(1.2, 23.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 460 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 461 | p.Material = Enum.Material.Glacier |
| 462 | p.MaterialVariant = "2022 Universal" |
| 463 | p.Anchored = true |
| 464 | p.Parent = model |
| 465 | end |
| 466 | do |
| 467 | local p = Instance.new("Part") |
| 468 | p.Name = "EarMidR" |
| 469 | p.Size = Vector3.new(1.5, 2, 1) |
| 470 | p.CFrame = CFrame.new(1.5, 24.5, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 471 | p.BrickColor = BrickColor.new("Sand blue") |
| 472 | p.Material = Enum.Material.Glacier |
| 473 | p.MaterialVariant = "2022 Weld" |
| 474 | p.Anchored = true |
| 475 | p.Parent = model |
| 476 | end |
| 477 | do |
| 478 | local p = Instance.new("Part") |
| 479 | p.Shape = Enum.PartType.Cylinder |
| 480 | p.Name = "EarWireR1" |
| 481 | p.Size = Vector3.new(1.5, 0.01, 0.01) |
| 482 | p.CFrame = CFrame.new(1.5, 25.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 483 | p.BrickColor = BrickColor.new("Really black") |
| 484 | p.Material = Enum.Material.Glacier |
| 485 | p.MaterialVariant = "2022 Universal" |
| 486 | p.Anchored = true |
| 487 | p.Parent = model |
| 488 | end |
| 489 | do |
| 490 | local p = Instance.new("Part") |
| 491 | p.Shape = Enum.PartType.Cylinder |
| 492 | p.Name = "EarWireR2" |
| 493 | p.Size = Vector3.new(1, 0.01, 0.01) |
| 494 | p.CFrame = CFrame.new(1.2, 25.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 495 | p.BrickColor = BrickColor.new("Really black") |
| 496 | p.Material = Enum.Material.Glacier |
| 497 | p.MaterialVariant = "2022 Universal" |
| 498 | p.Anchored = true |
| 499 | p.Parent = model |
| 500 | end |
| 501 | do |
| 502 | local p = Instance.new("Part") |
| 503 | p.Shape = Enum.PartType.Cylinder |
| 504 | p.Name = "EarBaseL" |
| 505 | p.Size = Vector3.new(1, 1, 1) |
| 506 | p.CFrame = CFrame.new(-1.2, 23.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 507 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 508 | p.Material = Enum.Material.Glacier |
| 509 | p.MaterialVariant = "2022 Universal" |
| 510 | p.Anchored = true |
| 511 | p.Parent = model |
| 512 | end |
| 513 | do |
| 514 | local p = Instance.new("Part") |
| 515 | p.Name = "EarMidL" |
| 516 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 517 | p.CFrame = CFrame.new(-1.8, 24.5, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)) |
| 518 | p.BrickColor = BrickColor.new("Sand blue") |
| 519 | p.Material = Enum.Material.Glacier |
| 520 | p.MaterialVariant = "2022 Weld" |
| 521 | p.Anchored = true |
| 522 | p.Parent = model |
| 523 | end |
| 524 | do |
| 525 | local p = Instance.new("Part") |
| 526 | p.Shape = Enum.PartType.Cylinder |
| 527 | p.Name = "EarJointL" |
| 528 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 529 | p.CFrame = CFrame.new(-2.3, 25.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 530 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 531 | p.Material = Enum.Material.Glacier |
| 532 | p.MaterialVariant = "2022 Universal" |
| 533 | p.Anchored = true |
| 534 | p.Parent = model |
| 535 | end |
| 536 | do |
| 537 | local p = Instance.new("Part") |
| 538 | p.Name = "EarTopL" |
| 539 | p.Size = Vector3.new(1.5, 2.5, 1) |
| 540 | p.CFrame = CFrame.new(-3.2, 26.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 541 | p.BrickColor = BrickColor.new("Sand blue") |
| 542 | p.Material = Enum.Material.Glacier |
| 543 | p.MaterialVariant = "2022 Weld" |
| 544 | p.Anchored = true |
| 545 | p.Parent = model |
| 546 | end |
| 547 | do |
| 548 | local p = Instance.new("Part") |
| 549 | p.Name = "EarTopRustL" |
| 550 | p.Size = Vector3.new(1.6, 1.5, 1.1) |
| 551 | p.CFrame = CFrame.new(-3.2, 26.5, 0.14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 552 | p.BrickColor = BrickColor.new("Rust") |
| 553 | p.Material = Enum.Material.Glacier |
| 554 | p.MaterialVariant = "2022 Weld" |
| 555 | p.Anchored = true |
| 556 | p.Parent = model |
| 557 | end |
| 558 | do |
| 559 | local p = Instance.new("Part") |
| 560 | p.Shape = Enum.PartType.Cylinder |
| 561 | p.Name = "EarWireL1" |
| 562 | p.Size = Vector3.new(2.87228, 0.01, 0.01) |
| 563 | p.CFrame = CFrame.new(-2, 24.25, 0.5) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(-60.5038)) |
| 564 | p.BrickColor = BrickColor.new("Really black") |
| 565 | p.Material = Enum.Material.Glacier |
| 566 | p.MaterialVariant = "2022 Universal" |
| 567 | p.Anchored = true |
| 568 | p.Parent = model |
| 569 | end |
| 570 | do |
| 571 | local p = Instance.new("Part") |
| 572 | p.Shape = Enum.PartType.Cylinder |
| 573 | p.Name = "EarWireL2" |
| 574 | p.Size = Vector3.new(3.937, 0.01, 0.01) |
| 575 | p.CFrame = CFrame.new(-2.5, 24.25, 0.75) * CFrame.Angles(math.rad(0), math.rad(-56.3099), math.rad(-62.748)) |
| 576 | p.BrickColor = BrickColor.new("Really black") |
| 577 | p.Material = Enum.Material.Glacier |
| 578 | p.MaterialVariant = "2022 Universal" |
| 579 | p.Anchored = true |
| 580 | p.Parent = model |
| 581 | end |
| 582 | do |
| 583 | local p = Instance.new("Part") |
| 584 | p.Shape = Enum.PartType.Cylinder |
| 585 | p.Name = "Antenna1" |
| 586 | p.Size = Vector3.new(1.82483, 0.1, 0.1) |
| 587 | p.CFrame = CFrame.new(0.65, 24.1, -0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(80.5377)) |
| 588 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 589 | p.Material = Enum.Material.Glacier |
| 590 | p.MaterialVariant = "2022 Universal" |
| 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 = "AntennaTip1" |
| 598 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 599 | p.CFrame = CFrame.new(0.8, 25.1, -0.5) |
| 600 | p.BrickColor = BrickColor.new("Bright yellow") |
| 601 | p.Material = Enum.Material.Neon |
| 602 | p.Anchored = true |
| 603 | p.Parent = model |
| 604 | end |
| 605 | do |
| 606 | local p = Instance.new("Part") |
| 607 | p.Shape = Enum.PartType.Cylinder |
| 608 | p.Name = "Antenna2" |
| 609 | p.Size = Vector3.new(2.31948, 0.1, 0.1) |
| 610 | p.CFrame = CFrame.new(-0.35, 24.35, -0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(82.5686)) |
| 611 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 612 | p.Material = Enum.Material.Glacier |
| 613 | p.MaterialVariant = "2022 Universal" |
| 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 = "AntennaTip2" |
| 621 | p.Size = Vector3.new(0.3, 0.3, 0.3) |
| 622 | p.CFrame = CFrame.new(-0.2, 25.6, -0.5) |
| 623 | p.BrickColor = BrickColor.new("Bright red") |
| 624 | p.Material = Enum.Material.Neon |
| 625 | p.Anchored = true |
| 626 | p.Parent = model |
| 627 | end |
| 628 | do |
| 629 | local p = Instance.new("Part") |
| 630 | p.Shape = Enum.PartType.Ball |
| 631 | p.Name = "ShoulderR" |
| 632 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 633 | p.CFrame = CFrame.new(2.5, 16.5, 0) |
| 634 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 635 | p.Material = Enum.Material.Glacier |
| 636 | p.MaterialVariant = "2022 Universal" |
| 637 | p.Anchored = true |
| 638 | p.Parent = model |
| 639 | end |
| 640 | do |
| 641 | local p = Instance.new("Part") |
| 642 | p.Name = "ShoulderPadR" |
| 643 | p.Size = Vector3.new(2, 1, 2) |
| 644 | p.CFrame = CFrame.new(2.8, 17, 0.08) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)) |
| 645 | p.BrickColor = BrickColor.new("Sand blue") |
| 646 | p.Material = Enum.Material.Glacier |
| 647 | p.MaterialVariant = "2022 Weld" |
| 648 | p.Anchored = true |
| 649 | p.Parent = model |
| 650 | end |
| 651 | do |
| 652 | local p = Instance.new("Part") |
| 653 | p.Shape = Enum.PartType.Cylinder |
| 654 | p.Name = "UpperArmR" |
| 655 | p.Size = Vector3.new(3.20156, 0.8, 0.8) |
| 656 | p.CFrame = CFrame.new(3.475012, 15.281234, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-51.3402)) |
| 657 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 658 | p.Material = Enum.Material.Glacier |
| 659 | p.MaterialVariant = "2022 Universal" |
| 660 | p.Anchored = true |
| 661 | p.Parent = model |
| 662 | end |
| 663 | do |
| 664 | local p = Instance.new("Part") |
| 665 | p.Shape = Enum.PartType.Cylinder |
| 666 | p.Name = "UpperArmShellR" |
| 667 | p.Size = Vector3.new(3.20156, 1, 1) |
| 668 | p.CFrame = CFrame.new(3.450024, 15.312469, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-51.3402)) |
| 669 | p.BrickColor = BrickColor.new("Sand blue") |
| 670 | p.Material = Enum.Material.Glacier |
| 671 | p.MaterialVariant = "2022 Weld" |
| 672 | p.Anchored = true |
| 673 | p.Parent = model |
| 674 | end |
| 675 | do |
| 676 | local p = Instance.new("Part") |
| 677 | p.Shape = Enum.PartType.Ball |
| 678 | p.Name = "ElbowR" |
| 679 | p.Size = Vector3.new(1, 1, 1) |
| 680 | p.CFrame = CFrame.new(4.5, 14, 0) |
| 681 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 682 | p.Material = Enum.Material.Glacier |
| 683 | p.MaterialVariant = "2022 Universal" |
| 684 | p.Anchored = true |
| 685 | p.Parent = model |
| 686 | end |
| 687 | do |
| 688 | local p = Instance.new("Part") |
| 689 | p.Shape = Enum.PartType.Cylinder |
| 690 | p.Name = "LowerArmR" |
| 691 | p.Size = Vector3.new(3.20156, 0.6, 0.6) |
| 692 | p.CFrame = CFrame.new(5.549976, 12.687531, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-51.3402)) |
| 693 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 694 | p.Material = Enum.Material.Glacier |
| 695 | p.MaterialVariant = "2022 Universal" |
| 696 | p.Anchored = true |
| 697 | p.Parent = model |
| 698 | end |
| 699 | do |
| 700 | local p = Instance.new("Part") |
| 701 | p.Shape = Enum.PartType.Cylinder |
| 702 | p.Name = "LowerArmShellR1" |
| 703 | p.Size = Vector3.new(1.60078, 0.96, 0.96) |
| 704 | p.CFrame = CFrame.new(5.024988, 13.343765, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-51.3402)) |
| 705 | p.BrickColor = BrickColor.new("Sand blue") |
| 706 | p.Material = Enum.Material.Glacier |
| 707 | p.MaterialVariant = "2022 Weld" |
| 708 | p.Anchored = true |
| 709 | p.Parent = model |
| 710 | end |
| 711 | do |
| 712 | local p = Instance.new("Part") |
| 713 | p.Shape = Enum.PartType.Cylinder |
| 714 | p.Name = "LowerArmShellR2" |
| 715 | p.Size = Vector3.new(1.60078, 0.96, 0.96) |
| 716 | p.CFrame = CFrame.new(6, 12.125, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-51.3402)) |
| 717 | p.BrickColor = BrickColor.new("Rust") |
| 718 | p.Material = Enum.Material.Glacier |
| 719 | p.MaterialVariant = "2022 Weld" |
| 720 | p.Anchored = true |
| 721 | p.Parent = model |
| 722 | end |
| 723 | do |
| 724 | local p = Instance.new("Part") |
| 725 | p.Shape = Enum.PartType.Ball |
| 726 | p.Name = "WristR" |
| 727 | p.Size = Vector3.new(1, 1, 1) |
| 728 | p.CFrame = CFrame.new(6.5, 11.5, 0) |
| 729 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 730 | p.Material = Enum.Material.Glacier |
| 731 | p.MaterialVariant = "2022 Universal" |
| 732 | p.Anchored = true |
| 733 | p.Parent = model |
| 734 | end |
| 735 | do |
| 736 | local p = Instance.new("Part") |
| 737 | p.Name = "HandR" |
| 738 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 739 | p.CFrame = CFrame.new(7, 10.5, 0) |
| 740 | p.BrickColor = BrickColor.new("Sand blue") |
| 741 | p.Material = Enum.Material.Glacier |
| 742 | p.MaterialVariant = "2022 Weld" |
| 743 | p.Anchored = true |
| 744 | p.Parent = model |
| 745 | end |
| 746 | do |
| 747 | local p = Instance.new("Part") |
| 748 | p.Name = "HandRustR" |
| 749 | p.Size = Vector3.new(1.6, 1, 1.6) |
| 750 | p.CFrame = CFrame.new(7, 10.5, 0.1) |
| 751 | p.BrickColor = BrickColor.new("Rust") |
| 752 | p.Material = Enum.Material.Glacier |
| 753 | p.MaterialVariant = "2022 Weld" |
| 754 | p.Anchored = true |
| 755 | p.Parent = model |
| 756 | end |
| 757 | do |
| 758 | local p = Instance.new("Part") |
| 759 | p.Shape = Enum.PartType.Cylinder |
| 760 | p.Name = "ClawR1" |
| 761 | p.Size = Vector3.new(1.15758, 0.2, 0.2) |
| 762 | p.CFrame = CFrame.new(7.25, 9.5, -0.65) * CFrame.Angles(math.rad(0), math.rad(30.9638), math.rad(-59.7537)) |
| 763 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 764 | p.Material = Enum.Material.Glacier |
| 765 | p.MaterialVariant = "2022 Universal" |
| 766 | p.Anchored = true |
| 767 | p.Parent = model |
| 768 | end |
| 769 | do |
| 770 | local p = Instance.new("Part") |
| 771 | p.Shape = Enum.PartType.Cylinder |
| 772 | p.Name = "ClawR2" |
| 773 | p.Size = Vector3.new(1.16619, 0.2, 0.2) |
| 774 | p.CFrame = CFrame.new(7.5, 9.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-59.0362)) |
| 775 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 776 | p.Material = Enum.Material.Glacier |
| 777 | p.MaterialVariant = "2022 Universal" |
| 778 | p.Anchored = true |
| 779 | p.Parent = model |
| 780 | end |
| 781 | do |
| 782 | local p = Instance.new("Part") |
| 783 | p.Shape = Enum.PartType.Cylinder |
| 784 | p.Name = "ClawR3" |
| 785 | p.Size = Vector3.new(1.15758, 0.2, 0.2) |
| 786 | p.CFrame = CFrame.new(7.25, 9.5, 0.65) * CFrame.Angles(math.rad(0), math.rad(-30.9638), math.rad(-59.7537)) |
| 787 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 788 | p.Material = Enum.Material.Glacier |
| 789 | p.MaterialVariant = "2022 Universal" |
| 790 | p.Anchored = true |
| 791 | p.Parent = model |
| 792 | end |
| 793 | do |
| 794 | local p = Instance.new("Part") |
| 795 | p.Shape = Enum.PartType.Ball |
| 796 | p.Name = "ShoulderL" |
| 797 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 798 | p.CFrame = CFrame.new(-2.5, 16.5, 0) |
| 799 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 800 | p.Material = Enum.Material.Glacier |
| 801 | p.MaterialVariant = "2022 Universal" |
| 802 | p.Anchored = true |
| 803 | p.Parent = model |
| 804 | end |
| 805 | do |
| 806 | local p = Instance.new("Part") |
| 807 | p.Name = "ShoulderPadL" |
| 808 | p.Size = Vector3.new(2, 1, 2) |
| 809 | p.CFrame = CFrame.new(-2.8, 17, 0.08) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)) |
| 810 | p.BrickColor = BrickColor.new("Sand blue") |
| 811 | p.Material = Enum.Material.Glacier |
| 812 | p.MaterialVariant = "2022 Weld" |
| 813 | p.Anchored = true |
| 814 | p.Parent = model |
| 815 | end |
| 816 | do |
| 817 | local p = Instance.new("Part") |
| 818 | p.Shape = Enum.PartType.Cylinder |
| 819 | p.Name = "UpperArmL" |
| 820 | p.Size = Vector3.new(3.20156, 0.8, 0.8) |
| 821 | p.CFrame = CFrame.new(-3.475012, 15.281234, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(128.66)) |
| 822 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 823 | p.Material = Enum.Material.Glacier |
| 824 | p.MaterialVariant = "2022 Universal" |
| 825 | p.Anchored = true |
| 826 | p.Parent = model |
| 827 | end |
| 828 | do |
| 829 | local p = Instance.new("Part") |
| 830 | p.Shape = Enum.PartType.Cylinder |
| 831 | p.Name = "UpperArmShellL" |
| 832 | p.Size = Vector3.new(3.20156, 1, 1) |
| 833 | p.CFrame = CFrame.new(-3.450024, 15.312469, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(128.66)) |
| 834 | p.BrickColor = BrickColor.new("Sand blue") |
| 835 | p.Material = Enum.Material.Glacier |
| 836 | p.MaterialVariant = "2022 Weld" |
| 837 | p.Anchored = true |
| 838 | p.Parent = model |
| 839 | end |
| 840 | do |
| 841 | local p = Instance.new("Part") |
| 842 | p.Shape = Enum.PartType.Ball |
| 843 | p.Name = "ElbowL" |
| 844 | p.Size = Vector3.new(1, 1, 1) |
| 845 | p.CFrame = CFrame.new(-4.5, 14, 0) |
| 846 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 847 | p.Material = Enum.Material.Glacier |
| 848 | p.MaterialVariant = "2022 Universal" |
| 849 | p.Anchored = true |
| 850 | p.Parent = model |
| 851 | end |
| 852 | do |
| 853 | local p = Instance.new("Part") |
| 854 | p.Shape = Enum.PartType.Cylinder |
| 855 | p.Name = "LowerArmL" |
| 856 | p.Size = Vector3.new(3.20156, 0.6, 0.6) |
| 857 | p.CFrame = CFrame.new(-5.549976, 12.687531, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(128.66)) |
| 858 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 859 | p.Material = Enum.Material.Glacier |
| 860 | p.MaterialVariant = "2022 Universal" |
| 861 | p.Anchored = true |
| 862 | p.Parent = model |
| 863 | end |
| 864 | do |
| 865 | local p = Instance.new("Part") |
| 866 | p.Shape = Enum.PartType.Cylinder |
| 867 | p.Name = "LowerArmShellL" |
| 868 | p.Size = Vector3.new(3.20156, 0.96, 0.96) |
| 869 | p.CFrame = CFrame.new(-5.5, 12.75, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(128.66)) |
| 870 | p.BrickColor = BrickColor.new("Sand blue") |
| 871 | p.Material = Enum.Material.Glacier |
| 872 | p.MaterialVariant = "2022 Weld" |
| 873 | p.Anchored = true |
| 874 | p.Parent = model |
| 875 | end |
| 876 | do |
| 877 | local p = Instance.new("Part") |
| 878 | p.Shape = Enum.PartType.Ball |
| 879 | p.Name = "WristL" |
| 880 | p.Size = Vector3.new(1, 1, 1) |
| 881 | p.CFrame = CFrame.new(-6.5, 11.5, 0) |
| 882 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 883 | p.Material = Enum.Material.Glacier |
| 884 | p.MaterialVariant = "2022 Universal" |
| 885 | p.Anchored = true |
| 886 | p.Parent = model |
| 887 | end |
| 888 | do |
| 889 | local p = Instance.new("Part") |
| 890 | p.Shape = Enum.PartType.Cylinder |
| 891 | p.Name = "WatchBand" |
| 892 | p.Size = Vector3.new(0.5, 1.2, 1.2) |
| 893 | p.CFrame = CFrame.new(-6.2, 12, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 894 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 895 | p.Material = Enum.Material.Glacier |
| 896 | p.MaterialVariant = "2022 Universal" |
| 897 | p.Anchored = true |
| 898 | p.Parent = model |
| 899 | end |
| 900 | do |
| 901 | local p = Instance.new("Part") |
| 902 | p.Shape = Enum.PartType.Cylinder |
| 903 | p.Name = "WatchFace" |
| 904 | p.Size = Vector3.new(0.2, 1.5, 1.5) |
| 905 | p.CFrame = CFrame.new(-6, 12.2, -0.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(45)) |
| 906 | p.BrickColor = BrickColor.new("Fossil") |
| 907 | p.Material = Enum.Material.Glacier |
| 908 | p.MaterialVariant = "2022 Stud" |
| 909 | p.Anchored = true |
| 910 | p.Parent = model |
| 911 | end |
| 912 | do |
| 913 | local p = Instance.new("Part") |
| 914 | p.Shape = Enum.PartType.Cylinder |
| 915 | p.Name = "WatchRim" |
| 916 | p.Size = Vector3.new(0.3, 1.7, 1.7) |
| 917 | p.CFrame = CFrame.new(-6, 12.2, -0.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(45)) |
| 918 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 919 | p.Material = Enum.Material.Glacier |
| 920 | p.MaterialVariant = "2022 Universal" |
| 921 | p.Anchored = true |
| 922 | p.Parent = model |
| 923 | end |
| 924 | do |
| 925 | local p = Instance.new("Part") |
| 926 | p.Name = "HandL" |
| 927 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 928 | p.CFrame = CFrame.new(-7, 10.5, 0) |
| 929 | p.BrickColor = BrickColor.new("Sand blue") |
| 930 | p.Material = Enum.Material.Glacier |
| 931 | p.MaterialVariant = "2022 Weld" |
| 932 | p.Anchored = true |
| 933 | p.Parent = model |
| 934 | end |
| 935 | do |
| 936 | local p = Instance.new("Part") |
| 937 | p.Shape = Enum.PartType.Cylinder |
| 938 | p.Name = "ClawL1" |
| 939 | p.Size = Vector3.new(1.15758, 0.2, 0.2) |
| 940 | p.CFrame = CFrame.new(-7.25, 9.5, -0.65) * CFrame.Angles(math.rad(-180), math.rad(30.9638), math.rad(120.246)) |
| 941 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 942 | p.Material = Enum.Material.Glacier |
| 943 | p.MaterialVariant = "2022 Universal" |
| 944 | p.Anchored = true |
| 945 | p.Parent = model |
| 946 | end |
| 947 | do |
| 948 | local p = Instance.new("Part") |
| 949 | p.Shape = Enum.PartType.Cylinder |
| 950 | p.Name = "ClawL2" |
| 951 | p.Size = Vector3.new(1.16619, 0.2, 0.2) |
| 952 | p.CFrame = CFrame.new(-7.5, 9.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(120.964)) |
| 953 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 954 | p.Material = Enum.Material.Glacier |
| 955 | p.MaterialVariant = "2022 Universal" |
| 956 | p.Anchored = true |
| 957 | p.Parent = model |
| 958 | end |
| 959 | do |
| 960 | local p = Instance.new("Part") |
| 961 | p.Shape = Enum.PartType.Cylinder |
| 962 | p.Name = "ClawL3" |
| 963 | p.Size = Vector3.new(1.15758, 0.2, 0.2) |
| 964 | p.CFrame = CFrame.new(-7.25, 9.5, 0.65) * CFrame.Angles(math.rad(-180), math.rad(-30.9638), math.rad(120.246)) |
| 965 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 966 | p.Material = Enum.Material.Glacier |
| 967 | p.MaterialVariant = "2022 Universal" |
| 968 | p.Anchored = true |
| 969 | p.Parent = model |
| 970 | end |
| 971 | do |
| 972 | local p = Instance.new("Part") |
| 973 | p.Shape = Enum.PartType.Ball |
| 974 | p.Name = "HipR" |
| 975 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 976 | p.CFrame = CFrame.new(1.5, 9.5, 0) |
| 977 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 978 | p.Material = Enum.Material.Glacier |
| 979 | p.MaterialVariant = "2022 Universal" |
| 980 | p.Anchored = true |
| 981 | p.Parent = model |
| 982 | end |
| 983 | do |
| 984 | local p = Instance.new("Part") |
| 985 | p.Shape = Enum.PartType.Cylinder |
| 986 | p.Name = "ThighR" |
| 987 | p.Size = Vector3.new(4.01123, 1, 1) |
| 988 | p.CFrame = CFrame.new(1.655983, 7.420224, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-85.7108)) |
| 989 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 990 | p.Material = Enum.Material.Glacier |
| 991 | p.MaterialVariant = "2022 Universal" |
| 992 | p.Anchored = true |
| 993 | p.Parent = model |
| 994 | end |
| 995 | do |
| 996 | local p = Instance.new("Part") |
| 997 | p.Shape = Enum.PartType.Cylinder |
| 998 | p.Name = "ThighShellR" |
| 999 | p.Size = Vector3.new(4.01123, 2, 2) |
| 1000 | p.CFrame = CFrame.new(1.65, 7.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-85.7108)) |
| 1001 | p.BrickColor = BrickColor.new("Sand blue") |
| 1002 | p.Material = Enum.Material.Glacier |
| 1003 | p.MaterialVariant = "2022 Weld" |
| 1004 | p.Anchored = true |
| 1005 | p.Parent = model |
| 1006 | end |
| 1007 | do |
| 1008 | local p = Instance.new("Part") |
| 1009 | p.Shape = Enum.PartType.Cylinder |
| 1010 | p.Name = "ThighRustR" |
| 1011 | p.Size = Vector3.new(2.02237, 2.1, 2.1) |
| 1012 | p.CFrame = CFrame.new(1.65, 7.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-81.4692)) |
| 1013 | p.BrickColor = BrickColor.new("Rust") |
| 1014 | p.Material = Enum.Material.Glacier |
| 1015 | p.MaterialVariant = "2022 Weld" |
| 1016 | p.Anchored = true |
| 1017 | p.Parent = model |
| 1018 | end |
| 1019 | do |
| 1020 | local p = Instance.new("Part") |
| 1021 | p.Shape = Enum.PartType.Ball |
| 1022 | p.Name = "KneeR" |
| 1023 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 1024 | p.CFrame = CFrame.new(1.8, 5.5, 0) |
| 1025 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1026 | p.Material = Enum.Material.Glacier |
| 1027 | p.MaterialVariant = "2022 Universal" |
| 1028 | p.Anchored = true |
| 1029 | p.Parent = model |
| 1030 | end |
| 1031 | do |
| 1032 | local p = Instance.new("Part") |
| 1033 | p.Name = "KneePadR" |
| 1034 | p.Size = Vector3.new(1.8, 1.8, 0.5) |
| 1035 | p.CFrame = CFrame.new(1.8, 5.5, -0.8) |
| 1036 | p.BrickColor = BrickColor.new("Sand blue") |
| 1037 | p.Material = Enum.Material.Glacier |
| 1038 | p.MaterialVariant = "2022 Weld" |
| 1039 | p.Anchored = true |
| 1040 | p.Parent = model |
| 1041 | end |
| 1042 | do |
| 1043 | local p = Instance.new("Part") |
| 1044 | p.Shape = Enum.PartType.Cylinder |
| 1045 | p.Name = "CalfR" |
| 1046 | p.Size = Vector3.new(4.005, 0.8, 0.8) |
| 1047 | p.CFrame = CFrame.new(1.903995, 3.4201, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-87.1376)) |
| 1048 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1049 | p.Material = Enum.Material.Glacier |
| 1050 | p.MaterialVariant = "2022 Universal" |
| 1051 | p.Anchored = true |
| 1052 | p.Parent = model |
| 1053 | end |
| 1054 | do |
| 1055 | local p = Instance.new("Part") |
| 1056 | p.Shape = Enum.PartType.Cylinder |
| 1057 | p.Name = "CalfShellR" |
| 1058 | p.Size = Vector3.new(4.005, 1.6, 1.6) |
| 1059 | p.CFrame = CFrame.new(1.9, 3.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-87.1376)) |
| 1060 | p.BrickColor = BrickColor.new("Sand blue") |
| 1061 | p.Material = Enum.Material.Glacier |
| 1062 | p.MaterialVariant = "2022 Weld" |
| 1063 | p.Anchored = true |
| 1064 | p.Parent = model |
| 1065 | end |
| 1066 | do |
| 1067 | local p = Instance.new("Part") |
| 1068 | p.Shape = Enum.PartType.Cylinder |
| 1069 | p.Name = "CalfOxideR" |
| 1070 | p.Size = Vector3.new(2.00997, 1.7, 1.7) |
| 1071 | p.CFrame = CFrame.new(1.9, 3.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-84.2894)) |
| 1072 | p.BrickColor = BrickColor.new("Sand green") |
| 1073 | p.Material = Enum.Material.Glacier |
| 1074 | p.MaterialVariant = "2022 Weld" |
| 1075 | p.Anchored = true |
| 1076 | p.Parent = model |
| 1077 | end |
| 1078 | do |
| 1079 | local p = Instance.new("Part") |
| 1080 | p.Shape = Enum.PartType.Ball |
| 1081 | p.Name = "AnkleR" |
| 1082 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1083 | p.CFrame = CFrame.new(2, 1.5, 0) |
| 1084 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1085 | p.Material = Enum.Material.Glacier |
| 1086 | p.MaterialVariant = "2022 Universal" |
| 1087 | p.Anchored = true |
| 1088 | p.Parent = model |
| 1089 | end |
| 1090 | do |
| 1091 | local p = Instance.new("Part") |
| 1092 | p.Name = "FootR" |
| 1093 | p.Size = Vector3.new(2, 1, 3.5) |
| 1094 | p.CFrame = CFrame.new(2, 0.5, -1) |
| 1095 | p.BrickColor = BrickColor.new("Sand blue") |
| 1096 | p.Material = Enum.Material.Glacier |
| 1097 | p.MaterialVariant = "2022 Weld" |
| 1098 | p.Anchored = true |
| 1099 | p.Parent = model |
| 1100 | end |
| 1101 | do |
| 1102 | local p = Instance.new("Part") |
| 1103 | p.Name = "FootRustR" |
| 1104 | p.Size = Vector3.new(2.1, 0.5, 3.6) |
| 1105 | p.CFrame = CFrame.new(2, 0.5, -1) |
| 1106 | p.BrickColor = BrickColor.new("Rust") |
| 1107 | p.Material = Enum.Material.Glacier |
| 1108 | p.MaterialVariant = "2022 Weld" |
| 1109 | p.Anchored = true |
| 1110 | p.Parent = model |
| 1111 | end |
| 1112 | do |
| 1113 | local p = Instance.new("Part") |
| 1114 | p.Shape = Enum.PartType.Cylinder |
| 1115 | p.Name = "ToeR1" |
| 1116 | p.Size = Vector3.new(1.03923, 0.3, 0.3) |
| 1117 | p.CFrame = CFrame.new(1.1, 0.1, -3) * CFrame.Angles(math.rad(-180), math.rad(78.6901), math.rad(168.904)) |
| 1118 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1119 | p.Material = Enum.Material.Glacier |
| 1120 | p.MaterialVariant = "2022 Universal" |
| 1121 | p.Anchored = true |
| 1122 | p.Parent = model |
| 1123 | end |
| 1124 | do |
| 1125 | local p = Instance.new("Part") |
| 1126 | p.Shape = Enum.PartType.Cylinder |
| 1127 | p.Name = "ToeR2" |
| 1128 | p.Size = Vector3.new(1.0198, 0.3, 0.3) |
| 1129 | p.CFrame = CFrame.new(2, 0.1, -3.2) * CFrame.Angles(math.rad(-11.3099), math.rad(90), math.rad(0)) |
| 1130 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1131 | p.Material = Enum.Material.Glacier |
| 1132 | p.MaterialVariant = "2022 Universal" |
| 1133 | p.Anchored = true |
| 1134 | p.Parent = model |
| 1135 | end |
| 1136 | do |
| 1137 | local p = Instance.new("Part") |
| 1138 | p.Shape = Enum.PartType.Cylinder |
| 1139 | p.Name = "ToeR3" |
| 1140 | p.Size = Vector3.new(1.03923, 0.3, 0.3) |
| 1141 | p.CFrame = CFrame.new(2.9, 0.1, -3) * CFrame.Angles(math.rad(0), math.rad(78.6901), math.rad(-11.0958)) |
| 1142 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1143 | p.Material = Enum.Material.Glacier |
| 1144 | p.MaterialVariant = "2022 Universal" |
| 1145 | p.Anchored = true |
| 1146 | p.Parent = model |
| 1147 | end |
| 1148 | do |
| 1149 | local p = Instance.new("Part") |
| 1150 | p.Shape = Enum.PartType.Ball |
| 1151 | p.Name = "HipL" |
| 1152 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 1153 | p.CFrame = CFrame.new(-1.5, 9.5, 0) |
| 1154 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1155 | p.Material = Enum.Material.Glacier |
| 1156 | p.MaterialVariant = "2022 Universal" |
| 1157 | p.Anchored = true |
| 1158 | p.Parent = model |
| 1159 | end |
| 1160 | do |
| 1161 | local p = Instance.new("Part") |
| 1162 | p.Shape = Enum.PartType.Cylinder |
| 1163 | p.Name = "ThighL" |
| 1164 | p.Size = Vector3.new(4.01123, 1, 1) |
| 1165 | p.CFrame = CFrame.new(-1.655983, 7.420224, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(94.2892)) |
| 1166 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1167 | p.Material = Enum.Material.Glacier |
| 1168 | p.MaterialVariant = "2022 Universal" |
| 1169 | p.Anchored = true |
| 1170 | p.Parent = model |
| 1171 | end |
| 1172 | do |
| 1173 | local p = Instance.new("Part") |
| 1174 | p.Shape = Enum.PartType.Cylinder |
| 1175 | p.Name = "ThighShellL" |
| 1176 | p.Size = Vector3.new(4.01123, 2, 2) |
| 1177 | p.CFrame = CFrame.new(-1.65, 7.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(94.2892)) |
| 1178 | p.BrickColor = BrickColor.new("Sand blue") |
| 1179 | p.Material = Enum.Material.Glacier |
| 1180 | p.MaterialVariant = "2022 Weld" |
| 1181 | p.Anchored = true |
| 1182 | p.Parent = model |
| 1183 | end |
| 1184 | do |
| 1185 | local p = Instance.new("Part") |
| 1186 | p.Shape = Enum.PartType.Cylinder |
| 1187 | p.Name = "ThighOxideL" |
| 1188 | p.Size = Vector3.new(2.02237, 2.1, 2.1) |
| 1189 | p.CFrame = CFrame.new(-1.65, 7.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(98.5308)) |
| 1190 | p.BrickColor = BrickColor.new("Sand green") |
| 1191 | p.Material = Enum.Material.Glacier |
| 1192 | p.MaterialVariant = "2022 Weld" |
| 1193 | p.Anchored = true |
| 1194 | p.Parent = model |
| 1195 | end |
| 1196 | do |
| 1197 | local p = Instance.new("Part") |
| 1198 | p.Shape = Enum.PartType.Ball |
| 1199 | p.Name = "KneeL" |
| 1200 | p.Size = Vector3.new(1.5, 1.5, 1.5) |
| 1201 | p.CFrame = CFrame.new(-1.8, 5.5, 0) |
| 1202 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1203 | p.Material = Enum.Material.Glacier |
| 1204 | p.MaterialVariant = "2022 Universal" |
| 1205 | p.Anchored = true |
| 1206 | p.Parent = model |
| 1207 | end |
| 1208 | do |
| 1209 | local p = Instance.new("Part") |
| 1210 | p.Name = "KneePadL" |
| 1211 | p.Size = Vector3.new(1.8, 1.8, 0.5) |
| 1212 | p.CFrame = CFrame.new(-1.8, 5.5, -0.8) |
| 1213 | p.BrickColor = BrickColor.new("Sand blue") |
| 1214 | p.Material = Enum.Material.Glacier |
| 1215 | p.MaterialVariant = "2022 Weld" |
| 1216 | p.Anchored = true |
| 1217 | p.Parent = model |
| 1218 | end |
| 1219 | do |
| 1220 | local p = Instance.new("Part") |
| 1221 | p.Shape = Enum.PartType.Cylinder |
| 1222 | p.Name = "CalfL" |
| 1223 | p.Size = Vector3.new(4.005, 0.8, 0.8) |
| 1224 | p.CFrame = CFrame.new(-1.903995, 3.4201, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(92.8624)) |
| 1225 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1226 | p.Material = Enum.Material.Glacier |
| 1227 | p.MaterialVariant = "2022 Universal" |
| 1228 | p.Anchored = true |
| 1229 | p.Parent = model |
| 1230 | end |
| 1231 | do |
| 1232 | local p = Instance.new("Part") |
| 1233 | p.Shape = Enum.PartType.Cylinder |
| 1234 | p.Name = "CalfShellL" |
| 1235 | p.Size = Vector3.new(4.005, 1.6, 1.6) |
| 1236 | p.CFrame = CFrame.new(-1.9, 3.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(92.8624)) |
| 1237 | p.BrickColor = BrickColor.new("Sand blue") |
| 1238 | p.Material = Enum.Material.Glacier |
| 1239 | p.MaterialVariant = "2022 Weld" |
| 1240 | p.Anchored = true |
| 1241 | p.Parent = model |
| 1242 | end |
| 1243 | do |
| 1244 | local p = Instance.new("Part") |
| 1245 | p.Shape = Enum.PartType.Cylinder |
| 1246 | p.Name = "CalfRustL" |
| 1247 | p.Size = Vector3.new(2.00997, 1.7, 1.7) |
| 1248 | p.CFrame = CFrame.new(-1.9, 3.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(95.7106)) |
| 1249 | p.BrickColor = BrickColor.new("Rust") |
| 1250 | p.Material = Enum.Material.Glacier |
| 1251 | p.MaterialVariant = "2022 Weld" |
| 1252 | p.Anchored = true |
| 1253 | p.Parent = model |
| 1254 | end |
| 1255 | do |
| 1256 | local p = Instance.new("Part") |
| 1257 | p.Shape = Enum.PartType.Ball |
| 1258 | p.Name = "AnkleL" |
| 1259 | p.Size = Vector3.new(1.2, 1.2, 1.2) |
| 1260 | p.CFrame = CFrame.new(-2, 1.5, 0) |
| 1261 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 1262 | p.Material = Enum.Material.Glacier |
| 1263 | p.MaterialVariant = "2022 Universal" |
| 1264 | p.Anchored = true |
| 1265 | p.Parent = model |
| 1266 | end |
| 1267 | do |
| 1268 | local p = Instance.new("Part") |
| 1269 | p.Name = "FootL" |
| 1270 | p.Size = Vector3.new(2, 1, 3.5) |
| 1271 | p.CFrame = CFrame.new(-2, 0.5, -1) |
| 1272 | p.BrickColor = BrickColor.new("Sand blue") |
| 1273 | p.Material = Enum.Material.Glacier |
| 1274 | p.MaterialVariant = "2022 Weld" |
| 1275 | p.Anchored = true |
| 1276 | p.Parent = model |
| 1277 | end |
| 1278 | do |
| 1279 | local p = Instance.new("Part") |
| 1280 | p.Name = "FootRustL" |
| 1281 | p.Size = Vector3.new(2.1, 0.5, 3.6) |
| 1282 | p.CFrame = CFrame.new(-2, 0.5, -1) |
| 1283 | p.BrickColor = BrickColor.new("Rust") |
| 1284 | p.Material = Enum.Material.Glacier |
| 1285 | p.MaterialVariant = "2022 Weld" |
| 1286 | p.Anchored = true |
| 1287 | p.Parent = model |
| 1288 | end |
| 1289 | do |
| 1290 | local p = Instance.new("Part") |
| 1291 | p.Shape = Enum.PartType.Cylinder |
| 1292 | p.Name = "ToeL1" |
| 1293 | p.Size = Vector3.new(1.03923, 0.3, 0.3) |
| 1294 | p.CFrame = CFrame.new(-1.1, 0.1, -3) * CFrame.Angles(math.rad(0), math.rad(78.6901), math.rad(-11.0958)) |
| 1295 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1296 | p.Material = Enum.Material.Glacier |
| 1297 | p.MaterialVariant = "2022 Universal" |
| 1298 | p.Anchored = true |
| 1299 | p.Parent = model |
| 1300 | end |
| 1301 | do |
| 1302 | local p = Instance.new("Part") |
| 1303 | p.Shape = Enum.PartType.Cylinder |
| 1304 | p.Name = "ToeL2" |
| 1305 | p.Size = Vector3.new(1.0198, 0.3, 0.3) |
| 1306 | p.CFrame = CFrame.new(-2, 0.1, -3.2) * CFrame.Angles(math.rad(-11.3099), math.rad(90), math.rad(0)) |
| 1307 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1308 | p.Material = Enum.Material.Glacier |
| 1309 | p.MaterialVariant = "2022 Universal" |
| 1310 | p.Anchored = true |
| 1311 | p.Parent = model |
| 1312 | end |
| 1313 | do |
| 1314 | local p = Instance.new("Part") |
| 1315 | p.Shape = Enum.PartType.Cylinder |
| 1316 | p.Name = "ToeL3" |
| 1317 | p.Size = Vector3.new(1.03923, 0.3, 0.3) |
| 1318 | p.CFrame = CFrame.new(-2.9, 0.1, -3) * CFrame.Angles(math.rad(-180), math.rad(78.6901), math.rad(168.904)) |
| 1319 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 1320 | p.Material = Enum.Material.Glacier |
| 1321 | p.MaterialVariant = "2022 Universal" |
| 1322 | p.Anchored = true |
| 1323 | p.Parent = model |
| 1324 | end |
| 1325 | model.PrimaryPart = model:FindFirstChild("Pelvis") |
| 1326 | print("DecayedAnimatronicRabbit built: " .. #model:GetChildren() .. " parts") |
Loading comments...