Loading model...
by Prime AirGhost · 9/24/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: GolfClub |
| 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 = "GolfClub" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Stud", |
| 25 | ["Really black"] = "2022 Universal", |
| 26 | ["Silver"] = "2022 Stud", |
| 27 | ["White"] = "2022 Stud", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Shape = Enum.PartType.Cylinder |
| 32 | p.Name = "GripCap" |
| 33 | p.Size = Vector3.new(0.2, 0.6, 0.6) |
| 34 | p.CFrame = CFrame.new(0, 30.18, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 35 | p.BrickColor = BrickColor.new("Really black") |
| 36 | p.Material = Enum.Material.Glacier |
| 37 | p.MaterialVariant = "2022 Universal" |
| 38 | p.Anchored = true |
| 39 | p.Parent = model |
| 40 | end |
| 41 | do |
| 42 | local p = Instance.new("Part") |
| 43 | p.Shape = Enum.PartType.Cylinder |
| 44 | p.Name = "GripRingTop" |
| 45 | p.Size = Vector3.new(0.2, 0.62, 0.62) |
| 46 | p.CFrame = CFrame.new(0, 29.94, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 47 | p.BrickColor = BrickColor.new("White") |
| 48 | p.Material = Enum.Material.Glacier |
| 49 | p.MaterialVariant = "2022 Stud" |
| 50 | p.Anchored = true |
| 51 | p.Parent = model |
| 52 | end |
| 53 | do |
| 54 | local p = Instance.new("Part") |
| 55 | p.Shape = Enum.PartType.Cylinder |
| 56 | p.Name = "GripMain" |
| 57 | p.Size = Vector3.new(7.6, 0.6, 0.6) |
| 58 | p.CFrame = CFrame.new(0, 26, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 59 | p.BrickColor = BrickColor.new("Really black") |
| 60 | p.Material = Enum.Material.Glacier |
| 61 | p.MaterialVariant = "2022 Universal" |
| 62 | p.Anchored = true |
| 63 | p.Parent = model |
| 64 | end |
| 65 | do |
| 66 | local p = Instance.new("Part") |
| 67 | p.Shape = Enum.PartType.Cylinder |
| 68 | p.Name = "GripRingBot" |
| 69 | p.Size = Vector3.new(0.2, 0.62, 0.62) |
| 70 | p.CFrame = CFrame.new(0, 22.06, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 71 | p.BrickColor = BrickColor.new("White") |
| 72 | p.Material = Enum.Material.Glacier |
| 73 | p.MaterialVariant = "2022 Stud" |
| 74 | p.Anchored = true |
| 75 | p.Parent = model |
| 76 | end |
| 77 | do |
| 78 | local p = Instance.new("Part") |
| 79 | p.Shape = Enum.PartType.Cylinder |
| 80 | p.Name = "GripTaper" |
| 81 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 82 | p.CFrame = CFrame.new(0, 21.79, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 83 | p.BrickColor = BrickColor.new("Really black") |
| 84 | p.Material = Enum.Material.Glacier |
| 85 | p.MaterialVariant = "2022 Universal" |
| 86 | p.Anchored = true |
| 87 | p.Parent = model |
| 88 | end |
| 89 | do |
| 90 | local p = Instance.new("Part") |
| 91 | p.Shape = Enum.PartType.Cylinder |
| 92 | p.Name = "Shaft" |
| 93 | p.Size = Vector3.new(16.5, 0.35, 0.35) |
| 94 | p.CFrame = CFrame.new(0, 13.25, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 95 | p.BrickColor = BrickColor.new("Silver") |
| 96 | p.Material = Enum.Material.Glacier |
| 97 | p.MaterialVariant = "2022 Stud" |
| 98 | p.Anchored = true |
| 99 | p.Parent = model |
| 100 | end |
| 101 | do |
| 102 | local p = Instance.new("Part") |
| 103 | p.Shape = Enum.PartType.Cylinder |
| 104 | p.Name = "FerruleTop" |
| 105 | p.Size = Vector3.new(0.4, 0.45, 0.45) |
| 106 | p.CFrame = CFrame.new(0, 4.76, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 107 | p.BrickColor = BrickColor.new("Really black") |
| 108 | p.Material = Enum.Material.Glacier |
| 109 | p.MaterialVariant = "2022 Universal" |
| 110 | p.Anchored = true |
| 111 | p.Parent = model |
| 112 | end |
| 113 | do |
| 114 | local p = Instance.new("Part") |
| 115 | p.Shape = Enum.PartType.Cylinder |
| 116 | p.Name = "FerruleRing" |
| 117 | p.Size = Vector3.new(0.1, 0.47, 0.47) |
| 118 | p.CFrame = CFrame.new(0, 4.47, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 119 | p.BrickColor = BrickColor.new("Silver") |
| 120 | p.Material = Enum.Material.Glacier |
| 121 | p.MaterialVariant = "2022 Stud" |
| 122 | p.Anchored = true |
| 123 | p.Parent = model |
| 124 | end |
| 125 | do |
| 126 | local p = Instance.new("Part") |
| 127 | p.Shape = Enum.PartType.Cylinder |
| 128 | p.Name = "FerruleBot" |
| 129 | p.Size = Vector3.new(0.5, 0.41, 0.41) |
| 130 | p.CFrame = CFrame.new(0, 4.25, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 131 | p.BrickColor = BrickColor.new("Really black") |
| 132 | p.Material = Enum.Material.Glacier |
| 133 | p.MaterialVariant = "2022 Universal" |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Shape = Enum.PartType.Cylinder |
| 140 | p.Name = "Hosel" |
| 141 | p.Size = Vector3.new(2.54951, 0.33, 0.33) |
| 142 | p.CFrame = CFrame.new(0.25, 2.75, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-78.6901)) |
| 143 | p.BrickColor = BrickColor.new("Silver") |
| 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.Shape = Enum.PartType.Cylinder |
| 152 | p.Name = "Heel" |
| 153 | p.Size = Vector3.new(1.22066, 0.6, 0.6) |
| 154 | p.CFrame = CFrame.new(1, 1.15, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-34.992)) |
| 155 | p.BrickColor = BrickColor.new("Silver") |
| 156 | p.Material = Enum.Material.Glacier |
| 157 | p.MaterialVariant = "2022 Stud" |
| 158 | p.Anchored = true |
| 159 | p.Parent = model |
| 160 | end |
| 161 | do |
| 162 | local p = Instance.new("Part") |
| 163 | p.Name = "BladeMain" |
| 164 | p.Size = Vector3.new(3.5, 1.8, 0.4) |
| 165 | p.CFrame = CFrame.new(2.98965, 1.23631, -0.013215) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 166 | p.BrickColor = BrickColor.new("Silver") |
| 167 | p.Material = Enum.Material.Glacier |
| 168 | p.MaterialVariant = "2022 Stud" |
| 169 | p.Anchored = true |
| 170 | p.Parent = model |
| 171 | end |
| 172 | do |
| 173 | local p = Instance.new("Part") |
| 174 | p.Name = "BladeSole" |
| 175 | p.Size = Vector3.new(3.6, 0.6, 0.8) |
| 176 | p.CFrame = CFrame.new(3, 0.5, 0.2) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(15)) |
| 177 | p.BrickColor = BrickColor.new("Silver") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Stud" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "BladeBack" |
| 186 | p.Size = Vector3.new(3.5, 1.2, 0.6) |
| 187 | p.CFrame = CFrame.new(3, 1, 0.3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 188 | p.BrickColor = BrickColor.new("Silver") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Stud" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Shape = Enum.PartType.Cylinder |
| 197 | p.Name = "Toe" |
| 198 | p.Size = Vector3.new(0.4, 1.8, 1.8) |
| 199 | p.CFrame = CFrame.new(4.7, 1.65, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 200 | p.BrickColor = BrickColor.new("Silver") |
| 201 | p.Material = Enum.Material.Glacier |
| 202 | p.MaterialVariant = "2022 Stud" |
| 203 | p.Anchored = true |
| 204 | p.Parent = model |
| 205 | end |
| 206 | do |
| 207 | local p = Instance.new("Part") |
| 208 | p.Shape = Enum.PartType.Cylinder |
| 209 | p.Name = "ToeBack" |
| 210 | p.Size = Vector3.new(0.6, 1.2, 1.2) |
| 211 | p.CFrame = CFrame.new(4.6, 1, 0.3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 212 | p.BrickColor = BrickColor.new("Silver") |
| 213 | p.Material = Enum.Material.Glacier |
| 214 | p.MaterialVariant = "2022 Stud" |
| 215 | p.Anchored = true |
| 216 | p.Parent = model |
| 217 | end |
| 218 | do |
| 219 | local p = Instance.new("Part") |
| 220 | p.Name = "GrooveArea" |
| 221 | p.Size = Vector3.new(2.5, 1.2, 0.05) |
| 222 | p.CFrame = CFrame.new(3, 1.2, -0.21) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 223 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 224 | p.Material = Enum.Material.Glacier |
| 225 | p.MaterialVariant = "2022 Stud" |
| 226 | p.Anchored = true |
| 227 | p.Parent = model |
| 228 | end |
| 229 | do |
| 230 | local p = Instance.new("Part") |
| 231 | p.Name = "Groove_0" |
| 232 | p.Size = Vector3.new(2.2, 0.05, 0.05) |
| 233 | p.CFrame = CFrame.new(3.12941, 0.746163, -0.39101) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 234 | p.BrickColor = BrickColor.new("Really black") |
| 235 | p.Material = Enum.Material.Glacier |
| 236 | p.MaterialVariant = "2022 Universal" |
| 237 | p.Anchored = true |
| 238 | p.Parent = model |
| 239 | end |
| 240 | do |
| 241 | local p = Instance.new("Part") |
| 242 | p.Name = "Groove_1" |
| 243 | p.Size = Vector3.new(2.2, 0.05, 0.05) |
| 244 | p.CFrame = CFrame.new(3.07765, 0.927698, -0.322606) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 245 | p.BrickColor = BrickColor.new("Really black") |
| 246 | p.Material = Enum.Material.Glacier |
| 247 | p.MaterialVariant = "2022 Universal" |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Name = "Groove_2" |
| 254 | p.Size = Vector3.new(2.2, 0.05, 0.05) |
| 255 | p.CFrame = CFrame.new(3.02588, 1.10923, -0.254202) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 256 | p.BrickColor = BrickColor.new("Really black") |
| 257 | p.Material = Enum.Material.Glacier |
| 258 | p.MaterialVariant = "2022 Universal" |
| 259 | p.Anchored = true |
| 260 | p.Parent = model |
| 261 | end |
| 262 | do |
| 263 | local p = Instance.new("Part") |
| 264 | p.Name = "Groove_3" |
| 265 | p.Size = Vector3.new(2.2, 0.05, 0.05) |
| 266 | p.CFrame = CFrame.new(2.97412, 1.30445, -0.14821) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 267 | p.BrickColor = BrickColor.new("Really black") |
| 268 | p.Material = Enum.Material.Glacier |
| 269 | p.MaterialVariant = "2022 Universal" |
| 270 | p.Anchored = true |
| 271 | p.Parent = model |
| 272 | end |
| 273 | do |
| 274 | local p = Instance.new("Part") |
| 275 | p.Name = "Groove_4" |
| 276 | p.Size = Vector3.new(2.2, 0.05, 0.05) |
| 277 | p.CFrame = CFrame.new(2.90164, 1.54491, -0.143823) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 278 | p.BrickColor = BrickColor.new("Really black") |
| 279 | p.Material = Enum.Material.Glacier |
| 280 | p.MaterialVariant = "2022 Universal" |
| 281 | p.Anchored = true |
| 282 | p.Parent = model |
| 283 | end |
| 284 | do |
| 285 | local p = Instance.new("Part") |
| 286 | p.Name = "Groove_5" |
| 287 | p.Size = Vector3.new(2.2, 0.05, 0.05) |
| 288 | p.CFrame = CFrame.new(2.87059, 1.65384, -0.04899) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)) |
| 289 | p.BrickColor = BrickColor.new("Really black") |
| 290 | p.Material = Enum.Material.Glacier |
| 291 | p.MaterialVariant = "2022 Universal" |
| 292 | p.Anchored = true |
| 293 | p.Parent = model |
| 294 | end |
| 295 | model.PrimaryPart = model:FindFirstChild("GripMain") |
| 296 | print("GolfClub built: " .. #model:GetChildren() .. " parts") |
Loading comments...