Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do i make this stackable?

Asked by 8 years ago

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

0
it keepos coming out qrong DrKrypton 0 — 8y

Answer this question