Loading model...
by 🔨Bifer · 3/18/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: Hand |
| 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 = "Hand" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Nougat"] = "2022 Stud", |
| 26 | } |
| 27 | do |
| 28 | local p = Instance.new("Part") |
| 29 | p.Name = "PalmMain" |
| 30 | p.Size = Vector3.new(4, 4.5, 1) |
| 31 | p.CFrame = CFrame.new(0, 0, 0) |
| 32 | p.BrickColor = BrickColor.new("Nougat") |
| 33 | p.Material = Enum.Material.Glacier |
| 34 | p.MaterialVariant = "2022 Stud" |
| 35 | p.Anchored = true |
| 36 | p.Parent = model |
| 37 | end |
| 38 | do |
| 39 | local p = Instance.new("Part") |
| 40 | p.Name = "PalmBase" |
| 41 | p.Size = Vector3.new(3.6, 1, 1) |
| 42 | p.CFrame = CFrame.new(0, -2.42, 0.04) |
| 43 | p.BrickColor = BrickColor.new("Nougat") |
| 44 | p.Material = Enum.Material.Glacier |
| 45 | p.MaterialVariant = "2022 Stud" |
| 46 | p.Anchored = true |
| 47 | p.Parent = model |
| 48 | end |
| 49 | do |
| 50 | local p = Instance.new("Part") |
| 51 | p.Name = "Wrist" |
| 52 | p.Size = Vector3.new(3.2, 2, 0.9) |
| 53 | p.CFrame = CFrame.new(0, -3.96, 0) |
| 54 | p.BrickColor = BrickColor.new("Nougat") |
| 55 | p.Material = Enum.Material.Glacier |
| 56 | p.MaterialVariant = "2022 Stud" |
| 57 | p.Anchored = true |
| 58 | p.Parent = model |
| 59 | end |
| 60 | do |
| 61 | local p = Instance.new("Part") |
| 62 | p.Name = "Arm" |
| 63 | p.Size = Vector3.new(3.4, 4, 0.95) |
| 64 | p.CFrame = CFrame.new(0, -7, 0) |
| 65 | p.BrickColor = BrickColor.new("Nougat") |
| 66 | p.Material = Enum.Material.Glacier |
| 67 | p.MaterialVariant = "2022 Stud" |
| 68 | p.Anchored = true |
| 69 | p.Parent = model |
| 70 | end |
| 71 | do |
| 72 | local p = Instance.new("Part") |
| 73 | p.Name = "ThumbBase" |
| 74 | p.Size = Vector3.new(1.5, 1.7, 0.8) |
| 75 | p.CFrame = CFrame.new(-2.2, -0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 76 | p.BrickColor = BrickColor.new("Nougat") |
| 77 | p.Material = Enum.Material.Glacier |
| 78 | p.MaterialVariant = "2022 Stud" |
| 79 | p.Anchored = true |
| 80 | p.Parent = model |
| 81 | end |
| 82 | do |
| 83 | local p = Instance.new("Part") |
| 84 | p.Name = "ThumbMid" |
| 85 | p.Size = Vector3.new(1.2, 1.7, 0.8) |
| 86 | p.CFrame = CFrame.new(-3.4, 0.7, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 87 | p.BrickColor = BrickColor.new("Nougat") |
| 88 | p.Material = Enum.Material.Glacier |
| 89 | p.MaterialVariant = "2022 Stud" |
| 90 | p.Anchored = true |
| 91 | p.Parent = model |
| 92 | end |
| 93 | do |
| 94 | local p = Instance.new("Part") |
| 95 | p.Name = "ThumbTip" |
| 96 | p.Size = Vector3.new(1, 1.2, 0.8) |
| 97 | p.CFrame = CFrame.new(-4.4, 1.7, -0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 98 | p.BrickColor = BrickColor.new("Nougat") |
| 99 | p.Material = Enum.Material.Glacier |
| 100 | p.MaterialVariant = "2022 Stud" |
| 101 | p.Anchored = true |
| 102 | p.Parent = model |
| 103 | end |
| 104 | do |
| 105 | local p = Instance.new("Part") |
| 106 | p.Name = "IndexBase" |
| 107 | p.Size = Vector3.new(0.8, 2, 0.8) |
| 108 | p.CFrame = CFrame.new(-1.3, 3.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)) |
| 109 | p.BrickColor = BrickColor.new("Nougat") |
| 110 | p.Material = Enum.Material.Glacier |
| 111 | p.MaterialVariant = "2022 Stud" |
| 112 | p.Anchored = true |
| 113 | p.Parent = model |
| 114 | end |
| 115 | do |
| 116 | local p = Instance.new("Part") |
| 117 | p.Name = "IndexMid" |
| 118 | p.Size = Vector3.new(0.8, 1.8, 0.8) |
| 119 | p.CFrame = CFrame.new(-1.5, 5.3, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)) |
| 120 | p.BrickColor = BrickColor.new("Nougat") |
| 121 | p.Material = Enum.Material.Glacier |
| 122 | p.MaterialVariant = "2022 Stud" |
| 123 | p.Anchored = true |
| 124 | p.Parent = model |
| 125 | end |
| 126 | do |
| 127 | local p = Instance.new("Part") |
| 128 | p.Name = "IndexTip" |
| 129 | p.Size = Vector3.new(0.8, 1.5, 0.8) |
| 130 | p.CFrame = CFrame.new(-1.7, 6.9, -0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)) |
| 131 | p.BrickColor = BrickColor.new("Nougat") |
| 132 | p.Material = Enum.Material.Glacier |
| 133 | p.MaterialVariant = "2022 Stud" |
| 134 | p.Anchored = true |
| 135 | p.Parent = model |
| 136 | end |
| 137 | do |
| 138 | local p = Instance.new("Part") |
| 139 | p.Name = "MiddleBase" |
| 140 | p.Size = Vector3.new(0.8, 2.4, 0.8) |
| 141 | p.CFrame = CFrame.new(-0.2, 3.8, 0) |
| 142 | p.BrickColor = BrickColor.new("Nougat") |
| 143 | p.Material = Enum.Material.Glacier |
| 144 | p.MaterialVariant = "2022 Stud" |
| 145 | p.Anchored = true |
| 146 | p.Parent = model |
| 147 | end |
| 148 | do |
| 149 | local p = Instance.new("Part") |
| 150 | p.Name = "MiddleMid" |
| 151 | p.Size = Vector3.new(0.8, 2.2, 0.8) |
| 152 | p.CFrame = CFrame.new(-0.16, 6, 0.04) |
| 153 | p.BrickColor = BrickColor.new("Nougat") |
| 154 | p.Material = Enum.Material.Glacier |
| 155 | p.MaterialVariant = "2022 Stud" |
| 156 | p.Anchored = true |
| 157 | p.Parent = model |
| 158 | end |
| 159 | do |
| 160 | local p = Instance.new("Part") |
| 161 | p.Name = "MiddleTip" |
| 162 | p.Size = Vector3.new(0.8, 1.8, 0.8) |
| 163 | p.CFrame = CFrame.new(-0.24, 7.9, -0.04) |
| 164 | p.BrickColor = BrickColor.new("Nougat") |
| 165 | p.Material = Enum.Material.Glacier |
| 166 | p.MaterialVariant = "2022 Stud" |
| 167 | p.Anchored = true |
| 168 | p.Parent = model |
| 169 | end |
| 170 | do |
| 171 | local p = Instance.new("Part") |
| 172 | p.Name = "RingBase" |
| 173 | p.Size = Vector3.new(0.8, 2.2, 0.8) |
| 174 | p.CFrame = CFrame.new(0.9, 3.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)) |
| 175 | p.BrickColor = BrickColor.new("Nougat") |
| 176 | p.Material = Enum.Material.Glacier |
| 177 | p.MaterialVariant = "2022 Stud" |
| 178 | p.Anchored = true |
| 179 | p.Parent = model |
| 180 | end |
| 181 | do |
| 182 | local p = Instance.new("Part") |
| 183 | p.Name = "RingMid" |
| 184 | p.Size = Vector3.new(0.8, 2, 0.8) |
| 185 | p.CFrame = CFrame.new(1.1, 5.5, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)) |
| 186 | p.BrickColor = BrickColor.new("Nougat") |
| 187 | p.Material = Enum.Material.Glacier |
| 188 | p.MaterialVariant = "2022 Stud" |
| 189 | p.Anchored = true |
| 190 | p.Parent = model |
| 191 | end |
| 192 | do |
| 193 | local p = Instance.new("Part") |
| 194 | p.Name = "RingTip" |
| 195 | p.Size = Vector3.new(0.8, 1.6, 0.8) |
| 196 | p.CFrame = CFrame.new(1.303486, 7.339848, -0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)) |
| 197 | p.BrickColor = BrickColor.new("Nougat") |
| 198 | p.Material = Enum.Material.Glacier |
| 199 | p.MaterialVariant = "2022 Stud" |
| 200 | p.Anchored = true |
| 201 | p.Parent = model |
| 202 | end |
| 203 | do |
| 204 | local p = Instance.new("Part") |
| 205 | p.Name = "PinkyBase" |
| 206 | p.Size = Vector3.new(0.8, 1.8, 0.8) |
| 207 | p.CFrame = CFrame.new(1.9, 2.7, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 208 | p.BrickColor = BrickColor.new("Nougat") |
| 209 | p.Material = Enum.Material.Glacier |
| 210 | p.MaterialVariant = "2022 Stud" |
| 211 | p.Anchored = true |
| 212 | p.Parent = model |
| 213 | end |
| 214 | do |
| 215 | local p = Instance.new("Part") |
| 216 | p.Name = "PinkyMid" |
| 217 | p.Size = Vector3.new(0.8, 1.6, 0.8) |
| 218 | p.CFrame = CFrame.new(2.4, 4.3, -0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 219 | p.BrickColor = BrickColor.new("Nougat") |
| 220 | p.Material = Enum.Material.Glacier |
| 221 | p.MaterialVariant = "2022 Stud" |
| 222 | p.Anchored = true |
| 223 | p.Parent = model |
| 224 | end |
| 225 | do |
| 226 | local p = Instance.new("Part") |
| 227 | p.Name = "PinkyTip" |
| 228 | p.Size = Vector3.new(0.8, 1.4, 0.8) |
| 229 | p.CFrame = CFrame.new(2.8, 5.7, 0.04) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-15)) |
| 230 | p.BrickColor = BrickColor.new("Nougat") |
| 231 | p.Material = Enum.Material.Glacier |
| 232 | p.MaterialVariant = "2022 Stud" |
| 233 | p.Anchored = true |
| 234 | p.Parent = model |
| 235 | end |
| 236 | do |
| 237 | local p = Instance.new("Part") |
| 238 | p.Name = "KnuckleIndex" |
| 239 | p.Size = Vector3.new(1, 1, 1.1) |
| 240 | p.CFrame = CFrame.new(-1.3, 2.5, 0) |
| 241 | p.BrickColor = BrickColor.new("Brick yellow") |
| 242 | p.Material = Enum.Material.Glacier |
| 243 | p.MaterialVariant = "2022 Stud" |
| 244 | p.Anchored = true |
| 245 | p.Parent = model |
| 246 | end |
| 247 | do |
| 248 | local p = Instance.new("Part") |
| 249 | p.Name = "KnuckleMiddle" |
| 250 | p.Size = Vector3.new(1, 1, 1.1) |
| 251 | p.CFrame = CFrame.new(-0.2, 2.6, 0) |
| 252 | p.BrickColor = BrickColor.new("Brick yellow") |
| 253 | p.Material = Enum.Material.Glacier |
| 254 | p.MaterialVariant = "2022 Stud" |
| 255 | p.Anchored = true |
| 256 | p.Parent = model |
| 257 | end |
| 258 | do |
| 259 | local p = Instance.new("Part") |
| 260 | p.Name = "KnuckleRing" |
| 261 | p.Size = Vector3.new(1, 1, 1.1) |
| 262 | p.CFrame = CFrame.new(0.86, 2.4, 0) |
| 263 | p.BrickColor = BrickColor.new("Brick yellow") |
| 264 | p.Material = Enum.Material.Neon |
| 265 | p.Anchored = true |
| 266 | p.Parent = model |
| 267 | end |
| 268 | do |
| 269 | local p = Instance.new("Part") |
| 270 | p.Name = "KnucklePinky" |
| 271 | p.Size = Vector3.new(1, 1, 1.1) |
| 272 | p.CFrame = CFrame.new(1.9, 1.8, 0) |
| 273 | p.BrickColor = BrickColor.new("Brick yellow") |
| 274 | p.Material = Enum.Material.Glacier |
| 275 | p.MaterialVariant = "2022 Stud" |
| 276 | p.Anchored = true |
| 277 | p.Parent = model |
| 278 | end |
| 279 | model.PrimaryPart = model:FindFirstChild("PalmMain") |
| 280 | print("Hand built: " .. #model:GetChildren() .. " parts") |
Loading comments...