Loading model...
by Luke Football · 9/19/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Satellite |
| 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 = "Satellite" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "2022 Universal", |
| 25 | ["Ghost grey"] = "2022 Stud", |
| 26 | ["Medium stone grey"] = "2022 Inlet", |
| 27 | ["Navy blue"] = "2022 Stud", |
| 28 | ["Really black"] = "2022 Universal", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Shape = Enum.PartType.Cylinder |
| 33 | p.Name = "Body_FrontCap" |
| 34 | p.Size = Vector3.new(1, 3.8, 3.8) |
| 35 | p.CFrame = CFrame.new(0, 0, -4.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 36 | p.BrickColor = BrickColor.new("Bright blue") |
| 37 | p.Material = Enum.Material.Glacier |
| 38 | p.MaterialVariant = "2022 Universal" |
| 39 | p.Anchored = true |
| 40 | p.Parent = model |
| 41 | end |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Shape = Enum.PartType.Cylinder |
| 45 | p.Name = "Body_Band1" |
| 46 | p.Size = Vector3.new(0.2, 4.1, 4.1) |
| 47 | p.CFrame = CFrame.new(0, 0, -3.86) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 48 | p.BrickColor = BrickColor.new("Really black") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Universal" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Shape = Enum.PartType.Cylinder |
| 57 | p.Name = "Body_FrontGrey" |
| 58 | p.Size = Vector3.new(3.6, 4, 4) |
| 59 | p.CFrame = CFrame.new(0, 0, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 60 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 61 | p.Material = Enum.Material.Glacier |
| 62 | p.MaterialVariant = "2022 Inlet" |
| 63 | p.Anchored = true |
| 64 | p.Parent = model |
| 65 | end |
| 66 | do |
| 67 | local p = Instance.new("Part") |
| 68 | p.Shape = Enum.PartType.Cylinder |
| 69 | p.Name = "Body_Band2" |
| 70 | p.Size = Vector3.new(0.2, 4.1, 4.1) |
| 71 | p.CFrame = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 72 | p.BrickColor = BrickColor.new("Really black") |
| 73 | p.Material = Enum.Material.Glacier |
| 74 | p.MaterialVariant = "2022 Universal" |
| 75 | p.Anchored = true |
| 76 | p.Parent = model |
| 77 | end |
| 78 | do |
| 79 | local p = Instance.new("Part") |
| 80 | p.Shape = Enum.PartType.Cylinder |
| 81 | p.Name = "Body_RearGrey" |
| 82 | p.Size = Vector3.new(3.6, 4, 4) |
| 83 | p.CFrame = CFrame.new(0, 0, 2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 84 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 85 | p.Material = Enum.Material.Glacier |
| 86 | p.MaterialVariant = "2022 Inlet" |
| 87 | p.Anchored = true |
| 88 | p.Parent = model |
| 89 | end |
| 90 | do |
| 91 | local p = Instance.new("Part") |
| 92 | p.Shape = Enum.PartType.Cylinder |
| 93 | p.Name = "Body_Band3" |
| 94 | p.Size = Vector3.new(0.2, 4.1, 4.1) |
| 95 | p.CFrame = CFrame.new(0, 0, 3.94) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 96 | p.BrickColor = BrickColor.new("Really black") |
| 97 | p.Material = Enum.Material.Glacier |
| 98 | p.MaterialVariant = "2022 Universal" |
| 99 | p.Anchored = true |
| 100 | p.Parent = model |
| 101 | end |
| 102 | do |
| 103 | local p = Instance.new("Part") |
| 104 | p.Shape = Enum.PartType.Cylinder |
| 105 | p.Name = "Body_RearCap" |
| 106 | p.Size = Vector3.new(1, 3.8, 3.8) |
| 107 | p.CFrame = CFrame.new(0, 0, 4.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 108 | p.BrickColor = BrickColor.new("Bright blue") |
| 109 | p.Material = Enum.Material.Glacier |
| 110 | p.MaterialVariant = "2022 Universal" |
| 111 | p.Anchored = true |
| 112 | p.Parent = model |
| 113 | end |
| 114 | do |
| 115 | local p = Instance.new("Part") |
| 116 | p.Shape = Enum.PartType.Cylinder |
| 117 | p.Name = "Arm_L" |
| 118 | p.Size = Vector3.new(1, 0.8, 0.8) |
| 119 | p.CFrame = CFrame.new(-2.42, 0, 0) |
| 120 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 121 | p.Material = Enum.Material.Glacier |
| 122 | p.MaterialVariant = "2022 Inlet" |
| 123 | p.Anchored = true |
| 124 | p.Parent = model |
| 125 | end |
| 126 | do |
| 127 | local p = Instance.new("Part") |
| 128 | p.Name = "PanelBase_L" |
| 129 | p.Size = Vector3.new(7, 0.4, 4) |
| 130 | p.CFrame = CFrame.new(-6.5, 0, 0) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 131 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 132 | p.Material = Enum.Material.Glacier |
| 133 | p.MaterialVariant = "2022 Inlet" |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Name = "PanelBlue_L" |
| 140 | p.Size = Vector3.new(6.8, 0.2, 3.8) |
| 141 | p.CFrame = CFrame.new(-6.5, 0.173205, 0.1) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 142 | p.BrickColor = BrickColor.new("Navy blue") |
| 143 | p.Material = Enum.Material.Glacier |
| 144 | p.MaterialVariant = "2022 Stud" |
| 145 | p.Anchored = true |
| 146 | p.Parent = model |
| 147 | end |
| 148 | do |
| 149 | local p = Instance.new("Part") |
| 150 | p.Name = "GridH_L" |
| 151 | p.Size = Vector3.new(6.8, 0.1, 0.2) |
| 152 | p.CFrame = CFrame.new(-6.46, 0.363731, 0.21) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 153 | p.BrickColor = BrickColor.new("Really black") |
| 154 | p.Material = Enum.Material.Glacier |
| 155 | p.MaterialVariant = "2022 Universal" |
| 156 | p.Anchored = true |
| 157 | p.Parent = model |
| 158 | end |
| 159 | do |
| 160 | local p = Instance.new("Part") |
| 161 | p.Name = "GridV1_L" |
| 162 | p.Size = Vector3.new(0.2, 0.1, 3.8) |
| 163 | p.CFrame = CFrame.new(-5, 0.433013, 0.25) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 164 | p.BrickColor = BrickColor.new("Really black") |
| 165 | p.Material = Enum.Material.Glacier |
| 166 | p.MaterialVariant = "2022 Universal" |
| 167 | p.Anchored = true |
| 168 | p.Parent = model |
| 169 | end |
| 170 | do |
| 171 | local p = Instance.new("Part") |
| 172 | p.Name = "GridV2_L" |
| 173 | p.Size = Vector3.new(0.2, 0.1, 3.8) |
| 174 | p.CFrame = CFrame.new(-8, 0.433013, 0.25) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 175 | p.BrickColor = BrickColor.new("Really black") |
| 176 | p.Material = Enum.Material.Glacier |
| 177 | p.MaterialVariant = "2022 Universal" |
| 178 | p.Anchored = true |
| 179 | p.Parent = model |
| 180 | end |
| 181 | do |
| 182 | local p = Instance.new("Part") |
| 183 | p.Shape = Enum.PartType.Cylinder |
| 184 | p.Name = "Arm_R" |
| 185 | p.Size = Vector3.new(1, 0.8, 0.8) |
| 186 | p.CFrame = CFrame.new(2.42, 0, 0) |
| 187 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 188 | p.Material = Enum.Material.Glacier |
| 189 | p.MaterialVariant = "2022 Inlet" |
| 190 | p.Anchored = true |
| 191 | p.Parent = model |
| 192 | end |
| 193 | do |
| 194 | local p = Instance.new("Part") |
| 195 | p.Name = "PanelBase_R" |
| 196 | p.Size = Vector3.new(7, 0.4, 4) |
| 197 | p.CFrame = CFrame.new(6.5, 0, 0) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 198 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 199 | p.Material = Enum.Material.Glacier |
| 200 | p.MaterialVariant = "2022 Inlet" |
| 201 | p.Anchored = true |
| 202 | p.Parent = model |
| 203 | end |
| 204 | do |
| 205 | local p = Instance.new("Part") |
| 206 | p.Name = "PanelBlue_R" |
| 207 | p.Size = Vector3.new(6.8, 0.2, 3.8) |
| 208 | p.CFrame = CFrame.new(6.5, 0.173205, 0.1) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 209 | p.BrickColor = BrickColor.new("Navy blue") |
| 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 = "GridH_R" |
| 218 | p.Size = Vector3.new(6.8, 0.1, 0.2) |
| 219 | p.CFrame = CFrame.new(6.46, 0.363731, 0.21) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 220 | p.BrickColor = BrickColor.new("Really black") |
| 221 | p.Material = Enum.Material.Glacier |
| 222 | p.MaterialVariant = "2022 Universal" |
| 223 | p.Anchored = true |
| 224 | p.Parent = model |
| 225 | end |
| 226 | do |
| 227 | local p = Instance.new("Part") |
| 228 | p.Name = "GridV1_R" |
| 229 | p.Size = Vector3.new(0.2, 0.1, 3.8) |
| 230 | p.CFrame = CFrame.new(5, 0.433013, 0.25) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 231 | p.BrickColor = BrickColor.new("Really black") |
| 232 | p.Material = Enum.Material.Glacier |
| 233 | p.MaterialVariant = "2022 Universal" |
| 234 | p.Anchored = true |
| 235 | p.Parent = model |
| 236 | end |
| 237 | do |
| 238 | local p = Instance.new("Part") |
| 239 | p.Name = "GridV2_R" |
| 240 | p.Size = Vector3.new(0.2, 0.1, 3.8) |
| 241 | p.CFrame = CFrame.new(8, 0.433013, 0.25) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)) |
| 242 | p.BrickColor = BrickColor.new("Really black") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Universal" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Shape = Enum.PartType.Cylinder |
| 251 | p.Name = "DishConnector" |
| 252 | p.Size = Vector3.new(1, 1.6, 1.6) |
| 253 | p.CFrame = CFrame.new(0, 0, -5.54) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 254 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 255 | p.Material = Enum.Material.Glacier |
| 256 | p.MaterialVariant = "2022 Inlet" |
| 257 | p.Anchored = true |
| 258 | p.Parent = model |
| 259 | end |
| 260 | do |
| 261 | local p = Instance.new("Part") |
| 262 | p.Shape = Enum.PartType.Cylinder |
| 263 | p.Name = "DishSpike" |
| 264 | p.Size = Vector3.new(2, 0.3, 0.3) |
| 265 | p.CFrame = CFrame.new(0, 0, -7.08) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 266 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Inlet" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Shape = Enum.PartType.Ball |
| 275 | p.Name = "DishBall" |
| 276 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 277 | p.CFrame = CFrame.new(0, 0, -8.2) |
| 278 | p.BrickColor = BrickColor.new("Ghost grey") |
| 279 | p.Material = Enum.Material.Glacier |
| 280 | p.MaterialVariant = "2022 Stud" |
| 281 | p.Anchored = true |
| 282 | p.Parent = model |
| 283 | end |
| 284 | do |
| 285 | local upV = Vector3.new(0,0,-1).Unit |
| 286 | local rightV = (Vector3.new(1,0,0) - Vector3.new(1,0,0):Dot(upV)*upV).Unit |
| 287 | local forwardV = rightV:Cross(upV) |
| 288 | local pos = Vector3.new(0, 0, -6) |
| 289 | local ball = Instance.new("Part") |
| 290 | ball.Shape = Enum.PartType.Ball |
| 291 | ball.Size = Vector3.new(6.4, 6.4, 6.4) |
| 292 | ball.CFrame = CFrame.new(pos) |
| 293 | ball.BrickColor = BrickColor.new("Ghost grey") |
| 294 | ball.Material = Enum.Material.Glacier |
| 295 | ball.MaterialVariant = "2022 Stud" |
| 296 | ball.Anchored = true; ball.Parent = workspace |
| 297 | local cuts = {} |
| 298 | local hole = Instance.new("Part") |
| 299 | hole.Shape = Enum.PartType.Ball |
| 300 | hole.Size = Vector3.new(5.6, 5.6, 5.6) |
| 301 | hole.CFrame = CFrame.new(pos) |
| 302 | hole.BrickColor = BrickColor.new("Ghost grey") |
| 303 | hole.Material = Enum.Material.Glacier |
| 304 | hole.MaterialVariant = "2022 Stud" |
| 305 | hole.Anchored = true; hole.Parent = workspace |
| 306 | table.insert(cuts, hole) |
| 307 | do |
| 308 | local h = 0 |
| 309 | local cut = Instance.new("Part") |
| 310 | cut.Size = Vector3.new(12.8, 12.8, 12.8) |
| 311 | cut.CFrame = CFrame.fromMatrix(pos + upV*(-6.4), rightV, upV) |
| 312 | cut.BrickColor = BrickColor.new("Ghost grey") |
| 313 | cut.Material = Enum.Material.Glacier |
| 314 | cut.MaterialVariant = "2022 Stud" |
| 315 | cut.Anchored = true; cut.Parent = workspace |
| 316 | table.insert(cuts, cut) |
| 317 | end |
| 318 | if #cuts > 0 then |
| 319 | local ok, result = pcall(function() return ball:SubtractAsync(cuts) end) |
| 320 | for _, c in ipairs(cuts) do c:Destroy() end |
| 321 | if ok and result then |
| 322 | ball:Destroy() |
| 323 | result.Name = "DishBowl"; result.Anchored = true; result.Parent = model |
| 324 | else |
| 325 | ball.Name = "DishBowl"; ball.Parent = model |
| 326 | end |
| 327 | else |
| 328 | ball.Name = "DishBowl"; ball.Parent = model |
| 329 | end |
| 330 | end |
| 331 | model.PrimaryPart = model:FindFirstChild("Body_FrontGrey") |
| 332 | print("Satellite built: " .. #model:GetChildren() .. " parts") |
Loading comments...