Loading model...
by max sullivan · 3/27/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: RedBlockCreature |
| 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 = "RedBlockCreature" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright red"] = "2022 Stud", |
| 25 | ["Institutional white"] = "2022 Stud", |
| 26 | ["Really black"] = "2022 Universal", |
| 27 | } |
| 28 | do |
| 29 | local p = Instance.new("Part") |
| 30 | p.Name = "BodyMain" |
| 31 | p.Size = Vector3.new(4, 4, 3) |
| 32 | p.CFrame = CFrame.new(0, 3, 0) |
| 33 | p.BrickColor = BrickColor.new("Bright red") |
| 34 | p.Material = Enum.Material.Glacier |
| 35 | p.MaterialVariant = "2022 Stud" |
| 36 | p.Anchored = true |
| 37 | p.Parent = model |
| 38 | end |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Name = "BodyTop" |
| 42 | p.Size = Vector3.new(3.8, 0.4, 2.8) |
| 43 | p.CFrame = CFrame.new(0, 5.24, 0) |
| 44 | p.BrickColor = BrickColor.new("Bright red") |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Stud" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Name = "BodyBottom" |
| 53 | p.Size = Vector3.new(3.8, 0.4, 2.8) |
| 54 | p.CFrame = CFrame.new(0, 0.76, 0) |
| 55 | p.BrickColor = BrickColor.new("Bright red") |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Stud" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Name = "TopStudL" |
| 64 | p.Size = Vector3.new(1.2, 1, 1.2) |
| 65 | p.CFrame = CFrame.new(-1, 5.8, 0) |
| 66 | p.BrickColor = BrickColor.new("Bright red") |
| 67 | p.Material = Enum.Material.Glacier |
| 68 | p.MaterialVariant = "2022 Stud" |
| 69 | p.Anchored = true |
| 70 | p.Parent = model |
| 71 | end |
| 72 | do |
| 73 | local p = Instance.new("Part") |
| 74 | p.Name = "TopStudR" |
| 75 | p.Size = Vector3.new(1.2, 1, 1.2) |
| 76 | p.CFrame = CFrame.new(1, 5.8, 0) |
| 77 | p.BrickColor = BrickColor.new("Bright red") |
| 78 | p.Material = Enum.Material.Glacier |
| 79 | p.MaterialVariant = "2022 Stud" |
| 80 | p.Anchored = true |
| 81 | p.Parent = model |
| 82 | end |
| 83 | do |
| 84 | local p = Instance.new("Part") |
| 85 | p.Name = "FootL" |
| 86 | p.Size = Vector3.new(1.2, 0.6, 1.2) |
| 87 | p.CFrame = CFrame.new(-1, 0.22, 0) |
| 88 | p.BrickColor = BrickColor.new("Bright red") |
| 89 | p.Material = Enum.Material.Glacier |
| 90 | p.MaterialVariant = "2022 Stud" |
| 91 | p.Anchored = true |
| 92 | p.Parent = model |
| 93 | end |
| 94 | do |
| 95 | local p = Instance.new("Part") |
| 96 | p.Name = "FootR" |
| 97 | p.Size = Vector3.new(1.2, 0.6, 1.2) |
| 98 | p.CFrame = CFrame.new(1, 0.22, 0) |
| 99 | p.BrickColor = BrickColor.new("Bright red") |
| 100 | p.Material = Enum.Material.Glacier |
| 101 | p.MaterialVariant = "2022 Stud" |
| 102 | p.Anchored = true |
| 103 | p.Parent = model |
| 104 | end |
| 105 | do |
| 106 | local p = Instance.new("Part") |
| 107 | p.Shape = Enum.PartType.Cylinder |
| 108 | p.Name = "EyeWhiteL" |
| 109 | p.Size = Vector3.new(0.2, 2, 2) |
| 110 | p.CFrame = CFrame.new(-1.1, 2.8, -1.55) * CFrame.Angles(math.rad(0), math.rad(90), 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.Shape = Enum.PartType.Cylinder |
| 120 | p.Name = "EyePupilL" |
| 121 | p.Size = Vector3.new(0.2, 1.6, 1.6) |
| 122 | p.CFrame = CFrame.new(-1.02, 2.8, -1.65) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 123 | p.BrickColor = BrickColor.new("Really black") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Universal" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Shape = Enum.PartType.Cylinder |
| 132 | p.Name = "EyeGlintL1" |
| 133 | p.Size = Vector3.new(0.1, 0.5, 0.5) |
| 134 | p.CFrame = CFrame.new(-1.4, 3.1, -1.75) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 135 | p.BrickColor = BrickColor.new("Institutional white") |
| 136 | p.Material = Enum.Material.Glacier |
| 137 | p.MaterialVariant = "2022 Stud" |
| 138 | p.Anchored = true |
| 139 | p.Parent = model |
| 140 | end |
| 141 | do |
| 142 | local p = Instance.new("Part") |
| 143 | p.Shape = Enum.PartType.Cylinder |
| 144 | p.Name = "EyeGlintL2" |
| 145 | p.Size = Vector3.new(0.1, 0.3, 0.3) |
| 146 | p.CFrame = CFrame.new(-0.8, 2.5, -1.75) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 147 | p.BrickColor = BrickColor.new("Institutional white") |
| 148 | p.Material = Enum.Material.Glacier |
| 149 | p.MaterialVariant = "2022 Stud" |
| 150 | p.Anchored = true |
| 151 | p.Parent = model |
| 152 | end |
| 153 | do |
| 154 | local p = Instance.new("Part") |
| 155 | p.Shape = Enum.PartType.Cylinder |
| 156 | p.Name = "EyeWhiteR" |
| 157 | p.Size = Vector3.new(0.2, 2, 2) |
| 158 | p.CFrame = CFrame.new(1.1, 2.8, -1.55) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 159 | p.BrickColor = BrickColor.new("Institutional white") |
| 160 | p.Material = Enum.Material.Glacier |
| 161 | p.MaterialVariant = "2022 Stud" |
| 162 | p.Anchored = true |
| 163 | p.Parent = model |
| 164 | end |
| 165 | do |
| 166 | local p = Instance.new("Part") |
| 167 | p.Shape = Enum.PartType.Cylinder |
| 168 | p.Name = "EyePupilR" |
| 169 | p.Size = Vector3.new(0.2, 1.6, 1.6) |
| 170 | p.CFrame = CFrame.new(1.02, 2.8, -1.65) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 171 | p.BrickColor = BrickColor.new("Really black") |
| 172 | p.Material = Enum.Material.Glacier |
| 173 | p.MaterialVariant = "2022 Universal" |
| 174 | p.Anchored = true |
| 175 | p.Parent = model |
| 176 | end |
| 177 | do |
| 178 | local p = Instance.new("Part") |
| 179 | p.Shape = Enum.PartType.Cylinder |
| 180 | p.Name = "EyeGlintR1" |
| 181 | p.Size = Vector3.new(0.1, 0.5, 0.5) |
| 182 | p.CFrame = CFrame.new(0.8, 3.1, -1.75) * CFrame.Angles(math.rad(0), 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.Shape = Enum.PartType.Cylinder |
| 192 | p.Name = "EyeGlintR2" |
| 193 | p.Size = Vector3.new(0.1, 0.3, 0.3) |
| 194 | p.CFrame = CFrame.new(1.4, 2.5, -1.75) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 195 | p.BrickColor = BrickColor.new("Institutional white") |
| 196 | p.Material = Enum.Material.Glacier |
| 197 | p.MaterialVariant = "2022 Stud" |
| 198 | p.Anchored = true |
| 199 | p.Parent = model |
| 200 | end |
| 201 | model.PrimaryPart = model:FindFirstChild("BodyMain") |
| 202 | print("RedBlockCreature built: " .. #model:GetChildren() .. " parts") |
Loading comments...