Noticing a lot of people cannot hear the sounds. I had the same problem, but I figured it out. Make sure the string before your audio ID says rbxassetid:// and not rbxasset://, or you will not be able to hear it.
Hell yea! Copying the sound script out of the game while your playing is so smart. I thought I was going to have to write a script that removes all the sounds first and then replace them… im so glad it was easier like this!
This was really helpful and I love your work, though, does anyone know how to align the pitch to the walkspeed, so for example, if the walkspeed increases the pitch does too.
ive been searching the same thing for about 17 times and i finally found you! Thank u so much. You saved 10 000 000 000 000 000 000 000 000 000 000 FOREEVER years of my life!
Since a lot of people are asking about different sounds for different materials. I am going to tell you how. Right now I am making the script so i can add it into this comment.
just do local db = false game.Workspace.(blockname).Touched:Connect(function() if db == false then db = true game.Workspace.(soundname make sure its in the workspace):Play() wait(however long the cooldown before playing the sound again) db = true end
Recommendation: How to paste multiple footstep sounds to the script? I really need this for my game. It has multiple surfaces I will need different sounds for. Please make a tutorial! (For the recommendation above.) Thank you!
right click the folder and copy the script when playing. after copying the script (NOT CTRL C, but right clicking it and selecting copy), paste the sound asset. (example of asset: "rbxassetid://Id here"
what i hate is that in studio everry thing is silent and you think your music is broken and do it like a million times and in roblox its just really loud
you have to test the game, and then copy it. then when you code the sfx in add "id" to the end of rbxasset. should say "rbxassetid" roblox updated their code after this vid and changed it so its slightly outdated.
the fact that u actually stopping music to show us sounds is a small thing but i like it. gotta instant sub
Noticing a lot of people cannot hear the sounds. I had the same problem, but I figured it out.
Make sure the string before your audio ID says rbxassetid:// and not rbxasset://, or you will not be able to hear it.
Thought I did something wrong but you're right. Now I can hear the steps!!
Dude thank you so much!!!
Hi
you're the best
bro thank you so much
Hell yea! Copying the sound script out of the game while your playing is so smart. I thought I was going to have to write a script that removes all the sounds first and then replace them… im so glad it was easier like this!
Bro thanks, I almost attempted to waste an hour trying to figure out a script.
This was really helpful and I love your work, though, does anyone know how to align the pitch to the walkspeed, so for example, if the walkspeed increases the pitch does too.
walkspeed 20 and pitch 1.5 align pretty well
Gnomecode did a video on this, I think it will be perfect for you.
Thanks man this helped a lot! 😄
Me putting oof sound into my game 😏
Sadly all oof sfxs are replaced with the new one
@@benjistyles19 that's literally why he said he is adding it...
@@Its_Hero u don’t get it, even the new SFX are replaced
@@RealSebbor not true, I still have the old oof sound effect in my games. I just replaced the new one with the old
@@Its_Hero that’s weird, I tried to do that, didn’t work
ive been searching the same thing for about 17 times and i finally found you! Thank u so much. You saved 10 000 000 000 000 000 000 000 000 000 000 FOREEVER years of my life!
my man bouta live through the fall of detroit
gimme ur lifes half
Thank you this was really helpful to add footstep sounds to my game, new sub
If anyone has a problem with the sound being too slow/fast, changing the putch also changes the speed
DAMN IM IN 2024 AND BRO HAD PUBERTY
ty bro this can go super well with my roblox Horror game... I can finally add some customized footsteps
thank you so much most vids like this always lie but you made my day thank you you deserve more subs
they usually don't lie, but Roblox changed their scripting stuff, so some is outdated, like being case-sensitive
thanks to you dude this is really helpful, i’m going to subscribe and keep up the good work.
this is awesome dude, thankyou so much! :D
thank you so much! there are so many noobs at rblx studio like me and htis helped a lot tysm
idk why but i love ur accent
really helping me on my horror game.THANKS!
Can you tell me where is the script?
Thank you SO MUCH IMA SUB
great tutorial for upcoming devs!
Brilliant and easy - thank you !
Since a lot of people are asking about different sounds for different materials. I am going to tell you how. Right now I am making the script so i can add it into this comment.
Did you make the script?
Don't comment this if you're not going to even finish the script 💀💀
bro its been 2 months💀
Yeah I couldn’t figure it out and kinda just forgot about this XD
delete the comment then @@Rylleobcession
Super helpful! thanks so much!
Thank You! I understood everything and for people having trouble its not "rbxasset://" its rbxassetid://"
you got an instant sub my boi
Ohh thanks you man for teaching us
Thanks man!! New sub
Immediately liked the video as soon as i heard the music. Its so good! Whats it called? 🕺
thanks for helping 😎 i know nothing at this type of stuf
i really love this duds voice and you did great job showing us how to add footspets sound keep up the hard work :)
This worked! Thanks so much!!!!
Thank you very much
Thanks!
Now this will be decently useful for me with my game but what about running sounds does it change anything or stay the same sound?
make a script when the walkspeed is higher than 16(the default) then the animation and the sound id will be changed
@@2arcc170 Seems possible
@@CaptainIce69 Well im not sure if it might work lol, i my self isnt a very good scripter. I just thought that it could maybe help lol
@@2arcc170 well ill still test it out i dont like the walking sound for my game rn
@@2arcc170 yes i do
thank you!
hi im scott malkison i have diabetes
hi scoot malkison
Are you okay scot malkison
wow thx usually when i follow tutorials it doesnt work
Ya,i tried it too,and same as you
you are in a tutorial
Helped so much TYSM
all the scripts are not there in my starterplayerscripts
thx, it helped me alot
Thank you for helping me with this.
yeah so, i added the sounds but when i went to play there was no change.
tysm helped very much
you earned a sub
Is there a way to edit the volume instead of the pitch?
just add "Volume = 1," above the pitch line.
@@noskyfish3260 THANK YOU OMG EVERY TH-cam TUTORIAL IS TELLING ME A FULL ESSAY OF SCRIPT YOU JUST SAVED ME A GAZILLION YEARS!!!!!!
How do I open it, it doesn’t show the open button, I keep clicking but no script shows up
Same
Can you do a tutorial on how to make its own sound when stepping on a block
just do local db = false game.Workspace.(blockname).Touched:Connect(function() if db == false then db = true game.Workspace.(soundname make sure its in the workspace):Play() wait(however long the cooldown before playing the sound again) db = true end
@@toasty9535 where do i put the audio id?
i did this but when the game starts the script spawns again in game and plays the regular one over it
Nobody gonna talk about the way it said *uuhhh*?
helpful, thank you
When I do it, it just plays both sounds at once
same!
the thing is i cant hear his footsteps xD just nothing but it still works thanks!
Can anyone tell me how do I make it so when a player steps on a material it plays a different footstep sound?
Hey did you ever find out how to do this?
wow ty so much:)
For whatever reason, the default sfx still play, with the custom sfx.
I do have a startercharacter rig
Is there a fix for this?
Thanks you bro!
No problem
Ty for this
THANK U U CHANCGESDD MY LIFE
i dont think disabling footstep sounds is gonna change your life but oh well
Recommendation: How to paste multiple footstep sounds to the script?
I really need this for my game. It has multiple surfaces I will need different sounds for. Please make a tutorial! (For the recommendation above.)
Thank you!
Look at scripting helpers or the Dev forum, helped me alot.
I am about to try that and if I find out I will put the script here
I'm trying to find that too, I found a link on the dev forms but I know nothing about scripting or code so it all looks confusing to me
gnomecode has a tutorial
thanks vro!
ty
For some reason I hear the original sound in the background some, how do you fix this?
I want to trim the sound to play only certain part of it.
Is it possible to turn down the volume?
I don't know why a lot of games don't utilize this.
BRO MINE WORKS BUT IT STILL PLAYS THE DEFAULT ONE ASWELL AS THE ONE I ADDED
I can hear both sfx's when testing it out in the studio. Is there a way to fix it?
Thanks this helped me out👍
Mine dose not work for me my footsteps are silent idk why
thanks this worked but how can we change sounds when stepping on a block?
For any one else after they added the code do you have just no sound?EDIT:NVM,I fixed it.
How did u fix it
One question: can the sound effect change depending on the player's speed? For example, if the player is slow, could the sound become "slower"?
No, you'll have to change it manually yourself.
@ppyang33 oh how can I do that?
i went to starterplayerscripts and there was nothing in it, does someone possibly know why?
go to play mode then check
right click the folder and copy the script when playing. after copying the script (NOT CTRL C, but right clicking it and selecting copy), paste the sound asset. (example of asset: "rbxassetid://Id here"
Can u make a tutorial to make faster and slower the footstep sound when walking and running pls
He literally shoed you in the video
Just put a negative pitch and put a positive pitch
@@gamerboy-6433 how?
what i hate is that in studio everry thing is silent and you think your music is broken and do it like a million times and in roblox its just really loud
bro it doesnt work i copied the rbxcharactersounds and paste it and it doesnt even work wth
uhm but when ever i walk it just makes the sound go faster
i did it but it has no sound
You may have forgotten the , and the " small developer
hey im subbing,but there is the default sound looping with the custom one how do i fix it?
(im going to give creds when i publish my game)
My thing don't work I have the asset I'd in there but nothing happens it's the old sound
when i open starter player scripts theres nothing there and i havent deleted it i just made a new baseplate
you have to test the game, and then copy it. then when you code the sfx in add "id" to the end of rbxasset. should say "rbxassetid" roblox updated their code after this vid and changed it so its slightly outdated.
@@DunceDude helped me out so much thanks!
You just broke all of my sounds
hey, i know you posted this awhile ago, but when i put in the id it doesn't play the sound, is there any way i can fix it?
the rbxcharacter sound i mightve think i deleted it but how do i get it back
Schank shuoo shis helped my game
i made my own sound effect and published it as audio but it won't work btw its for death sound effect
I trying to put high heels sound effect for my avatar
i did not know about this
lol
the walking one wasn’t working well with the sound i wanted
I tried it but the script was empty
Thanks. I could'nt find the footsteps.
How do i make the sounds different on different materials?
Is it possible to slow the “audio” down?
the pitch??
nah like, if you’re walking and have your walk speed set to 6, the audio will play like 3 steps when you only take like 1 step
Your pfp is my netlfix pfp
works, but default walking sound plays in background too. know how to fix it?
go to starter character scripts and paste
local sound = script.Parent.HumanoidRootPart:WaitForChild("Running")
sound.Volume = 0
@@whatsagoodusername6891 I figured It out, tysm though! We can leave It here for other people :D
@@plenxtill3291 how'd you do it? It didnt work for me...
@@balkanist9963 you probably have to make a localscript in startercharacterscripts and paste that in there
why is my walking completley silent.
Any idea on how to make it so that when holding shift the pitch increases?
I tried but it makes no sounds :c
I still can hear the old footsteps, why?
died sound: "uuuhhh" 🤣
nice vid bro