elseif productId == 25302323 then productName = "+10 Walkspeed" local char = player.Character if char then local human = char:FindFirstChild("Humanoid") if human then human.WalkSpeed = human.WalkSpeed + 10 end