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

How to add more walk sounds then one?

Asked by 2 years ago

So I have this walk sound script that plays sound when you go on material and it only plays one audio when you step on like a random material I want to add more sounds to this wood material since it only plays 1 audio when you step on the wood

0
I don't think you should post more than 1 post for the same question. Sarturex857 109 — 2y
0
I need to know User#43293 0 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago
Edited 2 years ago

Put it in a "while true do" loop and loop through the sound and try this

while true do
    wait(1) --adjust the speed u want to replay the sound so u can match it with the animation
    *play sound here*
end
0
wont work I am using MaterialSoundz - Phat INC. User#43293 0 — 2y
0
i dont even know what that is tbh :/ bily117 6 — 2y
Ad

Answer this question