Loading model...
by fortnayt · 5/24/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: GoldenDumbbell |
| 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 = "GoldenDumbbell" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Deep orange"] = "2022 Stud", |
| 25 | ["Gold"] = "2022 Stud", |
| 26 | } |
| 27 | do |
| 28 | local p = Instance.new("Part") |
| 29 | p.Shape = Enum.PartType.Cylinder |
| 30 | p.Name = "Handle" |
| 31 | p.Size = Vector3.new(10, 1.5, 1.5) |
| 32 | p.CFrame = CFrame.new(0, 0, 0) |
| 33 | p.BrickColor = BrickColor.new("Gold") |
| 34 | p.Material = Enum.Material.Glacier |
| 35 | p.MaterialVariant = "2022 Stud" |
| 36 | p.Anchored = true |
| 37 | p.Parent = model |
| 38 | end |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Shape = Enum.PartType.Cylinder |
| 42 | p.Name = "RingLeft" |
| 43 | p.Size = Vector3.new(0.5, 2.5, 2.5) |
| 44 | p.CFrame = CFrame.new(-5.33, 0, 0) |
| 45 | p.BrickColor = BrickColor.new("Deep orange") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Shape = Enum.PartType.Cylinder |
| 54 | p.Name = "RingRight" |
| 55 | p.Size = Vector3.new(0.5, 2.5, 2.5) |
| 56 | p.CFrame = CFrame.new(5.33, 0, 0) |
| 57 | p.BrickColor = BrickColor.new("Deep orange") |
| 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.Shape = Enum.PartType.Cylinder |
| 66 | p.Name = "WeightLeft" |
| 67 | p.Size = Vector3.new(3, 6, 6) |
| 68 | p.CFrame = CFrame.new(-7, 0, 0) |
| 69 | p.BrickColor = BrickColor.new("Gold") |
| 70 | p.Material = Enum.Material.Glacier |
| 71 | p.MaterialVariant = "2022 Stud" |
| 72 | p.Anchored = true |
| 73 | p.Parent = model |
| 74 | end |
| 75 | do |
| 76 | local p = Instance.new("Part") |
| 77 | p.Shape = Enum.PartType.Cylinder |
| 78 | p.Name = "WeightRight" |
| 79 | p.Size = Vector3.new(3, 6, 6) |
| 80 | p.CFrame = CFrame.new(7, 0, 0) |
| 81 | p.BrickColor = BrickColor.new("Gold") |
| 82 | p.Material = Enum.Material.Glacier |
| 83 | p.MaterialVariant = "2022 Stud" |
| 84 | p.Anchored = true |
| 85 | p.Parent = model |
| 86 | end |
| 87 | do |
| 88 | local p = Instance.new("Part") |
| 89 | p.Shape = Enum.PartType.Cylinder |
| 90 | p.Name = "CapLeft" |
| 91 | p.Size = Vector3.new(0.4, 3, 3) |
| 92 | p.CFrame = CFrame.new(-8.6, 0, 0) |
| 93 | p.BrickColor = BrickColor.new("Deep orange") |
| 94 | p.Material = Enum.Material.Glacier |
| 95 | p.MaterialVariant = "2022 Stud" |
| 96 | p.Anchored = true |
| 97 | p.Parent = model |
| 98 | end |
| 99 | do |
| 100 | local p = Instance.new("Part") |
| 101 | p.Shape = Enum.PartType.Cylinder |
| 102 | p.Name = "CapRight" |
| 103 | p.Size = Vector3.new(0.4, 3, 3) |
| 104 | p.CFrame = CFrame.new(8.6, 0, 0) |
| 105 | p.BrickColor = BrickColor.new("Deep orange") |
| 106 | p.Material = Enum.Material.Glacier |
| 107 | p.MaterialVariant = "2022 Stud" |
| 108 | p.Anchored = true |
| 109 | p.Parent = model |
| 110 | end |
| 111 | do |
| 112 | local p = Instance.new("WedgePart") |
| 113 | p.Name = "SpikeL_0" |
| 114 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 115 | p.CFrame = CFrame.new(-7, 3.4, 0) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0)) |
| 116 | p.BrickColor = BrickColor.new("New Yeller") |
| 117 | p.Material = Enum.Material.Neon |
| 118 | p.Anchored = true |
| 119 | p.Parent = model |
| 120 | end |
| 121 | do |
| 122 | local p = Instance.new("WedgePart") |
| 123 | p.Name = "SpikeR_0" |
| 124 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 125 | p.CFrame = CFrame.new(7, 3.4, 0) * CFrame.Angles(math.rad(-90), math.rad(0), math.rad(0)) |
| 126 | p.BrickColor = BrickColor.new("New Yeller") |
| 127 | p.Material = Enum.Material.Neon |
| 128 | p.Anchored = true |
| 129 | p.Parent = model |
| 130 | end |
| 131 | do |
| 132 | local p = Instance.new("WedgePart") |
| 133 | p.Name = "SpikeL_1" |
| 134 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 135 | p.CFrame = CFrame.new(-7, 2.40416, 2.40416) * CFrame.Angles(math.rad(-135), math.rad(0), math.rad(0)) |
| 136 | p.BrickColor = BrickColor.new("New Yeller") |
| 137 | p.Material = Enum.Material.Neon |
| 138 | p.Anchored = true |
| 139 | p.Parent = model |
| 140 | end |
| 141 | do |
| 142 | local p = Instance.new("WedgePart") |
| 143 | p.Name = "SpikeR_1" |
| 144 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 145 | p.CFrame = CFrame.new(7, 2.40416, 2.40416) * CFrame.Angles(math.rad(-135), math.rad(0), math.rad(0)) |
| 146 | p.BrickColor = BrickColor.new("New Yeller") |
| 147 | p.Material = Enum.Material.Neon |
| 148 | p.Anchored = true |
| 149 | p.Parent = model |
| 150 | end |
| 151 | do |
| 152 | local p = Instance.new("WedgePart") |
| 153 | p.Name = "SpikeL_2" |
| 154 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 155 | p.CFrame = CFrame.new(-7, 0, 3.4) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(0)) |
| 156 | p.BrickColor = BrickColor.new("New Yeller") |
| 157 | p.Material = Enum.Material.Neon |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("WedgePart") |
| 163 | p.Name = "SpikeR_2" |
| 164 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 165 | p.CFrame = CFrame.new(7, 0, 3.4) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(0)) |
| 166 | p.BrickColor = BrickColor.new("New Yeller") |
| 167 | p.Material = Enum.Material.Neon |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("WedgePart") |
| 173 | p.Name = "SpikeL_3" |
| 174 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 175 | p.CFrame = CFrame.new(-7, -2.40416, 2.40416) * CFrame.Angles(math.rad(-225), math.rad(0), math.rad(0)) |
| 176 | p.BrickColor = BrickColor.new("New Yeller") |
| 177 | p.Material = Enum.Material.Neon |
| 178 | p.Anchored = true |
| 179 | p.Parent = model |
| 180 | end |
| 181 | do |
| 182 | local p = Instance.new("WedgePart") |
| 183 | p.Name = "SpikeR_3" |
| 184 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 185 | p.CFrame = CFrame.new(7, -2.40416, 2.40416) * CFrame.Angles(math.rad(-225), math.rad(0), math.rad(0)) |
| 186 | p.BrickColor = BrickColor.new("New Yeller") |
| 187 | p.Material = Enum.Material.Neon |
| 188 | p.Anchored = true |
| 189 | p.Parent = model |
| 190 | end |
| 191 | do |
| 192 | local p = Instance.new("WedgePart") |
| 193 | p.Name = "SpikeL_4" |
| 194 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 195 | p.CFrame = CFrame.new(-7, -3.4, 0) * CFrame.Angles(math.rad(-270), math.rad(0), math.rad(0)) |
| 196 | p.BrickColor = BrickColor.new("New Yeller") |
| 197 | p.Material = Enum.Material.Neon |
| 198 | p.Anchored = true |
| 199 | p.Parent = model |
| 200 | end |
| 201 | do |
| 202 | local p = Instance.new("WedgePart") |
| 203 | p.Name = "SpikeR_4" |
| 204 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 205 | p.CFrame = CFrame.new(7, -3.4, 0) * CFrame.Angles(math.rad(-270), math.rad(0), math.rad(0)) |
| 206 | p.BrickColor = BrickColor.new("New Yeller") |
| 207 | p.Material = Enum.Material.Neon |
| 208 | p.Anchored = true |
| 209 | p.Parent = model |
| 210 | end |
| 211 | do |
| 212 | local p = Instance.new("WedgePart") |
| 213 | p.Name = "SpikeL_5" |
| 214 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 215 | p.CFrame = CFrame.new(-7, -2.40416, -2.40416) * CFrame.Angles(math.rad(-315), math.rad(0), math.rad(0)) |
| 216 | p.BrickColor = BrickColor.new("New Yeller") |
| 217 | p.Material = Enum.Material.Neon |
| 218 | p.Anchored = true |
| 219 | p.Parent = model |
| 220 | end |
| 221 | do |
| 222 | local p = Instance.new("WedgePart") |
| 223 | p.Name = "SpikeR_5" |
| 224 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 225 | p.CFrame = CFrame.new(7, -2.40416, -2.40416) * CFrame.Angles(math.rad(-315), math.rad(0), math.rad(0)) |
| 226 | p.BrickColor = BrickColor.new("New Yeller") |
| 227 | p.Material = Enum.Material.Neon |
| 228 | p.Anchored = true |
| 229 | p.Parent = model |
| 230 | end |
| 231 | do |
| 232 | local p = Instance.new("WedgePart") |
| 233 | p.Name = "SpikeL_6" |
| 234 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 235 | p.CFrame = CFrame.new(-7, 0, -3.4) * CFrame.Angles(math.rad(-360), math.rad(0), math.rad(0)) |
| 236 | p.BrickColor = BrickColor.new("New Yeller") |
| 237 | p.Material = Enum.Material.Neon |
| 238 | p.Anchored = true |
| 239 | p.Parent = model |
| 240 | end |
| 241 | do |
| 242 | local p = Instance.new("WedgePart") |
| 243 | p.Name = "SpikeR_6" |
| 244 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 245 | p.CFrame = CFrame.new(7, 0, -3.4) * CFrame.Angles(math.rad(-360), math.rad(0), math.rad(0)) |
| 246 | p.BrickColor = BrickColor.new("New Yeller") |
| 247 | p.Material = Enum.Material.Neon |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("WedgePart") |
| 253 | p.Name = "SpikeL_7" |
| 254 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 255 | p.CFrame = CFrame.new(-7, 2.40416, -2.40416) * CFrame.Angles(math.rad(-405), math.rad(0), math.rad(0)) |
| 256 | p.BrickColor = BrickColor.new("New Yeller") |
| 257 | p.Material = Enum.Material.Neon |
| 258 | p.Anchored = true |
| 259 | p.Parent = model |
| 260 | end |
| 261 | do |
| 262 | local p = Instance.new("WedgePart") |
| 263 | p.Name = "SpikeR_7" |
| 264 | p.Size = Vector3.new(0.8, 1.2, 1.5) |
| 265 | p.CFrame = CFrame.new(7, 2.40416, -2.40416) * CFrame.Angles(math.rad(-405), math.rad(0), math.rad(0)) |
| 266 | p.BrickColor = BrickColor.new("New Yeller") |
| 267 | p.Material = Enum.Material.Neon |
| 268 | p.Anchored = true |
| 269 | p.Parent = model |
| 270 | end |
| 271 | model.PrimaryPart = model:FindFirstChild("Handle") |
| 272 | print("GoldenDumbbell built: " .. #model:GetChildren() .. " parts") |
Loading comments...