Loading model...
by Florida Iyce · 5/5/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Boxfish |
| 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 = "Boxfish" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright yellow"] = "2022 Big Stud", |
| 25 | ["Cool yellow"] = "2022 Stud", |
| 26 | ["Dark stone grey"] = "2022 Stud", |
| 27 | ["Really black"] = "2022 Universal", |
| 28 | ["White"] = "2022 Stud", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Name = "BodyMain" |
| 33 | p.Size = Vector3.new(4, 3.6, 4.4) |
| 34 | p.CFrame = CFrame.new(0, 0, 0) |
| 35 | p.BrickColor = BrickColor.new("Bright yellow") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Big Stud" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Name = "BodyTop" |
| 44 | p.Size = Vector3.new(3.6, 0.4, 4) |
| 45 | p.CFrame = CFrame.new(0, 1.9, 0) |
| 46 | p.BrickColor = BrickColor.new("Bright yellow") |
| 47 | p.Material = Enum.Material.Glacier |
| 48 | p.MaterialVariant = "2022 Big Stud" |
| 49 | p.Anchored = true |
| 50 | p.Parent = model |
| 51 | end |
| 52 | do |
| 53 | local p = Instance.new("Part") |
| 54 | p.Name = "BodyBot" |
| 55 | p.Size = Vector3.new(3.6, 0.4, 4) |
| 56 | p.CFrame = CFrame.new(0, -1.9, 0) |
| 57 | p.BrickColor = BrickColor.new("Bright yellow") |
| 58 | p.Material = Enum.Material.Glacier |
| 59 | p.MaterialVariant = "2022 Big Stud" |
| 60 | p.Anchored = true |
| 61 | p.Parent = model |
| 62 | end |
| 63 | do |
| 64 | local p = Instance.new("Part") |
| 65 | p.Name = "BodyFront" |
| 66 | p.Size = Vector3.new(3.4, 3, 0.4) |
| 67 | p.CFrame = CFrame.new(0, 0, -2.3) |
| 68 | p.BrickColor = BrickColor.new("Bright yellow") |
| 69 | p.Material = Enum.Material.Glacier |
| 70 | p.MaterialVariant = "2022 Big Stud" |
| 71 | p.Anchored = true |
| 72 | p.Parent = model |
| 73 | end |
| 74 | do |
| 75 | local p = Instance.new("Part") |
| 76 | p.Name = "BodyBack" |
| 77 | p.Size = Vector3.new(3, 2.8, 0.4) |
| 78 | p.CFrame = CFrame.new(0, 0, 2.3) |
| 79 | p.BrickColor = BrickColor.new("Bright yellow") |
| 80 | p.Material = Enum.Material.Glacier |
| 81 | p.MaterialVariant = "2022 Big Stud" |
| 82 | p.Anchored = true |
| 83 | p.Parent = model |
| 84 | end |
| 85 | do |
| 86 | local p = Instance.new("Part") |
| 87 | p.Name = "Snout" |
| 88 | p.Size = Vector3.new(2, 1.2, 0.4) |
| 89 | p.CFrame = CFrame.new(0, -0.8, -2.6) |
| 90 | p.BrickColor = BrickColor.new("Bright yellow") |
| 91 | p.Material = Enum.Material.Glacier |
| 92 | p.MaterialVariant = "2022 Big Stud" |
| 93 | p.Anchored = true |
| 94 | p.Parent = model |
| 95 | end |
| 96 | do |
| 97 | local p = Instance.new("Part") |
| 98 | p.Name = "TopHorn" |
| 99 | p.Size = Vector3.new(0.4, 1.5, 0.8) |
| 100 | p.CFrame = CFrame.new(0, 2.6, -1.2) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)) |
| 101 | p.BrickColor = BrickColor.new("Bright yellow") |
| 102 | p.Material = Enum.Material.Glacier |
| 103 | p.MaterialVariant = "2022 Big Stud" |
| 104 | p.Anchored = true |
| 105 | p.Parent = model |
| 106 | end |
| 107 | do |
| 108 | local p = Instance.new("Part") |
| 109 | p.Name = "TailBase" |
| 110 | p.Size = Vector3.new(1.2, 1.8, 0.8) |
| 111 | p.CFrame = CFrame.new(0, 0, 2.7) |
| 112 | p.BrickColor = BrickColor.new("Bright yellow") |
| 113 | p.Material = Enum.Material.Glacier |
| 114 | p.MaterialVariant = "2022 Big Stud" |
| 115 | p.Anchored = true |
| 116 | p.Parent = model |
| 117 | end |
| 118 | do |
| 119 | local p = Instance.new("Part") |
| 120 | p.Name = "TailFinMain" |
| 121 | p.Size = Vector3.new(0.4, 2.6, 1.6) |
| 122 | p.CFrame = CFrame.new(0, 0, 3.6) |
| 123 | p.BrickColor = BrickColor.new("Cool yellow") |
| 124 | p.Material = Enum.Material.Glacier |
| 125 | p.MaterialVariant = "2022 Stud" |
| 126 | p.Anchored = true |
| 127 | p.Parent = model |
| 128 | end |
| 129 | do |
| 130 | local p = Instance.new("Part") |
| 131 | p.Name = "TailFinTop" |
| 132 | p.Size = Vector3.new(0.3, 1, 1.2) |
| 133 | p.CFrame = CFrame.new(0, 1, 4) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)) |
| 134 | p.BrickColor = BrickColor.new("Cool yellow") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Stud" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Name = "TailFinBot" |
| 143 | p.Size = Vector3.new(0.3, 1, 1.2) |
| 144 | p.CFrame = CFrame.new(0, -1, 4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 145 | p.BrickColor = BrickColor.new("Cool yellow") |
| 146 | p.Material = Enum.Material.Glacier |
| 147 | p.MaterialVariant = "2022 Stud" |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("Part") |
| 153 | p.Shape = Enum.PartType.Cylinder |
| 154 | p.Name = "EyeRingR" |
| 155 | p.Size = Vector3.new(0.2, 2.6, 2.6) |
| 156 | p.CFrame = CFrame.new(2, 0.2, -0.8) |
| 157 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 158 | p.Material = Enum.Material.Glacier |
| 159 | p.MaterialVariant = "2022 Stud" |
| 160 | p.Anchored = true |
| 161 | p.Parent = model |
| 162 | end |
| 163 | do |
| 164 | local p = Instance.new("Part") |
| 165 | p.Shape = Enum.PartType.Cylinder |
| 166 | p.Name = "EyeBlackR" |
| 167 | p.Size = Vector3.new(0.3, 2.2, 2.2) |
| 168 | p.CFrame = CFrame.new(2.1, 0.2, -0.8) |
| 169 | p.BrickColor = BrickColor.new("Really black") |
| 170 | p.Material = Enum.Material.Glacier |
| 171 | p.MaterialVariant = "2022 Universal" |
| 172 | p.Anchored = true |
| 173 | p.Parent = model |
| 174 | end |
| 175 | do |
| 176 | local p = Instance.new("Part") |
| 177 | p.Shape = Enum.PartType.Cylinder |
| 178 | p.Name = "EyeHighR" |
| 179 | p.Size = Vector3.new(0.1, 0.6, 0.6) |
| 180 | p.CFrame = CFrame.new(2.25, 0.6, -1.2) |
| 181 | p.BrickColor = BrickColor.new("White") |
| 182 | p.Material = Enum.Material.Glacier |
| 183 | p.MaterialVariant = "2022 Stud" |
| 184 | p.Anchored = true |
| 185 | p.Parent = model |
| 186 | end |
| 187 | do |
| 188 | local p = Instance.new("Part") |
| 189 | p.Shape = Enum.PartType.Cylinder |
| 190 | p.Name = "EyeRingL" |
| 191 | p.Size = Vector3.new(0.2, 2.6, 2.6) |
| 192 | p.CFrame = CFrame.new(-2, 0.2, -0.8) |
| 193 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 194 | p.Material = Enum.Material.Glacier |
| 195 | p.MaterialVariant = "2022 Stud" |
| 196 | p.Anchored = true |
| 197 | p.Parent = model |
| 198 | end |
| 199 | do |
| 200 | local p = Instance.new("Part") |
| 201 | p.Shape = Enum.PartType.Cylinder |
| 202 | p.Name = "EyeBlackL" |
| 203 | p.Size = Vector3.new(0.3, 2.2, 2.2) |
| 204 | p.CFrame = CFrame.new(-2.1, 0.2, -0.8) |
| 205 | p.BrickColor = BrickColor.new("Really black") |
| 206 | p.Material = Enum.Material.Glacier |
| 207 | p.MaterialVariant = "2022 Universal" |
| 208 | p.Anchored = true |
| 209 | p.Parent = model |
| 210 | end |
| 211 | do |
| 212 | local p = Instance.new("Part") |
| 213 | p.Shape = Enum.PartType.Cylinder |
| 214 | p.Name = "EyeHighL" |
| 215 | p.Size = Vector3.new(0.1, 0.6, 0.6) |
| 216 | p.CFrame = CFrame.new(-2.25, 0.6, -1.2) |
| 217 | p.BrickColor = BrickColor.new("White") |
| 218 | p.Material = Enum.Material.Glacier |
| 219 | p.MaterialVariant = "2022 Stud" |
| 220 | p.Anchored = true |
| 221 | p.Parent = model |
| 222 | end |
| 223 | model.PrimaryPart = model:FindFirstChild("BodyMain") |
| 224 | print("Boxfish built: " .. #model:GetChildren() .. " parts") |
Loading comments...