#Can't remove default running sound

1 messages · Page 1 of 1 (latest)

silver fossil
#

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..

#

just wondering if anyone else had a similar issue?

graceful tapir
#

local Character = script.Parent

local Humanoid = Character:WaitForChild("Humanoid")

Character.HumanoidRootPart.Running.Volume = 0

silver fossil
#

ah its still there for some reason, i put it in startercharacterscripts and starterplayerscripts but it still plays the sound for some reason

#

did that stop the default walking sound for you?

graceful tapir
#

try make a wait for child for the root part too

graceful tapir
#

where are u storing the sounds

#

that u want

#

like the ones u have inserted

silver fossil
#

in SeverScriptService

graceful tapir
#

it was a local script btw right?

silver fossil
#

for your one or the addon walkinig sounds

#

like for grass walking sounds

graceful tapir
#

ah no

#

idk try it

#

i meant the grass walking sounds

silver fossil
#

they're both scripts not local scripts, i can try that though

graceful tapir
#

make the one in starterchar local

#

the one I sent

silver fossil
#

alr

silver fossil
#

YES

silver fossil
#

i cant hear the sound any more

#

finally 🙏 tysm

#

actual legened tysm

graceful tapir
#

don’t thank me thank the roblox dev forum that’s where I found the solution 😂 next time have a look in there before u ask ai because many other people will have the same problem

silver fossil
#

on the issue though im not sure if this is normal but when i jump while walking right it still plays the walking sound mid air

#

i have lowgravity so its really noticable

#

but its not groundbreaking

graceful tapir
#

or start the game and look in ur characters humanoid root part and see if there are any other sounds

silver fossil
#

i tried that, it just removed the jumping sound, the thing is when im walking on the grass the grass walking sound plays right, but when i jump while still walking forward the sound continues to play

#

i think i gotta redo the script i did at like 1am so i probably wrote it wrong hahah

graceful tapir
#

which sound

#

just the default walking one?

silver fossil
#

i have a grass sound id for the walking playing when i walk right

#

and like when i jump

#

it plays

#

the walking sound

graceful tapir
silver fossil
#

yeah

graceful tapir
#

actually wait regards to the script

#

Might be better to just destroy the sound

#

As I think others may be able to hear other peoples footsteps

silver fossil
#

ah yeah i might just restart that one

winged junco
#

Look, the sound is coming from a Roblox default player script

#

So replace it,