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? [closed]

Asked by 8 years ago
No spaces though those are the lines

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
This doesn't look like the entire code. RadiantSolarium 35 — 8y
0
What are you trying to make us fix? Where is the whole code?! EzraNehemiah_TF2 3552 — 8y

Closed as Too Broad by EzraNehemiah_TF2 and M39a9am3R

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?