Loading model...
by Onur62ky · 5/12/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: AtomicBomb |
| 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 = "AtomicBomb" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright yellow"] = "2022 Big Stud", |
| 25 | } |
| 26 | do |
| 27 | local p = Instance.new("Part") |
| 28 | p.Shape = Enum.PartType.Cylinder |
| 29 | p.Name = "NoseTip" |
| 30 | p.Size = Vector3.new(2.2, 4, 4) |
| 31 | p.CFrame = CFrame.new(0, 0, -6) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 32 | p.BrickColor = BrickColor.new("Bright yellow") |
| 33 | p.Material = Enum.Material.Glacier |
| 34 | p.MaterialVariant = "2022 Big Stud" |
| 35 | p.Anchored = true |
| 36 | p.Parent = model |
| 37 | end |
| 38 | do |
| 39 | local p = Instance.new("Part") |
| 40 | p.Shape = Enum.PartType.Cylinder |
| 41 | p.Name = "NoseCurve" |
| 42 | p.Size = Vector3.new(2.2, 6.5, 6.5) |
| 43 | p.CFrame = CFrame.new(0, 0, -4.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 44 | p.BrickColor = BrickColor.new("Bright yellow") |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Big Stud" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Shape = Enum.PartType.Cylinder |
| 53 | p.Name = "BodyFront" |
| 54 | p.Size = Vector3.new(4.2, 8.5, 8.5) |
| 55 | p.CFrame = CFrame.new(0, 0, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 56 | p.BrickColor = BrickColor.new("Bright yellow") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Big Stud" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Shape = Enum.PartType.Cylinder |
| 65 | p.Name = "BodyMid" |
| 66 | p.Size = Vector3.new(3.2, 9, 9) |
| 67 | p.CFrame = CFrame.new(0, 0, 1) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 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.Shape = Enum.PartType.Cylinder |
| 77 | p.Name = "BodyTaper1" |
| 78 | p.Size = Vector3.new(3.2, 7.5, 7.5) |
| 79 | p.CFrame = CFrame.new(0, 0, 3.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 80 | p.BrickColor = BrickColor.new("Bright yellow") |
| 81 | p.Material = Enum.Material.Glacier |
| 82 | p.MaterialVariant = "2022 Big Stud" |
| 83 | p.Anchored = true |
| 84 | p.Parent = model |
| 85 | end |
| 86 | do |
| 87 | local p = Instance.new("Part") |
| 88 | p.Shape = Enum.PartType.Cylinder |
| 89 | p.Name = "BodyTaper2" |
| 90 | p.Size = Vector3.new(3.2, 5.5, 5.5) |
| 91 | p.CFrame = CFrame.new(0, 0, 6) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 92 | p.BrickColor = BrickColor.new("Bright yellow") |
| 93 | p.Material = Enum.Material.Glacier |
| 94 | p.MaterialVariant = "2022 Big Stud" |
| 95 | p.Anchored = true |
| 96 | p.Parent = model |
| 97 | end |
| 98 | do |
| 99 | local p = Instance.new("Part") |
| 100 | p.Shape = Enum.PartType.Cylinder |
| 101 | p.Name = "BodyBase" |
| 102 | p.Size = Vector3.new(2.2, 3.5, 3.5) |
| 103 | p.CFrame = CFrame.new(0, 0, 8) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 104 | p.BrickColor = BrickColor.new("Bright yellow") |
| 105 | p.Material = Enum.Material.Glacier |
| 106 | p.MaterialVariant = "2022 Big Stud" |
| 107 | p.Anchored = true |
| 108 | p.Parent = model |
| 109 | end |
| 110 | do |
| 111 | local p = Instance.new("Part") |
| 112 | p.Shape = Enum.PartType.Cylinder |
| 113 | p.Name = "TailShaft" |
| 114 | p.Size = Vector3.new(6, 1.5, 1.5) |
| 115 | p.CFrame = CFrame.new(0, 0, 11) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 116 | p.BrickColor = BrickColor.new("Bright yellow") |
| 117 | p.Material = Enum.Material.Glacier |
| 118 | p.MaterialVariant = "2022 Big Stud" |
| 119 | p.Anchored = true |
| 120 | p.Parent = model |
| 121 | end |
| 122 | do |
| 123 | local p = Instance.new("Part") |
| 124 | p.Name = "TailBoxTop" |
| 125 | p.Size = Vector3.new(9.5, 0.5, 4) |
| 126 | p.CFrame = CFrame.new(0, 4.5, 12.5) |
| 127 | p.BrickColor = BrickColor.new("Bright yellow") |
| 128 | p.Material = Enum.Material.Glacier |
| 129 | p.MaterialVariant = "2022 Big Stud" |
| 130 | p.Anchored = true |
| 131 | p.Parent = model |
| 132 | end |
| 133 | do |
| 134 | local p = Instance.new("Part") |
| 135 | p.Name = "TailBoxBottom" |
| 136 | p.Size = Vector3.new(9.5, 0.5, 4) |
| 137 | p.CFrame = CFrame.new(0, -4.5, 12.5) |
| 138 | p.BrickColor = BrickColor.new("Bright yellow") |
| 139 | p.Material = Enum.Material.Glacier |
| 140 | p.MaterialVariant = "2022 Big Stud" |
| 141 | p.Anchored = true |
| 142 | p.Parent = model |
| 143 | end |
| 144 | do |
| 145 | local p = Instance.new("Part") |
| 146 | p.Name = "TailBoxLeft" |
| 147 | p.Size = Vector3.new(0.5, 8.5, 4) |
| 148 | p.CFrame = CFrame.new(-4.58, -0.08, 12.58) |
| 149 | p.BrickColor = BrickColor.new("Bright yellow") |
| 150 | p.Material = Enum.Material.Glacier |
| 151 | p.MaterialVariant = "2022 Big Stud" |
| 152 | p.Anchored = true |
| 153 | p.Parent = model |
| 154 | end |
| 155 | do |
| 156 | local p = Instance.new("Part") |
| 157 | p.Name = "TailBoxRight" |
| 158 | p.Size = Vector3.new(0.5, 8.5, 4) |
| 159 | p.CFrame = CFrame.new(4.58, -0.08, 12.58) |
| 160 | p.BrickColor = BrickColor.new("Bright yellow") |
| 161 | p.Material = Enum.Material.Glacier |
| 162 | p.MaterialVariant = "2022 Big Stud" |
| 163 | p.Anchored = true |
| 164 | p.Parent = model |
| 165 | end |
| 166 | do |
| 167 | local p = Instance.new("Part") |
| 168 | p.Name = "FinTopRight" |
| 169 | p.Size = Vector3.new(6.36, 0.5, 4) |
| 170 | p.CFrame = CFrame.new(2.278284, 2.278284, 12.78) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 171 | p.BrickColor = BrickColor.new("Bright yellow") |
| 172 | p.Material = Enum.Material.Glacier |
| 173 | p.MaterialVariant = "2022 Big Stud" |
| 174 | p.Anchored = true |
| 175 | p.Parent = model |
| 176 | end |
| 177 | do |
| 178 | local p = Instance.new("Part") |
| 179 | p.Name = "FinTopLeft" |
| 180 | p.Size = Vector3.new(6.36, 0.5, 4) |
| 181 | p.CFrame = CFrame.new(-2.278284, 2.278284, 12.78) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-45)) |
| 182 | p.BrickColor = BrickColor.new("Bright yellow") |
| 183 | p.Material = Enum.Material.Glacier |
| 184 | p.MaterialVariant = "2022 Big Stud" |
| 185 | p.Anchored = true |
| 186 | p.Parent = model |
| 187 | end |
| 188 | do |
| 189 | local p = Instance.new("Part") |
| 190 | p.Name = "FinBottomRight" |
| 191 | p.Size = Vector3.new(6.36, 0.5, 4) |
| 192 | p.CFrame = CFrame.new(2.25, -2.25, 12.74) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-45)) |
| 193 | p.BrickColor = BrickColor.new("Bright yellow") |
| 194 | p.Material = Enum.Material.Glacier |
| 195 | p.MaterialVariant = "2022 Big Stud" |
| 196 | p.Anchored = true |
| 197 | p.Parent = model |
| 198 | end |
| 199 | do |
| 200 | local p = Instance.new("Part") |
| 201 | p.Name = "FinBottomLeft" |
| 202 | p.Size = Vector3.new(6.36, 0.5, 4) |
| 203 | p.CFrame = CFrame.new(-2.25, -2.25, 12.74) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 204 | p.BrickColor = BrickColor.new("Bright yellow") |
| 205 | p.Material = Enum.Material.Glacier |
| 206 | p.MaterialVariant = "2022 Big Stud" |
| 207 | p.Anchored = true |
| 208 | p.Parent = model |
| 209 | end |
| 210 | model.PrimaryPart = model:FindFirstChild("BodyMid") |
| 211 | print("AtomicBomb built: " .. #model:GetChildren() .. " parts") |
Loading comments...