Is there any way to change sounds of character?

Hello! I want to change sounds of walking/jumping. I need help where I should put script and if I have correct script! I’ve found script somewhere on internet. Is it proper? Where I should put it?

                        local change = 174960816 -- ID for walking
                        local walk = script.Parent.Head:WaitForChild("Running")
                        walk.Id = change

And how to make stuff for jumping? Please help me, as I want to change the movement sound and jumping as it is boring and not changed for few years for now! (Yes, I am player from 2013)

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

Thank you so much!

1 Like

If you play a game in studio and look in the explorer for the player in Workspace and then look for the Head and then Running you will see in the properties that there is no property called Id.
The nearest to that is Soundid so maybe you can set that but I have not tried this.

1 Like

https://devforum.roblox.com/search?q=RbxCharacterSounds%20category%3A55
Answers are in this search query.