Loading model...
by Matei · 9/9/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Rake |
| 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 = "Rake" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Dark stone grey"] = "2022 Stud", |
| 25 | ["Medium stone grey"] = "2022 Inlet", |
| 26 | } |
| 27 | do |
| 28 | local p = Instance.new("Part") |
| 29 | p.Shape = Enum.PartType.Cylinder |
| 30 | p.Name = "Handle" |
| 31 | p.Size = Vector3.new(15, 0.6, 0.6) |
| 32 | p.CFrame = CFrame.new(0, 7.54, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 33 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 34 | p.Material = Enum.Material.Glacier |
| 35 | p.MaterialVariant = "2022 Inlet" |
| 36 | p.Anchored = true |
| 37 | p.Parent = model |
| 38 | end |
| 39 | do |
| 40 | local p = Instance.new("Part") |
| 41 | p.Name = "HeadBase" |
| 42 | p.Size = Vector3.new(4, 2.5, 0.8) |
| 43 | p.CFrame = CFrame.new(0, -1.25, 0) |
| 44 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 45 | p.Material = Enum.Material.Glacier |
| 46 | p.MaterialVariant = "2022 Stud" |
| 47 | p.Anchored = true |
| 48 | p.Parent = model |
| 49 | end |
| 50 | do |
| 51 | local p = Instance.new("Part") |
| 52 | p.Name = "Tine_0" |
| 53 | p.Size = Vector3.new(4.12311, 0.6, 0.6) |
| 54 | p.CFrame = CFrame.new(-2.5, -4.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(104.036)) |
| 55 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 56 | p.Material = Enum.Material.Glacier |
| 57 | p.MaterialVariant = "2022 Stud" |
| 58 | p.Anchored = true |
| 59 | p.Parent = model |
| 60 | end |
| 61 | do |
| 62 | local p = Instance.new("Part") |
| 63 | p.Name = "Tine_1" |
| 64 | p.Size = Vector3.new(4.03113, 0.6, 0.6) |
| 65 | p.CFrame = CFrame.new(-1.25, -4.5, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(97.125)) |
| 66 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 67 | p.Material = Enum.Material.Glacier |
| 68 | p.MaterialVariant = "2022 Stud" |
| 69 | p.Anchored = true |
| 70 | p.Parent = model |
| 71 | end |
| 72 | do |
| 73 | local p = Instance.new("Part") |
| 74 | p.Name = "Tine_2" |
| 75 | p.Size = Vector3.new(4, 0.6, 0.6) |
| 76 | p.CFrame = CFrame.new(0, -4.54, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 77 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 78 | p.Material = Enum.Material.Glacier |
| 79 | p.MaterialVariant = "2022 Stud" |
| 80 | p.Anchored = true |
| 81 | p.Parent = model |
| 82 | end |
| 83 | do |
| 84 | local p = Instance.new("Part") |
| 85 | p.Name = "Tine_3" |
| 86 | p.Size = Vector3.new(4.03113, 0.6, 0.6) |
| 87 | p.CFrame = CFrame.new(1.25, -4.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-82.875)) |
| 88 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 89 | p.Material = Enum.Material.Glacier |
| 90 | p.MaterialVariant = "2022 Stud" |
| 91 | p.Anchored = true |
| 92 | p.Parent = model |
| 93 | end |
| 94 | do |
| 95 | local p = Instance.new("Part") |
| 96 | p.Name = "Tine_4" |
| 97 | p.Size = Vector3.new(4.12311, 0.6, 0.6) |
| 98 | p.CFrame = CFrame.new(2.5, -4.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-75.9638)) |
| 99 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 100 | p.Material = Enum.Material.Glacier |
| 101 | p.MaterialVariant = "2022 Stud" |
| 102 | p.Anchored = true |
| 103 | p.Parent = model |
| 104 | end |
| 105 | model.PrimaryPart = model:FindFirstChild("Handle") |
| 106 | print("Rake built: " .. #model:GetChildren() .. " parts") |
Loading comments...