Loading model...
by Ooshies Save the ooshie world · 9/22/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: TeddyBearHead |
| 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 = "TeddyBearHead" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Cool yellow"] = "2022 Stud", |
| 26 | ["Dark taupe"] = "2022 Stud", |
| 27 | ["Really black"] = "2022 Universal", |
| 28 | ["White"] = "2022 Stud", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Name = "HeadCore" |
| 33 | p.Size = Vector3.new(6, 5.5, 5) |
| 34 | p.CFrame = CFrame.new(0, 0, 0) |
| 35 | p.BrickColor = BrickColor.new("Brick yellow") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Stud" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "HeadTop" |
| 44 | p.Size = Vector3.new(4.5, 1, 4) |
| 45 | p.CFrame = CFrame.new(0, 3, 0) |
| 46 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "HeadBot" |
| 55 | p.Size = Vector3.new(4.5, 1, 4) |
| 56 | p.CFrame = CFrame.new(0, -3, 0) |
| 57 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "HeadFront" |
| 66 | p.Size = Vector3.new(4.5, 4.5, 1) |
| 67 | p.CFrame = CFrame.new(0, 0, -2.75) |
| 68 | p.BrickColor = BrickColor.new("Brick yellow") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Stud" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "HeadBack" |
| 77 | p.Size = Vector3.new(4.5, 4.5, 1) |
| 78 | p.CFrame = CFrame.new(0, 0, 2.75) |
| 79 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "HeadLeft" |
| 88 | p.Size = Vector3.new(1, 4.5, 4) |
| 89 | p.CFrame = CFrame.new(-3.25, 0, 0) |
| 90 | p.BrickColor = BrickColor.new("Brick yellow") |
| 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 = "HeadRight" |
| 99 | p.Size = Vector3.new(1, 4.5, 4) |
| 100 | p.CFrame = CFrame.new(3.25, 0, 0) |
| 101 | p.BrickColor = BrickColor.new("Brick yellow") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Stud" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Shape = Enum.PartType.Cylinder |
| 110 | p.Name = "EarLeft" |
| 111 | p.Size = Vector3.new(1, 2.5, 2.5) |
| 112 | p.CFrame = CFrame.new(-3.2, 2.8, -0.5) |
| 113 | p.BrickColor = BrickColor.new("Brick yellow") |
| 114 | p.Material = Enum.Material.Glacier |
| 115 | p.MaterialVariant = "2022 Stud" |
| 116 | p.Anchored = true |
| 117 | p.Parent = model |
| 118 | end |
| 119 | do |
| 120 | local p = Instance.new("Part") |
| 121 | p.Shape = Enum.PartType.Cylinder |
| 122 | p.Name = "EarRight" |
| 123 | p.Size = Vector3.new(1, 2.5, 2.5) |
| 124 | p.CFrame = CFrame.new(3.2, 2.8, -0.5) |
| 125 | p.BrickColor = BrickColor.new("Brick yellow") |
| 126 | p.Material = Enum.Material.Glacier |
| 127 | p.MaterialVariant = "2022 Stud" |
| 128 | p.Anchored = true |
| 129 | p.Parent = model |
| 130 | end |
| 131 | do |
| 132 | local p = Instance.new("WedgePart") |
| 133 | p.Name = "Nose" |
| 134 | p.Size = Vector3.new(1.4, 0.8, 0.6) |
| 135 | p.CFrame = CFrame.new(0, 0.2, -4.5) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(0)) |
| 136 | p.BrickColor = BrickColor.new("Dark taupe") |
| 137 | p.Material = Enum.Material.Glacier |
| 138 | p.MaterialVariant = "2022 Stud" |
| 139 | p.Anchored = true |
| 140 | p.Parent = model |
| 141 | end |
| 142 | do |
| 143 | local p = Instance.new("Part") |
| 144 | p.Shape = Enum.PartType.Cylinder |
| 145 | p.Name = "EyeLeft" |
| 146 | p.Size = Vector3.new(0.4, 1, 1) |
| 147 | p.CFrame = CFrame.new(-1.5, 1.2, -3.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 148 | p.BrickColor = BrickColor.new("Really black") |
| 149 | p.Material = Enum.Material.Glacier |
| 150 | p.MaterialVariant = "2022 Universal" |
| 151 | p.Anchored = true |
| 152 | p.Parent = model |
| 153 | end |
| 154 | do |
| 155 | local p = Instance.new("Part") |
| 156 | p.Shape = Enum.PartType.Cylinder |
| 157 | p.Name = "EyeRight" |
| 158 | p.Size = Vector3.new(0.4, 1, 1) |
| 159 | p.CFrame = CFrame.new(1.5, 1.2, -3.1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 160 | p.BrickColor = BrickColor.new("Really black") |
| 161 | p.Material = Enum.Material.Glacier |
| 162 | p.MaterialVariant = "2022 Universal" |
| 163 | p.Anchored = true |
| 164 | p.Parent = model |
| 165 | end |
| 166 | do |
| 167 | local p = Instance.new("Part") |
| 168 | p.Shape = Enum.PartType.Cylinder |
| 169 | p.Name = "GlintLeft" |
| 170 | p.Size = Vector3.new(0.1, 0.3, 0.3) |
| 171 | p.CFrame = CFrame.new(-1.3, 1.4, -3.38) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 172 | p.BrickColor = BrickColor.new("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.Shape = Enum.PartType.Cylinder |
| 181 | p.Name = "GlintRight" |
| 182 | p.Size = Vector3.new(0.1, 0.3, 0.3) |
| 183 | p.CFrame = CFrame.new(1.3, 1.4, -3.38) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 184 | p.BrickColor = BrickColor.new("White") |
| 185 | p.Material = Enum.Material.Glacier |
| 186 | p.MaterialVariant = "2022 Stud" |
| 187 | p.Anchored = true |
| 188 | p.Parent = model |
| 189 | end |
| 190 | do |
| 191 | local p = Instance.new("Part") |
| 192 | p.Name = "MouthLine" |
| 193 | p.Size = Vector3.new(0.15, 0.8, 0.15) |
| 194 | p.CFrame = CFrame.new(0, -0.5, -4.6) |
| 195 | p.BrickColor = BrickColor.new("Really black") |
| 196 | p.Material = Enum.Material.Glacier |
| 197 | p.MaterialVariant = "2022 Universal" |
| 198 | p.Anchored = true |
| 199 | p.Parent = model |
| 200 | end |
| 201 | do |
| 202 | local p = Instance.new("Part") |
| 203 | p.Shape = Enum.PartType.Cylinder |
| 204 | p.Name = "Neck" |
| 205 | p.Size = Vector3.new(1, 2.5, 2.5) |
| 206 | p.CFrame = CFrame.new(0, -3.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 207 | p.BrickColor = BrickColor.new("Brick yellow") |
| 208 | p.Material = Enum.Material.Glacier |
| 209 | p.MaterialVariant = "2022 Stud" |
| 210 | p.Anchored = true |
| 211 | p.Parent = model |
| 212 | end |
| 213 | do |
| 214 | local rightV = Vector3.new(1,0,0).Unit |
| 215 | local upV = (Vector3.new(0,1,0) - Vector3.new(0,1,0):Dot(rightV)*rightV).Unit |
| 216 | local normalV = upV:Cross(rightV) |
| 217 | local pos = Vector3.new(0, -1.3, -4.5) |
| 218 | local cyl = Instance.new("Part") |
| 219 | cyl.Shape = Enum.PartType.Cylinder |
| 220 | cyl.Size = Vector3.new(0.2, 2.3, 2.3) |
| 221 | cyl.CFrame = CFrame.fromMatrix(pos, normalV, rightV) |
| 222 | cyl.BrickColor = BrickColor.new("Really black") |
| 223 | cyl.Material = Enum.Material.Glacier |
| 224 | cyl.MaterialVariant = "2022 Universal" |
| 225 | cyl.Anchored = true; cyl.Parent = workspace |
| 226 | local cuts = {} |
| 227 | local hole = Instance.new("Part") |
| 228 | hole.Shape = Enum.PartType.Cylinder |
| 229 | hole.Size = Vector3.new(0.4, 2, 2) |
| 230 | hole.CFrame = cyl.CFrame |
| 231 | hole.BrickColor = BrickColor.new("Really black") |
| 232 | hole.Material = Enum.Material.Glacier |
| 233 | hole.MaterialVariant = "2022 Universal" |
| 234 | hole.Anchored = true; hole.Parent = workspace |
| 235 | table.insert(cuts, hole) |
| 236 | local angBoxes = {} |
| 237 | do |
| 238 | local edgeDir = -1*rightV + 0*upV |
| 239 | local edgePerp = 0*rightV + -1*upV |
| 240 | local cut = Instance.new("Part") |
| 241 | cut.Size = Vector3.new(4.6, 0.4, 4.6) |
| 242 | cut.CFrame = CFrame.fromMatrix(pos + -1 * 2.3 * edgePerp, edgeDir, normalV) |
| 243 | cut.BrickColor = BrickColor.new("Really black") |
| 244 | cut.Material = Enum.Material.Glacier |
| 245 | cut.MaterialVariant = "2022 Universal" |
| 246 | cut.Anchored = true; cut.Parent = workspace |
| 247 | table.insert(angBoxes, cut) |
| 248 | end |
| 249 | do |
| 250 | local edgeDir = 1*rightV + 0*upV |
| 251 | local edgePerp = 0*rightV + 1*upV |
| 252 | local cut = Instance.new("Part") |
| 253 | cut.Size = Vector3.new(4.6, 0.4, 4.6) |
| 254 | cut.CFrame = CFrame.fromMatrix(pos + 1 * 2.3 * edgePerp, edgeDir, normalV) |
| 255 | cut.BrickColor = BrickColor.new("Really black") |
| 256 | cut.Material = Enum.Material.Glacier |
| 257 | cut.MaterialVariant = "2022 Universal" |
| 258 | cut.Anchored = true; cut.Parent = workspace |
| 259 | table.insert(angBoxes, cut) |
| 260 | end |
| 261 | for _, b in ipairs(angBoxes) do table.insert(cuts, b) end |
| 262 | if #cuts > 0 then |
| 263 | local ok, result = pcall(function() return cyl:SubtractAsync(cuts) end) |
| 264 | for _, c in ipairs(cuts) do c:Destroy() end |
| 265 | if ok and result then |
| 266 | cyl:Destroy() |
| 267 | result.Name = "Smile"; result.Anchored = true; result.Parent = model |
| 268 | else |
| 269 | cyl.Name = "Smile"; cyl.Parent = model |
| 270 | end |
| 271 | else |
| 272 | cyl.Name = "Smile"; cyl.Parent = model |
| 273 | end |
| 274 | end |
| 275 | do |
| 276 | local upV = Vector3.new(0,0,-1).Unit |
| 277 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 278 | local forwardV = rightV:Cross(upV) |
| 279 | local pos = Vector3.new(0, -0.8, -2.54) |
| 280 | local ball = Instance.new("Part") |
| 281 | ball.Shape = Enum.PartType.Ball |
| 282 | ball.Size = Vector3.new(4.4, 4.4, 4.4) |
| 283 | ball.CFrame = CFrame.new(pos) |
| 284 | ball.BrickColor = BrickColor.new("Cool yellow") |
| 285 | ball.Material = Enum.Material.Glacier |
| 286 | ball.MaterialVariant = "2022 Stud" |
| 287 | ball.Anchored = true; ball.Parent = workspace |
| 288 | local cuts = {} |
| 289 | do |
| 290 | local h = 0 |
| 291 | local cut = Instance.new("Part") |
| 292 | cut.Size = Vector3.new(8.8, 8.8, 8.8) |
| 293 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-4.4), rightV, upV) |
| 294 | cut.BrickColor = BrickColor.new("Cool yellow") |
| 295 | cut.Material = Enum.Material.Glacier |
| 296 | cut.MaterialVariant = "2022 Stud" |
| 297 | cut.Anchored = true; cut.Parent = workspace |
| 298 | table.insert(cuts, cut) |
| 299 | end |
| 300 | if #cuts > 0 then |
| 301 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 302 | for _, c in ipairs(cuts) do c:Destroy() end |
| 303 | if ok and result then |
| 304 | ball:Destroy() |
| 305 | result.Name = "Snout"; result.Anchored = true; result.Parent = model |
| 306 | else |
| 307 | ball.Name = "Snout"; ball.Parent = model |
| 308 | end |
| 309 | else |
| 310 | ball.Name = "Snout"; ball.Parent = model |
| 311 | end |
| 312 | end |
| 313 | model.PrimaryPart = model:FindFirstChild("HeadCore") |
| 314 | print("TeddyBearHead built: " .. #model:GetChildren() .. " parts") |
Loading comments...