I've tried everything, i've watched like 3 youtube videos, tried the script myself, even asked chatgpt and the roblox ai assistant, but it still has the default running sound. I'm scripting it to make a grass walking sound, yet if i turn the music off i can still hear the default walking sound beneath it, and in other games that have a similar concept, the grass walking sound is the only thing i hear in their games when they walk, yet in mine i hear the default walking sound+ the grass walking sound ontop of it. Can anyone help??? the scripts ive tried are
"Running = {
SoundId = "rbxassetid://0",
Looped = true,
Pitch = 1.85,
},
"
and
local Character = script.Parent
local RootPart = Character.HumanoidRootPart
local Sound = RootPart:WaitForChild("Running", 10)
Sound.Volume = 0
yet none stop the basic default walking sound..