Loading model...
by Callums World · 3/26/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: EyeLogo |
| 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 = "EyeLogo" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "2022 Universal", |
| 25 | ["Bright red"] = "2022 Stud", |
| 26 | ["Bright yellow"] = "2022 Big Stud", |
| 27 | ["Dark blue"] = "2022 Inlet", |
| 28 | ["Institutional white"] = "2022 Stud", |
| 29 | ["Really black"] = "2022 Universal", |
| 30 | ["Salmon"] = "2022 Stud", |
| 31 | ["White"] = "2022 Stud", |
| 32 | } |
| 33 | do |
| 34 | local p = Instance.new("Part") |
| 35 | p.Shape = Enum.PartType.Cylinder |
| 36 | p.Name = "IrisOuter" |
| 37 | p.Size = Vector3.new(0.2, 10, 10) |
| 38 | p.CFrame = CFrame.new(0, 0, -9.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 39 | p.BrickColor = BrickColor.new("Dark blue") |
| 40 | p.Material = Enum.Material.Glacier |
| 41 | p.MaterialVariant = "2022 Inlet" |
| 42 | p.Anchored = true |
| 43 | p.Parent = model |
| 44 | end |
| 45 | do |
| 46 | local p = Instance.new("Part") |
| 47 | p.Shape = Enum.PartType.Cylinder |
| 48 | p.Name = "IrisMid" |
| 49 | p.Size = Vector3.new(0.2, 8.5, 8.5) |
| 50 | p.CFrame = CFrame.new(0, 0, -9.6) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 51 | p.BrickColor = BrickColor.new("Bright blue") |
| 52 | p.Material = Enum.Material.Glacier |
| 53 | p.MaterialVariant = "2022 Universal" |
| 54 | p.Anchored = true |
| 55 | p.Parent = model |
| 56 | end |
| 57 | do |
| 58 | local p = Instance.new("Part") |
| 59 | p.Shape = Enum.PartType.Cylinder |
| 60 | p.Name = "IrisInner" |
| 61 | p.Size = Vector3.new(0.2, 6, 6) |
| 62 | p.CFrame = CFrame.new(0, 0, -9.74) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 63 | p.BrickColor = BrickColor.new("Bright yellow") |
| 64 | p.Material = Enum.Material.Glacier |
| 65 | p.MaterialVariant = "2022 Big Stud" |
| 66 | p.Anchored = true |
| 67 | p.Parent = model |
| 68 | end |
| 69 | do |
| 70 | local p = Instance.new("Part") |
| 71 | p.Shape = Enum.PartType.Cylinder |
| 72 | p.Name = "Pupil" |
| 73 | p.Size = Vector3.new(0.2, 4, 4) |
| 74 | p.CFrame = CFrame.new(0, 0, -9.84) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 75 | p.BrickColor = BrickColor.new("Really black") |
| 76 | p.Material = Enum.Material.Glacier |
| 77 | p.MaterialVariant = "2022 Universal" |
| 78 | p.Anchored = true |
| 79 | p.Parent = model |
| 80 | end |
| 81 | do |
| 82 | local p = Instance.new("Part") |
| 83 | p.Shape = Enum.PartType.Cylinder |
| 84 | p.Name = "Highlight1" |
| 85 | p.Size = Vector3.new(0.2, 1, 1) |
| 86 | p.CFrame = CFrame.new(-1.5, 1.5, -9.98) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 87 | p.BrickColor = BrickColor.new("White") |
| 88 | p.Material = Enum.Material.Glacier |
| 89 | p.MaterialVariant = "2022 Stud" |
| 90 | p.Anchored = true |
| 91 | p.Parent = model |
| 92 | end |
| 93 | do |
| 94 | local p = Instance.new("Part") |
| 95 | p.Shape = Enum.PartType.Cylinder |
| 96 | p.Name = "Highlight2" |
| 97 | p.Size = Vector3.new(1.5, 0.5, 0.5) |
| 98 | p.CFrame = CFrame.new(-3, 3, -9.7) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(45)) |
| 99 | p.BrickColor = BrickColor.new("White") |
| 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.Name = "LogoStem" |
| 108 | p.Size = Vector3.new(0.4, 2, 0.2) |
| 109 | p.CFrame = CFrame.new(-0.04, 0, -9.98) |
| 110 | p.BrickColor = BrickColor.new("Bright red") |
| 111 | p.Material = Enum.Material.Glacier |
| 112 | p.MaterialVariant = "2022 Stud" |
| 113 | p.Anchored = true |
| 114 | p.Parent = model |
| 115 | end |
| 116 | do |
| 117 | local p = Instance.new("Part") |
| 118 | p.Name = "LogoLoop" |
| 119 | p.Size = Vector3.new(0.8, 1, 0.2) |
| 120 | p.CFrame = CFrame.new(0.6, 0.5, -9.98) |
| 121 | p.BrickColor = BrickColor.new("Bright red") |
| 122 | p.Material = Enum.Material.Glacier |
| 123 | p.MaterialVariant = "2022 Stud" |
| 124 | p.Anchored = true |
| 125 | p.Parent = model |
| 126 | end |
| 127 | do |
| 128 | local p = Instance.new("Part") |
| 129 | p.Name = "LogoHole" |
| 130 | p.Size = Vector3.new(0.4, 0.4, 0.4) |
| 131 | p.CFrame = CFrame.new(0.6, 0.5, -10.12) |
| 132 | p.BrickColor = BrickColor.new("Really black") |
| 133 | p.Material = Enum.Material.Glacier |
| 134 | p.MaterialVariant = "2022 Universal" |
| 135 | p.Anchored = true |
| 136 | p.Parent = model |
| 137 | end |
| 138 | do |
| 139 | local p = Instance.new("Part") |
| 140 | p.Name = "LogoLeg" |
| 141 | p.Size = Vector3.new(0.4, 1.2, 0.2) |
| 142 | p.CFrame = CFrame.new(0.6, -0.5, -9.94) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-30)) |
| 143 | p.BrickColor = BrickColor.new("Bright red") |
| 144 | p.Material = Enum.Material.Glacier |
| 145 | p.MaterialVariant = "2022 Stud" |
| 146 | p.Anchored = true |
| 147 | p.Parent = model |
| 148 | end |
| 149 | do |
| 150 | local p = Instance.new("Part") |
| 151 | p.Name = "Vein_0" |
| 152 | p.Size = Vector3.new(0.1, 3, 0.1) |
| 153 | p.CFrame = CFrame.new(8, 0, -5) * CFrame.Angles(math.rad(0), math.rad(57.9946), math.rad(0)) |
| 154 | p.BrickColor = BrickColor.new("Salmon") |
| 155 | p.Material = Enum.Material.Glacier |
| 156 | p.MaterialVariant = "2022 Stud" |
| 157 | p.Anchored = true |
| 158 | p.Parent = model |
| 159 | end |
| 160 | do |
| 161 | local p = Instance.new("Part") |
| 162 | p.Name = "Vein_1" |
| 163 | p.Size = Vector3.new(0.1, 3, 0.1) |
| 164 | p.CFrame = CFrame.new(5.65685, 5.65685, -5) * CFrame.Angles(math.rad(48.5271), math.rad(48.5271), math.rad(45)) |
| 165 | p.BrickColor = BrickColor.new("Salmon") |
| 166 | p.Material = Enum.Material.Glacier |
| 167 | p.MaterialVariant = "2022 Stud" |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("Part") |
| 173 | p.Name = "Vein_2" |
| 174 | p.Size = Vector3.new(0.1, 3, 0.1) |
| 175 | p.CFrame = CFrame.new(0, 8, -5) * CFrame.Angles(math.rad(57.9946), math.rad(0), math.rad(90)) |
| 176 | p.BrickColor = BrickColor.new("Salmon") |
| 177 | p.Material = Enum.Material.Glacier |
| 178 | p.MaterialVariant = "2022 Stud" |
| 179 | p.Anchored = true |
| 180 | p.Parent = model |
| 181 | end |
| 182 | do |
| 183 | local p = Instance.new("Part") |
| 184 | p.Name = "Vein_3" |
| 185 | p.Size = Vector3.new(0.1, 3, 0.1) |
| 186 | p.CFrame = CFrame.new(-5.65685, 5.65685, -5) * CFrame.Angles(math.rad(48.5271), math.rad(-48.5271), math.rad(135)) |
| 187 | p.BrickColor = BrickColor.new("Salmon") |
| 188 | p.Material = Enum.Material.Glacier |
| 189 | p.MaterialVariant = "2022 Stud" |
| 190 | p.Anchored = true |
| 191 | p.Parent = model |
| 192 | end |
| 193 | do |
| 194 | local p = Instance.new("Part") |
| 195 | p.Name = "Vein_4" |
| 196 | p.Size = Vector3.new(0.1, 3, 0.1) |
| 197 | p.CFrame = CFrame.new(-8, 0, -5) * CFrame.Angles(math.rad(0), math.rad(-57.9946), math.rad(180)) |
| 198 | p.BrickColor = BrickColor.new("Salmon") |
| 199 | p.Material = Enum.Material.Glacier |
| 200 | p.MaterialVariant = "2022 Stud" |
| 201 | p.Anchored = true |
| 202 | p.Parent = model |
| 203 | end |
| 204 | do |
| 205 | local p = Instance.new("Part") |
| 206 | p.Name = "Vein_5" |
| 207 | p.Size = Vector3.new(0.1, 3, 0.1) |
| 208 | p.CFrame = CFrame.new(-5.65685, -5.65685, -5) * CFrame.Angles(math.rad(-48.5271), math.rad(-48.5271), math.rad(225)) |
| 209 | p.BrickColor = BrickColor.new("Salmon") |
| 210 | p.Material = Enum.Material.Glacier |
| 211 | p.MaterialVariant = "2022 Stud" |
| 212 | p.Anchored = true |
| 213 | p.Parent = model |
| 214 | end |
| 215 | do |
| 216 | local p = Instance.new("Part") |
| 217 | p.Name = "Vein_6" |
| 218 | p.Size = Vector3.new(0.1, 3, 0.1) |
| 219 | p.CFrame = CFrame.new(0, -8, -5) * CFrame.Angles(math.rad(-57.9946), math.rad(0), math.rad(270)) |
| 220 | p.BrickColor = BrickColor.new("Salmon") |
| 221 | p.Material = Enum.Material.Glacier |
| 222 | p.MaterialVariant = "2022 Stud" |
| 223 | p.Anchored = true |
| 224 | p.Parent = model |
| 225 | end |
| 226 | do |
| 227 | local p = Instance.new("Part") |
| 228 | p.Name = "Vein_7" |
| 229 | p.Size = Vector3.new(0.1, 3, 0.1) |
| 230 | p.CFrame = CFrame.new(5.65685, -5.65685, -5) * CFrame.Angles(math.rad(-48.5271), math.rad(48.5271), math.rad(315)) |
| 231 | p.BrickColor = BrickColor.new("Salmon") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Stud" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local upV = Vector3.new(0,1,0).Unit |
| 239 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 240 | local forwardV = rightV:Cross(upV) |
| 241 | local pos = Vector3.new(0, 0, 0) |
| 242 | local ball = Instance.new("Part") |
| 243 | ball.Shape = Enum.PartType.Ball |
| 244 | ball.Size = Vector3.new(20, 20, 20) |
| 245 | ball.CFrame = CFrame.new(pos) |
| 246 | ball.BrickColor = BrickColor.new("Institutional white") |
| 247 | ball.Material = Enum.Material.Glacier |
| 248 | ball.MaterialVariant = "2022 Stud" |
| 249 | ball.Anchored = true; ball.Parent = workspace |
| 250 | local cuts = {} |
| 251 | if #cuts > 0 then |
| 252 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 253 | for _, c in ipairs(cuts) do c:Destroy() end |
| 254 | if ok and result then |
| 255 | ball:Destroy() |
| 256 | result.Name = "Sclera"; result.Anchored = true; result.Parent = model |
| 257 | else |
| 258 | ball.Name = "Sclera"; ball.Parent = model |
| 259 | end |
| 260 | else |
| 261 | ball.Name = "Sclera"; ball.Parent = model |
| 262 | end |
| 263 | end |
| 264 | model.PrimaryPart = model:FindFirstChild("Sclera") |
| 265 | print("EyeLogo built: " .. #model:GetChildren() .. " parts") |
Loading comments...