Loading model...
by Nostalgie Minecraft · 8/13/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Unicorn |
| 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 = "Unicorn" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "2022 Universal", |
| 25 | ["Bright green"] = "2022 Stud", |
| 26 | ["Deep orange"] = "2022 Stud", |
| 27 | ["Gold"] = "2022 Stud", |
| 28 | ["Institutional white"] = "2022 Stud", |
| 29 | ["New Yeller"] = "2022 Stud", |
| 30 | ["Really black"] = "2022 Universal", |
| 31 | ["Really red"] = "2022 Stud", |
| 32 | ["Royal purple"] = "2022 Stud", |
| 33 | ["Silver"] = "2022 Stud", |
| 34 | } |
| 35 | do |
| 36 | local p = Instance.new("Part") |
| 37 | p.Name = "BodyFront" |
| 38 | p.Size = Vector3.new(3.2, 4.5, 4.5) |
| 39 | p.CFrame = CFrame.new(0, 10, -3) |
| 40 | p.BrickColor = BrickColor.new("Institutional white") |
| 41 | p.Material = Enum.Material.Glacier |
| 42 | p.MaterialVariant = "2022 Stud" |
| 43 | p.Anchored = true |
| 44 | p.Parent = model |
| 45 | end |
| 46 | do |
| 47 | local p = Instance.new("Part") |
| 48 | p.Name = "BodyMid" |
| 49 | p.Size = Vector3.new(3, 4.2, 4) |
| 50 | p.CFrame = CFrame.new(0, 9.8, 0) |
| 51 | p.BrickColor = BrickColor.new("Institutional white") |
| 52 | p.Material = Enum.Material.Glacier |
| 53 | p.MaterialVariant = "2022 Stud" |
| 54 | p.Anchored = true |
| 55 | p.Parent = model |
| 56 | end |
| 57 | do |
| 58 | local p = Instance.new("Part") |
| 59 | p.Name = "BodyBack" |
| 60 | p.Size = Vector3.new(3.2, 4.6, 4.5) |
| 61 | p.CFrame = CFrame.new(0, 10.2, 3.5) |
| 62 | p.BrickColor = BrickColor.new("Institutional white") |
| 63 | p.Material = Enum.Material.Glacier |
| 64 | p.MaterialVariant = "2022 Stud" |
| 65 | p.Anchored = true |
| 66 | p.Parent = model |
| 67 | end |
| 68 | do |
| 69 | local p = Instance.new("Part") |
| 70 | p.Name = "Neck" |
| 71 | p.Size = Vector3.new(5.31507, 2.4, 2.8) |
| 72 | p.CFrame = CFrame.new(0, 13.5, -5.75) * CFrame.Angles(math.rad(48.8141), math.rad(90), math.rad(0)) |
| 73 | p.BrickColor = BrickColor.new("Institutional white") |
| 74 | p.Material = Enum.Material.Glacier |
| 75 | p.MaterialVariant = "2022 Stud" |
| 76 | p.Anchored = true |
| 77 | p.Parent = model |
| 78 | end |
| 79 | do |
| 80 | local p = Instance.new("Part") |
| 81 | p.Name = "HeadMain" |
| 82 | p.Size = Vector3.new(3.80789, 2.2, 2.2) |
| 83 | p.CFrame = CFrame.new(0, 15.25, -8.75) * CFrame.Angles(math.rad(-23.1986), math.rad(90), math.rad(0)) |
| 84 | p.BrickColor = BrickColor.new("Institutional white") |
| 85 | p.Material = Enum.Material.Glacier |
| 86 | p.MaterialVariant = "2022 Stud" |
| 87 | p.Anchored = true |
| 88 | p.Parent = model |
| 89 | end |
| 90 | do |
| 91 | local p = Instance.new("Part") |
| 92 | p.Name = "Snout" |
| 93 | p.Size = Vector3.new(2.23607, 1.6, 1.6) |
| 94 | p.CFrame = CFrame.new(0, 14, -11.5) * CFrame.Angles(math.rad(-26.5651), math.rad(90), math.rad(0)) |
| 95 | p.BrickColor = BrickColor.new("Institutional white") |
| 96 | p.Material = Enum.Material.Glacier |
| 97 | p.MaterialVariant = "2022 Stud" |
| 98 | p.Anchored = true |
| 99 | p.Parent = model |
| 100 | end |
| 101 | do |
| 102 | local p = Instance.new("Part") |
| 103 | p.Name = "LegFL_Up" |
| 104 | p.Size = Vector3.new(2.69258, 1.4, 1.6) |
| 105 | p.CFrame = CFrame.new(-1.2, 7.75, -3) * CFrame.Angles(math.rad(68.1986), math.rad(-90), math.rad(0)) |
| 106 | p.BrickColor = BrickColor.new("Institutional white") |
| 107 | p.Material = Enum.Material.Glacier |
| 108 | p.MaterialVariant = "2022 Stud" |
| 109 | p.Anchored = true |
| 110 | p.Parent = model |
| 111 | end |
| 112 | do |
| 113 | local p = Instance.new("Part") |
| 114 | p.Name = "LegFL_Low" |
| 115 | p.Size = Vector3.new(2.23607, 1.1, 1.2) |
| 116 | p.CFrame = CFrame.new(-1.2, 5.5, -3) * CFrame.Angles(math.rad(-63.4349), math.rad(90), math.rad(0)) |
| 117 | p.BrickColor = BrickColor.new("Institutional white") |
| 118 | p.Material = Enum.Material.Glacier |
| 119 | p.MaterialVariant = "2022 Stud" |
| 120 | p.Anchored = true |
| 121 | p.Parent = model |
| 122 | end |
| 123 | do |
| 124 | local p = Instance.new("Part") |
| 125 | p.Name = "HoofFL" |
| 126 | p.Size = Vector3.new(1, 1.2, 1.3) |
| 127 | p.CFrame = CFrame.new(-1.28, 4, -3.5) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 128 | p.BrickColor = BrickColor.new("Gold") |
| 129 | p.Material = Enum.Material.Glacier |
| 130 | p.MaterialVariant = "2022 Stud" |
| 131 | p.Anchored = true |
| 132 | p.Parent = model |
| 133 | end |
| 134 | do |
| 135 | local p = Instance.new("Part") |
| 136 | p.Name = "LegFR_Up" |
| 137 | p.Size = Vector3.new(3.60555, 1.4, 1.6) |
| 138 | p.CFrame = CFrame.new(1.2, 7.5, -4.5) * CFrame.Angles(math.rad(-56.3099), math.rad(90), math.rad(0)) |
| 139 | p.BrickColor = BrickColor.new("Institutional white") |
| 140 | p.Material = Enum.Material.Glacier |
| 141 | p.MaterialVariant = "2022 Stud" |
| 142 | p.Anchored = true |
| 143 | p.Parent = model |
| 144 | end |
| 145 | do |
| 146 | local p = Instance.new("Part") |
| 147 | p.Name = "LegFR_Low" |
| 148 | p.Size = Vector3.new(2.69258, 1.1, 1.2) |
| 149 | p.CFrame = CFrame.new(1.2, 4.75, -6) * CFrame.Angles(math.rad(-68.1986), math.rad(90), math.rad(0)) |
| 150 | p.BrickColor = BrickColor.new("Institutional white") |
| 151 | p.Material = Enum.Material.Glacier |
| 152 | p.MaterialVariant = "2022 Stud" |
| 153 | p.Anchored = true |
| 154 | p.Parent = model |
| 155 | end |
| 156 | do |
| 157 | local p = Instance.new("Part") |
| 158 | p.Name = "HoofFR" |
| 159 | p.Size = Vector3.new(1, 1.2, 1.3) |
| 160 | p.CFrame = CFrame.new(1.28, 3, -6.5) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 161 | p.BrickColor = BrickColor.new("Gold") |
| 162 | p.Material = Enum.Material.Glacier |
| 163 | p.MaterialVariant = "2022 Stud" |
| 164 | p.Anchored = true |
| 165 | p.Parent = model |
| 166 | end |
| 167 | do |
| 168 | local p = Instance.new("Part") |
| 169 | p.Name = "LegBL_Up" |
| 170 | p.Size = Vector3.new(3.60555, 1.5, 1.8) |
| 171 | p.CFrame = CFrame.new(-1.2, 8, 4.5) * CFrame.Angles(math.rad(56.3099), math.rad(-90), math.rad(0)) |
| 172 | p.BrickColor = BrickColor.new("Institutional white") |
| 173 | p.Material = Enum.Material.Glacier |
| 174 | p.MaterialVariant = "2022 Stud" |
| 175 | p.Anchored = true |
| 176 | p.Parent = model |
| 177 | end |
| 178 | do |
| 179 | local p = Instance.new("Part") |
| 180 | p.Name = "LegBL_Low" |
| 181 | p.Size = Vector3.new(3.60555, 1.2, 1.3) |
| 182 | p.CFrame = CFrame.new(-1.2, 4.96672, 6.52219) * CFrame.Angles(math.rad(56.3099), math.rad(-90), math.rad(0)) |
| 183 | p.BrickColor = BrickColor.new("Institutional white") |
| 184 | p.Material = Enum.Material.Glacier |
| 185 | p.MaterialVariant = "2022 Stud" |
| 186 | p.Anchored = true |
| 187 | p.Parent = model |
| 188 | end |
| 189 | do |
| 190 | local p = Instance.new("Part") |
| 191 | p.Name = "HoofBL" |
| 192 | p.Size = Vector3.new(1.11803, 1.3, 1.4) |
| 193 | p.CFrame = CFrame.new(-1.12, 3, 7.75) * CFrame.Angles(math.rad(63.4349), math.rad(-90), math.rad(0)) |
| 194 | p.BrickColor = BrickColor.new("Gold") |
| 195 | p.Material = Enum.Material.Glacier |
| 196 | p.MaterialVariant = "2022 Stud" |
| 197 | p.Anchored = true |
| 198 | p.Parent = model |
| 199 | end |
| 200 | do |
| 201 | local p = Instance.new("Part") |
| 202 | p.Name = "LegBR_Up" |
| 203 | p.Size = Vector3.new(3.16228, 1.5, 1.8) |
| 204 | p.CFrame = CFrame.new(1.2, 8, 4) * CFrame.Angles(math.rad(71.5651), math.rad(-90), math.rad(0)) |
| 205 | p.BrickColor = BrickColor.new("Institutional white") |
| 206 | p.Material = Enum.Material.Glacier |
| 207 | p.MaterialVariant = "2022 Stud" |
| 208 | p.Anchored = true |
| 209 | p.Parent = model |
| 210 | end |
| 211 | do |
| 212 | local p = Instance.new("Part") |
| 213 | p.Name = "LegBR_Low" |
| 214 | p.Size = Vector3.new(2.23607, 1.2, 1.3) |
| 215 | p.CFrame = CFrame.new(1.2, 5.5, 4) * CFrame.Angles(math.rad(-63.4349), math.rad(90), math.rad(0)) |
| 216 | p.BrickColor = BrickColor.new("Institutional white") |
| 217 | p.Material = Enum.Material.Glacier |
| 218 | p.MaterialVariant = "2022 Stud" |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("Part") |
| 224 | p.Name = "HoofBR" |
| 225 | p.Size = Vector3.new(1, 1.3, 1.4) |
| 226 | p.CFrame = CFrame.new(1.12, 4, 3.5) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 227 | p.BrickColor = BrickColor.new("Gold") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Stud" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Name = "Mane_0" |
| 236 | p.Size = Vector3.new(0.8, 2, 1.8) |
| 237 | p.CFrame = CFrame.new(0.2, 16.5, -6.5) * CFrame.Angles(math.rad(-35), math.rad(0), math.rad(0)) |
| 238 | p.BrickColor = BrickColor.new("Really red") |
| 239 | p.Material = Enum.Material.Glacier |
| 240 | p.MaterialVariant = "2022 Stud" |
| 241 | p.Anchored = true |
| 242 | p.Parent = model |
| 243 | end |
| 244 | do |
| 245 | local p = Instance.new("Part") |
| 246 | p.Name = "Mane_1" |
| 247 | p.Size = Vector3.new(0.8, 2, 1.8) |
| 248 | p.CFrame = CFrame.new(0.16, 15.6, -5.6) * CFrame.Angles(math.rad(-35), math.rad(0), math.rad(0)) |
| 249 | p.BrickColor = BrickColor.new("Deep orange") |
| 250 | p.Material = Enum.Material.Glacier |
| 251 | p.MaterialVariant = "2022 Stud" |
| 252 | p.Anchored = true |
| 253 | p.Parent = model |
| 254 | end |
| 255 | do |
| 256 | local p = Instance.new("Part") |
| 257 | p.Name = "Mane_2" |
| 258 | p.Size = Vector3.new(0.8, 2, 1.8) |
| 259 | p.CFrame = CFrame.new(0.12, 14.7, -4.7) * CFrame.Angles(math.rad(-35), math.rad(0), math.rad(0)) |
| 260 | p.BrickColor = BrickColor.new("New Yeller") |
| 261 | p.Material = Enum.Material.Glacier |
| 262 | p.MaterialVariant = "2022 Stud" |
| 263 | p.Anchored = true |
| 264 | p.Parent = model |
| 265 | end |
| 266 | do |
| 267 | local p = Instance.new("Part") |
| 268 | p.Name = "Mane_3" |
| 269 | p.Size = Vector3.new(0.8, 2, 1.8) |
| 270 | p.CFrame = CFrame.new(0.08, 13.8, -3.8) * CFrame.Angles(math.rad(-35), math.rad(0), math.rad(0)) |
| 271 | p.BrickColor = BrickColor.new("Bright green") |
| 272 | p.Material = Enum.Material.Glacier |
| 273 | p.MaterialVariant = "2022 Stud" |
| 274 | p.Anchored = true |
| 275 | p.Parent = model |
| 276 | end |
| 277 | do |
| 278 | local p = Instance.new("Part") |
| 279 | p.Name = "Mane_4" |
| 280 | p.Size = Vector3.new(0.8, 2, 1.8) |
| 281 | p.CFrame = CFrame.new(0.04, 12.9, -2.9) * CFrame.Angles(math.rad(-35), math.rad(0), math.rad(0)) |
| 282 | p.BrickColor = BrickColor.new("Bright blue") |
| 283 | p.Material = Enum.Material.Glacier |
| 284 | p.MaterialVariant = "2022 Universal" |
| 285 | p.Anchored = true |
| 286 | p.Parent = model |
| 287 | end |
| 288 | do |
| 289 | local p = Instance.new("Part") |
| 290 | p.Name = "Mane_5" |
| 291 | p.Size = Vector3.new(0.8, 2, 1.8) |
| 292 | p.CFrame = CFrame.new(0, 12, -2) * CFrame.Angles(math.rad(-35), math.rad(0), math.rad(0)) |
| 293 | p.BrickColor = BrickColor.new("Royal purple") |
| 294 | p.Material = Enum.Material.Glacier |
| 295 | p.MaterialVariant = "2022 Stud" |
| 296 | p.Anchored = true |
| 297 | p.Parent = model |
| 298 | end |
| 299 | do |
| 300 | local p = Instance.new("Part") |
| 301 | p.Name = "Tail_0" |
| 302 | p.Size = Vector3.new(0.6, 2, 1.5) |
| 303 | p.CFrame = CFrame.new(0.12, 10, 5) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(0)) |
| 304 | p.BrickColor = BrickColor.new("Bright green") |
| 305 | p.Material = Enum.Material.Glacier |
| 306 | p.MaterialVariant = "2022 Stud" |
| 307 | p.Anchored = true |
| 308 | p.Parent = model |
| 309 | end |
| 310 | do |
| 311 | local p = Instance.new("Part") |
| 312 | p.Name = "Tail_1" |
| 313 | p.Size = Vector3.new(0.6, 2, 1.5) |
| 314 | p.CFrame = CFrame.new(0.08, 8.5, 6.2) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(0)) |
| 315 | p.BrickColor = BrickColor.new("New Yeller") |
| 316 | p.Material = Enum.Material.Glacier |
| 317 | p.MaterialVariant = "2022 Stud" |
| 318 | p.Anchored = true |
| 319 | p.Parent = model |
| 320 | end |
| 321 | do |
| 322 | local p = Instance.new("Part") |
| 323 | p.Name = "Tail_2" |
| 324 | p.Size = Vector3.new(0.6, 2, 1.5) |
| 325 | p.CFrame = CFrame.new(0.04, 7, 7.4) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(0)) |
| 326 | p.BrickColor = BrickColor.new("Deep orange") |
| 327 | p.Material = Enum.Material.Glacier |
| 328 | p.MaterialVariant = "2022 Stud" |
| 329 | p.Anchored = true |
| 330 | p.Parent = model |
| 331 | end |
| 332 | do |
| 333 | local p = Instance.new("Part") |
| 334 | p.Name = "Tail_3" |
| 335 | p.Size = Vector3.new(0.6, 2, 1.5) |
| 336 | p.CFrame = CFrame.new(0, 5.5, 8.6) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(0)) |
| 337 | p.BrickColor = BrickColor.new("Really red") |
| 338 | p.Material = Enum.Material.Glacier |
| 339 | p.MaterialVariant = "2022 Stud" |
| 340 | p.Anchored = true |
| 341 | p.Parent = model |
| 342 | end |
| 343 | do |
| 344 | local p = Instance.new("Part") |
| 345 | p.Shape = Enum.PartType.Cylinder |
| 346 | p.Name = "Horn1" |
| 347 | p.Size = Vector3.new(2.23607, 0.5, 0.5) |
| 348 | p.CFrame = CFrame.new(0, 17.5, -9) * CFrame.Angles(math.rad(63.4349), math.rad(90), math.rad(0)) |
| 349 | p.BrickColor = BrickColor.new("Silver") |
| 350 | p.Material = Enum.Material.Glacier |
| 351 | p.MaterialVariant = "2022 Stud" |
| 352 | p.Anchored = true |
| 353 | p.Parent = model |
| 354 | end |
| 355 | do |
| 356 | local p = Instance.new("Part") |
| 357 | p.Shape = Enum.PartType.Cylinder |
| 358 | p.Name = "Horn2" |
| 359 | p.Size = Vector3.new(2.23607, 0.2, 0.2) |
| 360 | p.CFrame = CFrame.new(0, 19.5358, -10.0179) * CFrame.Angles(math.rad(63.4349), math.rad(90), math.rad(0)) |
| 361 | p.BrickColor = BrickColor.new("Silver") |
| 362 | p.Material = Enum.Material.Glacier |
| 363 | p.MaterialVariant = "2022 Stud" |
| 364 | p.Anchored = true |
| 365 | p.Parent = model |
| 366 | end |
| 367 | do |
| 368 | local p = Instance.new("Part") |
| 369 | p.Shape = Enum.PartType.Cylinder |
| 370 | p.Name = "EyeL" |
| 371 | p.Size = Vector3.new(0.2, 0.4, 0.4) |
| 372 | p.CFrame = CFrame.new(-1.1, 15.2, -8.5) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 373 | p.BrickColor = BrickColor.new("Really black") |
| 374 | p.Material = Enum.Material.Glacier |
| 375 | p.MaterialVariant = "2022 Universal" |
| 376 | p.Anchored = true |
| 377 | p.Parent = model |
| 378 | end |
| 379 | do |
| 380 | local p = Instance.new("Part") |
| 381 | p.Shape = Enum.PartType.Cylinder |
| 382 | p.Name = "EyeR" |
| 383 | p.Size = Vector3.new(0.2, 0.4, 0.4) |
| 384 | p.CFrame = CFrame.new(1.1, 15.2, -8.5) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 385 | p.BrickColor = BrickColor.new("Really black") |
| 386 | p.Material = Enum.Material.Glacier |
| 387 | p.MaterialVariant = "2022 Universal" |
| 388 | p.Anchored = true |
| 389 | p.Parent = model |
| 390 | end |
| 391 | do |
| 392 | local p = Instance.new("Part") |
| 393 | p.Name = "EarL" |
| 394 | p.Size = Vector3.new(0.4, 1.2, 0.6) |
| 395 | p.CFrame = CFrame.new(-0.8, 16.8, -6.5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(20)) |
| 396 | p.BrickColor = BrickColor.new("Institutional white") |
| 397 | p.Material = Enum.Material.Glacier |
| 398 | p.MaterialVariant = "2022 Stud" |
| 399 | p.Anchored = true |
| 400 | p.Parent = model |
| 401 | end |
| 402 | do |
| 403 | local p = Instance.new("Part") |
| 404 | p.Name = "EarR" |
| 405 | p.Size = Vector3.new(0.4, 1.2, 0.6) |
| 406 | p.CFrame = CFrame.new(0.8, 16.8, -6.5) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)) |
| 407 | p.BrickColor = BrickColor.new("Institutional white") |
| 408 | p.Material = Enum.Material.Glacier |
| 409 | p.MaterialVariant = "2022 Stud" |
| 410 | p.Anchored = true |
| 411 | p.Parent = model |
| 412 | end |
| 413 | model.PrimaryPart = model:FindFirstChild("BodyMid") |
| 414 | print("Unicorn built: " .. #model:GetChildren() .. " parts") |
Loading comments...