I need this for my game and I don't know how to do it... Plz Help that would be really helpful! THANKS!!
Don't ask for code but your lucky this time
wait() local Moving = false humanoid.Running:Connect(function(s) if s > 1 then if not Moving then script.Sand:Play() Moving = true end else script.Sand:Stop() Moving = false end end)
make this a server script and put it in startercharacter scripts put the sound you want to play inside the script and set looping to true
Closed as Not Constructive by hiimgoodpack and Leamir
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?