Loading model...
by Kedi ? · 9/5/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: CarrotOnAStick |
| 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 = "CarrotOnAStick" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Bright orange"] = "2022 Stud", |
| 26 | ["Dark green"] = "2022 Stud", |
| 27 | ["Dark stone grey"] = "2022 Stud", |
| 28 | ["Deep orange"] = "2022 Stud", |
| 29 | ["Medium stone grey"] = "2022 Inlet", |
| 30 | ["Really black"] = "2022 Universal", |
| 31 | ["Reddish brown"] = "2022 Small Stud", |
| 32 | ["White"] = "2022 Stud", |
| 33 | } |
| 34 | do |
| 35 | local p = Instance.new("Part") |
| 36 | p.Name = "RodMain" |
| 37 | p.Size = Vector3.new(14.1421, 1.2, 1.2) |
| 38 | p.CFrame = CFrame.new(1, 5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 39 | p.BrickColor = BrickColor.new("Reddish brown") |
| 40 | p.Material = Enum.Material.Glacier |
| 41 | p.MaterialVariant = "2022 Small Stud" |
| 42 | p.Anchored = true |
| 43 | p.Parent = model |
| 44 | end |
| 45 | do |
| 46 | local p = Instance.new("Part") |
| 47 | p.Name = "HandleGrip" |
| 48 | p.Size = Vector3.new(4.52548, 1.4, 1.4) |
| 49 | p.CFrame = CFrame.new(-2.6, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 50 | p.BrickColor = BrickColor.new("Reddish brown") |
| 51 | p.Material = Enum.Material.Glacier |
| 52 | p.MaterialVariant = "2022 Small Stud" |
| 53 | p.Anchored = true |
| 54 | p.Parent = model |
| 55 | end |
| 56 | do |
| 57 | local p = Instance.new("Part") |
| 58 | p.Name = "ReelBase" |
| 59 | p.Size = Vector3.new(1.5, 1.5, 1.8) |
| 60 | p.CFrame = CFrame.new(-1.5, 2.5, 0) |
| 61 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 62 | p.Material = Enum.Material.Glacier |
| 63 | p.MaterialVariant = "2022 Stud" |
| 64 | p.Anchored = true |
| 65 | p.Parent = model |
| 66 | end |
| 67 | do |
| 68 | local p = Instance.new("Part") |
| 69 | p.Shape = Enum.PartType.Cylinder |
| 70 | p.Name = "ReelSpool" |
| 71 | p.Size = Vector3.new(2.2, 1.2, 1.2) |
| 72 | p.CFrame = CFrame.new(-1.5, 2.5, 0) |
| 73 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 74 | p.Material = Enum.Material.Glacier |
| 75 | p.MaterialVariant = "2022 Inlet" |
| 76 | p.Anchored = true |
| 77 | p.Parent = model |
| 78 | end |
| 79 | do |
| 80 | local p = Instance.new("Part") |
| 81 | p.Name = "ReelHandle" |
| 82 | p.Size = Vector3.new(0.3, 0.8, 0.3) |
| 83 | p.CFrame = CFrame.new(-1.5, 3.2, 1.1) |
| 84 | p.BrickColor = BrickColor.new("Really black") |
| 85 | p.Material = Enum.Material.Glacier |
| 86 | p.MaterialVariant = "2022 Universal" |
| 87 | p.Anchored = true |
| 88 | p.Parent = model |
| 89 | end |
| 90 | do |
| 91 | local p = Instance.new("Part") |
| 92 | p.Name = "RodTip" |
| 93 | p.Size = Vector3.new(1.41421, 0.8, 0.8) |
| 94 | p.CFrame = CFrame.new(6, 10, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 95 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 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.Name = "FishingLine1" |
| 104 | p.Size = Vector3.new(5.5, 0.2, 0.2) |
| 105 | p.CFrame = CFrame.new(6.5, 7.79, 0.04) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 106 | p.BrickColor = BrickColor.new("White") |
| 107 | p.Material = Enum.Material.Glacier |
| 108 | p.MaterialVariant = "2022 Stud" |
| 109 | p.Anchored = true |
| 110 | p.Parent = model |
| 111 | end |
| 112 | do |
| 113 | local p = Instance.new("Part") |
| 114 | p.Name = "CarrotBody" |
| 115 | p.Size = Vector3.new(4.71699, 1.8, 1.8) |
| 116 | p.CFrame = CFrame.new(5.25, 2, 0) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(122.005)) |
| 117 | p.BrickColor = BrickColor.new("Bright orange") |
| 118 | p.Material = Enum.Material.Glacier |
| 119 | p.MaterialVariant = "2022 Stud" |
| 120 | p.Anchored = true |
| 121 | p.Parent = model |
| 122 | end |
| 123 | do |
| 124 | local p = Instance.new("Part") |
| 125 | p.Name = "CarrotDetail1" |
| 126 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 127 | p.CFrame = CFrame.new(5.8, 3, 0.8) |
| 128 | p.BrickColor = BrickColor.new("Deep orange") |
| 129 | p.Material = Enum.Material.Glacier |
| 130 | p.MaterialVariant = "2022 Stud" |
| 131 | p.Anchored = true |
| 132 | p.Parent = model |
| 133 | end |
| 134 | do |
| 135 | local p = Instance.new("Part") |
| 136 | p.Name = "CarrotDetail2" |
| 137 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 138 | p.CFrame = CFrame.new(5.2, 2, -0.8) |
| 139 | p.BrickColor = BrickColor.new("Deep orange") |
| 140 | p.Material = Enum.Material.Glacier |
| 141 | p.MaterialVariant = "2022 Stud" |
| 142 | p.Anchored = true |
| 143 | p.Parent = model |
| 144 | end |
| 145 | do |
| 146 | local p = Instance.new("Part") |
| 147 | p.Name = "CarrotDetail3" |
| 148 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 149 | p.CFrame = CFrame.new(4.5, 1, 0.64) |
| 150 | p.BrickColor = BrickColor.new("Deep orange") |
| 151 | p.Material = Enum.Material.Glacier |
| 152 | p.MaterialVariant = "2022 Stud" |
| 153 | p.Anchored = true |
| 154 | p.Parent = model |
| 155 | end |
| 156 | do |
| 157 | local p = Instance.new("Part") |
| 158 | p.Name = "LeafBase" |
| 159 | p.Size = Vector3.new(1.2, 1, 1.2) |
| 160 | p.CFrame = CFrame.new(6.5, 4.5, 0.04) |
| 161 | p.BrickColor = BrickColor.new("Bright green") |
| 162 | p.Material = Enum.Material.Glacier |
| 163 | p.MaterialVariant = "2022 Stud" |
| 164 | p.Anchored = true |
| 165 | p.Parent = model |
| 166 | end |
| 167 | do |
| 168 | local p = Instance.new("Part") |
| 169 | p.Name = "Leaf1" |
| 170 | p.Size = Vector3.new(0.6, 1.2, 0.6) |
| 171 | p.CFrame = CFrame.new(6.2, 5.2, 0.4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(15)) |
| 172 | p.BrickColor = BrickColor.new("Dark green") |
| 173 | p.Material = Enum.Material.Glacier |
| 174 | p.MaterialVariant = "2022 Stud" |
| 175 | p.Anchored = true |
| 176 | p.Parent = model |
| 177 | end |
| 178 | do |
| 179 | local p = Instance.new("Part") |
| 180 | p.Name = "Leaf2" |
| 181 | p.Size = Vector3.new(0.6, 1.2, 0.6) |
| 182 | p.CFrame = CFrame.new(6.8, 5.2, -0.4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 183 | p.BrickColor = BrickColor.new("Dark green") |
| 184 | p.Material = Enum.Material.Glacier |
| 185 | p.MaterialVariant = "2022 Stud" |
| 186 | p.Anchored = true |
| 187 | p.Parent = model |
| 188 | end |
| 189 | do |
| 190 | local p = Instance.new("Part") |
| 191 | p.Name = "Leaf3" |
| 192 | p.Size = Vector3.new(0.6, 1.5, 0.6) |
| 193 | p.CFrame = CFrame.new(6.5, 5.5, 0) |
| 194 | p.BrickColor = BrickColor.new("Bright green") |
| 195 | p.Material = Enum.Material.Glacier |
| 196 | p.MaterialVariant = "2022 Stud" |
| 197 | p.Anchored = true |
| 198 | p.Parent = model |
| 199 | end |
| 200 | do |
| 201 | local p = Instance.new("Part") |
| 202 | p.Name = "LineToCarrot" |
| 203 | p.Size = Vector3.new(0.5, 0.15, 0.15) |
| 204 | p.CFrame = CFrame.new(6.5, 4.71, 0) * CFrame.Angles(math.rad(180), math.rad(0), math.rad(90)) |
| 205 | p.BrickColor = BrickColor.new("White") |
| 206 | p.Material = Enum.Material.Glacier |
| 207 | p.MaterialVariant = "2022 Stud" |
| 208 | p.Anchored = true |
| 209 | p.Parent = model |
| 210 | end |
| 211 | do |
| 212 | local p = Instance.new("Part") |
| 213 | p.Name = "RodRing" |
| 214 | p.Size = Vector3.new(1.4, 0.3, 1.4) |
| 215 | p.CFrame = CFrame.new(-2, 2, 0) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(45)) |
| 216 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 217 | p.Material = Enum.Material.Glacier |
| 218 | p.MaterialVariant = "2022 Stud" |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("Part") |
| 224 | p.Name = "RodRing" |
| 225 | p.Size = Vector3.new(1.4, 0.3, 1.4) |
| 226 | p.CFrame = CFrame.new(1, 5, 0) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(45)) |
| 227 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Stud" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Name = "RodRing" |
| 236 | p.Size = Vector3.new(1.4, 0.3, 1.4) |
| 237 | p.CFrame = CFrame.new(4, 8, 0) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(45)) |
| 238 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 239 | p.Material = Enum.Material.Glacier |
| 240 | p.MaterialVariant = "2022 Stud" |
| 241 | p.Anchored = true |
| 242 | p.Parent = model |
| 243 | end |
| 244 | model.PrimaryPart = model:FindFirstChild("RodMain") |
| 245 | print("CarrotOnAStick built: " .. #model:GetChildren() .. " parts") |
Loading comments...