by nate213121 · 3/9/2026
Roblox Studio Command Bar
Paste this script into the Command Bar to spawn the model
| 1 | local MS = game:GetService("MaterialService") |
| 2 | |
| 3 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 4 | if not ok then return warn(roots) end |
| 5 | |
| 6 | local tmp = Instance.new("Folder") |
| 7 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 8 | |
| 9 | for _, d in ipairs(tmp:GetDescendants()) do |
| 10 | if d:IsA("MaterialVariant") then |
| 11 | d.Parent = MS |
| 12 | end |
| 13 | end |
| 14 | tmp:Destroy() |
| 15 | |
| 16 | local model = Instance.new("Model") |
| 17 | model.Name = "Chameleon" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Bright green"] = "2022 Stud", |
| 22 | ["Bright yellow"] = "2022 Weld", |
| 23 | ["Earth green"] = "2022 Stud", |
| 24 | ["Really black"] = "2022 Universal", |
| 25 | ["Sand yellow"] = "2022 Small Stud", |
| 26 | } |
| 27 | if next(needed) then |
| 28 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 29 | if not ok then warn(roots) else |
| 30 | local tmp = Instance.new("Folder") |
| 31 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 32 | for _, d in ipairs(tmp:GetDescendants()) do |
| 33 | if d:IsA("MaterialVariant") and needed[d.Name] then |
| 34 | d.Parent = MS |
| 35 | end |
| 36 | end |
| 37 | tmp:Destroy() |
| 38 | end |
| 39 | end |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "HeadBase" |
| 44 | p.Size = Vector3.new(2, 2.5, 3) |
| 45 | p.CFrame = CFrame.new(0, 6, 4) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 46 | p.BrickColor = BrickColor.new("Bright green") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Stud" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "Snout" |
| 55 | p.Size = Vector3.new(1.6, 1.5, 2) |
| 56 | p.CFrame = CFrame.new(0, 5.5, 5.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 57 | p.BrickColor = BrickColor.new("Bright green") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Stud" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Name = "MouthLine" |
| 66 | p.Size = Vector3.new(1.65, 0.1, 2.1) |
| 67 | p.CFrame = CFrame.new(0, 5.2, 5.5) * CFrame.Angles(math.rad(-15), math.rad(0), 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 = "LowerJaw" |
| 77 | p.Size = Vector3.new(1.5, 1, 1.8) |
| 78 | p.CFrame = CFrame.new(0, 4.7, 5.3) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)) |
| 79 | p.BrickColor = BrickColor.new("Bright green") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Stud" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "CasqueBase" |
| 88 | p.Size = Vector3.new(1.5, 3, 2) |
| 89 | p.CFrame = CFrame.new(0, 8, 3.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 90 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "CasqueMid" |
| 99 | p.Size = Vector3.new(1, 2.5, 1.5) |
| 100 | p.CFrame = CFrame.new(0, 10, 3.2) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 101 | p.BrickColor = BrickColor.new("Bright yellow") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Weld" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "CasqueTop" |
| 110 | p.Size = Vector3.new(0.5, 1.5, 1) |
| 111 | p.CFrame = CFrame.new(0, 11.5, 2.8) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 112 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "EyeL_Base" |
| 121 | p.Size = Vector3.new(1, 1.2, 1.2) |
| 122 | p.CFrame = CFrame.new(1, 6.2, 4.5) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)) |
| 123 | p.BrickColor = BrickColor.new("Bright green") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Stud" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "EyeL_Mid" |
| 132 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 133 | p.CFrame = CFrame.new(1.3, 6.2, 4.5) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)) |
| 134 | p.BrickColor = BrickColor.new("Sand yellow") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Small Stud" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Name = "EyeL_Pupil" |
| 143 | p.Size = Vector3.new(0.2, 0.4, 0.4) |
| 144 | p.CFrame = CFrame.new(1.6, 6.2, 4.5) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)) |
| 145 | p.BrickColor = BrickColor.new("Really black") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Universal" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Name = "EyeR_Base" |
| 154 | p.Size = Vector3.new(1, 1.2, 1.2) |
| 155 | p.CFrame = CFrame.new(-1, 6.2, 4.5) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(20)) |
| 156 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "EyeR_Mid" |
| 165 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 166 | p.CFrame = CFrame.new(-1.3, 6.2, 4.5) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(20)) |
| 167 | p.BrickColor = BrickColor.new("Sand yellow") |
| 168 | p.Material = Enum.Material.Glacier |
| 169 | p.MaterialVariant = "2022 Small Stud" |
| 170 | p.Anchored = true |
| 171 | p.Parent = model |
| 172 | end |
| 173 | do |
| 174 | local p = Instance.new("Part") |
| 175 | p.Name = "EyeR_Pupil" |
| 176 | p.Size = Vector3.new(0.2, 0.4, 0.4) |
| 177 | p.CFrame = CFrame.new(-1.6, 6.2, 4.5) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(20)) |
| 178 | p.BrickColor = BrickColor.new("Really black") |
| 179 | p.Material = Enum.Material.Glacier |
| 180 | p.MaterialVariant = "2022 Universal" |
| 181 | p.Anchored = true |
| 182 | p.Parent = model |
| 183 | end |
| 184 | do |
| 185 | local p = Instance.new("Part") |
| 186 | p.Name = "Throat1" |
| 187 | p.Size = Vector3.new(1.2, 1.5, 1.5) |
| 188 | p.CFrame = CFrame.new(0, 4, 4.5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 189 | p.BrickColor = BrickColor.new("Bright green") |
| 190 | p.Material = Enum.Material.Glacier |
| 191 | p.MaterialVariant = "2022 Stud" |
| 192 | p.Anchored = true |
| 193 | p.Parent = model |
| 194 | end |
| 195 | do |
| 196 | local p = Instance.new("Part") |
| 197 | p.Name = "Throat2" |
| 198 | p.Size = Vector3.new(1, 1.2, 1.5) |
| 199 | p.CFrame = CFrame.new(0, 3.5, 3.5) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(0)) |
| 200 | p.BrickColor = BrickColor.new("Bright yellow") |
| 201 | p.Material = Enum.Material.Glacier |
| 202 | p.MaterialVariant = "2022 Weld" |
| 203 | p.Anchored = true |
| 204 | p.Parent = model |
| 205 | end |
| 206 | do |
| 207 | local p = Instance.new("Part") |
| 208 | p.Name = "BodyFront" |
| 209 | p.Size = Vector3.new(2.2, 3.5, 2.5) |
| 210 | p.CFrame = CFrame.new(0, 5.5, 2) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 211 | p.BrickColor = BrickColor.new("Bright green") |
| 212 | p.Material = Enum.Material.Glacier |
| 213 | p.MaterialVariant = "2022 Stud" |
| 214 | p.Anchored = true |
| 215 | p.Parent = model |
| 216 | end |
| 217 | do |
| 218 | local p = Instance.new("Part") |
| 219 | p.Name = "BodyMid1" |
| 220 | p.Size = Vector3.new(2.4, 4, 2.5) |
| 221 | p.CFrame = CFrame.new(0, 6, 0) |
| 222 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "BodyMid2" |
| 231 | p.Size = Vector3.new(2.3, 3.8, 2.5) |
| 232 | p.CFrame = CFrame.new(0, 5.8, -2) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 233 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "BodyRear" |
| 242 | p.Size = Vector3.new(2, 3, 2.5) |
| 243 | p.CFrame = CFrame.new(0, 5.2, -4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 244 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "Stripe1_Y" |
| 253 | p.Size = Vector3.new(2.45, 2, 0.8) |
| 254 | p.CFrame = CFrame.new(0, 6.5, 1.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 255 | p.BrickColor = BrickColor.new("Bright yellow") |
| 256 | p.Material = Enum.Material.Glacier |
| 257 | p.MaterialVariant = "2022 Weld" |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("Part") |
| 263 | p.Name = "Stripe1_D" |
| 264 | p.Size = Vector3.new(2.45, 1.5, 0.8) |
| 265 | p.CFrame = CFrame.new(0.08, 5.5, 1.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 266 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "Stripe2_Y" |
| 275 | p.Size = Vector3.new(2.55, 2, 1) |
| 276 | p.CFrame = CFrame.new(0.04, 7, -0.5) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)) |
| 277 | p.BrickColor = BrickColor.new("Bright yellow") |
| 278 | p.Material = Enum.Material.Glacier |
| 279 | p.MaterialVariant = "2022 Weld" |
| 280 | p.Anchored = true |
| 281 | p.Parent = model |
| 282 | end |
| 283 | do |
| 284 | local p = Instance.new("Part") |
| 285 | p.Name = "Stripe2_D" |
| 286 | p.Size = Vector3.new(2.55, 2, 1) |
| 287 | p.CFrame = CFrame.new(0, 5.5, -0.8) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)) |
| 288 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "Stripe3_Y" |
| 297 | p.Size = Vector3.new(2.45, 1.8, 0.8) |
| 298 | p.CFrame = CFrame.new(0, 6.5, -2.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 299 | p.BrickColor = BrickColor.new("Bright yellow") |
| 300 | p.Material = Enum.Material.Glacier |
| 301 | p.MaterialVariant = "2022 Weld" |
| 302 | p.Anchored = true |
| 303 | p.Parent = model |
| 304 | end |
| 305 | do |
| 306 | local p = Instance.new("Part") |
| 307 | p.Name = "Stripe3_D" |
| 308 | p.Size = Vector3.new(2.45, 1.5, 0.8) |
| 309 | p.CFrame = CFrame.new(0.04, 5.2, -2.8) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 310 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "TailBase" |
| 319 | p.Size = Vector3.new(1.5, 1.8, 2) |
| 320 | p.CFrame = CFrame.new(0, 4.5, -5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 321 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "TailSeg_0" |
| 330 | p.Size = Vector3.new(1.4, 1.6, 1.4) |
| 331 | p.CFrame = CFrame.new(0, 3.15147, -6.84853) * CFrame.Angles(math.rad(-45), math.rad(0), math.rad(0)) |
| 332 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "TailSeg_1" |
| 341 | p.Size = Vector3.new(1.32, 1.51, 1.4) |
| 342 | p.CFrame = CFrame.new(0, 1.9697, -7.05691) * CFrame.Angles(math.rad(-80), math.rad(0), math.rad(0)) |
| 343 | p.BrickColor = BrickColor.new("Bright yellow") |
| 344 | p.Material = Enum.Material.Glacier |
| 345 | p.MaterialVariant = "2022 Weld" |
| 346 | p.Anchored = true |
| 347 | p.Parent = model |
| 348 | end |
| 349 | do |
| 350 | local p = Instance.new("Part") |
| 351 | p.Name = "TailSeg_2" |
| 352 | p.Size = Vector3.new(1.24, 1.42, 1.4) |
| 353 | p.CFrame = CFrame.new(0, 0.882133, -6.54976) * CFrame.Angles(math.rad(-115), math.rad(0), math.rad(0)) |
| 354 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "TailSeg_3" |
| 363 | p.Size = Vector3.new(1.16, 1.33, 1.4) |
| 364 | p.CFrame = CFrame.new(0, 0.282133, -5.51053) * CFrame.Angles(math.rad(-150), math.rad(0), math.rad(0)) |
| 365 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "TailSeg_4" |
| 374 | p.Size = Vector3.new(1.08, 1.24, 1.4) |
| 375 | p.CFrame = CFrame.new(0, 0.38672, -4.3151) * CFrame.Angles(math.rad(-185), math.rad(0), math.rad(0)) |
| 376 | p.BrickColor = BrickColor.new("Bright yellow") |
| 377 | p.Material = Enum.Material.Glacier |
| 378 | p.MaterialVariant = "2022 Weld" |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Name = "TailSeg_5" |
| 385 | p.Size = Vector3.new(1, 1.15, 1.4) |
| 386 | p.CFrame = CFrame.new(0, 1.15806, -3.39585) * CFrame.Angles(math.rad(-220), math.rad(0), math.rad(0)) |
| 387 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "TailSeg_6" |
| 396 | p.Size = Vector3.new(0.92, 1.06, 1.4) |
| 397 | p.CFrame = CFrame.new(0, 2.31718, -3.08526) * CFrame.Angles(math.rad(-255), math.rad(0), math.rad(0)) |
| 398 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "TailSeg_7" |
| 407 | p.Size = Vector3.new(0.84, 0.97, 1.4) |
| 408 | p.CFrame = CFrame.new(0, 3.44481, -3.49569) * CFrame.Angles(math.rad(-290), math.rad(0), math.rad(0)) |
| 409 | p.BrickColor = BrickColor.new("Bright yellow") |
| 410 | p.Material = Enum.Material.Glacier |
| 411 | p.MaterialVariant = "2022 Weld" |
| 412 | p.Anchored = true |
| 413 | p.Parent = model |
| 414 | end |
| 415 | do |
| 416 | local p = Instance.new("Part") |
| 417 | p.Name = "TailSeg_8" |
| 418 | p.Size = Vector3.new(0.76, 0.88, 1.4) |
| 419 | p.CFrame = CFrame.new(0, 4.1331, -4.47867) * CFrame.Angles(math.rad(-325), math.rad(0), math.rad(0)) |
| 420 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "TailSeg_9" |
| 429 | p.Size = Vector3.new(0.68, 0.79, 1.4) |
| 430 | p.CFrame = CFrame.new(0, 4.1331, -5.67867) * CFrame.Angles(math.rad(-360), math.rad(0), math.rad(0)) |
| 431 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "TailSeg_10" |
| 440 | p.Size = Vector3.new(0.6, 0.7, 1.4) |
| 441 | p.CFrame = CFrame.new(0, 3.44481, -6.66165) * CFrame.Angles(math.rad(-395), math.rad(0), math.rad(0)) |
| 442 | p.BrickColor = BrickColor.new("Bright yellow") |
| 443 | p.Material = Enum.Material.Glacier |
| 444 | p.MaterialVariant = "2022 Weld" |
| 445 | p.Anchored = true |
| 446 | p.Parent = model |
| 447 | end |
| 448 | do |
| 449 | local p = Instance.new("Part") |
| 450 | p.Name = "TailSeg_11" |
| 451 | p.Size = Vector3.new(0.52, 0.61, 1.4) |
| 452 | p.CFrame = CFrame.new(0, 2.31718, -7.07208) * CFrame.Angles(math.rad(-430), math.rad(0), math.rad(0)) |
| 453 | p.BrickColor = BrickColor.new("Earth green") |
| 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 = "LegFR_Upper" |
| 462 | p.Size = Vector3.new(0.8, 2, 1) |
| 463 | p.CFrame = CFrame.new(-1.2, 4.5, 2.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(20)) |
| 464 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "LegFR_Lower" |
| 473 | p.Size = Vector3.new(0.7, 2, 0.8) |
| 474 | p.CFrame = CFrame.new(-1.5, 3, 3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)) |
| 475 | p.BrickColor = BrickColor.new("Bright green") |
| 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 = "FootFR" |
| 484 | p.Size = Vector3.new(1, 0.4, 1.2) |
| 485 | p.CFrame = CFrame.new(-1.6, 2, 3.5) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 486 | p.BrickColor = BrickColor.new("Bright green") |
| 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.Name = "LegFL_Upper" |
| 495 | p.Size = Vector3.new(0.8, 2, 1) |
| 496 | p.CFrame = CFrame.new(1.2, 4.5, 2.5) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(-20)) |
| 497 | p.BrickColor = BrickColor.new("Bright green") |
| 498 | p.Material = Enum.Material.Glacier |
| 499 | p.MaterialVariant = "2022 Stud" |
| 500 | p.Anchored = true |
| 501 | p.Parent = model |
| 502 | end |
| 503 | do |
| 504 | local p = Instance.new("Part") |
| 505 | p.Name = "LegFL_Lower" |
| 506 | p.Size = Vector3.new(0.7, 2, 0.8) |
| 507 | p.CFrame = CFrame.new(1.5, 3, 3.5) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)) |
| 508 | p.BrickColor = BrickColor.new("Bright green") |
| 509 | p.Material = Enum.Material.Glacier |
| 510 | p.MaterialVariant = "2022 Stud" |
| 511 | p.Anchored = true |
| 512 | p.Parent = model |
| 513 | end |
| 514 | do |
| 515 | local p = Instance.new("Part") |
| 516 | p.Name = "FootFL" |
| 517 | p.Size = Vector3.new(1, 0.4, 1.2) |
| 518 | p.CFrame = CFrame.new(1.6, 2, 4) |
| 519 | p.BrickColor = BrickColor.new("Bright green") |
| 520 | p.Material = Enum.Material.Glacier |
| 521 | p.MaterialVariant = "2022 Stud" |
| 522 | p.Anchored = true |
| 523 | p.Parent = model |
| 524 | end |
| 525 | do |
| 526 | local p = Instance.new("Part") |
| 527 | p.Name = "LegRR_Upper" |
| 528 | p.Size = Vector3.new(1, 2.2, 1.2) |
| 529 | p.CFrame = CFrame.new(-1.2, 4.5, -3) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(20)) |
| 530 | p.BrickColor = BrickColor.new("Bright green") |
| 531 | p.Material = Enum.Material.Glacier |
| 532 | p.MaterialVariant = "2022 Stud" |
| 533 | p.Anchored = true |
| 534 | p.Parent = model |
| 535 | end |
| 536 | do |
| 537 | local p = Instance.new("Part") |
| 538 | p.Name = "LegRR_Lower" |
| 539 | p.Size = Vector3.new(0.8, 2, 0.9) |
| 540 | p.CFrame = CFrame.new(-1.5, 3, -2) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)) |
| 541 | p.BrickColor = BrickColor.new("Bright green") |
| 542 | p.Material = Enum.Material.Glacier |
| 543 | p.MaterialVariant = "2022 Stud" |
| 544 | p.Anchored = true |
| 545 | p.Parent = model |
| 546 | end |
| 547 | do |
| 548 | local p = Instance.new("Part") |
| 549 | p.Name = "FootRR" |
| 550 | p.Size = Vector3.new(1.2, 0.4, 1.4) |
| 551 | p.CFrame = CFrame.new(-1.6, 2, -1.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 552 | p.BrickColor = BrickColor.new("Bright green") |
| 553 | p.Material = Enum.Material.Glacier |
| 554 | p.MaterialVariant = "2022 Stud" |
| 555 | p.Anchored = true |
| 556 | p.Parent = model |
| 557 | end |
| 558 | do |
| 559 | local p = Instance.new("Part") |
| 560 | p.Name = "LegRL_Upper" |
| 561 | p.Size = Vector3.new(1, 2.2, 1.2) |
| 562 | p.CFrame = CFrame.new(1.2, 4.5, -3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)) |
| 563 | p.BrickColor = BrickColor.new("Bright green") |
| 564 | p.Material = Enum.Material.Glacier |
| 565 | p.MaterialVariant = "2022 Stud" |
| 566 | p.Anchored = true |
| 567 | p.Parent = model |
| 568 | end |
| 569 | do |
| 570 | local p = Instance.new("Part") |
| 571 | p.Name = "LegRL_Lower" |
| 572 | p.Size = Vector3.new(0.8, 2, 0.9) |
| 573 | p.CFrame = CFrame.new(1.5, 3, -2.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)) |
| 574 | p.BrickColor = BrickColor.new("Bright green") |
| 575 | p.Material = Enum.Material.Glacier |
| 576 | p.MaterialVariant = "2022 Stud" |
| 577 | p.Anchored = true |
| 578 | p.Parent = model |
| 579 | end |
| 580 | do |
| 581 | local p = Instance.new("Part") |
| 582 | p.Name = "FootRL" |
| 583 | p.Size = Vector3.new(1.2, 0.4, 1.4) |
| 584 | p.CFrame = CFrame.new(1.6, 2, -2) |
| 585 | p.BrickColor = BrickColor.new("Bright green") |
| 586 | p.Material = Enum.Material.Glacier |
| 587 | p.MaterialVariant = "2022 Stud" |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("WedgePart") |
| 593 | p.Name = "Spike_0" |
| 594 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 595 | p.CFrame = CFrame.new(0, 7, 2.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 596 | p.BrickColor = BrickColor.new("Bright yellow") |
| 597 | p.Material = Enum.Material.Glacier |
| 598 | p.MaterialVariant = "2022 Weld" |
| 599 | p.Anchored = true |
| 600 | p.Parent = model |
| 601 | end |
| 602 | do |
| 603 | local p = Instance.new("WedgePart") |
| 604 | p.Name = "Spike_1" |
| 605 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 606 | p.CFrame = CFrame.new(0, 7, 1.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 607 | p.BrickColor = BrickColor.new("Bright yellow") |
| 608 | p.Material = Enum.Material.Glacier |
| 609 | p.MaterialVariant = "2022 Weld" |
| 610 | p.Anchored = true |
| 611 | p.Parent = model |
| 612 | end |
| 613 | do |
| 614 | local p = Instance.new("WedgePart") |
| 615 | p.Name = "Spike_2" |
| 616 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 617 | p.CFrame = CFrame.new(0, 7.5, 0.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 618 | p.BrickColor = BrickColor.new("Bright yellow") |
| 619 | p.Material = Enum.Material.Glacier |
| 620 | p.MaterialVariant = "2022 Weld" |
| 621 | p.Anchored = true |
| 622 | p.Parent = model |
| 623 | end |
| 624 | do |
| 625 | local p = Instance.new("WedgePart") |
| 626 | p.Name = "Spike_3" |
| 627 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 628 | p.CFrame = CFrame.new(0, 7.5, -0.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 629 | p.BrickColor = BrickColor.new("Bright yellow") |
| 630 | p.Material = Enum.Material.Glacier |
| 631 | p.MaterialVariant = "2022 Weld" |
| 632 | p.Anchored = true |
| 633 | p.Parent = model |
| 634 | end |
| 635 | do |
| 636 | local p = Instance.new("WedgePart") |
| 637 | p.Name = "Spike_4" |
| 638 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 639 | p.CFrame = CFrame.new(0, 7.5, -1.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 640 | p.BrickColor = BrickColor.new("Bright yellow") |
| 641 | p.Material = Enum.Material.Glacier |
| 642 | p.MaterialVariant = "2022 Weld" |
| 643 | p.Anchored = true |
| 644 | p.Parent = model |
| 645 | end |
| 646 | do |
| 647 | local p = Instance.new("WedgePart") |
| 648 | p.Name = "Spike_5" |
| 649 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 650 | p.CFrame = CFrame.new(0, 7.5, -2.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 651 | p.BrickColor = BrickColor.new("Bright yellow") |
| 652 | p.Material = Enum.Material.Glacier |
| 653 | p.MaterialVariant = "2022 Weld" |
| 654 | p.Anchored = true |
| 655 | p.Parent = model |
| 656 | end |
| 657 | do |
| 658 | local p = Instance.new("WedgePart") |
| 659 | p.Name = "Spike_6" |
| 660 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 661 | p.CFrame = CFrame.new(0, 7, -3.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 662 | p.BrickColor = BrickColor.new("Bright yellow") |
| 663 | p.Material = Enum.Material.Glacier |
| 664 | p.MaterialVariant = "2022 Weld" |
| 665 | p.Anchored = true |
| 666 | p.Parent = model |
| 667 | end |
| 668 | do |
| 669 | local p = Instance.new("WedgePart") |
| 670 | p.Name = "Spike_7" |
| 671 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 672 | p.CFrame = CFrame.new(0, 7, -4.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 673 | p.BrickColor = BrickColor.new("Bright yellow") |
| 674 | p.Material = Enum.Material.Glacier |
| 675 | p.MaterialVariant = "2022 Weld" |
| 676 | p.Anchored = true |
| 677 | p.Parent = model |
| 678 | end |
| 679 | model.PrimaryPart = model:FindFirstChild("BodyMid1") |
| 680 | print("Chameleon built: " .. #model:GetChildren() .. " parts") |