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 = "Unicorn" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Dark stone grey"] = "2022 Stud", |
| 22 | ["Institutional white"] = "2022 Stud", |
| 23 | ["Light stone grey"] = "2022 Glue", |
| 24 | ["Really black"] = "2022 Universal", |
| 25 | } |
| 26 | if next(needed) then |
| 27 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 28 | if not ok then warn(roots) else |
| 29 | local tmp = Instance.new("Folder") |
| 30 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 31 | for _, d in ipairs(tmp:GetDescendants()) do |
| 32 | if d:IsA("MaterialVariant") and needed[d.Name] then |
| 33 | d.Parent = MS |
| 34 | end |
| 35 | end |
| 36 | tmp:Destroy() |
| 37 | end |
| 38 | end |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "BodyRear" |
| 43 | p.Size = Vector3.new(4, 5, 5) |
| 44 | p.CFrame = CFrame.new(0, 10, -2) |
| 45 | p.BrickColor = BrickColor.new("Institutional white") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "BodyMid" |
| 54 | p.Size = Vector3.new(3.8, 4.5, 4) |
| 55 | p.CFrame = CFrame.new(0, 9.46, -6) |
| 56 | p.BrickColor = BrickColor.new("Institutional white") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Stud" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "BodyFront" |
| 65 | p.Size = Vector3.new(4.2, 5.5, 4) |
| 66 | p.CFrame = CFrame.new(0, 10, -9) |
| 67 | p.BrickColor = BrickColor.new("Institutional white") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Stud" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "NeckLower" |
| 76 | p.Size = Vector3.new(3.5, 4, 3) |
| 77 | p.CFrame = CFrame.new(0, 12, -10.5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 78 | p.BrickColor = BrickColor.new("Institutional white") |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Stud" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "NeckUpper" |
| 87 | p.Size = Vector3.new(3, 4, 3) |
| 88 | p.CFrame = CFrame.new(0, 14.5, -11.5) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(0)) |
| 89 | p.BrickColor = BrickColor.new("Institutional white") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Stud" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "HeadBase" |
| 98 | p.Size = Vector3.new(2.8, 3, 3.5) |
| 99 | p.CFrame = CFrame.new(0, 16.5, -13) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 100 | p.BrickColor = BrickColor.new("Institutional white") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Stud" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("Part") |
| 108 | p.Name = "Snout" |
| 109 | p.Size = Vector3.new(2, 2, 3) |
| 110 | p.CFrame = CFrame.new(0, 15.5, -15) * CFrame.Angles(math.rad(-25), math.rad(0), math.rad(0)) |
| 111 | p.BrickColor = BrickColor.new("Institutional white") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Stud" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "Jaw" |
| 120 | p.Size = Vector3.new(1.8, 1, 2.5) |
| 121 | p.CFrame = CFrame.new(0, 14.5, -14.5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 122 | p.BrickColor = BrickColor.new("Institutional white") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Stud" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Name = "EarL" |
| 131 | p.Size = Vector3.new(0.5, 1.5, 1) |
| 132 | p.CFrame = CFrame.new(1.2, 17.5, -12) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-30)) |
| 133 | p.BrickColor = BrickColor.new("Institutional white") |
| 134 | p.Material = Enum.Material.Glacier |
| 135 | p.MaterialVariant = "2022 Stud" |
| 136 | p.Anchored = true |
| 137 | p.Parent = model |
| 138 | end |
| 139 | do |
| 140 | local p = Instance.new("Part") |
| 141 | p.Name = "EarR" |
| 142 | p.Size = Vector3.new(0.5, 1.5, 1) |
| 143 | p.CFrame = CFrame.new(-1.2, 17.5, -12) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(30)) |
| 144 | p.BrickColor = BrickColor.new("Institutional white") |
| 145 | p.Material = Enum.Material.Glacier |
| 146 | p.MaterialVariant = "2022 Stud" |
| 147 | p.Anchored = true |
| 148 | p.Parent = model |
| 149 | end |
| 150 | do |
| 151 | local p = Instance.new("Part") |
| 152 | p.Name = "EyeL" |
| 153 | p.Size = Vector3.new(0.2, 0.4, 0.4) |
| 154 | p.CFrame = CFrame.new(1.45, 16.5, -13.5) |
| 155 | p.BrickColor = BrickColor.new("Really black") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Universal" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "EyeR" |
| 164 | p.Size = Vector3.new(0.2, 0.4, 0.4) |
| 165 | p.CFrame = CFrame.new(-1.45, 16.5, -13.5) |
| 166 | p.BrickColor = BrickColor.new("Really black") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Universal" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Name = "Horn_0" |
| 175 | p.Size = Vector3.new(0.8, 2, 0.8) |
| 176 | p.CFrame = CFrame.new(0, 18.366, -14) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 177 | p.BrickColor = BrickColor.new("Institutional white") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Stud" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "Horn_1" |
| 186 | p.Size = Vector3.new(0.68, 2, 0.68) |
| 187 | p.CFrame = CFrame.new(0, 20.132741, -15.02) * CFrame.Angles(math.rad(-30), math.rad(15), math.rad(0)) |
| 188 | p.BrickColor = BrickColor.new("Institutional white") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Stud" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Name = "Horn_2" |
| 197 | p.Size = Vector3.new(0.56, 2, 0.56) |
| 198 | p.CFrame = CFrame.new(0, 21.899382, -16.04) * CFrame.Angles(math.rad(-30), math.rad(30), math.rad(0)) |
| 199 | p.BrickColor = BrickColor.new("Institutional white") |
| 200 | p.Material = Enum.Material.Glacier |
| 201 | p.MaterialVariant = "2022 Stud" |
| 202 | p.Anchored = true |
| 203 | p.Parent = model |
| 204 | end |
| 205 | do |
| 206 | local p = Instance.new("Part") |
| 207 | p.Name = "Horn_3" |
| 208 | p.Size = Vector3.new(0.44, 2, 0.44) |
| 209 | p.CFrame = CFrame.new(0, 23.666123, -17.06) * CFrame.Angles(math.rad(-30), math.rad(45), math.rad(0)) |
| 210 | p.BrickColor = BrickColor.new("Institutional white") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Stud" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Name = "Horn_4" |
| 219 | p.Size = Vector3.new(0.32, 2, 0.32) |
| 220 | p.CFrame = CFrame.new(0, 25.432764, -18.08) * CFrame.Angles(math.rad(-30), math.rad(60), math.rad(0)) |
| 221 | p.BrickColor = BrickColor.new("Institutional white") |
| 222 | p.Material = Enum.Material.Glacier |
| 223 | p.MaterialVariant = "2022 Stud" |
| 224 | p.Anchored = true |
| 225 | p.Parent = model |
| 226 | end |
| 227 | do |
| 228 | local p = Instance.new("Part") |
| 229 | p.Name = "Horn_5" |
| 230 | p.Size = Vector3.new(0.2, 2, 0.2) |
| 231 | p.CFrame = CFrame.new(0, 27.199505, -19.1) * CFrame.Angles(math.rad(-30), math.rad(75), math.rad(0)) |
| 232 | p.BrickColor = BrickColor.new("Institutional white") |
| 233 | p.Material = Enum.Material.Glacier |
| 234 | p.MaterialVariant = "2022 Stud" |
| 235 | p.Anchored = true |
| 236 | p.Parent = model |
| 237 | end |
| 238 | do |
| 239 | local p = Instance.new("Part") |
| 240 | p.Name = "ManeTop" |
| 241 | p.Size = Vector3.new(1.5, 2, 3) |
| 242 | p.CFrame = CFrame.new(0, 17, -11.5) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 243 | p.BrickColor = BrickColor.new("Light stone grey") |
| 244 | p.Material = Enum.Material.Glacier |
| 245 | p.MaterialVariant = "2022 Glue" |
| 246 | p.Anchored = true |
| 247 | p.Parent = model |
| 248 | end |
| 249 | do |
| 250 | local p = Instance.new("Part") |
| 251 | p.Name = "ManeMid1" |
| 252 | p.Size = Vector3.new(2, 3, 3.5) |
| 253 | p.CFrame = CFrame.new(0, 15, -10) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 254 | p.BrickColor = BrickColor.new("Light stone grey") |
| 255 | p.Material = Enum.Material.Glacier |
| 256 | p.MaterialVariant = "2022 Glue" |
| 257 | p.Anchored = true |
| 258 | p.Parent = model |
| 259 | end |
| 260 | do |
| 261 | local p = Instance.new("Part") |
| 262 | p.Name = "ManeMid2" |
| 263 | p.Size = Vector3.new(2.5, 4, 3.5) |
| 264 | p.CFrame = CFrame.new(0, 13, -9) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 265 | p.BrickColor = BrickColor.new("Light stone grey") |
| 266 | p.Material = Enum.Material.Glacier |
| 267 | p.MaterialVariant = "2022 Glue" |
| 268 | p.Anchored = true |
| 269 | p.Parent = model |
| 270 | end |
| 271 | do |
| 272 | local p = Instance.new("Part") |
| 273 | p.Name = "ManeBottom" |
| 274 | p.Size = Vector3.new(3, 3, 3) |
| 275 | p.CFrame = CFrame.new(0, 10.5, -8.46) |
| 276 | p.BrickColor = BrickColor.new("Light stone grey") |
| 277 | p.Material = Enum.Material.Glacier |
| 278 | p.MaterialVariant = "2022 Glue" |
| 279 | p.Anchored = true |
| 280 | p.Parent = model |
| 281 | end |
| 282 | do |
| 283 | local p = Instance.new("Part") |
| 284 | p.Name = "TailBase" |
| 285 | p.Size = Vector3.new(1.5, 2, 2) |
| 286 | p.CFrame = CFrame.new(0, 11, -0.5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 287 | p.BrickColor = BrickColor.new("Light stone grey") |
| 288 | p.Material = Enum.Material.Glacier |
| 289 | p.MaterialVariant = "2022 Glue" |
| 290 | p.Anchored = true |
| 291 | p.Parent = model |
| 292 | end |
| 293 | do |
| 294 | local p = Instance.new("Part") |
| 295 | p.Name = "TailMid" |
| 296 | p.Size = Vector3.new(1.2, 3, 1.5) |
| 297 | p.CFrame = CFrame.new(0, 9, 0.5) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) |
| 298 | p.BrickColor = BrickColor.new("Light stone grey") |
| 299 | p.Material = Enum.Material.Glacier |
| 300 | p.MaterialVariant = "2022 Glue" |
| 301 | p.Anchored = true |
| 302 | p.Parent = model |
| 303 | end |
| 304 | do |
| 305 | local p = Instance.new("Part") |
| 306 | p.Name = "TailEnd" |
| 307 | p.Size = Vector3.new(1, 4, 1.2) |
| 308 | p.CFrame = CFrame.new(0, 6, 0.5) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(0)) |
| 309 | p.BrickColor = BrickColor.new("Light stone grey") |
| 310 | p.Material = Enum.Material.Glacier |
| 311 | p.MaterialVariant = "2022 Glue" |
| 312 | p.Anchored = true |
| 313 | p.Parent = model |
| 314 | end |
| 315 | do |
| 316 | local p = Instance.new("Part") |
| 317 | p.Name = "FL_Shoulder" |
| 318 | p.Size = Vector3.new(1.5, 4, 2.5) |
| 319 | p.CFrame = CFrame.new(2, 8.5, -9) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 320 | p.BrickColor = BrickColor.new("Institutional white") |
| 321 | p.Material = Enum.Material.Glacier |
| 322 | p.MaterialVariant = "2022 Stud" |
| 323 | p.Anchored = true |
| 324 | p.Parent = model |
| 325 | end |
| 326 | do |
| 327 | local p = Instance.new("Part") |
| 328 | p.Name = "FL_Knee" |
| 329 | p.Size = Vector3.new(1.2, 3, 1.5) |
| 330 | p.CFrame = CFrame.new(2, 5.5, -8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 331 | p.BrickColor = BrickColor.new("Institutional white") |
| 332 | p.Material = Enum.Material.Glacier |
| 333 | p.MaterialVariant = "2022 Stud" |
| 334 | p.Anchored = true |
| 335 | p.Parent = model |
| 336 | end |
| 337 | do |
| 338 | local p = Instance.new("Part") |
| 339 | p.Name = "FL_Ankle" |
| 340 | p.Size = Vector3.new(1, 2.5, 1.2) |
| 341 | p.CFrame = CFrame.new(2, 3.5, -9.5) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 342 | p.BrickColor = BrickColor.new("Institutional white") |
| 343 | p.Material = Enum.Material.Glacier |
| 344 | p.MaterialVariant = "2022 Stud" |
| 345 | p.Anchored = true |
| 346 | p.Parent = model |
| 347 | end |
| 348 | do |
| 349 | local p = Instance.new("Part") |
| 350 | p.Name = "FL_Hoof" |
| 351 | p.Size = Vector3.new(1.2, 1, 1.5) |
| 352 | p.CFrame = CFrame.new(2, 2, -10) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 353 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 354 | p.Material = Enum.Material.Glacier |
| 355 | p.MaterialVariant = "2022 Stud" |
| 356 | p.Anchored = true |
| 357 | p.Parent = model |
| 358 | end |
| 359 | do |
| 360 | local p = Instance.new("Part") |
| 361 | p.Name = "FR_Shoulder" |
| 362 | p.Size = Vector3.new(1.5, 4, 2.5) |
| 363 | p.CFrame = CFrame.new(-2, 8.5, -9) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(0)) |
| 364 | p.BrickColor = BrickColor.new("Institutional white") |
| 365 | p.Material = Enum.Material.Glacier |
| 366 | p.MaterialVariant = "2022 Stud" |
| 367 | p.Anchored = true |
| 368 | p.Parent = model |
| 369 | end |
| 370 | do |
| 371 | local p = Instance.new("Part") |
| 372 | p.Name = "FR_Knee" |
| 373 | p.Size = Vector3.new(1.2, 4, 1.5) |
| 374 | p.CFrame = CFrame.new(-2, 4.5, -9.2) |
| 375 | p.BrickColor = BrickColor.new("Institutional white") |
| 376 | p.Material = Enum.Material.Glacier |
| 377 | p.MaterialVariant = "2022 Stud" |
| 378 | p.Anchored = true |
| 379 | p.Parent = model |
| 380 | end |
| 381 | do |
| 382 | local p = Instance.new("Part") |
| 383 | p.Name = "FR_Ankle" |
| 384 | p.Size = Vector3.new(1, 2, 1.2) |
| 385 | p.CFrame = CFrame.new(-2, 1.5, -9.2) |
| 386 | p.BrickColor = BrickColor.new("Institutional white") |
| 387 | p.Material = Enum.Material.Glacier |
| 388 | p.MaterialVariant = "2022 Stud" |
| 389 | p.Anchored = true |
| 390 | p.Parent = model |
| 391 | end |
| 392 | do |
| 393 | local p = Instance.new("Part") |
| 394 | p.Name = "FR_Hoof" |
| 395 | p.Size = Vector3.new(1.2, 1, 1.5) |
| 396 | p.CFrame = CFrame.new(-2, 0.5, -9.5) |
| 397 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 398 | p.Material = Enum.Material.Glacier |
| 399 | p.MaterialVariant = "2022 Stud" |
| 400 | p.Anchored = true |
| 401 | p.Parent = model |
| 402 | end |
| 403 | do |
| 404 | local p = Instance.new("Part") |
| 405 | p.Name = "BL_Thigh" |
| 406 | p.Size = Vector3.new(1.8, 5, 3) |
| 407 | p.CFrame = CFrame.new(2, 8, -2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 408 | p.BrickColor = BrickColor.new("Institutional white") |
| 409 | p.Material = Enum.Material.Glacier |
| 410 | p.MaterialVariant = "2022 Stud" |
| 411 | p.Anchored = true |
| 412 | p.Parent = model |
| 413 | end |
| 414 | do |
| 415 | local p = Instance.new("Part") |
| 416 | p.Name = "BL_Calf" |
| 417 | p.Size = Vector3.new(1.4, 4, 1.8) |
| 418 | p.CFrame = CFrame.new(2, 4, -1) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)) |
| 419 | p.BrickColor = BrickColor.new("Institutional white") |
| 420 | p.Material = Enum.Material.Glacier |
| 421 | p.MaterialVariant = "2022 Stud" |
| 422 | p.Anchored = true |
| 423 | p.Parent = model |
| 424 | end |
| 425 | do |
| 426 | local p = Instance.new("Part") |
| 427 | p.Name = "BL_Ankle" |
| 428 | p.Size = Vector3.new(1.2, 2, 1.4) |
| 429 | p.CFrame = CFrame.new(2, 1.5, -1.5) |
| 430 | p.BrickColor = BrickColor.new("Institutional white") |
| 431 | p.Material = Enum.Material.Glacier |
| 432 | p.MaterialVariant = "2022 Stud" |
| 433 | p.Anchored = true |
| 434 | p.Parent = model |
| 435 | end |
| 436 | do |
| 437 | local p = Instance.new("Part") |
| 438 | p.Name = "BL_Hoof" |
| 439 | p.Size = Vector3.new(1.4, 1, 1.6) |
| 440 | p.CFrame = CFrame.new(2, 0.5, -1.8) |
| 441 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 442 | p.Material = Enum.Material.Glacier |
| 443 | p.MaterialVariant = "2022 Stud" |
| 444 | p.Anchored = true |
| 445 | p.Parent = model |
| 446 | end |
| 447 | do |
| 448 | local p = Instance.new("Part") |
| 449 | p.Name = "BR_Thigh" |
| 450 | p.Size = Vector3.new(1.8, 5, 3) |
| 451 | p.CFrame = CFrame.new(-2, 8, -1.5) * CFrame.Angles(math.rad(25), math.rad(0), math.rad(0)) |
| 452 | p.BrickColor = BrickColor.new("Institutional white") |
| 453 | p.Material = Enum.Material.Glacier |
| 454 | p.MaterialVariant = "2022 Stud" |
| 455 | p.Anchored = true |
| 456 | p.Parent = model |
| 457 | end |
| 458 | do |
| 459 | local p = Instance.new("Part") |
| 460 | p.Name = "BR_Calf" |
| 461 | p.Size = Vector3.new(1.4, 4, 1.8) |
| 462 | p.CFrame = CFrame.new(-2, 4, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 463 | p.BrickColor = BrickColor.new("Institutional white") |
| 464 | p.Material = Enum.Material.Glacier |
| 465 | p.MaterialVariant = "2022 Stud" |
| 466 | p.Anchored = true |
| 467 | p.Parent = model |
| 468 | end |
| 469 | do |
| 470 | local p = Instance.new("Part") |
| 471 | p.Name = "BR_Ankle" |
| 472 | p.Size = Vector3.new(1.2, 2, 1.4) |
| 473 | p.CFrame = CFrame.new(-2, 1.5, -0.5) |
| 474 | p.BrickColor = BrickColor.new("Institutional white") |
| 475 | p.Material = Enum.Material.Glacier |
| 476 | p.MaterialVariant = "2022 Stud" |
| 477 | p.Anchored = true |
| 478 | p.Parent = model |
| 479 | end |
| 480 | do |
| 481 | local p = Instance.new("Part") |
| 482 | p.Name = "BR_Hoof" |
| 483 | p.Size = Vector3.new(1.4, 1, 1.6) |
| 484 | p.CFrame = CFrame.new(-2, 0.5, -0.8) |
| 485 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 486 | p.Material = Enum.Material.Glacier |
| 487 | p.MaterialVariant = "2022 Stud" |
| 488 | p.Anchored = true |
| 489 | p.Parent = model |
| 490 | end |
| 491 | do |
| 492 | local p = Instance.new("Part") |
| 493 | p.Name = "Beard" |
| 494 | p.Size = Vector3.new(0.8, 1.5, 1) |
| 495 | p.CFrame = CFrame.new(0, 13.8, -14.5) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(0)) |
| 496 | p.BrickColor = BrickColor.new("Light stone grey") |
| 497 | p.Material = Enum.Material.Glacier |
| 498 | p.MaterialVariant = "2022 Glue" |
| 499 | p.Anchored = true |
| 500 | p.Parent = model |
| 501 | end |
| 502 | model.PrimaryPart = model:FindFirstChild("BodyMid") |
| 503 | print("Unicorn built: " .. #model:GetChildren() .. " parts") |