Loading model...
by ryan clamp · 4/11/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: BlockyCat |
| 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 = "BlockyCat" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Carnation pink"] = "2022 Stud", |
| 25 | ["Medium stone grey"] = "2022 Inlet", |
| 26 | ["Really black"] = "2022 Universal", |
| 27 | ["White"] = "2022 Stud", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Name = "Body" |
| 32 | p.Size = Vector3.new(10, 10, 10) |
| 33 | p.CFrame = CFrame.new(0, 7, 0) |
| 34 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Inlet" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "LegFrontLeft" |
| 43 | p.Size = Vector3.new(2, 2, 2) |
| 44 | p.CFrame = CFrame.new(-3.5, 0.92, -3.5) |
| 45 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Inlet" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "LegFrontRight" |
| 54 | p.Size = Vector3.new(2, 2, 2) |
| 55 | p.CFrame = CFrame.new(3.5, 0.92, -3.5) |
| 56 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Inlet" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "LegBackLeft" |
| 65 | p.Size = Vector3.new(2, 2, 2) |
| 66 | p.CFrame = CFrame.new(-3.5, 0.92, 3.5) |
| 67 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Inlet" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "LegBackRight" |
| 76 | p.Size = Vector3.new(2, 2, 2) |
| 77 | p.CFrame = CFrame.new(3.5, 0.92, 3.5) |
| 78 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Inlet" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("WedgePart") |
| 86 | p.Name = "EarLeft" |
| 87 | p.Size = Vector3.new(2.5, 3, 2.5) |
| 88 | p.CFrame = CFrame.new(-3, 13.58, -3) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 89 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Inlet" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("WedgePart") |
| 97 | p.Name = "EarRight" |
| 98 | p.Size = Vector3.new(2.5, 3, 2.5) |
| 99 | p.CFrame = CFrame.new(3, 13.58, -3) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 100 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Inlet" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("WedgePart") |
| 108 | p.Name = "Tail" |
| 109 | p.Size = Vector3.new(2, 2, 4) |
| 110 | p.CFrame = CFrame.new(0, 4, 6.5) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 111 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Inlet" |
| 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 = "EyeLeft" |
| 121 | p.Size = Vector3.new(0.1, 2.5, 2.5) |
| 122 | p.CFrame = CFrame.new(-2.5, 8.5, -5.13) * 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 = "EyeRight" |
| 133 | p.Size = Vector3.new(0.1, 2.5, 2.5) |
| 134 | p.CFrame = CFrame.new(2.5, 8.5, -5.13) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 135 | p.BrickColor = BrickColor.new("Really black") |
| 136 | p.Material = Enum.Material.Glacier |
| 137 | p.MaterialVariant = "2022 Universal" |
| 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 = "EyeLeft_Hi1" |
| 145 | p.Size = Vector3.new(0.1, 1, 1) |
| 146 | p.CFrame = CFrame.new(-2.8, 9.2, -5.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 147 | p.BrickColor = BrickColor.new("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 = "EyeLeft_Hi2" |
| 157 | p.Size = Vector3.new(0.1, 0.5, 0.5) |
| 158 | p.CFrame = CFrame.new(-2, 8, -5.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 159 | p.BrickColor = BrickColor.new("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 = "EyeRight_Hi1" |
| 169 | p.Size = Vector3.new(0.1, 1, 1) |
| 170 | p.CFrame = CFrame.new(2.2, 9.2, -5.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 171 | p.BrickColor = BrickColor.new("White") |
| 172 | p.Material = Enum.Material.Glacier |
| 173 | p.MaterialVariant = "2022 Stud" |
| 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 = "EyeRight_Hi2" |
| 181 | p.Size = Vector3.new(0.1, 0.5, 0.5) |
| 182 | p.CFrame = CFrame.new(3, 8, -5.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 183 | p.BrickColor = BrickColor.new("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 = "BlushLeft" |
| 192 | p.Size = Vector3.new(1.5, 0.8, 0.1) |
| 193 | p.CFrame = CFrame.new(-4.2, 7, -5.13) |
| 194 | p.BrickColor = BrickColor.new("Carnation pink") |
| 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 = "BlushRight" |
| 203 | p.Size = Vector3.new(1.5, 0.8, 0.1) |
| 204 | p.CFrame = CFrame.new(4.2, 7, -5.13) |
| 205 | p.BrickColor = BrickColor.new("Carnation pink") |
| 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("WedgePart") |
| 213 | p.Name = "Nose" |
| 214 | p.Size = Vector3.new(1.2, 0.8, 0.1) |
| 215 | p.CFrame = CFrame.new(0, 7, -5.05) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(0)) |
| 216 | p.BrickColor = BrickColor.new("Really black") |
| 217 | p.Material = Enum.Material.Glacier |
| 218 | p.MaterialVariant = "2022 Universal" |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("Part") |
| 224 | p.Name = "MouthLeft" |
| 225 | p.Size = Vector3.new(1, 0.15, 0.1) |
| 226 | p.CFrame = CFrame.new(-0.4, 6.4, -5.09) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)) |
| 227 | p.BrickColor = BrickColor.new("Really black") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Universal" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Name = "MouthRight" |
| 236 | p.Size = Vector3.new(1, 0.15, 0.1) |
| 237 | p.CFrame = CFrame.new(0.4, 6.4, -5.09) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-30)) |
| 238 | p.BrickColor = BrickColor.new("Really black") |
| 239 | p.Material = Enum.Material.Glacier |
| 240 | p.MaterialVariant = "2022 Universal" |
| 241 | p.Anchored = true |
| 242 | p.Parent = model |
| 243 | end |
| 244 | do |
| 245 | local p = Instance.new("Part") |
| 246 | p.Name = "WhiskerL_Top" |
| 247 | p.Size = Vector3.new(2.5, 0.1, 0.1) |
| 248 | p.CFrame = CFrame.new(-3.5, 6.5, -5.09) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)) |
| 249 | p.BrickColor = BrickColor.new("Really black") |
| 250 | p.Material = Enum.Material.Glacier |
| 251 | p.MaterialVariant = "2022 Universal" |
| 252 | p.Anchored = true |
| 253 | p.Parent = model |
| 254 | end |
| 255 | do |
| 256 | local p = Instance.new("Part") |
| 257 | p.Name = "WhiskerL_Mid" |
| 258 | p.Size = Vector3.new(2.5, 0.1, 0.1) |
| 259 | p.CFrame = CFrame.new(-3.8, 6, -5.09) |
| 260 | p.BrickColor = BrickColor.new("Really black") |
| 261 | p.Material = Enum.Material.Glacier |
| 262 | p.MaterialVariant = "2022 Universal" |
| 263 | p.Anchored = true |
| 264 | p.Parent = model |
| 265 | end |
| 266 | do |
| 267 | local p = Instance.new("Part") |
| 268 | p.Name = "WhiskerL_Bot" |
| 269 | p.Size = Vector3.new(2.5, 0.1, 0.1) |
| 270 | p.CFrame = CFrame.new(-3.5, 5.5, -5.09) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)) |
| 271 | p.BrickColor = BrickColor.new("Really black") |
| 272 | p.Material = Enum.Material.Glacier |
| 273 | p.MaterialVariant = "2022 Universal" |
| 274 | p.Anchored = true |
| 275 | p.Parent = model |
| 276 | end |
| 277 | do |
| 278 | local p = Instance.new("Part") |
| 279 | p.Name = "WhiskerR_Top" |
| 280 | p.Size = Vector3.new(2.5, 0.1, 0.1) |
| 281 | p.CFrame = CFrame.new(3.5, 6.5, -5.09) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)) |
| 282 | p.BrickColor = BrickColor.new("Really black") |
| 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 = "WhiskerR_Mid" |
| 291 | p.Size = Vector3.new(2.5, 0.1, 0.1) |
| 292 | p.CFrame = CFrame.new(3.8, 6, -5.09) |
| 293 | p.BrickColor = BrickColor.new("Really black") |
| 294 | p.Material = Enum.Material.Glacier |
| 295 | p.MaterialVariant = "2022 Universal" |
| 296 | p.Anchored = true |
| 297 | p.Parent = model |
| 298 | end |
| 299 | do |
| 300 | local p = Instance.new("Part") |
| 301 | p.Name = "WhiskerR_Bot" |
| 302 | p.Size = Vector3.new(2.5, 0.1, 0.1) |
| 303 | p.CFrame = CFrame.new(3.5, 5.5, -5.09) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)) |
| 304 | p.BrickColor = BrickColor.new("Really black") |
| 305 | p.Material = Enum.Material.Glacier |
| 306 | p.MaterialVariant = "2022 Universal" |
| 307 | p.Anchored = true |
| 308 | p.Parent = model |
| 309 | end |
| 310 | model.PrimaryPart = model:FindFirstChild("Body") |
| 311 | print("BlockyCat built: " .. #model:GetChildren() .. " parts") |
Loading comments...